Makefile revision 6607
0N/A#
63N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A
0N/ABUILD_BITS = 64
0N/A# All components using gobject-introspection must be built with gcc as
5N/A# gobject-introspection does not produce correct results when using Studio.
5N/ACOMPILER = gcc
0N/Ainclude ../../../make-rules/shared-macros.mk
8N/A
0N/ACOMPONENT_NAME= eog
0N/ACOMPONENT_VERSION= 3.17.92
0N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/EyeOfGnome
8N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:8d8cb893d595bda05f7ea52f6be6fb107940861bac390a1694b28181a6819b2c
0N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.17/$(COMPONENT_ARCHIVE)
4N/ACOMPONENT_BUGDB= gnome/applications
4N/A
4N/ATPNO= 24611
8N/A
4N/ATEST_TARGET = $(NO_TESTS)
4N/A
4N/A# Needs gobject-introspection, not available on S11.
4N/Aifeq ($(BUILD_TYPE), evaluation)
4N/ABUILD_64=
0N/AINSTALL_64=
0N/APUBLISH_STAMP=
0N/Aendif
0N/A
0N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
0N/A
0N/A# Assumes GNU msgfmt is in PATH.
27N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
27N/ACOMPONENT_BUILD_ENV += PATH=$(GNUBIN):$(PATH)
142N/A
27N/ACONFIGURE_OPTIONS += --disable-static
27N/A# Required for other components.
0N/ACONFIGURE_OPTIONS += --enable-introspection
27N/ACONFIGURE_OPTIONS += --with-cms
0N/ACONFIGURE_OPTIONS += --with-libexif
27N/ACONFIGURE_OPTIONS += --with-libjpeg
27N/ACONFIGURE_OPTIONS += --with-librsvg
27N/ACONFIGURE_OPTIONS += --with-pic
0N/ACONFIGURE_OPTIONS += --with-x
0N/ACONFIGURE_OPTIONS += --with-xmp
0N/A
0N/ACFLAGS += $(CPP_XPG6MODE)
0N/A
0N/AREQUIRED_PACKAGES += image/library/libexif
0N/AREQUIRED_PACKAGES += image/library/libjpeg
0N/AREQUIRED_PACKAGES += image/library/librsvg
0N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
0N/AREQUIRED_PACKAGES += library/desktop/atk
27N/AREQUIRED_PACKAGES += library/desktop/cairo
27N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
27N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
27N/AREQUIRED_PACKAGES += library/desktop/gtk3
32N/AREQUIRED_PACKAGES += library/exempi
27N/AREQUIRED_PACKAGES += library/glib2
27N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
27N/AREQUIRED_PACKAGES += library/desktop/libpeas
27N/AREQUIRED_PACKAGES += library/lcms2
27N/AREQUIRED_PACKAGES += library/zlib
27N/AREQUIRED_PACKAGES += system/library/math
27N/AREQUIRED_PACKAGES += x11/library/libx11
27N/A