summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-12 13:05:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-15 14:28:22 +0200
commit25aef37a9b61980b924c78f32b4fce77fec7b4c5 (patch)
tree9a9c9387cc38009d8ae3924130b08af68bd76efd
parentb8ef2dea0c60261fb3640f30b1510c08d267c5d8 (diff)
downloadptxdist-25aef37a9b61980b924c78f32b4fce77fec7b4c5.tar.gz
ptxdist-25aef37a9b61980b924c78f32b4fce77fec7b4c5.tar.xz
gst-plugins-ugly1: version bump 1.6.3 -> 1.8.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-ugly1.in5
-rw-r--r--rules/gst-plugins-ugly1.make5
2 files changed, 8 insertions, 2 deletions
diff --git a/rules/gst-plugins-ugly1.in b/rules/gst-plugins-ugly1.in
index 67ed833a2..820efbd54 100644
--- a/rules/gst-plugins-ugly1.in
+++ b/rules/gst-plugins-ugly1.in
@@ -8,6 +8,7 @@ menuconfig GST_PLUGINS_UGLY1
select LIBMAD if GST_PLUGINS_UGLY1_MAD
select LIBID3TAG if GST_PLUGINS_UGLY1_MAD
select LIBMPEG2 if GST_PLUGINS_UGLY1_MPEG2DEC
+ select MPG123 if GST_PLUGINS_UGLY1_MPG123
select LAME if GST_PLUGINS_UGLY1_LAME
select TWOLAME if GST_PLUGINS_UGLY1_TWOLAME
select ORC if GST_PLUGINS_UGLY1_ORC
@@ -83,6 +84,10 @@ config GST_PLUGINS_UGLY1_MPEG2DEC
bool
prompt "mpeg2dec"
+config GST_PLUGINS_UGLY1_MPG123
+ bool
+ prompt "mpg123"
+
config GST_PLUGINS_UGLY1_SID
bool
depends on BROKEN
diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
index 651c31e20..4eb0f78c2 100644
--- a/rules/gst-plugins-ugly1.make
+++ b/rules/gst-plugins-ugly1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1
#
# Paths and names
#
-GST_PLUGINS_UGLY1_VERSION := 1.6.3
-GST_PLUGINS_UGLY1_MD5 := dbd92afb3816cbfa90ab1f197144a2e2
+GST_PLUGINS_UGLY1_VERSION := 1.8.0
+GST_PLUGINS_UGLY1_MD5 := d9daccca9dffdbcef4373cde81f9ae2c
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)
@@ -44,6 +44,7 @@ GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_DVDREADSRC) += dvdread
GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_LAME) += lame
GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_MAD) += mad
GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC) += mpeg2dec
+GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_MPG123) += mpg123
GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_SID) += sidplay
GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_TWOLAME) += twolame
GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_X264) += x264