components/gnome/eog-plugins/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 04 Nov 2016 09:22:37 -0700
changeset 7293 a449e2e641be
parent 6598 97c29bc92758
child 7687 1093e2a9adbd
permissions -rw-r--r--
25049244 Undo the temporary Makefile changes made for getting gnome components to build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6586
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS =            64
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
# All components using gobject-introspection must be built with gcc as
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
# gobject-introspection does not produce correct results when using Studio.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER =              gcc
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		eog-plugins
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	3.16.3
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/EyeOfGnome
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
	sha256:2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.16/$(COMPONENT_ARCHIVE)
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/applications
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TPNO=			26904
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TEST_TARGET = $(NO_TESTS)
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
# Needs gobject-introspection, not available on S11.
7293
a449e2e641be 25049244 Undo the temporary Makefile changes made for getting gnome components to build
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6598
diff changeset
    43
include $(WS_MAKE_RULES)/no-evaluation.mk
6586
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/gnome-component.mk
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
# Assumes GNU msgfmt is in PATH.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CONFIGURE_OPTIONS += --disable-static
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
# Required for other components.
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --enable-introspection
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
CONFIGURE_OPTIONS += --with-cms
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --with-libexif
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
CONFIGURE_OPTIONS += --with-libjpeg
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
CONFIGURE_OPTIONS += --with-librsvg
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --with-pic
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_OPTIONS += --with-x
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --with-xmp
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
# Enable postasa when an updated libgdata is delivered
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
# And also fix the *.p5m file with it
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --with-plugins="map,fit-to-width,exif-display,fullscreenbg,postr,pythonconsole,slideshowshuffle"
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
# Requires python 3.2 or newer
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
PYTHON_VERSION = 3.5
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
REQUIRED_PACKAGES += image/library/libexif
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
REQUIRED_PACKAGES += image/library/libjpeg
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    70
REQUIRED_PACKAGES += image/library/librsvg
7293
a449e2e641be 25049244 Undo the temporary Makefile changes made for getting gnome components to build
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6598
diff changeset
    71
REQUIRED_PACKAGES += image/viewer/eog
6586
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    72
REQUIRED_PACKAGES += library/desktop/atk
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
REQUIRED_PACKAGES += library/desktop/cairo
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    74
REQUIRED_PACKAGES += library/desktop/clutter
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    75
REQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    76
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    77
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    78
REQUIRED_PACKAGES += library/desktop/gtk3
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    79
REQUIRED_PACKAGES += library/desktop/libchamplain
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    80
REQUIRED_PACKAGES += library/desktop/libgdata
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    81
REQUIRED_PACKAGES += library/exempi
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    82
REQUIRED_PACKAGES += library/glib2
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    83
REQUIRED_PACKAGES += library/gnome/gnome-desktop
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    84
REQUIRED_PACKAGES += library/desktop/libpeas
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    85
REQUIRED_PACKAGES += library/lcms2
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    86
REQUIRED_PACKAGES += library/zlib
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    87
REQUIRED_PACKAGES += runtime/python-35
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    88
REQUIRED_PACKAGES += system/library/math
c74338be51a6 23245289 Move eog-plugins to Userland and update to 3.16.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    89
REQUIRED_PACKAGES += x11/library/libx11