6117N/A#
6117N/A# CDDL HEADER START
6117N/A#
6117N/A# The contents of this file are subject to the terms of the
6117N/A# Common Development and Distribution License (the "License").
6117N/A# You may not use this file except in compliance with the License.
6117N/A#
6117N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6117N/A# or http://www.opensolaris.org/os/licensing.
6117N/A# See the License for the specific language governing permissions
6117N/A# and limitations under the License.
6117N/A#
6117N/A# When distributing Covered Code, include this CDDL HEADER in each
6117N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6117N/A# If applicable, add the following below this CDDL HEADER, with the
6117N/A# fields enclosed by brackets "[]" replaced with your own identifying
6117N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6117N/A#
6117N/A# CDDL HEADER END
6117N/A#
6117N/A
6117N/A#
6117N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6117N/A#
6117N/ABUILD_BITS= 64_and_32
6117N/A# All components using gobject-introspection must be built with gcc as
6117N/A# gobject-introspection does not produce correct results when using Studio.
6117N/ACOMPILER= gcc
6117N/Ainclude ../../../make-rules/shared-macros.mk
6117N/A
6117N/ACOMPONENT_NAME= libmediaart
6117N/ACOMPONENT_VERSION= 1.9.0
6117N/ACOMPONENT_ARCHIVE_HASH= \
6117N/A sha256:94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f
6117N/ACOMPONENT_BUGDB= gnome/multimedia
6117N/A
6117N/ATPNO= 25463
6117N/A
6141N/A# Needs updated glib2, not available on S11.
6141N/Aifeq ($(BUILD_TYPE), evaluation)
6141N/ABUILD_32_and_64=
6141N/AINSTALL_32_and_64=
6141N/APUBLISH_STAMP=
6141N/Aendif
6141N/A
6117N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6117N/A
6117N/ACONFIGURE_OPTIONS += --disable-qt
6117N/ACONFIGURE_OPTIONS += --disable-static
6117N/A# Required for other components.
6117N/ACONFIGURE_OPTIONS += --enable-introspection
6117N/ACONFIGURE_OPTIONS += --enable-shared
6117N/A# Required for other components.
6117N/ACONFIGURE_OPTIONS += --enable-gdkpixbuf
6117N/A# Required for other components.
6117N/ACONFIGURE_OPTIONS += --enable-vala
6117N/ACONFIGURE_OPTIONS += --enable-gtk-doc
6117N/A
6117N/A# for the tests
6117N/Aunexport SHELLOPTS
6117N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6117N/ACOMPONENT_TEST_ARGS = -k -i
6117N/ACOMPONENT_TEST_TRANSFORMS += \
6117N/A '-n ' \
6117N/A '-e "/TOTAL:/p" ' \
6117N/A '-e "/SKIP:/p" ' \
6117N/A '-e "/PASS:/p" ' \
6117N/A '-e "/FAIL:/p" ' \
6117N/A '-e "/ERROR:/p" '
6117N/A
6117N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6117N/AREQUIRED_PACKAGES += developer/vala
6117N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6117N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6117N/AREQUIRED_PACKAGES += library/glib2