diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
commit | 9d829ed05c295df608b4fc108eb1c628fd06fd39 (patch) | |
tree | c1b27cfe4498f8abef1a61325922906f3e6a32ff /packages/mpg321/mpg321_0.2.10.bb | |
parent | 1434b204e16e87b7f59f074f3036d5dcbcf0116f (diff) | |
parent | 6ccac10beeaaa02a86081bd6179fd57c208ad6b1 (diff) |
merge of '76e1e69496801009ea0aa69c84f76e858978ab99'
and 'db976a98427dd6a195e2cf167e225de2d0206aea'
Diffstat (limited to 'packages/mpg321/mpg321_0.2.10.bb')
-rw-r--r-- | packages/mpg321/mpg321_0.2.10.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/mpg321/mpg321_0.2.10.bb b/packages/mpg321/mpg321_0.2.10.bb index ccd8ecd48e..018fb17b7b 100644 --- a/packages/mpg321/mpg321_0.2.10.bb +++ b/packages/mpg321/mpg321_0.2.10.bb @@ -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 |