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
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 2016-2018 Aurelien Larcher. All rights reserved.
14 # Copyright 2019 Michal Nowak
15 # Copyright 2021 Tim Mooney. All rights reserved.
16 # Copyright 2022-2023 Niklas Poslovski
20 USE_DEFAULT_TEST_TRANSFORMS
= yes
22 include ..
/..
/..
/make-rules
/shared-macros.mk
24 COMPONENT_NAME
= gst-plugins-ugly
25 COMPONENT_VERSION
= 1.24.9
26 COMPONENT_SUMMARY
= GNOME streaming media framework plugins
27 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
28 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
29 COMPONENT_ARCHIVE_HASH
= sha256
:4b6b30110f38cd05eb67422297142b75a55fe00003105f48b13603e6761cc3b6
30 COMPONENT_PROJECT_URL
= https
://gstreamer.freedesktop.org
31 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/src
/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
32 COMPONENT_FMRI
= library
/audio
/gstreamer1
/plugin
/ugly
33 COMPONENT_CLASSIFICATION
=System
/Multimedia Libraries
34 COMPONENT_LICENSE
= LGPL-2.1
-only
35 COMPONENT_LICENSE_FILE
= COPYING
37 include $(WS_MAKE_RULES
)/encumbered.mk
38 include $(WS_MAKE_RULES
)/common.mk
40 # no introspection or examples here
41 CONFIGURE_OPTIONS
+= -Dorc
=enabled
42 CONFIGURE_OPTIONS
+= -Dpackage-origin
="https://github.com/OpenIndiana/oi-userland"
43 CONFIGURE_OPTIONS
+= -Dgpl
=enabled
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= library
/audio
/gstreamer1
47 REQUIRED_PACKAGES
+= library
/audio
/gstreamer1
/plugin
/base
48 REQUIRED_PACKAGES
+= library
/audio
/liba52
49 REQUIRED_PACKAGES
+= library
/audio
/libcdio
50 REQUIRED_PACKAGES
+= library
/glib2
51 REQUIRED_PACKAGES
+= library
/orc
52 REQUIRED_PACKAGES
+= library
/video
/libdvdread
53 REQUIRED_PACKAGES
+= library
/video
/libmpeg2
54 REQUIRED_PACKAGES
+= library
/video
/x264
55 REQUIRED_PACKAGES
+= system
/library