components/gnome/grilo-plugins/Makefile
changeset 7208 200fbf86f0c6
child 7687 1093e2a9adbd
equal deleted inserted replaced
7207:8e5254ca7c0f 7208:200fbf86f0c6
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 BUILD_BITS=		64
       
    26 COMPILER=		gcc
       
    27 include ../../../make-rules/shared-macros.mk
       
    28 
       
    29 COMPONENT_NAME=		grilo-plugins
       
    30 COMPONENT_VERSION=	0.2.16
       
    31 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/Grilo
       
    32 COMPONENT_ARCHIVE_HASH= \
       
    33 	sha256:80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203
       
    34 COMPONENT_BUGDB=	gnome/multimedia
       
    35 
       
    36 TPNO=			25380
       
    37 
       
    38 # Tests dont work in the Userland framework yet
       
    39 TEST_TARGET = $(SKIP_TEST)
       
    40 
       
    41 # Needs gnome-online-accounts, not available on S11.
       
    42 include $(WS_MAKE_RULES)/no-evaluation.mk
       
    43 
       
    44 include $(WS_MAKE_RULES)/gnome-component.mk
       
    45 
       
    46 # For various non-standard #include extensions.
       
    47 CFLAGS += -D__EXTENSIONS__
       
    48 
       
    49 # Solaris doesn't have libdmap.
       
    50 CONFIGURE_OPTIONS += --disable-dmap
       
    51 CONFIGURE_OPTIONS += --disable-static
       
    52 CONFIGURE_OPTIONS += --enable-goa
       
    53 CONFIGURE_OPTIONS += --enable-shared
       
    54 CONFIGURE_OPTIONS += --with-pic
       
    55 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
       
    56 
       
    57 REQUIRED_PACKAGES += database/sqlite-3
       
    58 REQUIRED_PACKAGES += library/desktop/libgdata
       
    59 REQUIRED_PACKAGES += library/desktop/librest
       
    60 REQUIRED_PACKAGES += library/desktop/search/tracker
       
    61 REQUIRED_PACKAGES += library/glib2
       
    62 REQUIRED_PACKAGES += library/gmime
       
    63 REQUIRED_PACKAGES += library/gnome/gnome-online-accounts
       
    64 REQUIRED_PACKAGES += library/desktop/gom
       
    65 REQUIRED_PACKAGES += library/desktop/grilo
       
    66 REQUIRED_PACKAGES += library/gnome/libmediaart
       
    67 REQUIRED_PACKAGES += library/json-glib
       
    68 REQUIRED_PACKAGES += library/libarchive
       
    69 REQUIRED_PACKAGES += library/liboauth
       
    70 REQUIRED_PACKAGES += library/libsoup
       
    71 REQUIRED_PACKAGES += library/libxml2
       
    72 REQUIRED_PACKAGES += library/media-player/totem-pl-parser
       
    73 REQUIRED_PACKAGES += runtime/lua
       
    74 REQUIRED_PACKAGES += system/network/avahi