aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-09 12:03:21 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-09 12:05:08 +0200
commit848155db0cb490f4eed2161120f9777b1ab0f6cf (patch)
treedc5b06ad69ba2e7703286efe6d36015b6d80694a
parent1f4be1b7ca9dcbcaf2d88574fc3c82be44184eac (diff)
New upstream releasedebian/0.11.93-1
-rw-r--r--debian/changelog10
-rw-r--r--debian/control14
-rw-r--r--debian/patches/02_plugin-dependencies.patch6
3 files changed, 20 insertions, 10 deletions
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@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);