diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-14 13:40:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-14 13:40:21 +0000 |
commit | 14d8d65d9831bb617d22889c9175d7506ecbdc0e (patch) | |
tree | 9c5b5b80ed222c229734b87d0fb1824c0e459ca3 /package/madplay/ipkg/madplay.control | |
parent | 150f2e49687c8798720af18ef3d7d3c04a959a45 (diff) | |
download | master-187ad058-14d8d65d9831bb617d22889c9175d7506ecbdc0e.tar.gz master-187ad058-14d8d65d9831bb617d22889c9175d7506ecbdc0e.tar.bz2 master-187ad058-14d8d65d9831bb617d22889c9175d7506ecbdc0e.zip |
add madplay package (thanks to Romain Beauxis),
add libid3tag dependency on zlib.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2670 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madplay/ipkg/madplay.control')
-rw-r--r-- | package/madplay/ipkg/madplay.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/madplay/ipkg/madplay.control b/package/madplay/ipkg/madplay.control new file mode 100644 index 0000000000..f776e7ca63 --- /dev/null +++ b/package/madplay/ipkg/madplay.control @@ -0,0 +1,6 @@ +Package: madplay +Priority: optional +Section: sound +Description: MPEG audio player in fixed point +Depends: libid3tag, libmad + |