summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-07-26 00:18:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-07-26 00:18:29 +0100
commit46a6548be2c5c439d0acdac1aeeda6a4f1277d3c (patch)
tree91b9232899e1fc8289aa6d1aa1d1452127801f29
parente1fbc9e15eb5d6a657d3aaa684e2577134b69128 (diff)
Build 1.14.2 releasegst-build-1.14.2
-rw-r--r--meson.build11
-rw-r--r--subprojects/gst-devtools.wrap2
-rw-r--r--subprojects/gst-editing-services.wrap2
-rw-r--r--subprojects/gst-libav.wrap2
-rw-r--r--subprojects/gst-omx.wrap2
-rw-r--r--subprojects/gst-plugins-bad.wrap2
-rw-r--r--subprojects/gst-plugins-base.wrap2
-rw-r--r--subprojects/gst-plugins-good.wrap2
-rw-r--r--subprojects/gst-plugins-ugly.wrap2
-rw-r--r--subprojects/gst-python.wrap2
-rw-r--r--subprojects/gst-rtsp-server.wrap2
-rw-r--r--subprojects/gstreamer-sharp.wrap2
-rw-r--r--subprojects/gstreamer-vaapi.wrap2
-rw-r--r--subprojects/gstreamer.wrap2
14 files changed, 16 insertions, 21 deletions
diff --git a/meson.build b/meson.build
index b73d477e4a..b3f35cf0d0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
project('All GStreamer modules', 'c',
- version : '1.14.1',
+ version : '1.14.2',
meson_version : '>= 0.42.0',
default_options : ['buildtype=debugoptimized'])
gst_version = '>= @0@'.format(meson.project_version())
-gst_branch = '1.14.1'
+gst_branch = '1.14.2'
glib_req = '>= 2.40.0'
@@ -123,12 +123,7 @@ foreach subproj: subprojects
if get_option('disable_introspection')
default_options += ['disable_introspection=true']
endif
- if subproj == 'gstreamer-sharp'
- req_version = '1.14.0' # there was no 1.14.1 release
- else
- req_version = gst_version
- endif
- subproject(subproj, version: req_version, default_options: default_options)
+ subproject(subproj, version: gst_version, default_options: default_options)
cmdres = run_command(python3, '-c', symlink.format(subproj, meson.current_source_dir()))
if cmdres.returncode() == 0
diff --git a/subprojects/gst-devtools.wrap b/subprojects/gst-devtools.wrap
index 8c182d637a..12c14f3251 100644
--- a/subprojects/gst-devtools.wrap
+++ b/subprojects/gst-devtools.wrap
@@ -2,4 +2,4 @@
directory=gst-devtools
url=https://anongit.freedesktop.org/git/gstreamer/gst-devtools.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-devtools
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-editing-services.wrap b/subprojects/gst-editing-services.wrap
index f6d9da90a0..113dc57b68 100644
--- a/subprojects/gst-editing-services.wrap
+++ b/subprojects/gst-editing-services.wrap
@@ -2,4 +2,4 @@
directory=gst-editing-services
url=https://anongit.freedesktop.org/git/gstreamer/gst-editing-services.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-editing-services
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-libav.wrap b/subprojects/gst-libav.wrap
index 0f05fcbfca..de4d10511a 100644
--- a/subprojects/gst-libav.wrap
+++ b/subprojects/gst-libav.wrap
@@ -2,4 +2,4 @@
directory=gst-libav
url=https://anongit.freedesktop.org/git/gstreamer/gst-libav.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-libav
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-omx.wrap b/subprojects/gst-omx.wrap
index c703842868..9492d1fb57 100644
--- a/subprojects/gst-omx.wrap
+++ b/subprojects/gst-omx.wrap
@@ -2,4 +2,4 @@
directory=gst-omx
url=https://anongit.freedesktop.org/git/gstreamer/gst-omx.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-omx
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-plugins-bad.wrap b/subprojects/gst-plugins-bad.wrap
index c45c70621a..6899683aa9 100644
--- a/subprojects/gst-plugins-bad.wrap
+++ b/subprojects/gst-plugins-bad.wrap
@@ -2,4 +2,4 @@
directory=gst-plugins-bad
url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-plugins-bad
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-plugins-base.wrap b/subprojects/gst-plugins-base.wrap
index 49b752fa31..42b2242c3c 100644
--- a/subprojects/gst-plugins-base.wrap
+++ b/subprojects/gst-plugins-base.wrap
@@ -2,4 +2,4 @@
directory=gst-plugins-base
url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-plugins-base
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-plugins-good.wrap b/subprojects/gst-plugins-good.wrap
index dac65c1469..43fe01ef7b 100644
--- a/subprojects/gst-plugins-good.wrap
+++ b/subprojects/gst-plugins-good.wrap
@@ -2,4 +2,4 @@
directory=gst-plugins-good
url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-plugins-good
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-plugins-ugly.wrap b/subprojects/gst-plugins-ugly.wrap
index 129de5bc2f..964a4d0b91 100644
--- a/subprojects/gst-plugins-ugly.wrap
+++ b/subprojects/gst-plugins-ugly.wrap
@@ -2,4 +2,4 @@
directory=gst-plugins-ugly
url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-plugins-ugly
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-python.wrap b/subprojects/gst-python.wrap
index 40649ef760..dc375389f0 100644
--- a/subprojects/gst-python.wrap
+++ b/subprojects/gst-python.wrap
@@ -2,4 +2,4 @@
directory=gst-python
url=https://anongit.freedesktop.org/git/gstreamer/gst-python.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-python
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gst-rtsp-server.wrap b/subprojects/gst-rtsp-server.wrap
index ab1b53fb64..f0c7f16076 100644
--- a/subprojects/gst-rtsp-server.wrap
+++ b/subprojects/gst-rtsp-server.wrap
@@ -2,4 +2,4 @@
directory=gst-rtsp-server
url=https://anongit.freedesktop.org/git/gstreamer/gst-rtsp-server
push-url=ssh://git.freedesktop.org/git/gstreamer/gst-rtsp-server
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gstreamer-sharp.wrap b/subprojects/gstreamer-sharp.wrap
index 4c407c0f3e..52e6d98ba9 100644
--- a/subprojects/gstreamer-sharp.wrap
+++ b/subprojects/gstreamer-sharp.wrap
@@ -2,4 +2,4 @@
directory=gstreamer-sharp
url=https://anongit.freedesktop.org/git/gstreamer/gstreamer-sharp.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gstreamer-sharp
-revision=1.14.0
+revision=1.14.2
diff --git a/subprojects/gstreamer-vaapi.wrap b/subprojects/gstreamer-vaapi.wrap
index d0ae662ac8..2ba0f5ea83 100644
--- a/subprojects/gstreamer-vaapi.wrap
+++ b/subprojects/gstreamer-vaapi.wrap
@@ -2,4 +2,4 @@
directory=gstreamer-vaapi
url=https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gstreamer-vaapi
-revision=1.14.1
+revision=1.14.2
diff --git a/subprojects/gstreamer.wrap b/subprojects/gstreamer.wrap
index d609eead8b..a94535a18d 100644
--- a/subprojects/gstreamer.wrap
+++ b/subprojects/gstreamer.wrap
@@ -2,4 +2,4 @@
directory=gstreamer
url=https://anongit.freedesktop.org/git/gstreamer/gstreamer.git
push-url=ssh://git.freedesktop.org/git/gstreamer/gstreamer
-revision=1.14.1
+revision=1.14.2