Reviewed configure options while being there.

Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de>
---
 rules/gst-plugins-good.in   |   55 +++++++++++++++++++++----------------------
 rules/gst-plugins-good.make |   12 ++++++---
 2 files changed, 35 insertions(+), 32 deletions(-)

diff --git a/rules/gst-plugins-good.in b/rules/gst-plugins-good.in
index 7929887..127faf2 100644
--- a/rules/gst-plugins-good.in
+++ b/rules/gst-plugins-good.in
@@ -75,9 +75,13 @@ if GST_PLUGINS_GOOD
                bool
                prompt "cutter"
 
-       config GST_PLUGINS_GOOD_DEBUG
+       config GST_PLUGINS_GOOD_DEBUGUTILS
+               bool
+               prompt "debugutils"
+
+       config GST_PLUGINS_GOOD_DEINTERLACE
                bool
-               prompt "debug"
+               prompt "deinterlace"
 
        config GST_PLUGINS_GOOD_EFFECTV
                bool
@@ -87,6 +91,10 @@ if GST_PLUGINS_GOOD
                bool
                prompt "equalizer"
 
+       config GST_PLUGINS_GOOD_FLV
+               bool
+               prompt "flv"
+
        config GST_PLUGINS_GOOD_ID3DEMUX
                bool
                prompt "id3demux"
@@ -111,6 +119,10 @@ if GST_PLUGINS_GOOD
                bool
                prompt "goom2k1"
 
+       config GST_PLUGINS_GOOD_IMAGEFREEZE
+               bool
+               prompt "imagefreeze"
+
        config GST_PLUGINS_GOOD_LAW
                bool
                prompt "law"
@@ -147,10 +159,18 @@ if GST_PLUGINS_GOOD
                bool
                prompt "rtp"
 
+       config GST_PLUGINS_GOOD_RTPMANAGER
+               bool
+               prompt "rtpmanager"
+
        config GST_PLUGINS_GOOD_RTSP
                bool
                prompt "rtsp"
 
+       config GST_PLUGINS_GOOD_SHAPEWIPE
+               bool
+               prompt "shapewipe"
+
        config GST_PLUGINS_GOOD_SMPTE
                bool
                prompt "smpte"
@@ -183,22 +203,6 @@ if GST_PLUGINS_GOOD
                bool
                prompt "wavparse"
 
-       config GST_PLUGINS_GOOD_DEBUGUTILS
-               bool
-               prompt "debugutils"
-
-       config GST_PLUGINS_GOOD_DEINTERLACE
-               bool
-               prompt "deinterlace"
-
-       config GST_PLUGINS_GOOD_FLV
-               bool
-               prompt "flv"
-
-       config GST_PLUGINS_GOOD_RTPMANAGER
-               bool
-               prompt "rtpmanager"
-
        config GST_PLUGINS_GOOD_Y4M
                bool
                prompt "y4m"
@@ -207,11 +211,6 @@ if GST_PLUGINS_GOOD
        comment "plugins with dependencies"
        # ---------------------------------
 
-       config GST_PLUGINS_GOOD_DIRECTDRAW
-               bool
-               depends on GST_PLUGINS_GOOD_BROKEN
-               prompt "directdraw"
-
        config GST_PLUGINS_GOOD_DIRECTSOUND
                bool
                depends on GST_PLUGINS_GOOD_BROKEN
@@ -222,6 +221,11 @@ if GST_PLUGINS_GOOD
                depends on GST_PLUGINS_GOOD_BROKEN
                prompt "oss"
 
+       config GST_PLUGINS_GOOD_OSS4
+               bool
+               depends on GST_PLUGINS_GOOD_BROKEN
+               prompt "oss4"
+
        config GST_PLUGINS_GOOD_SUNAUDIO
                bool
                depends on GST_PLUGINS_GOOD_BROKEN
@@ -267,11 +271,6 @@ if GST_PLUGINS_GOOD
                bool
                prompt "cairo"
 
-       config GST_PLUGINS_GOOD_CDIO
-               bool
-               depends on GST_PLUGINS_GOOD_BROKEN
-               prompt "cdio"
-
        config GST_PLUGINS_GOOD_ESD
                bool
                depends on GST_PLUGINS_GOOD_BROKEN
diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make
index 508258a..d0ffb34 100644
--- a/rules/gst-plugins-good.make
+++ b/rules/gst-plugins-good.make
@@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_GOOD) += gst-plugins-good
 #
 # Paths and names
 #
-GST_PLUGINS_GOOD_VERSION       := 0.10.17
+GST_PLUGINS_GOOD_VERSION       := 0.10.23
 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)
@@ -54,6 +54,7 @@ 
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_INTERLEAVE)        += 
interleave
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_FLX)                += flx
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_GOOM)       += goom
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_GOOM2K1)    += goom2k1
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_IMAGEFREEZE)        += 
imagefreeze
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_LAW)                += law
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_LEVEL)      += level
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_MATROSKA)   += matroska
@@ -65,6 +66,7 @@ 
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
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_RTSP)       += rtsp
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_SHAPEWIPE)  += shapewipe
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_SMPTE)      += smpte
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_SPECTRUM)   += spectrum
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_UDP)                += udp
@@ -76,6 +78,7 @@ GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_WAVPARSE)  
+= wavparse
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_Y4M)                += y4m
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_DIRECTSOUND)        += 
directsound
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSS)                += oss
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSS4)       += oss4
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_SUNAUDIO)   += sunaudio
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSX_AUDIO)  += osx_audio
 GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSX_VIDEO)  += osx_video
@@ -113,8 +116,10 @@ GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_BZ2)    
        += bz2
 GST_PLUGINS_GOOD_CONF_TOOL     := autoconf
 GST_PLUGINS_GOOD_CONF_OPT      := \
        $(CROSS_AUTOCONF_USR) \
-       --disable-rpath \
+       --enable-option-checking \
+       --enable-silent-rules \
        --disable-nls \
+       --disable-rpath \
        --disable-debug \
        --disable-profiling \
        --disable-valgrind \
@@ -126,12 +131,11 @@ GST_PLUGINS_GOOD_CONF_OPT := \
        --disable-gtk-doc \
        --disable-gconftool \
        --without-libiconv-prefix \
-       --enable-shave \
+       --without-libintl-prefix \
        --disable-esdtest \
        --disable-aalibtest \
        --disable-shout2test
 
-
 #
 # the --with-plugins sadly only applies to depencyless plugings
 # and when no plugins are sellected it builds them all. So
-- 
1.7.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to