Change to MOC 2.4.4; fixes issue with ltdl library
authorMartin Panter <vadmium+floss@gmail.com>
Sun, 16 Jan 2011 20:28:34 +0000 (20:28 +0000)
committerKhem Raj <raj.khem@gmail.com>
Tue, 18 Jan 2011 00:35:08 +0000 (16:35 -0800)
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/moc/moc_2.4.4.bb [moved from recipes/moc/moc_2.4.3.bb with 58% similarity]

similarity index 58%
rename from recipes/moc/moc_2.4.3.bb
rename to recipes/moc/moc_2.4.4.bb
index badc7af..759b243 100644 (file)
@@ -4,9 +4,9 @@ HOMEPAGE = "http://moc.daper.net/"
 SECTION = "console/multimedia"
 LICENSE = "GPL"
 DEPENDS = "ncurses flac"
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2"
 
 inherit autotools
 
@@ -14,5 +14,5 @@ EXTRA_OECONF = "--without-flac"
 
 FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug"
 
-SRC_URI[md5sum] = "8808082848e90eeec5415baaec7e98ad"
-SRC_URI[sha256sum] = "8598bb4f65e0b7d2a669e06222e6ba5eb1127b52b9a30136b2a823ccee10929f"
+SRC_URI[md5sum] = "647c770a5542a4ae5437386807a89796"
+SRC_URI[sha256sum] = "26bf5707128def20d8b69c0f0c3624a82b7f72c36280bcf86b9b5e8bf8d08b05"