diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-20 23:55:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-20 23:55:29 +0000 |
commit | 96c655dbf91dc113b9ef1759a98c3a8af5cd7edb (patch) | |
tree | 1386683a97582d06403c67b8f3b636e81fe1c466 /python/python-pymp3_0.3.4.oe | |
parent | 0ad5bc4af097fef3b327232c8a7b9146591b36ff (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/21 00:55:28+01:00 nexus.co.uk!pb
add softfan, courtesy Joshua Wise
2004/10/21 00:02:15+02:00 uni-frankfurt.de!mickeyl
add python-curses as dependency for python-pymp3 as spotted by luzik
BKrev: 4176faf1kGIBrYRkh6-9c1Q7Pv4X8A
Diffstat (limited to 'python/python-pymp3_0.3.4.oe')
-rw-r--r-- | python/python-pymp3_0.3.4.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-pymp3_0.3.4.oe b/python/python-pymp3_0.3.4.oe index 713bdbcb66..6f2ccf4641 100644 --- a/python/python-pymp3_0.3.4.oe +++ b/python/python-pymp3_0.3.4.oe @@ -1,8 +1,9 @@ DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" -MAINTAINER = "jason haslup <openembedded@haslup.com>" -RDEPENDS = "python-core python-pyid3lib python-mad python-ao" +MAINTAINER = "Jason Haslup <openembedded@haslup.com>" +RDEPENDS = "python-core python-ncurses python-pyid3lib python-mad python-ao" +PR = "r1" SRC_URI = "http://damien.degois.info/PyMP3/PyMP3-0.3.4.tar.gz" S = "${WORKDIR}/PyMP3-0.3.4" |