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