[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 1.0 Packaging branch, master, updated. debian/0.11.90-1-10-g766aee4

Sebastian Dröge sebastian.droege at collabora.co.uk
Tue May 22 12:10:51 UTC 2012


The following commit has been merged in the master branch:
commit 766aee41076885d305985d5c45f4cdad96e573a5
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue May 22 13:57:06 2012 +0200

    debian/rules: Fix dh_gstscancodecs call

diff --git a/debian/changelog b/debian/changelog
index 74d2c86..89ddec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ gst-plugins-bad1.0 (0.11.91-1) experimental; urgency=low
     + Patch from upstream GIT to fix vp8 encoder with libvpx 1.1.0.
   * debian/libgstreamer-plugins-bad-dev.install:
     + Drop .a files from the -dev package.
+  * debian/rules:
+    + Fix dh_gstscancodecs call.
 
  -- Sebastian Dröge <slomo at debian.org>  Mon, 21 May 2012 16:00:47 +0200
 
diff --git a/debian/rules b/debian/rules
index 4286342..26b8148 100755
--- a/debian/rules
+++ b/debian/rules
@@ -193,7 +193,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 endif
 
 common-binary-fixup-arch::
-	LD_LIBRARY_PATH=debian/libgstreamer-plugins-bad0.10-0/usr/lib/$(DEB_HOST_MULTIARCH):$(LD_LIBRARY_PATH) \
+	LD_LIBRARY_PATH=debian/libgstreamer-plugins-bad1.0-0/usr/lib/$(DEB_HOST_MULTIARCH):$(LD_LIBRARY_PATH) \
 		dh_gstscancodecs
 
 clean::

-- 
GStreamer Bad Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list