cannot be enabled at the moment because of mpeg4ip (which is not in pkgsrc). 1.99.8 - August 31th, 2005 : ============================ * Fixed hangs in the cddb lookups (thanks to Paul Giordano), * Fixed problem when parsing markup in the 'Fill Tag' scanner preview, * Added MP4/AAC file and tag support (including pictures in tag) by using MPEG4IP (libmp4v2) (thanks to Michael Ihde and Stewart Whitman), * "Copyright" replaced by "License" in .spec file to allow to build the RPM package with rpm-4.4.0 (thanks to Nathaniel Clark), * French translation updated, * Italian translation updated (thanks to Kostantino), * German translation updated (thanks to Götz Waschk).
26 lines
702 B
Makefile
26 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/09/06 12:56:13 leonardschmidt Exp $
|
|
#
|
|
|
|
DISTNAME= easytag-1.99.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= martijn.van.buul@gmail.com
|
|
HOMEPAGE= http://easytag.sourceforge.net/
|
|
COMMENT= GTK2 Tag editor for MP3, Ogg Vorbis files, and others
|
|
|
|
BUILD_USES_MSGFMT= yes # xgettext, really
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../audio/id3lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|