ports/171585: easytag: missing dependency on libid3tag
Christopher J. Ruwe
cjr at cruwe.de
Wed Sep 12 19:40:08 UTC 2012
>Number: 171585
>Category: ports
>Synopsis: easytag: missing dependency on libid3tag
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 12 19:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Christopher J. Ruwe
>Release: 9-stable
>Organization:
>Environment:
FreeBSD dijkstra.cruwe.de 9.0-STABLE FreeBSD 9.0-STABLE #10 r237934: Tue Jul 3 17:29:27 CEST 2012 cjr at dijkstra.cruwe.de:/usr/obj/usr/src/sys/DIJKSTRA amd64
>Description:
Easytag is a - I quote from the makefile - "GTK2 Tag editor for MP3 and OGG files". Since some time it is not possible anymore to edit mp3 files - mp4 and ogg is working fine. The problem appeared in PCBSD also (http://forums.pcbsd.org/showthread.php?t=17282).
>How-To-Repeat:
Build easytag in an environment where libid3tag is missing - poudriere in my case. Install easytag. Try to load a directory containing mp3-files. You will not be presented with any editing option. Then check Help -> About. The MP3 tagging capability will be crossed out.
Install libid3tag. Build easytag anew. The problem will be gone.
>Fix:
It appears that easytag depends on libid3tag to edit mp3 tags and that dependency is not pulled anymore - I do not understand why. Neither do I know why the problem has not been noticed before - at least according to the PR DB. Anyways, adding id3tag to the depends-statements solves the problem.
Adding a conditional depend for id3tag is possible, but, considering the description in the makefile, not really an option.
Patch attached with submission follows:
diff -uN /usr/ports/audio/easytag/Makefile easytag/Makefile
--- /usr/ports/audio/easytag/Makefile 2012-09-12 21:11:10.210680516 +0200
+++ easytag/Makefile 2012-09-12 21:14:24.890676921 +0200
@@ -15,6 +15,7 @@
COMMENT= GTK2 Tag editor for MP3 and OGG files
LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \
+ id3tag:${PORTSDIR}/audio/libid3tag \
vorbis:${PORTSDIR}/audio/libvorbis \
FLAC:${PORTSDIR}/audio/flac \
mp4v2.10:${PORTSDIR}/multimedia/mp4v2
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list