[SCM] cmus packaging branch, master, updated. debian/2.3.3-1-3-gf4a7cf1

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Aug 1 10:23:43 UTC 2010


The following commit has been merged in the master branch:
commit f4a7cf115fc65cc0576598aedf61137e31fc8e31
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Aug 1 12:23:35 2010 +0200

    Split cmus to provide smart dependencies.

diff --git a/debian/cmus.install b/debian/cmus.install
new file mode 100644
index 0000000..73752c9
--- /dev/null
+++ b/debian/cmus.install
@@ -0,0 +1 @@
+usr
diff --git a/debian/control b/debian/control
index 06a9e37..1731b63 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Package: cmus
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
+Recommends: cmus-plugin-ffmpeg
 Description: lightweight ncurses audio player
  C* Music Player is a modular and very configurable ncurses-based audio player.
  It has some interesting features like configurable colorscheme, mp3 and ogg
@@ -42,3 +43,16 @@ Description: lightweight ncurses audio player
   - Musepack
   - AAC
   - Windows Media Audio
+
+Package: cmus-plugin-ffmpeg
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Suggests: cmus
+Description: lightweight ncurses audio player (FFmpeg plugin)
+ C* Music Player is a modular and very configurable ncurses-based audio player.
+ It has some interesting features like configurable colorscheme, mp3 and ogg
+ streaming, it can be controlled with an UNIX socket, filters, album/artists
+ sorting and a vi-like configuration interface.
+ .
+ This package adds FFmpeg support to C* Music Player.
diff --git a/debian/rules b/debian/rules
index 03d2eb9..ad05eed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,8 @@ override_dh_auto_configure:
 		prefix=/usr \
 		CONFIG_ARTS=n \
 		DEBUG=0
+
+override_dh_install:
+	dh_install -pcmus
+	dh_movefiles -pcmus-plugin-ffmpeg --sourcedir=debian/cmus/ \
+		/usr/lib/cmus/ip/ffmpeg.so

-- 
cmus packaging



More information about the pkg-multimedia-commits mailing list