mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
taglib: upgrade 2.0.1 -> 2.0.2
Changelog: =========== * Fix parsing of ID3v2.2 frames. * Tolerate MP4 files with unknown atom types as generated by Android tools. * Support setting properties with arbitrary names in MP4 tags. * Windows: Fix "-p" option in tagwriter example. * Support building with older utfcpp versions. (From OE-Core rev: 0a442926436ac98c164242b983ead73a6c195169) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d307c65b86
commit
959030fc61
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp"
|
||||
|
||||
SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925"
|
||||
SRC_URI[sha256sum] = "0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://taglib.org/"
|
||||
UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
Reference in New Issue
Block a user