diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-18 10:46:29 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-18 10:46:29 +0000 |
commit | 0147108905c342621fe7a2aaa7a5dad59c940aee (patch) | |
tree | 546b72441172ab03181fc0f1526099b6987130cd /packages/mpg123 | |
parent | 19ab6e2ca4248ac3a7180b174e4da1d29fb9c8c8 (diff) |
mpg123+mpg321: rreplace and rconflict (with) each other
Diffstat (limited to 'packages/mpg123')
-rw-r--r-- | packages/mpg123/mpg123_0.66.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/mpg123/mpg123_0.66.bb b/packages/mpg123/mpg123_0.66.bb index 9677b1f1d1..a92cf877a9 100644 --- a/packages/mpg123/mpg123_0.66.bb +++ b/packages/mpg123/mpg123_0.66.bb @@ -1,11 +1,11 @@ -DESCRIPTION = "mpg123 is the fast and Free \ -console based real time MPEG Audio Player for \ -Layer 1, 2 and 3. It uses floating point math (unlike libmad)." +DESCRIPTION = "mpg123 is a fast and free console based real time MPEG Audio Player \ +for Layer 1, 2 and 3. It uses floating point math (unlike libmad)." LICENSE = "LGPL" DESCRIPTION = "multimedia" HOMEPAGE = "http://www.mpg123.de" +RCONFLICTS = "mpg321" +RREPLACES = "mpg321" SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123-${PV}.tar.bz2" inherit autotools - |