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