[Pkg-gstreamer-commits] [SCM] GStreamer libav plugin 1.0 Packaging branch, debian-experimental, updated. debian/1.0.3-2-1-gf28ed8a

Sebastian Dröge sebastian.droege at collabora.co.uk
Tue Dec 18 11:01:37 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit f28ed8adde83ab4d1012acbd0146f76b4d33fd89
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Dec 18 12:01:29 2012 +0100

    debian/patches/02_plugin-dependencies.patch:
    
    * debian/patches/02_plugin-dependencies.patch:
      + Update for new libav sonames.

diff --git a/debian/changelog b/debian/changelog
index 85ab462..908a03a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gst-libav1.0 (1.0.3-3) UNRELEASED; urgency=low
+
+  * debian/patches/02_plugin-dependencies.patch:
+    + Update for new libav sonames.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 18 Dec 2012 12:01:15 +0100
+
 gst-libav1.0 (1.0.3-2) experimental; urgency=low
 
   * debian/control,
diff --git a/debian/patches/02_plugin-dependencies.patch b/debian/patches/02_plugin-dependencies.patch
index fcd8c9b..646bce6 100644
--- a/debian/patches/02_plugin-dependencies.patch
+++ b/debian/patches/02_plugin-dependencies.patch
@@ -8,8 +8,8 @@ Index: gst-libav1.0/ext/libav/gstav.c
  
 +  gst_plugin_add_dependency_simple (plugin, NULL,
 +      "/usr/lib:/usr/local/lib",
-+      "libavcodec.so.53,"
-+      "libavformat.so.53,"
++      "libavcodec.so.54,"
++      "libavformat.so.54,"
 +      "libswscale.so.2",
 +      GST_PLUGIN_DEPENDENCY_FLAG_NONE);
 +

-- 
GStreamer libav plugin 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list