mpg123: upgrade to 1.19.0
authorCristian Iorga <ubik3000@gmail.com>
Tue, 18 Mar 2014 12:53:54 +0000 (14:53 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:36:19 +0000 (08:36 -0800)
- switched to ${BP} variable;
- ${S} redundant, removed;
- option with-module-suffix=.so: load modules with .so extension;
- .la files are kept only for dev packages;
- clearer COPYING file, about contribution and licenses;
  no changes to licenses.

(From meta-openembedded rev: dee876f0e5a6412ba3e6bd7ab778761bd6491850)

Signed-off-by: Cristian Iorga <ubik3000@gmail.com>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb [moved from meta-openembedded/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.15.3.bb with 79% similarity]

@@ -16,19 +16,17 @@ PACKAGECONFIG[alsa] = "--with-default-audio=alsa,,alsa-lib"
 
 LICENSE = "LGPLv2.1"
 LICENSE_FLAGS = "commercial"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a7aa23a2b646eca38ad4eeb7a853761c"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/mpg123-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "f734f9e2982f398a1c919475fc0b3798"
-SRC_URI[sha256sum] = "b6b1aef887835f83ac3d4acb5701ae619041fc60d76548ad779a409080338df7" 
-
-S = "${WORKDIR}/mpg123-${PV}"
+SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/${BP}.tar.bz2"
+SRC_URI[md5sum] = "87731f1437cfd8c50537a606d81130e4"
+SRC_URI[sha256sum] = "869024e01d7cb4dae1aea2f2a10420d4be7e1ac02a9c434d06d727599169b01b"
 
 inherit autotools pkgconfig
 
 EXTRA_OECONF = " \
     --enable-shared \
+    --with-module-suffix=.so \
     ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-cpu=neon', '', d)} \
     ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \
 "