1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +00:00

taglib: upgrade to 1.9.1

- Updated website;
- Updated tarball location;
- Switched to BP variable;
- Improved source dir definition;

(From OE-Core rev: 6c06a67c1a94ebc81f9bbbd71bbb512539eacdaf)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristian Iorga
2014-05-02 17:15:11 +03:00
committed by Richard Purdie
parent 920ca71dc2
commit df85f264ec
@@ -1,6 +1,6 @@
SUMMARY = "Library for reading and editing the meta-data of popular audio formats" SUMMARY = "Library for reading and editing the meta-data of popular audio formats"
SECTION = "libs/multimedia" SECTION = "libs/multimedia"
HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html" HOMEPAGE = "http://taglib.github.io/"
LICENSE = "LGPLv2.1 | MPL-1" LICENSE = "LGPLv2.1 | MPL-1"
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \
@@ -8,15 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
DEPENDS = "zlib" DEPENDS = "zlib"
PR = "r1" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
# http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86"
SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a"
"
SRC_URI[md5sum] = "dcb8bd1b756f2843e18b1fdf3aaeee15" S = "${WORKDIR}/${BP}"
SRC_URI[sha256sum] = "66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a"
S = "${WORKDIR}/taglib-${PV}"
inherit cmake pkgconfig binconfig inherit cmake pkgconfig binconfig