[SCM] morituri packaging branch, master, updated. debian/0.1.0-1-13-ga59bc0b

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Apr 17 21:27:27 UTC 2010


The following commit has been merged in the master branch:
commit 0eb6b1c2ed893e11889851697fb12e85cc7f5413
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Apr 17 23:00:07 2010 +0200

    Recommend gstreamer0.10-ffmpeg, and suggest gstreamer0.10-lame.

diff --git a/debian/rules b/debian/rules
index 6ff7c47..84b5cd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,12 +39,15 @@ clean::
 CDBS_BUILD_DEPENDS += , python-epydoc, pychecker, python-twisted-core
 
 # Needed both to build and at runtime
-#  * gstreamer0.10-plugins-good due to flac
+#  * gstreamer0.10-plugins-good due to profiles flac, wav, wavpack and vorbis
 common-depends = python-gst0.10, python-gtk2, python-gobject, python-gst0.10, gstreamer0.10-plugins-good
 CDBS_DEPENDS = $(common-depends)
 CDBS_BUILD_DEPENDS += , $(common-depends)
 
 # Needed (always/often/sometimes) at runtime
+#  * gstreamer0.10-ffmpeg due to profile alac
+#  * gstreamer0.10-lame due to profiles mp3 and mp3vbr
 # TODO: recommend (not suggest) python-pycdio when packaged
 CDBS_DEPENDS += , python, python-musicbrainz2, cdparanoia, cdrdao
-CDBS_SUGGESTS += , python-pycdio
+CDBS_RECOMMENDS = gstreamer0.10-ffmpeg
+CDBS_SUGGESTS += , gstreamer0.10-lame, python-pycdio

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list