aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/streamripper
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-04-15 07:24:37 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-04-18 12:33:55 +0200
commit156d0bcaeacdffb8e8e6de3a98d8309a4ff1304a (patch)
tree0dd7a1e5d47bb7864b52ae3c71c65cfb2a0e419b /recipes/streamripper
parenta263524ca222f1968507489313211b4fa674e963 (diff)
downloadopenembedded-156d0bcaeacdffb8e8e6de3a98d8309a4ff1304a.tar.gz
streamripper: fix depends and license
- Prefer the shared libmad over the one included in streamripper. - glib-2.0 is required to build streamripper. - libfaad2 will get picked up if built before streamripper. Make builds consistent. - No need to set RDEPENDS_${PN} (already set by shlibdeps). Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/streamripper')
-rw-r--r--recipes/streamripper/streamripper_1.64.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/streamripper/streamripper_1.64.6.bb b/recipes/streamripper/streamripper_1.64.6.bb
index 342d92e575..39fae01f8f 100644
--- a/recipes/streamripper/streamripper_1.64.6.bb
+++ b/recipes/streamripper/streamripper_1.64.6.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "StreamRipper lets you record streaming mp3 to your hard drive."
SECTION = "console/multimedia"
-LICENSE = "GPL"
-DEPENDS = "libogg libvorbis"
-RDEPENDS_${PN} = "libogg libvorbis"
+LICENSE = "GPLv2+"
+DEPENDS = "faad2 glib-2.0 libmad libogg libvorbis"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz;name=src"
SRC_URI[src.md5sum] = "a37a1a8b8f9228522196a122a1c2dd32"