[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 1.0 Packaging branch, master, updated. debian/0.11.91-3-1-g39e9595

Sebastian Dröge sebastian.droege at collabora.co.uk
Tue Jun 5 06:54:17 UTC 2012


The following commit has been merged in the master branch:
commit 39e9595ebb5443a364d95b189df03bb6b8e509e4
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Jun 5 08:54:07 2012 +0200

    debian/rules, debian/gstreamer-plugins-bad.install: Build the cdaudio plugin on kfreebsd too

diff --git a/debian/changelog b/debian/changelog
index 7f81887..96c67c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gst-plugins-bad1.0 (0.11.91-4) UNRELEASED; urgency=low
+
+  * debian/rules,
+    debian/gstreamer-plugins-bad.install:
+    + Build the cdaudio plugin on kfreebsd too.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 05 Jun 2012 08:53:33 +0200
+
 gst-plugins-bad1.0 (0.11.91-3) experimental; urgency=low
 
   * debian/build-deps.in:
diff --git a/debian/rules b/debian/rules
index 26b8148..08a9ed9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,10 @@ decklink = debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gstreamer-$(gst_abi)/libgstd
 linsys = debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gstreamer-$(gst_abi)/libgstlinsys.so
 endif
 
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+cdaudio = debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gstreamer-$(gst_abi)/libgstcdaudio.so
+endif
+
 ifneq ($(DEB_HOST_ARCH_OS),hurd)
 resindvd = debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gstreamer-$(gst_abi)/libresindvd.so
 endif

-- 
GStreamer Bad Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list