mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
taglib: Update to version 2.0.2
- 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>
This commit is contained in:
committed by
Michael Tremer
parent
4c24b80d92
commit
5c83f22939
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user