pkgsrc/audio/easytag/Makefile
wiz 5af852b873 Update to 1.0 (snj made me do it!):
1.0 - November 20th, 2004 :
===========================
    * Added ability to request Cddb database automatically from the selected
      files (computing the CddbId) (thanks to Justus Schwartz),
    * When applying Cddb results to the files, the cddb genre is converted to an
      ID3 genre,
    * Improved settings of character set (for ID3 tags) to allow you to fix some
      tags (for example if tags were written with UTF-8 instead of ISO-8859-15),
    * Fixed request to cddb for getting album tracks,
    * Fixed UTF-8 strings into easytag.desktop (thanks to Ville Skyttä),
    * Some updates in the USERS-GUIDE files (thanks to David Greaves),
    * A new Danish translation (thanks to Morten Brix Pedersen),
    * French translation updated,
    * Hungarian translation updated (thanks to Nagy Boldizsar).
    * Russian translation updated (thanks to Andrey Astafiev),
    * Dutch translation updated (thanks to Björn Olievier),
    * Czech translation updated (thanks to Milan Siebenburger),
    * Japanese translation updated (thanks to Takeshi Aihana),
    * Italian translation updated (thanks to Kostantino),
    * German translation updated (thanks to Götz Waschk).
2004-11-26 21:05:16 +00:00

27 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.43 2004/11/26 21:05:16 wiz Exp $
#
DISTNAME= easytag-1.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://easytag.sourceforge.net/
COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface
BUILD_USES_MSGFMT= yes # xgettext, really
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
USE_X11= yes
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"