mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Add WITHOUT_ID3V23 knob which disables id3v23 tags support [1]
- Make pkg-descr shorter to pet portlint Reported by: "Herbert J. Skuhra" <h.skuhra@gmail.com> [1] crsd on #freebsd-gnome [1]
This commit is contained in:
parent
2872a74d2e
commit
2135bfa3c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197200
@ -38,4 +38,10 @@ CONFIGURE_ARGS+= --enable-wavpack
|
||||
CONFIGURE_ARGS+= --disable-wavpack
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_ID3V23)
|
||||
CONFIGURE_ARGS+= --disable-id3v23
|
||||
.else
|
||||
LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,6 @@
|
||||
EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg
|
||||
Vorbis, MusePack and Monkey's Audio files.
|
||||
|
||||
The big new feature of this development version is GTK2 support.
|
||||
|
||||
Features:
|
||||
|
||||
- Auto tagging: parse filename and directory to complete automatically the
|
||||
|
Loading…
Reference in New Issue
Block a user