diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-03 16:32:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 12:38:44 +0100 |
commit | 959030fc61dcffa0f4877f90b505b931a56528a5 (patch) | |
tree | e2fbd1c028b800d8ffb1d29bf6df3402a375295f /meta | |
parent | d307c65b866ee58c39b76d17847710bdbc7117da (diff) | |
download | poky-959030fc61dcffa0f4877f90b505b931a56528a5.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/taglib/taglib_2.0.2.bb (renamed from meta/recipes-support/taglib/taglib_2.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/taglib/taglib_2.0.1.bb b/meta/recipes-support/taglib/taglib_2.0.2.bb index 14f99aabbc..254119268c 100644 --- a/meta/recipes-support/taglib/taglib_2.0.1.bb +++ b/meta/recipes-support/taglib/taglib_2.0.2.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" | |||
11 | 11 | ||
12 | SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" | 12 | SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925" | 14 | SRC_URI[sha256sum] = "0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://taglib.org/" | 16 | UPSTREAM_CHECK_URI = "https://taglib.org/" |
17 | UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar" | 17 | UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar" |