gst-plugins-bad: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-03-14 18:27:21 +01:00
parent 6f6059b9aa
commit b593af83c0
2 changed files with 55 additions and 25 deletions

View File

@ -27,6 +27,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
bool "autoconvert" bool "autoconvert"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUDIOVISUALIZERS
bool "audiovisualizers"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER
bool "bayer" bool "bayer"
@ -70,6 +73,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDSPU config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDSPU
bool "dvdspu" bool "dvdspu"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FACEOVERLAY
bool "faceoverlay"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL
bool "festival" bool "festival"
@ -79,6 +85,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FIELDANALYSIS
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEZE config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEZE
bool "freeze" bool "freeze"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEVERB
bool "freeverb"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R
bool "frei0r" bool "frei0r"
@ -103,12 +112,12 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_HLS
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ID3TAG config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ID3TAG
bool "id3tag" bool "id3tag"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INTER
bool "inter"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INTERLACE config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INTERLACE
bool "interlace" bool "interlace"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INVTELECINE
bool "invtelecine"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_IVFPARSE config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_IVFPARSE
bool "ivfparse" bool "ivfparse"
@ -142,9 +151,6 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGTSDEMUX
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGTSMUX config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGTSMUX
bool "mpegtsmux" bool "mpegtsmux"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEG4VIDEOPARSE
bool "mpeg4videoparse"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGVIDEOPARSE config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGVIDEOPARSE
bool "mpegvideoparse" bool "mpegvideoparse"
@ -175,6 +181,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RAWPARSE
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_REAL config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_REAL
bool "real" bool "real"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_REMOVESILENCE
bool "removesilence"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMUX config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMUX
bool "rtpmux" bool "rtpmux"
@ -196,6 +205,9 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SEGMENTCLIP
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN
bool "siren" bool "siren"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SMOOTH
bool "smooth"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SPEED config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SPEED
bool "speed" bool "speed"

View File

@ -3,7 +3,7 @@
# gst-plugins-bad # gst-plugins-bad
# #
############################################################# #############################################################
GST_PLUGINS_BAD_VERSION = 0.10.22 GST_PLUGINS_BAD_VERSION = 0.10.23
GST_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION).tar.bz2 GST_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION).tar.bz2
GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
@ -40,6 +40,12 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-asfmux GST_PLUGINS_BAD_CONF_OPT += --disable-asfmux
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUDIOVISUALIZERS),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-audiovisualizers
else
GST_PLUGINS_BAD_CONF_OPT += --disable-audiovisualizers
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert
else else
@ -124,6 +130,12 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-dvdspu GST_PLUGINS_BAD_CONF_OPT += --disable-dvdspu
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FACEOVERLAY),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-faceoverlay
else
GST_PLUGINS_BAD_CONF_OPT += --disable-faceoverlay
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FESTIVAL),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-festival GST_PLUGINS_BAD_CONF_OPT += --enable-festival
else else
@ -142,6 +154,12 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-freeze GST_PLUGINS_BAD_CONF_OPT += --disable-freeze
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEVERB),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-freeverb
else
GST_PLUGINS_BAD_CONF_OPT += --disable-freeverb
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-frei0r GST_PLUGINS_BAD_CONF_OPT += --enable-frei0r
else else
@ -190,24 +208,18 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-id3tag GST_PLUGINS_BAD_CONF_OPT += --disable-id3tag
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INTER),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-inter
else
GST_PLUGINS_BAD_CONF_OPT += --disable-inter
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INTERLACE),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INTERLACE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-interlace GST_PLUGINS_BAD_CONF_OPT += --enable-interlace
else else
GST_PLUGINS_BAD_CONF_OPT += --disable-interlace GST_PLUGINS_BAD_CONF_OPT += --disable-interlace
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INVTELECINE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-invtelecine
else
GST_PLUGINS_BAD_CONF_OPT += --disable-invtelecine
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_INVTELECINE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-invtelecine
else
GST_PLUGINS_BAD_CONF_OPT += --disable-invtelecine
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_IVFPARSE),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_IVFPARSE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-ivfparse GST_PLUGINS_BAD_CONF_OPT += --enable-ivfparse
else else
@ -274,12 +286,6 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-mpegtsmux GST_PLUGINS_BAD_CONF_OPT += --disable-mpegtsmux
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEG4VIDEOPARSE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-mpeg4videoparse
else
GST_PLUGINS_BAD_CONF_OPT += --disable-mpeg4videoparse
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGVIDEOPARSE),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MPEGVIDEOPARSE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-mpegvideoparse GST_PLUGINS_BAD_CONF_OPT += --enable-mpegvideoparse
else else
@ -340,6 +346,12 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-real GST_PLUGINS_BAD_CONF_OPT += --disable-real
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_REMOVESILENCE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-removesilence
else
GST_PLUGINS_BAD_CONF_OPT += --disable-removesilence
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMUX),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RTPMUX),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-rtpmux GST_PLUGINS_BAD_CONF_OPT += --enable-rtpmux
else else
@ -382,6 +394,12 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-siren GST_PLUGINS_BAD_CONF_OPT += --disable-siren
endif endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SMOOTH),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-smooth
else
GST_PLUGINS_BAD_CONF_OPT += --disable-smooth
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SPEED),y) ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SPEED),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-speed GST_PLUGINS_BAD_CONF_OPT += --enable-speed
else else