components/gnome/totem-pl-parser/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 6337 04b0a94159cf
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6337
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6337
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
6337
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            32_and_64
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# All components using gobject-introspection must be built with gcc as
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
# gobject-introspection does not produce correct results when using Studio.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPILER =              gcc
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
include ../../../make-rules/shared-macros.mk
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_NAME=		totem-pl-parser
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_VERSION=	3.10.5
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=  https://github.com/GNOME/totem-pl-parser
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_HASH= \
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
	sha256:a746580f61b678029dadaa824a6923445afd944d12c40c5fccb27159799c8137
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_BUGDB=        gnome/multimedia
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6337
diff changeset
    38
COMPONENT_ANITYA_ID=	13163
6337
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TPNO=			25833
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
TEST_TARGET  = $(NO_TESTS)
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
# Needs gobject-introspection, not available on S11.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
ifeq ($(BUILD_TYPE), evaluation)
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
BUILD_32_and_64=
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
INSTALL_32_and_64=
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
PUBLISH_STAMP=
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
endif
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
include $(WS_MAKE_RULES)/gnome-component.mk
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
# Assumes GNU xgettext in PATH
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
# Required so that configure can find and use 64-bit version of config program.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
CONFIGURE_ENV.64 += ac_cv_path_LIBGCRYPT_CONFIG=$(USRBINDIR64)/libgcrypt-config
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_OPTIONS += --disable-quvi
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --disable-static
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
# Required for other components.
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --enable-introspection
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --enable-libarchive
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
CONFIGURE_OPTIONS += --enable-libgcrypt
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
CONFIGURE_OPTIONS += --enable-shared
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
CONFIGURE_OPTIONS += --with-pic
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    70
REQUIRED_PACKAGES += library/glib2
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    71
REQUIRED_PACKAGES += library/gmime
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    72
REQUIRED_PACKAGES += library/libarchive
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
REQUIRED_PACKAGES += library/libsoup
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    74
REQUIRED_PACKAGES += library/libxml2
04b0a94159cf 23245356 Move totem-pl-parser to Userland and update to 3.10.5
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    75
REQUIRED_PACKAGES += system/library/security/libgcrypt