Index: head/audio/libid3tag/Makefile =================================================================== --- head/audio/libid3tag/Makefile (revision 522866) +++ head/audio/libid3tag/Makefile (revision 522867) @@ -1,28 +1,36 @@ # Created by: Sergey Akifyev # $FreeBSD$ PORTNAME= libid3tag PORTVERSION= 0.15.1b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ ftp://ftp.mars.org/pub/mpeg/ MAINTAINER= zeising@FreeBSD.org COMMENT= ID3 tags library (part of MAD project) LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pkgconfig USE_LDCONFIG= yes + +BUILD_DEPENDS= gsed:textproc/gsed + +post-patch: + @${REINPLACE_CMD} -e '/genre.dat.in/s/sed -/g&/g' ${WRKSRC}/Makefile.in + +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/ .include Index: head/audio/libid3tag/files/patch-genre.dat.in =================================================================== --- head/audio/libid3tag/files/patch-genre.dat.in (nonexistent) +++ head/audio/libid3tag/files/patch-genre.dat.in (revision 522867) @@ -0,0 +1,80 @@ +--- 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 Property changes on: head/audio/libid3tag/files/patch-genre.dat.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property