aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTrent Buck <trentbuck@gmail.com>2005-11-19 18:15:00 +0000
committerTrent Buck <trentbuck@gmail.com>2005-11-19 18:15:00 +0000
commitc959a9d8568e5a5fa318ff2a8e8c46b324a44676 (patch)
tree99a16e9271c53538eb5e90e20e7281acae84eef9 /debian/control
parente169a8955ba16794d0a0ee28abd48e6d78720ffc (diff)
Implement an emms-info function using the libtag package.
darcs-hash:20051119181528-8f417-cccb6d14779011d1e58eac89474282257768e631.gz
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index b62482e..67189ce 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: emms
Section: sound
Priority: optional
Maintainer: Jorgen Schaefer <forcer@debian.org>
-Build-Depends: debhelper (>= 4.0.0), emacs21, texinfo
+Build-Depends: debhelper (>= 4.0.0), emacs21, texinfo, libtagc0-dev
Standards-Version: 3.6.2.1
Package: emms
@@ -16,3 +16,16 @@ Description: The Emacs MultiMedia System
application to play multimedia files from Emacs using external
players.
+Package: emms-extras
+Architecture: any
+Depends: emms, libtagc0
+Recommends: mpg321, vorbis-tools
+Conflicts: emacs20
+Description: The Emacs MultiMedia System
+ EMMS is the Emacs Multi-Media System. It tries to be a clean and small
+ application to play multimedia files from Emacs using external
+ players.
+ .
+ This package provides emms-print-metadata, a small binary program that emms
+ can use to extract track metadata from music files.
+