Comments
Patch
deleted file mode 100644
@@ -1,18 +0,0 @@
-DESCRIPTION = "MOC is a ncurses based music player"
-AUTHOR = "Damian Pietras <daper@daper.net>"
-HOMEPAGE = "http://moc.daper.net/"
-SECTION = "console/multimedia"
-LICENSE = "GPL"
-DEPENDS = "ncurses flac"
-PR = "r1"
-
-SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--without-flac"
-
-FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug"
-
-SRC_URI[md5sum] = "8808082848e90eeec5415baaec7e98ad"
-SRC_URI[sha256sum] = "8598bb4f65e0b7d2a669e06222e6ba5eb1127b52b9a30136b2a823ccee10929f"
new file mode 100644
@@ -0,0 +1,18 @@
+DESCRIPTION = "MOC is a ncurses based music player"
+AUTHOR = "Damian Pietras <daper@daper.net>"
+HOMEPAGE = "http://moc.daper.net/"
+SECTION = "console/multimedia"
+LICENSE = "GPL"
+DEPENDS = "ncurses flac"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-flac"
+
+FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug"
+
+SRC_URI[md5sum] = "647c770a5542a4ae5437386807a89796"
+SRC_URI[sha256sum] = "26bf5707128def20d8b69c0f0c3624a82b7f72c36280bcf86b9b5e8bf8d08b05"
See attached patch file -Martin From 30689fe0e23b189b7da8bbf461676990a2bdec00 Mon Sep 17 00:00:00 2001 From: Martin Panter <vadmium à gmail.com> Date: Fri, 24 Dec 2010 05:39:15 +0000 Subject: [PATCH 1/3] MOC: Change to 2.4.4; fixes issue with ltdl library Version 2.4.3 would give lots of complaints compiling ltdl.c, for instance ltdl.c:863:31: error: 'LTDL_OBJDIR' undeclared here (not in a function) Also changed to Source forge mirror --- recipes/moc/moc_2.4.3.bb | 18 ------------------ recipes/moc/moc_2.4.4.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 recipes/moc/moc_2.4.3.bb create mode 100644 recipes/moc/moc_2.4.4.bb