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

Sebastian Dröge sebastian.droege at collabora.co.uk
Mon Apr 23 07:24:45 UTC 2012


The following commit has been merged in the master branch:
commit 18fff23e26ad554964f93825784623ebd6fb7c8f
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon Apr 23 08:45:37 2012 +0200

    debian/build-deps.in, debian/rules, debian/gstreamer-plugins-bad.install: Drop SPC plugin because the library is going away (Closes: #667918)

diff --git a/debian/build-deps b/debian/build-deps
index 29d6c52..9846b7d 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -42,7 +42,6 @@ libmodplug-dev
 libmpcdec-dev
 libofa0-dev (>= 0.9.3)
 libopenal-dev
-libopenspc-dev [i386]
 liborc-0.4-dev (>= 1:0.4.11)
 libpng12-dev
 librsvg2-dev (>= 2.14.0)
diff --git a/debian/build-deps.in b/debian/build-deps.in
index 04cd28e..1200942 100644
--- a/debian/build-deps.in
+++ b/debian/build-deps.in
@@ -26,7 +26,6 @@ libgtk2.0-dev (>= 2.14.0)
 ladspa-sdk
 libsndfile1-dev (>= 1.0.16)
 libfaad-dev
-libopenspc-dev [i386]
 libdirectfb-dev (>= 0.9.25)
 libexif-dev (>= 0.6.16)
 libexempi-dev
diff --git a/debian/changelog b/debian/changelog
index 6eca26d..988ad57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,12 @@ gst-plugins-bad0.10 (0.10.23-2) unstable; urgency=low
   [ Sebastian Dröge ]
   * debian/build-deps.in:
     + Really don't build-depend on the old musicbrainz library.
+  * debian/build-deps.in,
+    debian/rules,
+    debian/gstreamer-plugins-bad.install:
+    + Drop SPC plugin because the library is going away (Closes: #667918).
 
- -- Sebastian Dröge <slomo at debian.org>  Mon, 23 Apr 2012 08:40:11 +0200
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 23 Apr 2012 08:44:53 +0200
 
 gst-plugins-bad0.10 (0.10.23-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0b797bd..a3a0214 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,6 @@ Build-Depends: autoconf (>= 2.60),
                libmpcdec-dev,
                libofa0-dev (>= 0.9.3),
                libopenal-dev,
-               libopenspc-dev [i386],
                liborc-0.4-dev (>= 1:0.4.11),
                libpng12-dev,
                librsvg2-dev (>= 2.14.0),
diff --git a/debian/gstreamer-plugins-bad.install b/debian/gstreamer-plugins-bad.install
index 5760f57..772dc18 100644
--- a/debian/gstreamer-plugins-bad.install
+++ b/debian/gstreamer-plugins-bad.install
@@ -97,7 +97,6 @@ debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstsmooth.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstsndfile.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstsoundtouch.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstspandsp.so
- at spc@
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstspeed.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgststereo.so
 debian/tmp/usr/lib/*/gstreamer- at GST_ABI@/libgstsubenc.so
diff --git a/debian/rules b/debian/rules
index 914f506..a470580 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,12 +73,9 @@ VERSIONIZE= \
 #debug package
 DEB_DH_STRIP_ARGS := --dbg-package=$(gst_pkgname)-plugins-bad-dbg
 
-# enable the real and spc plugin on x86
+# enable the real plugin on x86
 ifeq ($(DEB_HOST_ARCH_CPU), i386)
 real = debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gstreamer-$(gst_abi)/libgstreal.so
-ifeq ($(DEB_HOST_ARCH_OS),linux)
-spc = debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gstreamer-$(gst_abi)/libgstspc.so
-endif
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
@@ -123,7 +120,6 @@ pre-build::
 			-e 's, at linsys@,$(linsys),g' \
 			-e 's, at fbdev@,$(fbdev),g' \
 			-e 's, at vcd@,$(vcd),g' \
-			-e 's, at spc@,$(spc),g' \
 			-e 's, at dc1394@,$(dc1394),g' \
 			-e 's, at cdaudio@,$(cdaudio),g' \
 			-e 's, at resindvd@,$(resindvd),g' \

-- 
GStreamer Bad Plugins 0.10 Packaging



More information about the Pkg-gstreamer-commits mailing list