git: 64cc07c4599a - main - audio/libid3tag: Update to 0.16.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 May 2022 09:59:40 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=64cc07c4599acfe3cea34465c85a6402477f2b4c commit 64cc07c4599acfe3cea34465c85a6402477f2b4c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-05-06 09:52:54 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-05-06 09:59:33 +0000 audio/libid3tag: Update to 0.16.1 Switch to Tenacity's fork which contains patched code for all known CVEs and various build fixes. This also makes it easier to maintain as we're using an active fork. Upstream has also switched to CMake. PR: 262963 --- audio/libid3tag/Makefile | 26 +--- audio/libid3tag/distinfo | 5 +- audio/libid3tag/files/patch-genre.dat | 219 +++++++++++++++++++++++++++++++ audio/libid3tag/files/patch-genre.dat.in | 80 ----------- audio/libid3tag/files/patch-id3tag.pc.in | 13 -- audio/libid3tag/pkg-plist | 8 +- 6 files changed, 232 insertions(+), 119 deletions(-) diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 0dcd86caca46..69e149803561 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -1,11 +1,8 @@ # Created by: Sergey Akifyev <asa@gascom.ru> PORTNAME= libid3tag -PORTVERSION= 0.15.1b -PORTREVISION= 2 +DISTVERSION= 0.16.1 CATEGORIES= audio -MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ - ftp://ftp.mars.org/pub/mpeg/ MAINTAINER= ports@FreeBSD.org COMMENT= ID3 tags library (part of MAD project) @@ -13,25 +10,12 @@ COMMENT= ID3 tags library (part of MAD project) LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= cpe libtool pkgconfig -USE_LDCONFIG= yes - +USES= cmake cpe pathfix CPE_VENDOR= libid3tag_project -BUILD_DEPENDS= gsed:textproc/gsed - -post-patch: - @${REINPLACE_CMD} -e '/genre.dat.in/s/sed -/g&/g' ${WRKSRC}/Makefile.in +USE_GITHUB= yes +GH_ACCOUNT= tenacityteam -pre-build: - cd ${WRKSRC} && ${MAKE} ./genre.dat - -post-build: - cd ${WRKSRC} && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= ${SH} ./config.status - -post-install: - ${INSTALL_DATA} ${WRKSRC}/id3tag.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/audio/libid3tag/distinfo b/audio/libid3tag/distinfo index 05610aed86a3..e7319c859449 100644 --- a/audio/libid3tag/distinfo +++ b/audio/libid3tag/distinfo @@ -1,2 +1,3 @@ -SHA256 (libid3tag-0.15.1b.tar.gz) = 63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151 -SIZE (libid3tag-0.15.1b.tar.gz) = 338143 +TIMESTAMP = 1648753316 +SHA256 (tenacityteam-libid3tag-0.16.1_GH0.tar.gz) = 185a6cec84644cf1aade8397dcf76753bcb3bd85ec2111a9e1079214ed85bef0 +SIZE (tenacityteam-libid3tag-0.16.1_GH0.tar.gz) = 98074 diff --git a/audio/libid3tag/files/patch-genre.dat b/audio/libid3tag/files/patch-genre.dat new file mode 100644 index 000000000000..3a7bda973d5d --- /dev/null +++ b/audio/libid3tag/files/patch-genre.dat @@ -0,0 +1,219 @@ +--- genre.dat.orig 2022-03-31 19:30:06 UTC ++++ genre.dat +@@ -23,7 +23,7 @@ + /* + * These are the ID3 genre names, taken as a combination of names from ID3v1 + * (listed in Appendix A of the ID3 tag version 2.4.0 informal standard) and +- * the extensions made by Winamp as of version 2.80. ++ * the extensions made by Winamp as of version 5.6. + */ + + /* ID3v1 names (0-79) */ +@@ -201,8 +201,8 @@ static id3_ucs4_t const genre_SWING[] = + { 'S', 'w', 'i', 'n', 'g', 0 }; + static id3_ucs4_t const genre_FAST_FUSION[] = + { 'F', 'a', 's', 't', '-', 'F', 'u', 's', 'i', 'o', 'n', 0 }; +-static id3_ucs4_t const genre_BEBOB[] = +- { 'B', 'e', 'b', 'o', 'b', 0 }; ++static id3_ucs4_t const genre_BEBOP[] = ++ { 'B', 'e', 'b', 'o', 'p', 0 }; + static id3_ucs4_t const genre_LATIN[] = + { 'L', 'a', 't', 'i', 'n', 0 }; + static id3_ucs4_t const genre_REVIVAL[] = +@@ -277,8 +277,8 @@ static id3_ucs4_t const genre_PUNK_ROCK[] = + { 'P', 'u', 'n', 'k', ' ', 'R', 'o', 'c', 'k', 0 }; + static id3_ucs4_t const genre_DRUM_SOLO[] = + { 'D', 'r', 'u', 'm', ' ', 'S', 'o', 'l', 'o', 0 }; +-static id3_ucs4_t const genre_A_CAPELLA[] = +- { 'A', ' ', 'C', 'a', 'p', 'e', 'l', 'l', 'a', 0 }; ++static id3_ucs4_t const genre_A_CAPPELLA[] = ++ { 'A', ' ', 'C', 'a', 'p', 'p', 'e', 'l', 'l', 'a', 0 }; + static id3_ucs4_t const genre_EURO_HOUSE[] = + { 'E', 'u', 'r', 'o', '-', 'H', 'o', 'u', 's', 'e', 0 }; + static id3_ucs4_t const genre_DANCE_HALL[] = +@@ -289,8 +289,8 @@ static id3_ucs4_t const genre_DRUM___BASS[] = + { 'D', 'r', 'u', 'm', ' ', '&', ' ', 'B', 'a', 's', 's', 0 }; + static id3_ucs4_t const genre_CLUB_HOUSE[] = + { 'C', 'l', 'u', 'b', '-', 'H', 'o', 'u', 's', 'e', 0 }; +-static id3_ucs4_t const genre_HARDCORE[] = +- { 'H', 'a', 'r', 'd', 'c', 'o', 'r', 'e', 0 }; ++static id3_ucs4_t const genre_HARDCORE_TECHNO[] = ++ { 'H', 'a', 'r', 'd', 'c', 'o', 'r', 'e', ' ', 'T', 'e', 'c', 'h', 'n', 'o', 0 }; + static id3_ucs4_t const genre_TERROR[] = + { 'T', 'e', 'r', 'r', 'o', 'r', 0 }; + static id3_ucs4_t const genre_INDIE[] = +@@ -324,9 +324,97 @@ static id3_ucs4_t const genre_THRASH_METAL[] = + static id3_ucs4_t const genre_ANIME[] = + { 'A', 'n', 'i', 'm', 'e', 0 }; + static id3_ucs4_t const genre_JPOP[] = +- { 'J', 'P', 'o', 'p', 0 }; ++ { 'J', 'p', 'o', 'p', 0 }; + static id3_ucs4_t const genre_SYNTHPOP[] = + { 'S', 'y', 'n', 't', 'h', 'p', 'o', 'p', 0 }; ++static id3_ucs4_t const genre_ABSTRACT[] = ++ { 'A', 'b', 's', 't', 'r', 'a', 'c', 't', 0 }; ++static id3_ucs4_t const genre_ART_ROCK[] = ++ { 'A', 'r', 't', ' ', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_BAROQUE[] = ++ { 'B', 'a', 'r', 'o', 'q', 'u', 'e', 0 }; ++static id3_ucs4_t const genre_BHANGRA[] = ++ { 'B', 'h', 'a', 'n', 'g', 'r', 'a', 0 }; ++static id3_ucs4_t const genre_BIG_BEAT[] = ++ { 'B', 'i', 'g', ' ', 'B', 'e', 'a', 't', 0 }; ++static id3_ucs4_t const genre_BREAKBEAT[] = ++ { 'B', 'r', 'e', 'a', 'k', 'b', 'e', 'a', 't', 0 }; ++static id3_ucs4_t const genre_CHILLOUT[] = ++ { 'C', 'h', 'i', 'l', 'l', 'o', 'u', 't', 0 }; ++static id3_ucs4_t const genre_DOWNTEMPO[] = ++ { 'D', 'o', 'w', 'n', 't', 'e', 'm', 'p', 'o', 0 }; ++static id3_ucs4_t const genre_DUB[] = ++ { 'D', 'u', 'b', 0 }; ++static id3_ucs4_t const genre_EBM[] = ++ { 'E', 'B', 'M', 0 }; ++static id3_ucs4_t const genre_ECLECTIC[] = ++ { 'E', 'c', 'l', 'e', 'c', 't', 'i', 'c', 0 }; ++static id3_ucs4_t const genre_ELECTRO[] = ++ { 'E', 'l', 'e', 'c', 't', 'r', 'o', 0 }; ++static id3_ucs4_t const genre_ELECTROCLASH[] = ++ { 'E', 'l', 'e', 'c', 't', 'r', 'o', 'c', 'l', 'a', 's', 'h', 0 }; ++static id3_ucs4_t const genre_EMO[] = ++ { 'E', 'm', 'o', 0 }; ++static id3_ucs4_t const genre_EXPERIMENTAL[] = ++ { 'E', 'x', 'p', 'e', 'r', 'i', 'm', 'e', 'n', 't', 'a', 'l', 0 }; ++static id3_ucs4_t const genre_GARAGE[] = ++ { 'G', 'a', 'r', 'a', 'g', 'e', 0 }; ++static id3_ucs4_t const genre_GLOBAL[] = ++ { 'G', 'l', 'o', 'b', 'a', 'l', 0 }; ++static id3_ucs4_t const genre_IDM[] = ++ { 'I', 'D', 'M', 0 }; ++static id3_ucs4_t const genre_ILLBIENT[] = ++ { 'I', 'l', 'l', 'b', 'i', 'e', 'n', 't', 0 }; ++static id3_ucs4_t const genre_INDUSTRO_GOTH[] = ++ { 'I', 'n', 'd', 'u', 's', 't', 'r', 'o', '-', 'G', 'o', 't', 'h', 0 }; ++static id3_ucs4_t const genre_JAM_BAND[] = ++ { 'J', 'a', 'm', ' ', 'B', 'a', 'n', 'd', 0 }; ++static id3_ucs4_t const genre_KRAUTROCK[] = ++ { 'K', 'r', 'a', 'u', 't', 'r', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_LEFTFIELD[] = ++ { 'L', 'e', 'f', 't', 'f', 'i', 'e', 'l', 'd', 0 }; ++static id3_ucs4_t const genre_LOUNGE[] = ++ { 'L', 'o', 'u', 'n', 'g', 'e', 0 }; ++static id3_ucs4_t const genre_MATH_ROCK[] = ++ { 'M', 'a', 't', 'h', ' ', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_NEW_ROMANTIC[] = ++ { 'N', 'e', 'w', ' ', 'R', 'o', 'm', 'a', 'n', 't', 'i', 'c', 0 }; ++static id3_ucs4_t const genre_NU_BREAKZ[] = ++ { 'N', 'u', '-', 'B', 'r', 'e', 'a', 'k', 'z', 0 }; ++static id3_ucs4_t const genre_POST_PUNK[] = ++ { 'P', 'o', 's', 't', '-', 'P', 'u', 'n', 'k', 0 }; ++static id3_ucs4_t const genre_POST_ROCK[] = ++ { 'P', 'o', 's', 't', '-', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_PSYTRANCE[] = ++ { 'P', 's', 'y', 't', 'r', 'a', 'n', 'c', 'e', 0 }; ++static id3_ucs4_t const genre_SHOEGAZE[] = ++ { 'S', 'h', 'o', 'e', 'g', 'a', 'z', 'e', 0 }; ++static id3_ucs4_t const genre_SPACE_ROCK[] = ++ { 'S', 'p', 'a', 'c', 'e', ' ', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_TROP_ROCK[] = ++ { 'T', 'r', 'o', 'p', ' ', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_WORLD_MUSIC[] = ++ { 'W', 'o', 'r', 'l', 'd', ' ', 'M', 'u', 's', 'i', 'c', 0 }; ++static id3_ucs4_t const genre_NEOCLASSICAL[] = ++ { 'N', 'e', 'o', 'c', 'l', 'a', 's', 's', 'i', 'c', 'a', 'l', 0 }; ++static id3_ucs4_t const genre_AUDIOBOOK[] = ++ { 'A', 'u', 'd', 'i', 'o', 'b', 'o', 'o', 'k', 0 }; ++static id3_ucs4_t const genre_AUDIO_THEATRE[] = ++ { 'A', 'u', 'd', 'i', 'o', ' ', 'T', 'h', 'e', 'a', 't', 'r', 'e', 0 }; ++static id3_ucs4_t const genre_NEUE_DEUTSCHE_WELLE[] = ++ { 'N', 'e', 'u', 'e', ' ', 'D', 'e', 'u', 't', 's', 'c', 'h', 'e', ' ', 'W', 'e', 'l', 'l', 'e', 0 }; ++static id3_ucs4_t const genre_PODCAST[] = ++ { 'P', 'o', 'd', 'c', 'a', 's', 't', 0 }; ++static id3_ucs4_t const genre_INDIE_ROCK[] = ++ { 'I', 'n', 'd', 'i', 'e', '-', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_G_FUNK[] = ++ { 'G', '-', 'F', 'u', 'n', 'k', 0 }; ++static id3_ucs4_t const genre_DUBSTEP[] = ++ { 'D', 'u', 'b', 's', 't', 'e', 'p', 0 }; ++static id3_ucs4_t const genre_GARAGE_ROCK[] = ++ { 'G', 'a', 'r', 'a', 'g', 'e', ' ', 'R', 'o', 'c', 'k', 0 }; ++static id3_ucs4_t const genre_PSYBIENT[] = ++ { 'P', 's', 'y', 'b', 'i', 'e', 'n', 't', 0 }; + + static id3_ucs4_t const *const genre_table[] = { + genre_BLUES, +@@ -414,7 +502,7 @@ static id3_ucs4_t const *const genre_table[] = { + genre_NATIONAL_FOLK, + genre_SWING, + genre_FAST_FUSION, +- genre_BEBOB, ++ genre_BEBOP, + genre_LATIN, + genre_REVIVAL, + genre_CELTIC, +@@ -452,13 +540,13 @@ static id3_ucs4_t const *const genre_table[] = { + genre_DUET, + genre_PUNK_ROCK, + genre_DRUM_SOLO, +- genre_A_CAPELLA, ++ genre_A_CAPPELLA, + genre_EURO_HOUSE, + genre_DANCE_HALL, + genre_GOA, + genre_DRUM___BASS, + genre_CLUB_HOUSE, +- genre_HARDCORE, ++ genre_HARDCORE_TECHNO, + genre_TERROR, + genre_INDIE, + genre_BRITPOP, +@@ -476,5 +564,49 @@ static id3_ucs4_t const *const genre_table[] = { + genre_THRASH_METAL, + genre_ANIME, + genre_JPOP, +- genre_SYNTHPOP ++ genre_SYNTHPOP, ++ genre_ABSTRACT, ++ genre_ART_ROCK, ++ genre_BAROQUE, ++ genre_BHANGRA, ++ genre_BIG_BEAT, ++ genre_BREAKBEAT, ++ genre_CHILLOUT, ++ genre_DOWNTEMPO, ++ genre_DUB, ++ genre_EBM, ++ genre_ECLECTIC, ++ genre_ELECTRO, ++ genre_ELECTROCLASH, ++ genre_EMO, ++ genre_EXPERIMENTAL, ++ genre_GARAGE, ++ genre_GLOBAL, ++ genre_IDM, ++ genre_ILLBIENT, ++ genre_INDUSTRO_GOTH, ++ genre_JAM_BAND, ++ genre_KRAUTROCK, ++ genre_LEFTFIELD, ++ genre_LOUNGE, ++ genre_MATH_ROCK, ++ genre_NEW_ROMANTIC, ++ genre_NU_BREAKZ, ++ genre_POST_PUNK, ++ genre_POST_ROCK, ++ genre_PSYTRANCE, ++ genre_SHOEGAZE, ++ genre_SPACE_ROCK, ++ genre_TROP_ROCK, ++ genre_WORLD_MUSIC, ++ genre_NEOCLASSICAL, ++ genre_AUDIOBOOK, ++ genre_AUDIO_THEATRE, ++ genre_NEUE_DEUTSCHE_WELLE, ++ genre_PODCAST, ++ genre_INDIE_ROCK, ++ genre_G_FUNK, ++ genre_DUBSTEP, ++ genre_GARAGE_ROCK, ++ genre_PSYBIENT + }; diff --git a/audio/libid3tag/files/patch-genre.dat.in b/audio/libid3tag/files/patch-genre.dat.in deleted file mode 100644 index abf2842ff904..000000000000 --- a/audio/libid3tag/files/patch-genre.dat.in +++ /dev/null @@ -1,80 +0,0 @@ ---- genre.dat.in.orig 2004-01-23 10:41:32.000000000 +0100 -+++ genre.dat.in 2020-01-12 22:50:01.267560000 +0100 -@@ -22,7 +22,7 @@ - /* - * These are the ID3 genre names, taken as a combination of names from ID3v1 - * (listed in Appendix A of the ID3 tag version 2.4.0 informal standard) and -- * the extensions made by Winamp as of version 2.80. -+ * the extensions made by Winamp as of version 5.6. - */ - - /* ID3v1 names (0-79) */ -@@ -115,7 +115,7 @@ - National Folk - Swing - Fast-Fusion --Bebob -+Bebop - Latin - Revival - Celtic -@@ -159,7 +159,7 @@ - Goa - Drum & Bass - Club-House --Hardcore -+Hardcore Techno - Terror - Indie - BritPop -@@ -176,5 +176,49 @@ - Salsa - Thrash Metal - Anime --JPop -+Jpop - Synthpop -+Abstract -+Art Rock -+Baroque -+Bhangra -+Big Beat -+Breakbeat -+Chillout -+Downtempo -+Dub -+EBM -+Eclectic -+Electro -+Electroclash -+Emo -+Experimental -+Garage -+Global -+IDM -+Illbient -+Industro-Goth -+Jam Band -+Krautrock -+Leftfield -+Lounge -+Math Rock -+New Romantic -+Nu-Breakz -+Post-Punk -+Post-Rock -+Psytrance -+Shoegaze -+Space Rock -+Trop Rock -+World Music -+Neoclassical -+Audiobook -+Audio Theatre -+Neue Deutsche Welle -+Podcast -+Indie-Rock -+G-Funk -+Dubstep -+Garage Rock -+Psybient diff --git a/audio/libid3tag/files/patch-id3tag.pc.in b/audio/libid3tag/files/patch-id3tag.pc.in deleted file mode 100644 index f89fa4b7dfd0..000000000000 --- a/audio/libid3tag/files/patch-id3tag.pc.in +++ /dev/null @@ -1,13 +0,0 @@ ---- id3tag.pc.in.orig 2016-07-26 15:08:54 UTC -+++ id3tag.pc.in -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: ID3TAG -+Description: libid3tag - ID3 tag manipulation library -+Version: @VERSION@ -+Libs: -L${libdir} -lid3tag -lz -+Cflags: diff --git a/audio/libid3tag/pkg-plist b/audio/libid3tag/pkg-plist index f87705bdce18..8ffea1f8bb84 100644 --- a/audio/libid3tag/pkg-plist +++ b/audio/libid3tag/pkg-plist @@ -1,6 +1,8 @@ include/id3tag.h -lib/libid3tag.a +lib/cmake/id3tag/id3tagConfig.cmake +lib/cmake/id3tag/id3tagConfigVersion.cmake +lib/cmake/id3tag/id3tagTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/id3tag/id3tagTargets.cmake lib/libid3tag.so -lib/libid3tag.so.0 -lib/libid3tag.so.0.3.0 +lib/libid3tag.so.0.16.1 libdata/pkgconfig/id3tag.pc