mpg123+mpg321: rreplace and rconflict (with) each other
authorMichael Lauer <mickey@vanille-media.de>
Mon, 18 Jun 2007 10:46:29 +0000 (10:46 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 18 Jun 2007 10:46:29 +0000 (10:46 +0000)
packages/mpg123/mpg123_0.66.bb
packages/mpg321/mpg321_0.2.10.bb

index 9677b1f..a92cf87 100644 (file)
@@ -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
-
index ccd8ecd..018fb17 100644 (file)
@@ -1,12 +1,14 @@
-DESCRIPTION = "mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player."
+DESCRIPTION = "mpg321 is a replacement for mpg123, a very popular command-line mp3 player."
 SECTION = "console/multimedia"
 DEPENDS = "libmad libao"
 LICENSE = "GPL"
 AUTHOR = "Joe Drew <hoserhead@woot.net>"
 HOMEPAGE = "http://mpg321.sourceforge.net/"
+RCONFLICTS = "mpg123"
+RREPLACES = "mpg123"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mpg321/mpg321-0.2.10.tar.gz \
-file://libao.m4.patch;patch=1"
+           file://libao.m4.patch;patch=1"
 
 inherit autotools