From 6c06a67c1a94ebc81f9bbbd71bbb512539eacdaf Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Fri, 2 May 2014 17:15:11 +0300 Subject: taglib: upgrade to 1.9.1 - Updated website; - Updated tarball location; - Switched to BP variable; - Improved source dir definition; Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold --- meta/recipes-support/taglib/taglib_1.9.1.bb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-support/taglib/taglib_1.9.1.bb (limited to 'meta/recipes-support/taglib/taglib_1.9.1.bb') diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb new file mode 100644 index 0000000000..0ecb4443b2 --- /dev/null +++ b/meta/recipes-support/taglib/taglib_1.9.1.bb @@ -0,0 +1,28 @@ +SUMMARY = "Library for reading and editing the meta-data of popular audio formats" +SECTION = "libs/multimedia" +HOMEPAGE = "http://taglib.github.io/" +LICENSE = "LGPLv2.1 | MPL-1" +LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ + file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ + file://taglib/audioproperties.h;beginline=1;endline=24;md5=9df2c7399519b7310568a7c55042ecee" + +DEPENDS = "zlib" + +SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" +SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86" +SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a" + +S = "${WORKDIR}/${BP}" + +inherit cmake pkgconfig binconfig + +PACKAGES =+ "${PN}-c" +FILES_${PN}-c = "${libdir}/libtag_c.so.*" + +EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}" + +do_configure_prepend () { + rm -f ${S}/admin/ltmain.sh + rm -f ${S}/admin/libtool.m4.in +} + -- cgit 1.2.3-korg