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

Sebastian Dröge sebastian.droege at collabora.co.uk
Thu Aug 9 10:14:26 UTC 2012


The following commit has been merged in the master branch:
commit 848155db0cb490f4eed2161120f9777b1ab0f6cf
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Aug 9 12:03:21 2012 +0200

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index 1749550..cdbba5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gst-libav1.0 (0.11.93-1) experimental; urgency=low
+
+  * New upstream release:
+    + debian/control:
+      - Build-depend on GStreamer core/base >= 0.11.93.
+      - Build-depend on GLIB >= 2.32.
+      - Build-depend on ORC >= 0.4.16.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 09 Aug 2012 12:02:53 +0200
+
 gst-libav1.0 (0.11.92-1) experimental; urgency=low
 
   * New upstream release, "Wish You Were Here":
diff --git a/debian/control b/debian/control
index 8a31dcf..b1f8ced 100644
--- a/debian/control
+++ b/debian/control
@@ -15,12 +15,12 @@ Build-Depends: debhelper (>= 9),
                libtool (>= 2.2.6),
                autopoint (>= 0.17),
                zlib1g-dev,
-               libglib2.0-dev (>= 2.31.14),
+               libglib2.0-dev (>= 2.32),
                pkg-config (>= 0.11.0),
-               libgstreamer1.0-dev (>= 0.11.92),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.92),
-               liborc-0.4-dev (>= 1:0.4.6),
-               gstreamer1.0-tools (>= 0.11.92),
+               libgstreamer1.0-dev (>= 0.11.93),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.93),
+               liborc-0.4-dev (>= 1:0.4.16),
+               gstreamer1.0-tools (>= 0.11.93),
                libavcodec-dev (>= 4:0.7),
                libpostproc-dev (>= 4:0.7),
                libavformat-dev (>= 4:0.7),
@@ -45,7 +45,7 @@ Provides: ${gstreamer:Provides}
 Description: FFmpeg plugin for GStreamer
  This GStreamer plugin supports a large number of audio and video compression
  formats through the use of the FFmpeg library.  The plugin contains GStreamer
-# elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
+ elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
  elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
  demuxing 30+ formats and colorspace conversion.
  .
@@ -71,7 +71,7 @@ Provides: ${gstreamer:Provides}
 Description: FFmpeg plugin for GStreamer (debug symbols)
  This GStreamer plugin supports a large number of audio and video compression
  formats through the use of the FFmpeg library.  The plugin contains GStreamer
-# elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
+ elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
  elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
  demuxing 30+ formats and colorspace conversion.
  .
diff --git a/debian/patches/02_plugin-dependencies.patch b/debian/patches/02_plugin-dependencies.patch
index 1107b88..0a4fce2 100644
--- a/debian/patches/02_plugin-dependencies.patch
+++ b/debian/patches/02_plugin-dependencies.patch
@@ -14,6 +14,6 @@ Index: gstreamer0.10-ffmpeg-0.10.10.2/ext/ffmpeg/gstffmpeg.c
 +      "libswscale.so.0",
 +      GST_PLUGIN_DEPENDENCY_FLAG_NONE);
 +
-   gst_ffmpegenc_register (plugin);
-   gst_ffmpegdec_register (plugin);
-   gst_ffmpegdemux_register (plugin);
+   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