From: Wang Mingyu <[email protected]> Changelog: ========== * Matroska: Fix crash when seek head is invalid or missing. * Matroska: Check element length, support unknown size length, skip invalid elements. * Matroska: Allow Chapters without a ChapterUID. * Fix data length indicator check for compressed ID3v2 frames. * MP4: Use 'LongLong' instead of 'UInt' for 'cnID' atom to support large catalog IDs. * MP4: Fix destructor and assignment operator for 'MP4::Chapter'. * MP4: Let 'hasiXMLData()', 'hasBEXTData()' track on-disk state rather than in-memory state. * MP4: Support NI STEM atoms with 64-bit length. * MP4: Enlarge limit number of MP4 atoms at top level. * MP4: Avoid excessive sample allocations with invalid 'stsc' for QT chapters. * XM: Correctly save XM tracker files with samples.
Signed-off-by: Wang Mingyu <[email protected]> --- meta/recipes-support/taglib/{taglib_2.3.bb => taglib_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/taglib/{taglib_2.3.bb => taglib_2.3.1.bb} (95%) diff --git a/meta/recipes-support/taglib/taglib_2.3.bb b/meta/recipes-support/taglib/taglib_2.3.1.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.3.bb rename to meta/recipes-support/taglib/taglib_2.3.1.bb index 26839cdbdb..0852295650 100644 --- a/meta/recipes-support/taglib/taglib_2.3.bb +++ b/meta/recipes-support/taglib/taglib_2.3.1.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "7349f6fd942418bc7009ebe743eb7c9d055f02921ec56fa436ec25007c47fd38" +SRC_URI[sha256sum] = "a19d90e6fd41d09a0281ec0fe762d51491d7a6ccffc923c4f7868c5e647ca230" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242683): https://lists.openembedded.org/g/openembedded-core/message/242683 Mute This Topic: https://lists.openembedded.org/mt/120589422/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
