aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+floss@gmail.com>2011-01-16 20:28:34 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-17 16:35:08 -0800
commit41857097949fe6fd5c49f80dff5569a7d0c3bda7 (patch)
tree3811e639219b918ab662a4108ccb545456770340 /recipes/moc
parentb1ae47cea8e6acbee943f71b419a4741a669d738 (diff)
downloadopenembedded-41857097949fe6fd5c49f80dff5569a7d0c3bda7.tar.gz
Change to MOC 2.4.4; fixes issue with ltdl library
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>
Diffstat (limited to 'recipes/moc')
-rw-r--r--recipes/moc/moc_2.4.4.bb (renamed from recipes/moc/moc_2.4.3.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/moc/moc_2.4.3.bb b/recipes/moc/moc_2.4.4.bb
index badc7afb96..759b24318f 100644
--- a/recipes/moc/moc_2.4.3.bb
+++ b/recipes/moc/moc_2.4.4.bb
@@ -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"