perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / multimedia / gst-plugins-base / Makefile
blob182cd232d5a8d04c8d324890f2758b0b6a81477b
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 USE_DEFAULT_TEST_TRANSFORMS= yes
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= gst-plugins-base
20 COMPONENT_VERSION= 0.10.36
21 COMPONENT_REVISION= 6
22 COMPONENT_SUMMARY= GNOME streaming media framework plugins
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_PROJECT_URL= https://gstreamer.freedesktop.org/
26 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/src/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
27 COMPONENT_ARCHIVE_HASH= sha256:2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976
28 COMPONENT_FMRI= library/audio/gstreamer/plugin/base
29 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
30 COMPONENT_LICENSE_FILE= gstreamer-plugin-base.license
31 COMPONENT_LICENSE= GPLv2, LGPLv2
33 include $(WS_MAKE_RULES)/common.mk
35 gcc_OPT= -O2
37 PATH= $(PATH.gnu)
39 CONFIGURE_OPTIONS += --enable-external
40 CONFIGURE_OPTIONS += --enable-experimental
41 CONFIGURE_OPTIONS += --disable-alsa
42 CONFIGURE_OPTIONS += --with-default-audiosrc=autoaudiosrc
43 CONFIGURE_OPTIONS += --with-default-audiosink=autoaudiosink
44 CONFIGURE_OPTIONS += --with-default-videosink=autovideosink
46 # CFLAGS are not passed to compiler when g-ir-scanner is used
47 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
48 COMPONENT_BUILD_ENV += CC="$(CC)"
49 COMPONENT_INSTALL_ENV += CFLAGS="$(CFLAGS)"
50 COMPONENT_INSTALL_ENV += CC="$(CC)"
52 # Build dependencies
53 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
55 # Auto-generated dependencies
56 REQUIRED_PACKAGES += codec/libtheora
57 REQUIRED_PACKAGES += library/audio/gstreamer
58 REQUIRED_PACKAGES += library/desktop/cairo
59 REQUIRED_PACKAGES += library/desktop/libvisual
60 REQUIRED_PACKAGES += library/desktop/pango
61 REQUIRED_PACKAGES += library/glib2
62 REQUIRED_PACKAGES += library/gnome/gnome-vfs
63 REQUIRED_PACKAGES += library/libogg
64 REQUIRED_PACKAGES += library/libvorbis
65 REQUIRED_PACKAGES += library/libxml2
66 REQUIRED_PACKAGES += library/orc
67 REQUIRED_PACKAGES += library/zlib
68 REQUIRED_PACKAGES += runtime/perl
69 REQUIRED_PACKAGES += system/library
70 REQUIRED_PACKAGES += system/library/math
71 REQUIRED_PACKAGES += x11/library/libx11
72 REQUIRED_PACKAGES += x11/library/libxext
73 REQUIRED_PACKAGES += x11/library/libxv