components/desktop/libvisual-plugins/Makefile
changeset 7329 64b0ecdb0e74
child 7348 9955f795062e
equal deleted inserted replaced
7328:196e5438a14f 7329:64b0ecdb0e74
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 BUILD_BITS= 		32_and_64
       
    27 COMPILER= 		gcc
       
    28 include ../../../make-rules/shared-macros.mk
       
    29 
       
    30 COMPONENT_NAME=         libvisual-plugins
       
    31 COMPONENT_VERSION=      0.4.0
       
    32 COMPONENT_PROJECT_URL=  https://sourceforge.net/projects/libvisual
       
    33 COMPONENT_ARCHIVE_HASH= \
       
    34        sha256:8b783a111d54b92502085199c351979d0452b950fcddddd1eae28a16d8508e9b
       
    35 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)/files/$(COMPONENT_NAME)/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_BUGDB=        gnome/multimedia
       
    37 
       
    38 TPNO=			9462
       
    39 
       
    40 TEST_TARGET = $(NO_TESTS)
       
    41 
       
    42 include $(WS_MAKE_RULES)/common.mk
       
    43 
       
    44 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
       
    45 
       
    46 CONFIGURE_OPTIONS += --disable-alsa
       
    47 CONFIGURE_OPTIONS += --disable-corona
       
    48 CONFIGURE_OPTIONS += --disable-gforce
       
    49 
       
    50 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
       
    51 COMPONENT_BUILD_ENV += PATH=$(GNUBIN):$(PATH)
       
    52 
       
    53 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    54 REQUIRED_PACKAGES += library/desktop/libvisual
       
    55 REQUIRED_PACKAGES += library/glib2
       
    56 REQUIRED_PACKAGES += system/library/math