Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / gnome-media / Makefile
blob3adc23832aa062f38a899430856ee3b3ce4a9afb
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
13 # Copyright (c) 2014 Ken Mays
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gnome-media
19 COMPONENT_VERSION= 2.32.0
20 COMPONENT_REVISION= 2
21 COMPONENT_PROJECT_URL= http://www.gnome.org
22 COMPONENT_SUMMARY= GNOME media components
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:2b0ad4decd75406398f46e82a170e53bcbc6e1bdc3363f03a07b00f59c2fe5e6
27 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI=gnome/media/gnome-media
29 COMPONENT_CLASSIFICATION=Applications/Sound and Video
30 COMPONENT_LICENSE= GPLv2, LGPLv2.1, FDL1.1
31 COMPONENT_LICENSE_FILE= gnome-media.license
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 COMPONENT_PREP_ACTION = ( cd $(@D) && \
40 libtoolize --copy --force &&\
41 intltoolize --force --copy &&\
42 aclocal -I m4 &&\
43 autoheader &&\
44 automake -c -f -a &&\
45 autoconf )
47 COMPONENT_PRE_CONFIGURE_ACTION = (chmod -R u+r $(SOURCE_DIR) && cp -rp $(SOURCE_DIR)/* $(@D) && \
48 cp -r $(COMPONENT_DIR)/files/po-sun $(@D) && \
49 cd $(@D)/po-sun && $(MAKE) all )
51 CONFIGURE_OPTIONS+= --sysconfdir=/etc
52 CONFIGURE_OPTIONS+= --enable-gstmix
54 CONFIGURE_ENV+= PYTHON=$(PYTHON)
56 COMPONENT_INSTALL_ENV += GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
58 # common targets
59 build: $(BUILD_32)
61 install: $(INSTALL_32)
63 test: $(NO_TESTS)
65 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
67 include $(WS_TOP)/make-rules/depend.mk