summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-ugly1.make
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2022-02-23 14:32:09 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-02-25 11:17:15 +0100
commit217f926406c6cfd48edd9d167bcc20c71ea97ca4 (patch)
treedc254839e3738c8735d6750122ca9b5a521b9dc1 /rules/gst-plugins-ugly1.make
parentda38bca0e3d959c3cfb7602a3b65ad3e92e84cc2 (diff)
downloadptxdist-217f926406c6cfd48edd9d167bcc20c71ea97ca4.tar.gz
ptxdist-217f926406c6cfd48edd9d167bcc20c71ea97ca4.tar.xz
gst-plugins-ugly1: version bump 1.18.5 -> 1.20.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220223133214.4177611-5-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-ugly1.make')
-rw-r--r--rules/gst-plugins-ugly1.make11
1 files changed, 8 insertions, 3 deletions
diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
index 7506e79db..de68bb02b 100644
--- a/rules/gst-plugins-ugly1.make
+++ b/rules/gst-plugins-ugly1.make
@@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1
#
# Paths and names
#
-GST_PLUGINS_UGLY1_VERSION := 1.18.5
-GST_PLUGINS_UGLY1_MD5 := 049f90b7a3a72e241ad47564b5cd7a7a
+GST_PLUGINS_UGLY1_VERSION := 1.20.0
+GST_PLUGINS_UGLY1_MD5 := 151fbd3e96783909e371e7a6aef87bc2
GST_PLUGINS_UGLY1 := gst-plugins-ugly-$(GST_PLUGINS_UGLY1_VERSION)
GST_PLUGINS_UGLY1_SUFFIX := tar.xz
GST_PLUGINS_UGLY1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
GST_PLUGINS_UGLY1_SOURCE := $(SRCDIR)/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
GST_PLUGINS_UGLY1_DIR := $(BUILDDIR)/$(GST_PLUGINS_UGLY1)
GST_PLUGINS_UGLY1_LICENSE := LGPL-2.1-or-later
+ifdef PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC
+GST_PLUGINS_UGLY1_LICENSE += AND $(LIBMPEG2_LICENSE)
+endif
# ----------------------------------------------------------------------------
# Prepare
@@ -54,7 +57,9 @@ GST_PLUGINS_UGLY1_CONF_TOOL := meson
GST_PLUGINS_UGLY1_CONF_OPT = \
$(CROSS_MESON_USR) \
$(call GSTREAMER1_GENERIC_CONF_OPT,GStreamer Ugly Plug-ins) \
- -Dnls=disabled
+ -Dgpl=$(call ptx/endis,PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC)d \
+ -Dnls=disabled \
+ -Dx264_libraries=
ifneq ($(call remove_quotes,$(GST_PLUGINS_UGLY1_ENABLEC-y)),)
GST_PLUGINS_UGLY1_CONF_OPT += $(addsuffix =enabled, $(addprefix -D, $(GST_PLUGINS_UGLY1_ENABLEC-y)))