[SCM] morituri/master: Update package relations: Adjust for switch to GStreamer 1.0.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Nov 29 17:51:04 UTC 2015


The following commit has been merged in the master branch:
commit b3b64f55688c8ea6841caf082936f0b1ac2e48c1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Nov 29 18:03:43 2015 +0100

    Update package relations: Adjust for switch to GStreamer 1.0.

diff --git a/debian/rules b/debian/rules
index 760d7d2..235b86a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,14 +64,14 @@ deps-test = python-epydoc, pychecker, python-twisted-core
 deps-test += , python-docutils, gstreamer-tools
 
 # Needed by upstream build and (always/often) at runtime
-#  * gstreamer0.10-plugins-good due to profiles flac, wav, wavpack and vorbis
+#  * gstreamer1.0-plugins-good due to profiles flac, wav, wavpack and vorbis
 #  * recent python-musicbrainzngs due to get_release_by_discid() fix
-#  * gstreamer0.10-tools due to gstreamer version check
-deps = python-gst0.10, python-gobject, python-gst0.10
+#  * gstreamer1.0-tools due to gstreamer version check
+deps = python-gi, python-gobject, python-gst-1.0
 deps += , cdparanoia
-deps += , gstreamer0.10-plugins-good (>= 0.10.22)
+deps += , gstreamer1.0-plugins-good
 deps += , python-musicbrainzngs (>= 0.2-1.1~)
-deps-recommend = gstreamer0.10-tools
+deps-recommend = gstreamer1.0-tools
 
 CDBS_BUILD_DEPENDS += , $(deps), $(deps-test), $(deps-recommend)
 CDBS_DEPENDS_$(pkg) = $(deps)
@@ -79,13 +79,13 @@ CDBS_RECOMMENDS_$(pkg) = $(deps-recommend)
 
 # Needed (always/often/sometimes) at runtime
 #  * python-pkg-resources due to morituri/rip/cd.py cdrdao version check
-#  * gstreamer0.10-ffmpeg due to profile alac
-#  * gstreamer0.10-plugins-ugly due to profiles mp3 and mp3vbr
+#  * gstreamer1.0-libav due to profile alac
+#  * gstreamer1.0-plugins-ugly due to profiles mp3 and mp3vbr
 # TODO: recommend (not suggest) python-pycdio when packaged
 # python-gtk2 needed only in apparently unused common/taskgtk
 CDBS_DEPENDS_$(pkg) += , python, python-pkg-resources, cdrdao, python-cddb
-CDBS_RECOMMENDS_$(pkg) += , gstreamer0.10-ffmpeg, python-xdg
-CDBS_SUGGESTS_$(pkg) += , gstreamer0.10-plugins-ugly, python-pycdio, python-gtk2
+CDBS_RECOMMENDS_$(pkg) += , gstreamer1.0-libav, python-xdg
+CDBS_SUGGESTS_$(pkg) += , gstreamer1.0-plugins-ugly, python-pycdio, python-gtk2
 
 # TODO: have (defaults for) these provided by CDBS
 autoconfpaths = aclocal.m4 configure py-compile

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list