]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
taglib: Update to version 2.0.2
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 3 Sep 2024 09:17:25 +0000 (11:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2024 12:53:41 +0000 (12:53 +0000)
- Update from version 2.0.1 to 2.0.2
- Update of rootfile
- Changelog
    2.0.2
* 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: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/taglib
lfs/taglib

index 1341d11ed9fcee11623d9b3673ce84ec7a60b428..1dbab71e14eae5405ba852849327c69fe497a3a4 100644 (file)
@@ -120,9 +120,9 @@ usr/bin/taglib-config
 #usr/lib/cmake/taglib/taglib-targets.cmake
 #usr/lib/libtag.so
 usr/lib/libtag.so.2
-usr/lib/libtag.so.2.0.1
+usr/lib/libtag.so.2.0.2
 #usr/lib/libtag_c.so
 usr/lib/libtag_c.so.2
-usr/lib/libtag_c.so.2.0.1
+usr/lib/libtag_c.so.2.0.2
 #usr/lib/pkgconfig/taglib.pc
 #usr/lib/pkgconfig/taglib_c.pc
index a211df139657b6065919f8b7a10813ad68bd6114..527ae9e3fc4056033f4b008a24f4e7b9e12cd068 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Audio Meta-Data Library
 
-VER        = 2.0.1
+VER        = 2.0.2
 
 THISAPP    = taglib-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = taglib
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = a39997b3185609b47b4d20c12b9d131eee32a2846627799d83df98eaaf5b909514fd97667e779715b940f0866252d02a523fa9d87534ea3cdefbd27449cbe714
+$(DL_FILE)_BLAKE2 = 389af213bd467d68e2b0ca4485f51c35e660439baf2ecb7165069e5cb73589f5cf6c92d56e25780cea60e082b6fa51c5dde320dd25b8c5ef0e3b738ff0a6d4ea
 install : $(TARGET)
 
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))