diff mbox series

[20/22] taglib: upgrade 2.0.1 -> 2.0.2

Message ID 1725352379-20334-20-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 0a442926436ac98c164242b983ead73a6c195169
Headers show
Series [01/22] acpica: upgrade 20240322 -> 20240827 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 3, 2024, 8:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/taglib/{taglib_2.0.1.bb => taglib_2.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/taglib/{taglib_2.0.1.bb => taglib_2.0.2.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/taglib/taglib_2.0.1.bb b/meta/recipes-support/taglib/taglib_2.0.2.bb
similarity index 95%
rename from meta/recipes-support/taglib/taglib_2.0.1.bb
rename to 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"
 
 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"