[Pkg-gstreamer-commits] [SCM] GStreamer libav plugin 1.0 Packaging branch, master, updated. debian/0.11.93-1-3-g2627c5e

Sebastian Dröge sebastian.droege at collabora.co.uk
Fri Sep 14 10:28:16 UTC 2012


The following commit has been merged in the master branch:
commit 2627c5ee6703dba1738069b3fde7c58d09c9315d
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Sep 14 12:13:47 2012 +0200

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index cdbba5a..370805b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gst-libav1.0 (0.11.94-1) experimental; urgency=low
+
+  * New upstream release:
+    + debian/control:
+      - Build-depend on GStreamer core/base >= 0.11.94.
+      - Build-depend on gtk-doc >= 1.12.
+      - Drop the libpostproc-dec build-dependency, it's deprecated upstream.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 14 Sep 2012 12:11:44 +0200
+
 gst-libav1.0 (0.11.93-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index b1f8ced..dd8657d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,15 +14,15 @@ Build-Depends: debhelper (>= 9),
                automake (>= 1.11),
                libtool (>= 2.2.6),
                autopoint (>= 0.17),
+               gtk-doc-tools (>= 1.12),
                zlib1g-dev,
                libglib2.0-dev (>= 2.32),
                pkg-config (>= 0.11.0),
-               libgstreamer1.0-dev (>= 0.11.93),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.93),
+               libgstreamer1.0-dev (>= 0.11.94),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.94),
                liborc-0.4-dev (>= 1:0.4.16),
-               gstreamer1.0-tools (>= 0.11.93),
+               gstreamer1.0-tools (>= 0.11.94),
                libavcodec-dev (>= 4:0.7),
-               libpostproc-dev (>= 4:0.7),
                libavformat-dev (>= 4:0.7),
                libswscale-dev (>= 4:0.7),
                libbz2-dev,
diff --git a/debian/patches/02_plugin-dependencies.patch b/debian/patches/02_plugin-dependencies.patch
index 0a4fce2..9c167fa 100644
--- a/debian/patches/02_plugin-dependencies.patch
+++ b/debian/patches/02_plugin-dependencies.patch
@@ -1,19 +1,19 @@
-Index: gstreamer0.10-ffmpeg-0.10.10.2/ext/ffmpeg/gstffmpeg.c
+Index: gstreamer0.10-ffmpeg-0.10.10.2/libav/ffmpeg/gstav.c
 ===================================================================
---- gstreamer0.10-ffmpeg-0.10.10.2.orig/ext/ffmpeg/gstffmpeg.c	2010-05-08 13:47:43.000000000 +0200
-+++ gstreamer0.10-ffmpeg-0.10.10.2/ext/ffmpeg/gstffmpeg.c	2010-06-27 11:36:08.937172000 +0200
-@@ -138,6 +138,14 @@
+--- gstreamer0.10-ffmpeg-0.10.10.2.orig/ext/libav/gstav.c	2010-05-08 13:47:43.000000000 +0200
++++ gstreamer0.10-ffmpeg-0.10.10.2/ext/libav/gstav.c	2010-06-27 11:36:08.937172000 +0200
+@@ -138,6 +138,13 @@
  
    av_register_all ();
  
 +  gst_plugin_add_dependency_simple (plugin, NULL,
 +      "/usr/lib:/usr/local/lib",
-+      "libavcodec.so.52,"
-+      "libavformat.so.52,"
-+      "libpostproc.so.51,"
-+      "libswscale.so.0",
++      "libavcodec.so.53,"
++      "libavformat.so.53,"
++      "libswscale.so.2",
 +      GST_PLUGIN_DEPENDENCY_FLAG_NONE);
 +
    gst_ffmpegaudenc_register (plugin);
    gst_ffmpegvidenc_register (plugin);
    gst_ffmpegauddec_register (plugin);
+

-- 
GStreamer libav plugin 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list