summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
-rw-r--r--recipes/gst-devtools-1.0.recipe2
-rw-r--r--recipes/gst-editing-services-1.0.recipe2
-rw-r--r--recipes/gst-libav-1.0.recipe2
-rw-r--r--recipes/gst-omx-1.0.recipe2
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe2
-rw-r--r--recipes/gst-plugins-base-1.0.recipe2
-rw-r--r--recipes/gst-plugins-good-1.0.recipe2
-rw-r--r--recipes/gst-plugins-ugly-1.0.recipe2
-rw-r--r--recipes/gst-rtsp-server-1.0.recipe2
-rw-r--r--recipes/gstreamer-1.0.recipe2
-rw-r--r--setup.py2
13 files changed, 14 insertions, 14 deletions
diff --git a/packages/custom.py b/packages/custom.py
index 19e5180a..d53acbae 100644
--- a/packages/custom.py
+++ b/packages/custom.py
@@ -6,7 +6,7 @@ from cerbero.enums import License
class GStreamer:
url = "http://gstreamer.freedesktop.org"
- version = '1.17.0.1'
+ version = '1.17.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 638c5bc5..0421c802 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -11,8 +11,8 @@ from cerbero.utils import shell, to_unixpath
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.17.0.1'
- tagged_for_release = False
+ version = '1.17.1'
+ tagged_for_release = True
if not tagged_for_release or recipe.Recipe._using_manifest_force_git:
# Pre-release version, use git master
diff --git a/recipes/gst-devtools-1.0.recipe b/recipes/gst-devtools-1.0.recipe
index 6c0d9651..bf4429b2 100644
--- a/recipes/gst-devtools-1.0.recipe
+++ b/recipes/gst-devtools-1.0.recipe
@@ -6,7 +6,7 @@ class Recipe(custom.GStreamer):
name = 'gst-devtools-1.0'
btype = BuildType.MESON
meson_options = {'debug_viewer': 'disabled'}
- tarball_checksum = '0000000000000000000000000000000000000000000000000000000000000000'
+ tarball_checksum = '4621e58c2b67e8176dad179797142d7b75551ea62937f0314ee4960fc4b1c2ef'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'json-glib', 'gst-rtsp-server-1.0']
files_bins = ['gst-validate-1.0', 'gst-validate-transcoding-1.0', 'gst-validate-media-check-1.0',
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe
index 03d1fe28..5a285b03 100644
--- a/recipes/gst-editing-services-1.0.recipe
+++ b/recipes/gst-editing-services-1.0.recipe
@@ -4,7 +4,7 @@ from cerbero.utils import shell
class Recipe(custom.GStreamer):
name = 'gst-editing-services-1.0'
btype = BuildType.MESON
- tarball_checksum = '82a3faefb2b0d91e134fd02cddeee718b7846a07cbf0127fed7aa03e25495ad1'
+ tarball_checksum = '42aecefdbd23629f62a9817d0aed34225c49cbcb1b7474f3498bcc1187908f36'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-devtools-1.0']
files_bins = ['ges-launch-1.0']
diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe
index 47cb30e1..86aa44b1 100644
--- a/recipes/gst-libav-1.0.recipe
+++ b/recipes/gst-libav-1.0.recipe
@@ -4,7 +4,7 @@ class Recipe(custom.GStreamer):
name = 'gst-libav-1.0'
licenses = [License.LGPLv2Plus]
btype = BuildType.MESON
- tarball_checksum = 'dfac119043a9cfdcacd7acde77f674ab172cf2537b5812be52f49e9cddc53d9a'
+ tarball_checksum = '9d8d73a7944f776199c7648b3b7330f940b10dc4e08a6509185ae43cb456cb1f'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'ffmpeg']
files_plugins_codecs_restricted = ['lib/gstreamer-1.0/libgstlibav%(mext)s']
diff --git a/recipes/gst-omx-1.0.recipe b/recipes/gst-omx-1.0.recipe
index 9b866c11..fcad6ad2 100644
--- a/recipes/gst-omx-1.0.recipe
+++ b/recipes/gst-omx-1.0.recipe
@@ -3,7 +3,7 @@
class Recipe(custom.GStreamer):
name = 'gst-omx-1.0'
btype = BuildType.MESON
- tarball_checksum = 'fef77cddc02784608451c46b9def880b63230a246decf8900f2da2ed54a8af4a'
+ tarball_checksum = 'ce70cabf84ec31040a8e3ec9e2e37c7d166a527cc0de576d891fdf90a029d55b'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0']
files_plugins_codecs = ['lib/gstreamer-1.0/libgstomx%(mext)s']
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index f65fc4df..bfe02ca3 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -4,7 +4,7 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(custom.GStreamer):
name = 'gst-plugins-bad-1.0'
btype = BuildType.MESON
- tarball_checksum = '22139de35626ada6090bdfa3423b27b7fc15a0198331d25c95e6b12cb1072b05'
+ tarball_checksum = '598937c818d0955543318203faa28d826eb68d487934be4737e999ad272210d0'
# Explicitly enable plugins that we provide dependencies for to ensure that
# we error out if they weren't found.
meson_options = {# enabled plugins
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index dc068082..35594701 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-base-1.0'
btype = BuildType.MESON
- tarball_checksum = '4093aa7b51e28fb24dfd603893fead8d1b7782f088b05ed0f22a21ef176fb5ae'
+ tarball_checksum = 'c0d8a84e3262e706ebc88831ca7349e5ae221274ef362599734573b3d3c028f3'
meson_options = {# enabled plugins
'gl': 'enabled',
'gl-graphene': 'enabled',
diff --git a/recipes/gst-plugins-good-1.0.recipe b/recipes/gst-plugins-good-1.0.recipe
index dfa95218..747139f8 100644
--- a/recipes/gst-plugins-good-1.0.recipe
+++ b/recipes/gst-plugins-good-1.0.recipe
@@ -3,7 +3,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-good-1.0'
btype = BuildType.MESON
- tarball_checksum = '654adef33380d604112f702c2927574cfc285e31307b79e584113858838bb0fd'
+ tarball_checksum = 'ea8957460ed38261e5c4bf6a8bf98d946298b756a695b27c9b1209aa7b76b0d7'
meson_options = {# enabled plugins
'cairo': 'enabled',
'dv': 'enabled',
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe
index 71dd6951..42c8dcb1 100644
--- a/recipes/gst-plugins-ugly-1.0.recipe
+++ b/recipes/gst-plugins-ugly-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-ugly-1.0'
btype = BuildType.MESON
- tarball_checksum = 'e30964c5f031c32289e0b25e176c3c95a5737f2052dfc81d0f7427ef0233a4c2'
+ tarball_checksum = 'a5e564107120b5b27c48709c5dfdb266737def5b3eb7aaabaddd304d425d8f21'
meson_options = {'a52dec': 'enabled',
'amrnb': 'enabled',
'amrwbdec': 'enabled',
diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe
index bfd62967..8bc753ec 100644
--- a/recipes/gst-rtsp-server-1.0.recipe
+++ b/recipes/gst-rtsp-server-1.0.recipe
@@ -3,7 +3,7 @@
class Recipe(custom.GStreamer):
name = 'gst-rtsp-server-1.0'
btype = BuildType.MESON
- tarball_checksum = '198e9eec1a3e32dc810d3fbf3a714850a22c6288d4a5c8e802c5ff984af03f19'
+ tarball_checksum = '674a8e75d0f3b59e4bd5ed037fc484b58256aa1cd49a647d0ccf0e29c45f0ca3'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-bad-1.0']
files_devel = ['include/gstreamer-1.0/gst/rtsp-server', 'lib/pkgconfig/gstreamer-rtsp-server-1.0.pc']
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe
index 30bd3d67..76872f5c 100644
--- a/recipes/gstreamer-1.0.recipe
+++ b/recipes/gstreamer-1.0.recipe
@@ -4,7 +4,7 @@ import shutil
class Recipe(custom.GStreamer):
name = 'gstreamer-1.0'
btype = BuildType.MESON
- tarball_checksum = '0e8e2f7118be437cba879353970cf83c2acced825ecb9275ba05d9186ef07c00'
+ tarball_checksum = 'f63566152755aab98414feb859ea8b00d3b07cad2486f304a8feec1265e5aa0e'
deps = ['glib']
bash_completions = ['gst-inspect-1.0', 'gst-launch-1.0']
diff --git a/setup.py b/setup.py
index 3de9e167..b8d47b22 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = '1.17.0.1',
+ version = '1.17.1',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),