summaryrefslogtreecommitdiff
path: root/package/multimedia/gst-plugins-good
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-09-29 16:55:08 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-29 16:55:08 +0200
commit531d31d286de113d9653bf5b592932bc8295725c (patch)
tree1cf407d08b30633bb0377af90d9cb04971ea1044 /package/multimedia/gst-plugins-good
parentdef45ab622f942c9639ebe1ede79ac4dd590d8fb (diff)
gst-plugins-good: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-good')
-rw-r--r--package/multimedia/gst-plugins-good/Config.in9
-rw-r--r--package/multimedia/gst-plugins-good/gst-plugins-good.mk20
2 files changed, 19 insertions, 10 deletions
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in
index e560ea859..1fc66a357 100644
--- a/package/multimedia/gst-plugins-good/Config.in
+++ b/package/multimedia/gst-plugins-good/Config.in
@@ -45,6 +45,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_APETAG
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOFX
bool "audiofx"
+config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOPARSERS
+ bool "audioparsers"
+
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUPARSE
bool "auparse"
@@ -94,6 +97,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
bool "interleave"
+config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4
+ bool "isomp4"
+
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
bool "law"
@@ -112,9 +118,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART
bool "multipart"
-config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX
- bool "qtdemux"
-
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN
bool "replaygain"
diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
index eeff26600..202e60e70 100644
--- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk
+++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
@@ -3,7 +3,7 @@
# gst-plugins-good
#
#############################################################
-GST_PLUGINS_GOOD_VERSION = 0.10.28
+GST_PLUGINS_GOOD_VERSION = 0.10.30
GST_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION).tar.bz2
GST_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
@@ -72,6 +72,12 @@ else
GST_PLUGINS_GOOD_CONF_OPT += --disable-audiofx
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOPARSERS),y)
+GST_PLUGINS_GOOD_CONF_OPT += --enable-audioparsers
+else
+GST_PLUGINS_GOOD_CONF_OPT += --disable-audioparsers
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUPARSE),y)
GST_PLUGINS_GOOD_CONF_OPT += --enable-auparse
else
@@ -168,6 +174,12 @@ else
GST_PLUGINS_GOOD_CONF_OPT += --disable-interleave
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4),y)
+GST_PLUGINS_GOOD_CONF_OPT += --enable-isomp4
+else
+GST_PLUGINS_GOOD_CONF_OPT += --disable-isomp4
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW),y)
GST_PLUGINS_GOOD_CONF_OPT += --enable-law
else
@@ -204,12 +216,6 @@ else
GST_PLUGINS_GOOD_CONF_OPT += --disable-multipart
endif
-ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX),y)
-GST_PLUGINS_GOOD_CONF_OPT += --enable-qtdemux
-else
-GST_PLUGINS_GOOD_CONF_OPT += --disable-qtdemux
-endif
-
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN),y)
GST_PLUGINS_GOOD_CONF_OPT += --enable-replaygain
else