For details see: https://taglib.org/
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- config/rootfiles/packages/taglib | 52 ++++++++++++++++++++++++++++++-- lfs/taglib | 23 ++++++++------ 2 files changed, 63 insertions(+), 12 deletions(-)
diff --git a/config/rootfiles/packages/taglib b/config/rootfiles/packages/taglib index 2cfe29b51..4aa79ec7f 100644 --- a/config/rootfiles/packages/taglib +++ b/config/rootfiles/packages/taglib @@ -1,13 +1,26 @@ usr/bin/taglib-config #usr/include/taglib +#usr/include/taglib/aifffile.h +#usr/include/taglib/aiffproperties.h +#usr/include/taglib/apefile.h #usr/include/taglib/apefooter.h #usr/include/taglib/apeitem.h +#usr/include/taglib/apeproperties.h #usr/include/taglib/apetag.h +#usr/include/taglib/asfattribute.h +#usr/include/taglib/asffile.h +#usr/include/taglib/asfpicture.h +#usr/include/taglib/asfproperties.h +#usr/include/taglib/asftag.h #usr/include/taglib/attachedpictureframe.h #usr/include/taglib/audioproperties.h +#usr/include/taglib/chapterframe.h #usr/include/taglib/commentsframe.h +#usr/include/taglib/eventtimingcodesframe.h #usr/include/taglib/fileref.h #usr/include/taglib/flacfile.h +#usr/include/taglib/flacmetadatablock.h +#usr/include/taglib/flacpicture.h #usr/include/taglib/flacproperties.h #usr/include/taglib/generalencapsulatedobjectframe.h #usr/include/taglib/id3v1genres.h @@ -19,6 +32,19 @@ usr/bin/taglib-config #usr/include/taglib/id3v2header.h #usr/include/taglib/id3v2synchdata.h #usr/include/taglib/id3v2tag.h +#usr/include/taglib/infotag.h +#usr/include/taglib/itfile.h +#usr/include/taglib/itproperties.h +#usr/include/taglib/modfile.h +#usr/include/taglib/modfilebase.h +#usr/include/taglib/modproperties.h +#usr/include/taglib/modtag.h +#usr/include/taglib/mp4atom.h +#usr/include/taglib/mp4coverart.h +#usr/include/taglib/mp4file.h +#usr/include/taglib/mp4item.h +#usr/include/taglib/mp4properties.h +#usr/include/taglib/mp4tag.h #usr/include/taglib/mpcfile.h #usr/include/taglib/mpcproperties.h #usr/include/taglib/mpegfile.h @@ -28,21 +54,39 @@ usr/bin/taglib-config #usr/include/taglib/oggflacfile.h #usr/include/taglib/oggpage.h #usr/include/taglib/oggpageheader.h +#usr/include/taglib/opusfile.h +#usr/include/taglib/opusproperties.h +#usr/include/taglib/ownershipframe.h +#usr/include/taglib/podcastframe.h +#usr/include/taglib/popularimeterframe.h +#usr/include/taglib/privateframe.h #usr/include/taglib/relativevolumeframe.h +#usr/include/taglib/rifffile.h +#usr/include/taglib/s3mfile.h +#usr/include/taglib/s3mproperties.h #usr/include/taglib/speexfile.h #usr/include/taglib/speexproperties.h +#usr/include/taglib/synchronizedlyricsframe.h +#usr/include/taglib/tableofcontentsframe.h #usr/include/taglib/tag.h #usr/include/taglib/tag_c.h #usr/include/taglib/taglib.h +#usr/include/taglib/taglib_config.h #usr/include/taglib/taglib_export.h #usr/include/taglib/tbytevector.h #usr/include/taglib/tbytevectorlist.h +#usr/include/taglib/tbytevectorstream.h +#usr/include/taglib/tdebuglistener.h #usr/include/taglib/textidentificationframe.h #usr/include/taglib/tfile.h +#usr/include/taglib/tfilestream.h +#usr/include/taglib/tiostream.h #usr/include/taglib/tlist.h #usr/include/taglib/tlist.tcc #usr/include/taglib/tmap.h #usr/include/taglib/tmap.tcc +#usr/include/taglib/tpropertymap.h +#usr/include/taglib/trefcounter.h #usr/include/taglib/trueaudiofile.h #usr/include/taglib/trueaudioproperties.h #usr/include/taglib/tstring.h @@ -53,15 +97,17 @@ usr/bin/taglib-config #usr/include/taglib/urllinkframe.h #usr/include/taglib/vorbisfile.h #usr/include/taglib/vorbisproperties.h +#usr/include/taglib/wavfile.h #usr/include/taglib/wavpackfile.h #usr/include/taglib/wavpackproperties.h +#usr/include/taglib/wavproperties.h #usr/include/taglib/xingheader.h #usr/include/taglib/xiphcomment.h -#usr/lib/libtag.la +#usr/include/taglib/xmfile.h +#usr/include/taglib/xmproperties.h usr/lib/libtag.so usr/lib/libtag.so.1 -usr/lib/libtag.so.1.5.0 -#usr/lib/libtag_c.la +usr/lib/libtag.so.1.17.0 usr/lib/libtag_c.so usr/lib/libtag_c.so.0 usr/lib/libtag_c.so.0.0.0 diff --git a/lfs/taglib b/lfs/taglib index f934928bd..101d64662 100644 --- a/lfs/taglib +++ b/lfs/taglib @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 1.5 +VER = 1.11.1
THISAPP = taglib-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = taglib -PAK_VER = 1 +PAK_VER = 2
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 7b557dde7425c6deb7bbedd65b4f2717 +$(DL_FILE)_MD5 = cee7be0ccfc892fa433d6c837df9522a install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects)) @@ -53,7 +53,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
-dist: +dist: @$(PAK)
############################################################################### @@ -76,9 +76,14 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --enable-shared - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install + + cd $(DIR_APP) && mkdir -pv build + cd $(DIR_APP)/build && cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=ON + + cd $(DIR_APP)/build && make $(MAKETUNING) + cd $(DIR_APP)/build && make install @rm -rf $(DIR_APP) @$(POSTBUILD)