[Pkg-gstreamer-commits] [gst-libav1.0] 01/01: Make it build with GStreamer 1.2.4 and upload to unstable to allow the libav10 transition to finish

Sebastian Dröge slomo at moszumanska.debian.org
Wed May 14 08:23:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

slomo pushed a commit to branch master
in repository gst-libav1.0.

commit 9f62bf103ce77e5047c760e0004733bb97aeea1e
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed May 14 10:22:06 2014 +0200

    Make it build with GStreamer 1.2.4 and upload to unstable to allow the libav10 transition to finish
---
 debian/changelog                |  8 ++++++++
 debian/control                  |  4 ++--
 debian/patches/03_gst-1.2.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 4 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd5f546..1039d94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gst-libav1.0 (1.3.1-2) unstable; urgency=medium
+
+  * debian/patches/03_gst-1.2.patch:
+    + Make it build with GStreamer 1.2.4 and upload to unstable
+      to allow the libav10 transition to finish.
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 14 May 2014 09:44:06 +0200
+
 gst-libav1.0 (1.3.1-1) experimental; urgency=medium
 
   * New upstream development release:
diff --git a/debian/control b/debian/control
index 67956e7..c33510f 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 9),
                zlib1g-dev,
                libglib2.0-dev (>= 2.32),
                pkg-config (>= 0.11.0),
-               libgstreamer1.0-dev (>= 1.3.1),
-               libgstreamer-plugins-base1.0-dev (>= 1.3.1),
+               libgstreamer1.0-dev (>= 1.2.4),
+               libgstreamer-plugins-base1.0-dev (>= 1.2.4),
                liborc-0.4-dev (>= 1:0.4.16),
                libavcodec-dev (>= 6:10),
                libavformat-dev (>= 6:10),
diff --git a/debian/patches/03_gst-1.2.patch b/debian/patches/03_gst-1.2.patch
new file mode 100644
index 0000000..8f9446f
--- /dev/null
+++ b/debian/patches/03_gst-1.2.patch
@@ -0,0 +1,28 @@
+Index: gst-libav1.0/configure.ac
+===================================================================
+--- gst-libav1.0.orig/configure.ac
++++ gst-libav1.0/configure.ac
+@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
+ AS_LIBTOOL(GST, 301, 0, 301)
+ 
+ dnl *** required versions of GStreamer stuff ***
+-GST_REQ=1.3.1
+-GST_PBREQ=1.3.1
++GST_REQ=1.2.4
++GST_PBREQ=1.2.4
+ 
+ ORC_REQ=0.4.16
+ ORC_CHECK([$ORC_REQ])
+Index: gst-libav1.0/ext/libav/gstavviddec.c
+===================================================================
+--- gst-libav1.0.orig/ext/libav/gstavviddec.c
++++ gst-libav1.0/ext/libav/gstavviddec.c
+@@ -265,8 +265,6 @@ gst_ffmpegviddec_init (GstFFMpegVidDec *
+   ffmpegdec->debug_mv = DEFAULT_DEBUG_MV;
+   ffmpegdec->max_threads = DEFAULT_MAX_THREADS;
+   ffmpegdec->output_corrupt = DEFAULT_OUTPUT_CORRUPT;
+-
+-  gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (ffmpegdec), TRUE);
+ }
+ 
+ static void
diff --git a/debian/patches/series b/debian/patches/series
index 08f1029..9471ad9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02_plugin-dependencies.patch
+03_gst-1.2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-libav1.0.git



More information about the Pkg-gstreamer-commits mailing list