components/gnome/eog/Makefile
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 09 Jan 2017 14:17:43 -0800
changeset 7549 b8b4d11b11b9
parent 6609 489da5c0d3c5
child 7687 1093e2a9adbd
permissions -rw-r--r--
25170025 shared-mime-info missing from solaris-desktop installation 25349516 Remove gnome-vfs library from Solaris PSARC/2016/088 EOF of more excess FOSS from Desktop consolidation (scrubbing the decks harder)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6585
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
7549
b8b4d11b11b9 25170025 shared-mime-info missing from solaris-desktop installation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6609
diff changeset
    21
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
6585
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS =            64
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
# All components using gobject-introspection must be built with gcc as
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
# gobject-introspection does not produce correct results when using Studio.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER =              gcc
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		eog
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	3.17.92
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/EyeOfGnome
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
	sha256:8d8cb893d595bda05f7ea52f6be6fb107940861bac390a1694b28181a6819b2c
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.17/$(COMPONENT_ARCHIVE)
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/applications
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TPNO=			24611
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TEST_TARGET = $(NO_TESTS)
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
# Needs gobject-introspection, not available on S11.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
ifeq ($(BUILD_TYPE), evaluation)
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
BUILD_64=
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
INSTALL_64=
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
PUBLISH_STAMP=
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
endif
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
include $(WS_MAKE_RULES)/gnome-component.mk
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
# Assumes GNU msgfmt is in PATH.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
COMPONENT_BUILD_ENV += PATH=$(GNUBIN):$(PATH)
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --disable-static
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
# Required for other components.
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
CONFIGURE_OPTIONS += --enable-introspection
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --with-cms
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_OPTIONS += --with-libexif
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --with-libjpeg
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
CONFIGURE_OPTIONS += --with-librsvg
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --with-pic
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --with-x
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
CONFIGURE_OPTIONS += --with-xmp
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
CFLAGS += $(CPP_XPG6MODE)
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
7549
b8b4d11b11b9 25170025 shared-mime-info missing from solaris-desktop installation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6609
diff changeset
    68
REQUIRED_PACKAGES += data/shared-mime-info
6585
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
REQUIRED_PACKAGES += image/library/libexif
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    70
REQUIRED_PACKAGES += image/library/libjpeg
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    71
REQUIRED_PACKAGES += image/library/librsvg
6609
489da5c0d3c5 24429749 improve gnome3 settings dependency tracking
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6585
diff changeset
    72
REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
6585
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
REQUIRED_PACKAGES += library/desktop/atk
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    74
REQUIRED_PACKAGES += library/desktop/cairo
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    75
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    76
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    77
REQUIRED_PACKAGES += library/desktop/gtk3
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    78
REQUIRED_PACKAGES += library/exempi
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    79
REQUIRED_PACKAGES += library/glib2
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    80
REQUIRED_PACKAGES += library/gnome/gnome-desktop
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    81
REQUIRED_PACKAGES += library/desktop/libpeas
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    82
REQUIRED_PACKAGES += library/lcms2
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    83
REQUIRED_PACKAGES += library/zlib
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    84
REQUIRED_PACKAGES += system/library/math
01a98d2fcb55 23245288 Move eog to Userland and update to 3.17.92
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    85
REQUIRED_PACKAGES += x11/library/libx11