diff options
author | wiz <wiz> | 2003-05-08 12:26:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-08 12:26:00 +0000 |
commit | 5bc825975a0ef44391903da5dbad49d47cf33398 (patch) | |
tree | 32145f3813189bfa25a47163cd6e47ed6f767f39 /audio | |
parent | 2f7471ec580715de8b8f9b28a6e93a5b2cc03554 (diff) | |
download | pkgsrc-5bc825975a0ef44391903da5dbad49d47cf33398.tar.gz |
Update to 0.27.1.
* Added support of APE tag for MusePack and Monkey's Audio files (thanks to Artur Polaczyñski),
* Cast and pointers fixes for a clean compilation on 64bits platform (thanks to Philipp
Thomas),
* Fixed a bug when using "Open File With..." after renaming a file without reloading the
directory (it was using the old filename),
* Cleaning in the configure script (thanks to Philipp Thomas),
* When loading files with id3 tags, it checks if it has the versions of tags specified in
the preferences window,
* Genre in ID3v2 tag : use only the string for an unknowm id3v1 genre,
* Added the missing instruction "#include <errno.h>" in about.c that may produce
compilation problems,
* Dutch translation updated (thanks to Björn Olievier),
* Polish translation updated (thanks to Artur Polaczyñski),
* Czech translation updated (thanks to Milan Siebenburger),
* German translation updated (thanks to Götz Waschk).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 9 | ||||
-rw-r--r-- | audio/easytag/distinfo | 8 |
2 files changed, 5 insertions, 12 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index edcf26b3d6b..79c6e245caa 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,16 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2003/05/02 11:53:39 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2003/05/08 12:26:00 wiz Exp $ # -DISTNAME= easytag-0.27 -PKGREVISION= 2 +DISTNAME= easytag-0.27.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} EXTRACT_SUFX= .tar.bz2 -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} -PATCHFILES= patch_easytag_027_027a.diff -PATCH_DIST_STRIP= -p1 - MAINTAINER= wiz@netbsd.org HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 808c5543807..0f4ff0ed5c0 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.13 2003/02/14 23:00:12 wiz Exp $ +$NetBSD: distinfo,v 1.14 2003/05/08 12:26:00 wiz Exp $ -SHA1 (easytag-0.27.tar.bz2) = db2fd7f2cf06b6e4d139ac82c38f01ade6d417af -Size (easytag-0.27.tar.bz2) = 1041063 bytes -SHA1 (patch_easytag_027_027a.diff) = 5759ffee97c5b3d59baccacf96cec552c0adc613 -Size (patch_easytag_027_027a.diff) = 2098 bytes +SHA1 (easytag-0.27.1.tar.bz2) = 0af982a22812c78d3343fa2bd6091603f7001e46 +Size (easytag-0.27.1.tar.bz2) = 1074679 bytes |