summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-12 12:08:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-12 12:18:52 +0200
commit6f10609660bfc8475b9de55287602b6a5b7603cc (patch)
tree81466f3756fc0d26585ba45f302b748bc4880f8c /rules/gst-plugins-good.make
parent81ac3fdf227dc34871b4aabb1c67eae9d28658a3 (diff)
downloadptxdist-6f10609660bfc8475b9de55287602b6a5b7603cc.tar.gz
ptxdist-6f10609660bfc8475b9de55287602b6a5b7603cc.tar.xz
gst-plugins-good: version bump 0.10.23 -> 0.10.29
Based on a patch from Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-good.make')
-rw-r--r--rules/gst-plugins-good.make25
1 files changed, 7 insertions, 18 deletions
diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make
index 4141a6faa..2e9b2917e 100644
--- a/rules/gst-plugins-good.make
+++ b/rules/gst-plugins-good.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_GOOD) += gst-plugins-good
#
# Paths and names
#
-GST_PLUGINS_GOOD_VERSION := 0.10.23
-GST_PLUGINS_GOOD_MD5 := 9cddbb0e7e90677f0cc05c23feffef5c
+GST_PLUGINS_GOOD_VERSION := 0.10.29
+GST_PLUGINS_GOOD_MD5 := 5a652416141d9530258b474dc1d384b9
GST_PLUGINS_GOOD := gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION)
GST_PLUGINS_GOOD_SUFFIX := tar.bz2
GST_PLUGINS_GOOD_URL := http://gstreamer.freedesktop.org/src/gst-plugins-good/$(GST_PLUGINS_GOOD).$(GST_PLUGINS_GOOD_SUFFIX)
@@ -41,6 +41,7 @@ GST_PLUGINS_GOOD_ENABLEC-$(PTXCONF_GST_PLUGINS_GOOD_ALPHA) += alpha
GST_PLUGINS_GOOD_ENABLEP-$(PTXCONF_GST_PLUGINS_GOOD_ALPHA) += alpha alphacolor
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_APETAG) += apetag
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_AUDIOFX) += audiofx
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_AUDIOPARSERS)+= audioparsers
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_AUPARSE) += auparse
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_AUTODETECT) += autodetect
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_AVI) += avi
@@ -66,7 +67,7 @@ GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_MATROSKA) += matroska
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_MONOSCOPE) += monoscope
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_MULTIFILE) += multifile
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_MULTIPART) += multipart
-GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_QTDEMUX) += qtdemux
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_QTDEMUX) += isomp4
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_REPLAYGAIN) += replaygain
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_RTP) += rtp
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_RTPMANAGER) += rtpmanager
@@ -106,6 +107,7 @@ GST_PLUGINS_GOOD_ENABLEC-$(PTXCONF_GST_PLUGINS_GOOD_GDK_PIXBUF) += gdk_pixbuf
GST_PLUGINS_GOOD_ENABLEP-$(PTXCONF_GST_PLUGINS_GOOD_GDK_PIXBUF) += gdkpixbuf
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_HAL) += hal
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_JPEG) += jpeg
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_JACK) += jack
GST_PLUGINS_GOOD_ENABLEC-$(PTXCONF_GST_PLUGINS_GOOD_LIBCACA) += libcaca
GST_PLUGINS_GOOD_ENABLEP-$(PTXCONF_GST_PLUGINS_GOOD_LIBCACA) += cacasink
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_LIBDV) += libdv
@@ -128,27 +130,14 @@ GST_PLUGINS_GOOD_ENABLEP-y += $(GST_PLUGINS_GOOD_ENABLE-y)
#
# autoconf
#
-# --without-libiconv-prefix -> we use libc iconv
-#
GST_PLUGINS_GOOD_CONF_TOOL := autoconf
-GST_PLUGINS_GOOD_CONF_OPT := \
+GST_PLUGINS_GOOD_CONF_OPT = \
$(CROSS_AUTOCONF_USR) \
- --enable-option-checking \
- --enable-silent-rules \
- --disable-nls \
- --disable-rpath \
- --disable-debug \
- --disable-profiling \
- --disable-valgrind \
- --disable-gcov \
- --disable-examples \
+ $(GSTREAMER_GENERIC_CONF_OPT) \
--enable-external \
--enable-experimental \
--disable-schemas-install \
- --disable-gtk-doc \
--disable-gconftool \
- --without-libiconv-prefix \
- --without-libintl-prefix \
--disable-esdtest \
--disable-aalibtest \
--disable-shout2test