[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 0.10 Packaging branch, master, updated. debian/0.10.23-5-1-g4a5116c

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


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

    debian/rules, debian/gstreamer-plugins-bad.install: Build the cdaudio plugin on kfreebsd too (Closes: #675973)

diff --git a/debian/changelog b/debian/changelog
index 7c2bad4..2d8c958 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gst-plugins-bad0.10 (0.10.23-6) unstable; urgency=low
+
+  * debian/rules,
+    debian/gstreamer-plugins-bad.install:
+    + Build the cdaudio plugin on kfreebsd too (Closes: #675973).
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 05 Jun 2012 08:49:55 +0200
+
 gst-plugins-bad0.10 (0.10.23-5) unstable; urgency=low
 
   * debian/build-deps.in:
diff --git a/debian/control b/debian/control
index ee8ea0f..677af13 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: autoconf (>= 2.60),
                dpkg-dev (>= 1.15.1),
                flite-dev,
                libasound2-dev (>= 0.9.1) [linux-any],
-               libcdaudio-dev [linux-any],
+               libcdaudio-dev [linux-any kfreebsd-any],
                libdc1394-22-dev (>= 2.0.0) [linux-any],
                libgstreamer0.10-dev (>= 0.10.36),
                gstreamer0.10-doc,
diff --git a/debian/gstreamer-plugins-bad.install b/debian/gstreamer-plugins-bad.install
index eba4f8b..47d4637 100644
--- a/debian/gstreamer-plugins-bad.install
+++ b/debian/gstreamer-plugins-bad.install
@@ -11,7 +11,6 @@ debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstbz2.so
 @cdaudio@
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstcamerabin.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstcamerabin2.so
-debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstcdaudio.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstcdxaparse.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstopus.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstcog.so
diff --git a/debian/rules b/debian/rules
index be74dc4..3dfd287 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ gst_deb_abi=$(gst_abi)-0
 
 gst_extra_build_depends =
 gst_extra_build_depends += libasound2-dev (>= 0.9.1) [linux-any]
-gst_extra_build_depends += , libcdaudio-dev [linux-any]
+gst_extra_build_depends += , libcdaudio-dev [linux-any kfreebsd-any]
 gst_extra_build_depends += , libdc1394-22-dev (>= 2.0.0) [linux-any]
 
 # The plugins are basically the same.
@@ -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 0.10 Packaging



More information about the Pkg-gstreamer-commits mailing list