moc: apply patch from 1152 and update to latest version.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 6 Feb 2008 02:23:05 +0000 (02:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 6 Feb 2008 02:23:05 +0000 (02:23 +0000)
packages/moc/moc_2.4.3.bb [moved from packages/moc/moc_2.4.0.bb with 70% similarity]

similarity index 70%
rename from packages/moc/moc_2.4.0.bb
rename to packages/moc/moc_2.4.3.bb
index 4c77655..5d63df0 100644 (file)
@@ -1,12 +1,14 @@
 DESCRIPTION = "MOC is a ncurses based music player"
-SECTION = "console/multimedia"
-DEPENDS = "ncurses"
-LICENSE = "GPL"
 AUTHOR = "Damian Pietras <daper@daper.net>"
 HOMEPAGE = "http://moc.daper.net/"
+SECTION = "console/multimedia"
+LICENSE = "GPL"
+DEPENDS = "ncurses flac"
 
 SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2"
 
 inherit autotools
 
-FILES_${PN} = "${bindir}/moc"
+EXTRA_OECONF = "--without-flac"
+
+FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug"