[vlc-commits] [Git][videolan/vlc][master] contrib: taglib: bump to 2.1
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Jun 7 12:39:58 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
4e1cbb61 by Steve Lhomme at 2025-06-07T09:02:41+00:00
contrib: taglib: bump to 2.1
* Support for Shorten (SHN) files.
* Compile time configuration of supported formats: WITH_APE, WITH_ASF, ...
* Compile time configuration of data and temporary directories for unit tests:
* TESTS_DIR and TESTS_TMPDIR.
* C bindings: Added taglib_file_new_wchar() and taglib_file_new_type_wchar().
* Preserve unicode encoding when downgrading to ID3v2.3.
* Do not store FLAC metadata blocks which are too large.
* Fix segfaults with String and ByteVector nullptr arguments.
Release note: https://github.com/taglib/taglib/releases/tag/v2.1
- - - - -
2 changed files:
- contrib/src/taglib/SHA512SUMS
- contrib/src/taglib/rules.mak
Changes:
=====================================
contrib/src/taglib/SHA512SUMS
=====================================
@@ -1,2 +1,2 @@
-25ee89293a96d7f8dca6276f822bdaef01fd98503b78c20ffeac8e1d9821de7273a5127146aa798d304c6a995cb2b7229a205aff1cc261b5d4fa9e499dda0439 taglib-2.0.1.tar.gz
+061db9f0340e916133859dfdba6fdca496bff2813a3132d34736ad8fec6365b6da753e68adb338b2cc974be9d240d01312241428fe4a7df4b520a1bc4def0fb5 taglib-2.1.tar.gz
1ce12c8158a2f3bcddec104ceacedaea4031b4c88fc0fa1f1fae8dfa8df81c846861df9d01e8f294d79b9e4ab8c51bd1289f404eed24d07abc760688fee13090 utfcpp-3.2.5.tar.gz
=====================================
contrib/src/taglib/rules.mak
=====================================
@@ -1,6 +1,6 @@
# TagLib
-TAGLIB_VERSION := 2.0.1
+TAGLIB_VERSION := 2.1
TAGLIB_URL := $(GITHUB)/taglib/taglib/releases/download/v$(TAGLIB_VERSION)/taglib-$(TAGLIB_VERSION).tar.gz
UTFCPP_VERSION := 3.2.5
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4e1cbb613f3ae267a19339362d7239fd78246736
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4e1cbb613f3ae267a19339362d7239fd78246736
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list