components/desktop/libvisual-plugins/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7525 947a050aafb2
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7329
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
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: 7525
diff changeset
    23
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
7329
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS= 		32_and_64
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER= 		gcc
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=         libvisual-plugins
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=      0.4.0
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=  https://sourceforge.net/projects/libvisual
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
       sha256:8b783a111d54b92502085199c351979d0452b950fcddddd1eae28a16d8508e9b
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)/files/$(COMPONENT_NAME)/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=        gnome/multimedia
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7525
diff changeset
    37
COMPONENT_ANITYA_ID=	13114
7329
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
TPNO=			9462
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
TEST_TARGET = $(NO_TESTS)
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
7348
9955f795062e 25114287 do not publish libvisual-plugins when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7329
diff changeset
    43
# Needs newer versions of various desktop packages than are available in S11.
9955f795062e 25114287 do not publish libvisual-plugins when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7329
diff changeset
    44
include $(WS_MAKE_RULES)/no-evaluation.mk
9955f795062e 25114287 do not publish libvisual-plugins when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7329
diff changeset
    45
7329
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
include $(WS_MAKE_RULES)/common.mk
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --disable-alsa
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CONFIGURE_OPTIONS += --disable-corona
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
CONFIGURE_OPTIONS += --disable-gforce
7525
947a050aafb2 25239698 libvisual-plugins build fails looking for gstreamer
Swaroop M S <swaroop.sadare@oracle.com>
parents: 7348
diff changeset
    53
CONFIGURE_OPTIONS += --disable-gstreamer-plugin
7329
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
COMPONENT_BUILD_ENV += PATH=$(GNUBIN):$(PATH)
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
REQUIRED_PACKAGES += library/desktop/libvisual
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
REQUIRED_PACKAGES += library/glib2
64b0ecdb0e74 23245482 Move libvisual-plugins 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
REQUIRED_PACKAGES += system/library/math