components/gnome/libmediaart/Makefile
changeset 6119 c69243c5f430
child 6143 30e3c85400c2
equal deleted inserted replaced
6118:f0288987e55a 6119:c69243c5f430
       
     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_and_32
       
    26 # All components using gobject-introspection must be built with gcc as
       
    27 # gobject-introspection does not produce correct results when using Studio.
       
    28 COMPILER= gcc
       
    29 include ../../../make-rules/shared-macros.mk
       
    30 
       
    31 COMPONENT_NAME=		libmediaart
       
    32 COMPONENT_VERSION=	1.9.0
       
    33 COMPONENT_ARCHIVE_HASH= \
       
    34 	sha256:94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f
       
    35 COMPONENT_BUGDB=	gnome/multimedia
       
    36 
       
    37 TPNO=			25463
       
    38 
       
    39 include $(WS_MAKE_RULES)/gnome-component.mk
       
    40 
       
    41 CONFIGURE_OPTIONS += --disable-qt
       
    42 CONFIGURE_OPTIONS += --disable-static
       
    43 # Required for other components.
       
    44 CONFIGURE_OPTIONS += --enable-introspection
       
    45 CONFIGURE_OPTIONS += --enable-shared
       
    46 # Required for other components.
       
    47 CONFIGURE_OPTIONS += --enable-gdkpixbuf
       
    48 # Required for other components.
       
    49 CONFIGURE_OPTIONS += --enable-vala
       
    50 CONFIGURE_OPTIONS += --enable-gtk-doc
       
    51 
       
    52 # for the tests
       
    53 unexport SHELLOPTS
       
    54 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
    55 COMPONENT_TEST_ARGS =   -k -i
       
    56 COMPONENT_TEST_TRANSFORMS += \
       
    57         '-n ' \
       
    58         '-e "/TOTAL:/p" ' \
       
    59         '-e "/SKIP:/p" ' \
       
    60         '-e "/PASS:/p" ' \
       
    61         '-e "/FAIL:/p" ' \
       
    62         '-e "/ERROR:/p" '
       
    63 
       
    64 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
       
    65 REQUIRED_PACKAGES += developer/vala
       
    66 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
       
    67 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    68 REQUIRED_PACKAGES += library/glib2