summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-14 00:10:29 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-14 00:10:29 +0300
commit7eb63c3b2c88d014409572038f77d961588fbb98 (patch)
tree69c41e81341561ea8ea99c035a4f81b25cb199c0
parentc7e484284b856afb83e9fe89a42d32b8a3ec36d2 (diff)
recipes: Update GStreamer recipes to origin/master instead of 1.6.0
-rw-r--r--recipes/gst-editing-services-1.0-static.recipe4
-rw-r--r--recipes/gst-editing-services-1.0.recipe4
-rw-r--r--recipes/gst-libav-1.0-static.recipe4
-rw-r--r--recipes/gst-libav-1.0.recipe4
-rw-r--r--recipes/gst-plugins-bad-1.0-static.recipe4
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe4
-rw-r--r--recipes/gst-plugins-base-1.0-static.recipe4
-rw-r--r--recipes/gst-plugins-base-1.0.recipe4
-rw-r--r--recipes/gst-plugins-good-1.0-static.recipe4
-rw-r--r--recipes/gst-plugins-good-1.0.recipe4
-rw-r--r--recipes/gst-plugins-ugly-1.0-static.recipe4
-rw-r--r--recipes/gst-plugins-ugly-1.0.recipe4
-rw-r--r--recipes/gst-python-1.0.recipe4
-rw-r--r--recipes/gst-rtsp-server-1.0.recipe4
-rw-r--r--recipes/gst-validate.recipe2
-rw-r--r--recipes/gstreamer-1.0-static.recipe4
-rw-r--r--recipes/gstreamer-1.0.recipe4
17 files changed, 33 insertions, 33 deletions
diff --git a/recipes/gst-editing-services-1.0-static.recipe b/recipes/gst-editing-services-1.0-static.recipe
index e7d44d90..a45881f0 100644
--- a/recipes/gst-editing-services-1.0-static.recipe
+++ b/recipes/gst-editing-services-1.0-static.recipe
@@ -4,12 +4,12 @@ from cerbero.utils import shell
class Recipe(custom.GStreamerStatic):
name = 'gst-editing-services-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
licenses = [License.LGPLv2Plus]
extra_configure_options = "--enable-static"
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'}
- commit = '1.6.0'
+ commit = 'origin/master'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate']
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe
index 33bf2613..ab7930a7 100644
--- a/recipes/gst-editing-services-1.0.recipe
+++ b/recipes/gst-editing-services-1.0.recipe
@@ -3,10 +3,10 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'gst-editing-services-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2Plus]
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'}
- commit = '1.6.0'
+ commit = 'origin/master'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--program-prefix= --disable-examples --enable-static "
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate']
diff --git a/recipes/gst-libav-1.0-static.recipe b/recipes/gst-libav-1.0-static.recipe
index 84c30688..c415e313 100644
--- a/recipes/gst-libav-1.0-static.recipe
+++ b/recipes/gst-libav-1.0-static.recipe
@@ -7,14 +7,14 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(custom.GStreamerStatic):
name = 'gst-libav-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
# TODO - check license - plugin is certainly LGPLv2+, but need to check
# the linked libs
licenses = [License.LGPLv2Plus]
extra_configure_options = "--enable-static --enable-lgpl --disable-example"
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ]
files_plugins_codecs_restricted_devel = ['libgstlibav']
diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe
index 87c0d442..b9e0136b 100644
--- a/recipes/gst-libav-1.0.recipe
+++ b/recipes/gst-libav-1.0.recipe
@@ -3,14 +3,14 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'gst-libav-1.0'
- version = '1.5'
+ version = '1.7'
# TODO - check license - plugin is certainly LGPLv2+, but need to check
# the linked libs
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--enable-lgpl --disable-examples "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ]
files_plugins_codecs_restricted = ['lib/gstreamer-1.0/libgstlibav%(mext)s']
diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe
index 499f6a0a..3733b2d8 100644
--- a/recipes/gst-plugins-bad-1.0-static.recipe
+++ b/recipes/gst-plugins-bad-1.0-static.recipe
@@ -3,7 +3,7 @@
class Recipe(custom.GStreamerStatic):
name = 'gst-plugins-bad-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
licenses = [License.LGPLv2Plus]
extra_configure_options = '--disable-gsm --disable-festival \
@@ -19,7 +19,7 @@ class Recipe(custom.GStreamerStatic):
--disable-vdpau --disable-voamrwbenc --disable-wildmidi \
--disable-xvid --disable-zbar --disable-sdi --disable-qt'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'libass',
'faad2', 'libkate', 'zlib', 'openh264', 'opus', 'nettle', 'librtmp',
'libsrtp', 'schroedinger', 'libdca', 'libmms', 'libdvdnav',
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index 8a850cd2..69fe2a20 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -3,7 +3,7 @@
class Recipe(recipe.Recipe):
name = 'gst-plugins-bad-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = '--enable-static --disable-introspection --disable-gsm \
@@ -26,7 +26,7 @@ class Recipe(recipe.Recipe):
--enable-libmms --enable-resindvd --enable-soundtouch \
--enable-voaacenc --enable-rsvg --enable-openjpeg --enable-spandsp'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'libass',
'faad2', 'libkate', 'zlib', 'openh264', 'opus', 'nettle', 'librtmp',
'libsrtp', 'schroedinger', 'libdca', 'libmms', 'libdvdnav',
diff --git a/recipes/gst-plugins-base-1.0-static.recipe b/recipes/gst-plugins-base-1.0-static.recipe
index 96b93f2f..39b45a67 100644
--- a/recipes/gst-plugins-base-1.0-static.recipe
+++ b/recipes/gst-plugins-base-1.0-static.recipe
@@ -3,12 +3,12 @@
class Recipe(custom.GStreamerStatic):
name = 'gst-plugins-base-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
licenses = [License.LGPLv2Plus]
extra_configure_options = "--enable-static"
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',
'libvisual', 'libvorbis', 'zlib', 'orc']
platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] }
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index 8a997647..7a18015e 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -3,12 +3,12 @@
class Recipe(recipe.Recipe):
name = 'gst-plugins-base-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--enable-static --program-prefix= --disable-examples "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',
'libvisual', 'libvorbis', 'zlib', 'orc']
platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] }
diff --git a/recipes/gst-plugins-good-1.0-static.recipe b/recipes/gst-plugins-good-1.0-static.recipe
index d4ff4e7f..924ed0f8 100644
--- a/recipes/gst-plugins-good-1.0-static.recipe
+++ b/recipes/gst-plugins-good-1.0-static.recipe
@@ -3,12 +3,12 @@
class Recipe(custom.GStreamerStatic):
name = 'gst-plugins-good-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
licenses = [License.LGPLv2Plus]
extra_configure_options = '--enable-static --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'libjpeg-turbo', 'libpng',
'speex', 'gdk-pixbuf', 'libsoup',
'orc', 'wavpack', 'flac', 'taglib', 'bzip2', 'zlib',
diff --git a/recipes/gst-plugins-good-1.0.recipe b/recipes/gst-plugins-good-1.0.recipe
index d7496c10..1e19edb0 100644
--- a/recipes/gst-plugins-good-1.0.recipe
+++ b/recipes/gst-plugins-good-1.0.recipe
@@ -3,12 +3,12 @@
class Recipe(recipe.Recipe):
name = 'gst-plugins-good-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = '--disable-examples --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2 '
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'libjpeg-turbo', 'libpng',
'speex', 'gdk-pixbuf', 'libsoup',
'orc', 'wavpack', 'flac', 'taglib', 'bzip2', 'zlib',
diff --git a/recipes/gst-plugins-ugly-1.0-static.recipe b/recipes/gst-plugins-ugly-1.0-static.recipe
index 3e9edf80..12f8fe9b 100644
--- a/recipes/gst-plugins-ugly-1.0-static.recipe
+++ b/recipes/gst-plugins-ugly-1.0-static.recipe
@@ -3,12 +3,12 @@
class Recipe(custom.GStreamerStatic):
name = 'gst-plugins-ugly-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
licenses = [License.LGPLv2Plus]
extra_configure_options = "--enable-static --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame"
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr',
'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame']
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe
index f3a2c8ce..62ddeec5 100644
--- a/recipes/gst-plugins-ugly-1.0.recipe
+++ b/recipes/gst-plugins-ugly-1.0.recipe
@@ -3,12 +3,12 @@
class Recipe(recipe.Recipe):
name = 'gst-plugins-ugly-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr',
'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame']
diff --git a/recipes/gst-python-1.0.recipe b/recipes/gst-python-1.0.recipe
index 90daab18..b45dcf5f 100644
--- a/recipes/gst-python-1.0.recipe
+++ b/recipes/gst-python-1.0.recipe
@@ -3,14 +3,14 @@
class Recipe(recipe.Recipe):
name = 'gst-python-1.0'
- version = '1.3'
+ version = '1.7'
# TODO: check license - some source files are LGPLv2+, others LGPLv2.1+ and
# COPYING is LGPLv2.1
licenses = [License.LGPLv2_1Plus]
autoreconf = True
autoreconf_sh = 'sh autogen.sh'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-python'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'glib', 'pygobject']
# FIXME: disable checks until it's properly fixed
make_check = None
diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe
index 0e83ad41..7153bf95 100644
--- a/recipes/gst-rtsp-server-1.0.recipe
+++ b/recipes/gst-rtsp-server-1.0.recipe
@@ -2,12 +2,12 @@
class Recipe(recipe.Recipe):
name = 'gst-rtsp-server-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--disable-examples --enable-static "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-rtsp-server'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ]
files_devel = ['include/gstreamer-1.0/gst/rtsp-server', 'lib/pkgconfig/gstreamer-rtsp-server-1.0.pc']
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe
index 8677e3d9..7711eddf 100644
--- a/recipes/gst-validate.recipe
+++ b/recipes/gst-validate.recipe
@@ -6,7 +6,7 @@ class Recipe(recipe.Recipe):
version = '1.0'
licenses = [License.LGPLv2Plus]
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-devtools'}
- commit = '1.6.0'
+ commit = 'origin/master'
srcdir = 'validate'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= '
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0']
diff --git a/recipes/gstreamer-1.0-static.recipe b/recipes/gstreamer-1.0-static.recipe
index e8402830..cc7106fe 100644
--- a/recipes/gstreamer-1.0-static.recipe
+++ b/recipes/gstreamer-1.0-static.recipe
@@ -3,12 +3,12 @@
class Recipe(custom.GStreamerStatic):
name = 'gstreamer-1.0-static'
- version = '1.5'
+ version = '1.7'
gstreamer_version = '1.0'
licenses = [License.LGPLv2_1Plus]
extra_configure_options = '--enable-static'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['glib', 'gtk-doc-lite']
# Static build will always fail on make check
make_check = None
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe
index f4cec74f..cc0b4407 100644
--- a/recipes/gstreamer-1.0.recipe
+++ b/recipes/gstreamer-1.0.recipe
@@ -19,12 +19,12 @@ GST_CONFIG_UNVERSAL='''\
class Recipe(recipe.Recipe):
name = 'gstreamer-1.0'
- version = '1.5'
+ version = '1.7'
licenses = [License.LGPLv2_1Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--enable-static --program-prefix= --disable-examples "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'}
- commit = '1.6.0'
+ commit = 'origin/master'
deps = ['glib', 'gtk-doc-lite']
files_bins = ['gst-inspect-1.0',