summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-14 23:00:11 +0000
committerwiz <wiz>2003-02-14 23:00:11 +0000
commit42a9a23692f50dfc574beca8797e8dccaba5be36 (patch)
treeed122266e348c00c67a6cf10947f1826758b811c /audio/easytag
parentace27d353378332d64d9e2b5c9d4dc3333a15d6e (diff)
downloadpkgsrc-42a9a23692f50dfc574beca8797e8dccaba5be36.tar.gz
Update to 0.27:
* Fixed an other filepointer leak when renaming file and directories (thanks to Artur Polaczynski), * Improved speed when applying a field to all other files, removing all tags and scanning all files, * Fixed problem with too long track name in CDDB albums, * When getting files list of a cddb album, it tries to reconnect severals ti mes if the connection fails, * Ability to run the scanner when loading filenames from a TXT file, * Ability to run the scanner when loading fields from CDDB results, * Ability to load CDDB results only for the selected lines, * Ability to generate the playlist name from mask codes, * Added tab in "About" window to display the ChangeLog, * Fixed detection of version id3lib (due to an error in configure.in), * Added german help documentation (thanks to Daniel Pichler), * Russian translation updated (thanks to Andrey Astafiev), * German translation updated (thanks to Götz Waschk).
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile10
-rw-r--r--audio/easytag/PLIST3
-rw-r--r--audio/easytag/distinfo9
-rw-r--r--audio/easytag/patches/patch-aa32
4 files changed, 14 insertions, 40 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 536558c1bc6..f0e10b34e64 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.23 2003/02/05 05:06:32 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2003/02/14 23:00:11 wiz Exp $
#
-DISTNAME= easytag-0.26
-PKGREVISION= 2
+DISTNAME= easytag-0.27
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/
diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST
index 1ff1741cee1..b1e2401769d 100644
--- a/audio/easytag/PLIST
+++ b/audio/easytag/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.9 2003/01/27 12:31:28 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/02/14 23:00:12 wiz Exp $
bin/easytag
man/man1/easytag.1
+share/easytag/ChangeLog
share/easytag/EasyTAG_logo.xpm
share/gnome/apps/Multimedia/easytag.desktop
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/easytag.mo
diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo
index 398994b0fb3..808c5543807 100644
--- a/audio/easytag/distinfo
+++ b/audio/easytag/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2003/01/14 13:14:33 wiz Exp $
+$NetBSD: distinfo,v 1.13 2003/02/14 23:00:12 wiz Exp $
-SHA1 (easytag-0.26.tar.gz) = 34c6e7803eb06bf2f291a7e513dddfa2e6220a91
-Size (easytag-0.26.tar.gz) = 1310948 bytes
-SHA1 (patch-aa) = 90053be329aca0ccfe3d19eb192e96f22d1d1df4
+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
diff --git a/audio/easytag/patches/patch-aa b/audio/easytag/patches/patch-aa
deleted file mode 100644
index 480b77abaea..00000000000
--- a/audio/easytag/patches/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2003/01/14 13:14:33 wiz Exp $
-
---- configure.orig Tue Dec 31 14:24:37 2002
-+++ configure
-@@ -8150,7 +8150,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- . conftest.flac; echo "${LIBFLAC_MAJOR}.${LIBFLAC_MINOR}.${LIBFLAC_PATCH}"
-+ . ./conftest.flac; echo "${LIBFLAC_MAJOR}.${LIBFLAC_MINOR}.${LIBFLAC_PATCH}"
- else
- echo "$as_me: program exited with status $ac_status" >&5
- echo "$as_me: failed program was:" >&5
-@@ -8312,8 +8312,7 @@ int
- main ()
- {
- FILE *output;
-- dnl output=fopen("conftest.id3","w"); dnl doesn't work on NetBSD.
-- output=fopen("/tmp/conftest.id3","w");
-+ output=fopen("conftest.id3","w");
- fprintf(output,"ID3LIB_MAJOR=%d\nID3LIB_MINOR=%d\nID3LIB_PATCH=%d\n",ID3LIB_MAJOR_VERSION,ID3LIB_MINOR_VERSION,ID3LIB_PATCH_VERSION);
- fclose(output);
- exit(0);
-@@ -8331,7 +8330,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- . conftest.id3; echo "${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH}"
-+ . ./conftest.id3; echo "${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH}"
- else
- echo "$as_me: program exited with status $ac_status" >&5
- echo "$as_me: failed program was:" >&5