Thu Mar 8 09:49:26 2012 UTC ()
Update to 2.1.7, the new stable version. Changes compared to
easytag-current (2.1.6):

2.1.7 - Jan 14th, 2012 :
========================
    * Gaute Amundsen's ConfirmWhenUnsavedFiles.patch
    * Mark Ferry's albumartist patch for ogg and flac
    * G旦tz Waschk's update for German translation
    * Kip's optimized base64 decoder for album art
    * Updated contributor credits
    * Debianized
    * Updated version to 2.1.7


(wiz)
diff -r1.3 -r1.4 pkgsrc/audio/easytag/DESCR
diff -r1.71 -r1.72 pkgsrc/audio/easytag/Makefile
diff -r1.16 -r1.17 pkgsrc/audio/easytag/PLIST
diff -r1.29 -r1.30 pkgsrc/audio/easytag/distinfo
diff -r1.4 -r1.5 pkgsrc/audio/easytag/options.mk
diff -r1.17 -r0 pkgsrc/audio/easytag/patches/patch-aa

cvs diff -r1.3 -r1.4 pkgsrc/audio/easytag/DESCR (expand / switch to unified diff)

--- pkgsrc/audio/easytag/DESCR 2007/02/27 09:58:49 1.3
+++ pkgsrc/audio/easytag/DESCR 2012/03/08 09:49:25 1.4
@@ -1,24 +1,27 @@ @@ -1,24 +1,27 @@
1EasyTAG is an utility to easily and quickly view, edit and write your audio 1EasyTAG is an utility to easily and quickly view, edit and write your audio
2files' tags from a nice GTK+ interface. 2files' tags from a nice GTK+ interface.
3 3
4Its main features include: 4Its main features include:
5o View, edit and write tags of MP3, MP2 files (ID3 tag with pictures), FLAC 5o View, edit, write tags of MP3, MP2 files (ID3 tag with pictures).
6 files (FLAC Vorbis tag), Ogg Vorbis files (Ogg Vorbis tag), MP4/AAC 6 FLAC files (FLAC Vorbis tag), Ogg Vorbis files (Ogg Vorbis tag).
7 (MP4/AAC tag), MusePack and Monkey's Audio files (APE tag). 7 MP4/AAC (MP4/AAC tag), MusePack, Monkey's Audio files, Speex,
8o Can edit many tag fields : Title, Artist, Album, Disc Album, Year, Track 8 and WavPack files (APE tag).
9 Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, 9o Auto tagging: parse filename and directory to complete automatically
10 URL and Encoder name. 10 the fields (using masks).
11o Auto tagging: parse file name and directory to automatically complete the 11o Ability to rename files and directories from the tag (using masks)
12 fields (using masks). 12 or by loading a text file.
13o Ability to rename files and directories from the tag (using masks) or by 13o Process selected files of the selected directory.
14 loading a text file. 14o Recursion for tagging, removing, renaming, saving....
15o Process all of the selected directory. 15o Can set a field (artist, title,...) to all other files.
16o Recursion for tagging, removing, renaming, saving... 16o Read file header informations (bitrate, time, ...) and display them.
17o Can set a field (artist, title...) to all other files. 17o Auto completion of the date if a partial is entered.
18o Read file header informations (bitrate, time...) and display them. 18o Undo and redo last changes.
19o Auto completion of a date if a partial one is entered. 19o Ability to process fields of tag and file name (convert letters
20o Ability to process fields of tag and file name (convert letters into 20 into uppercase, downcase, ...).
21 uppercase, downcase, ...). 21o Ability to open a directory or a file with an external program.
22o CDDB support using Freedb.org servers (manual and automatic search). 22o CDDB support using Freedb.org and Gnudb.org servers (manual and
23o A tree-based browser or a view by Artist & Album. 23 automatic search).
 24o A tree based browser or a view by Artist & Album.
 25o A list to select files.
24o A playlist generator window. 26o A playlist generator window.
 27o A file searching window.

cvs diff -r1.71 -r1.72 pkgsrc/audio/easytag/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/easytag/Makefile 2012/03/03 00:12:38 1.71
+++ pkgsrc/audio/easytag/Makefile 2012/03/08 09:49:26 1.72
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1# $NetBSD: Makefile,v 1.71 2012/03/03 00:12:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.72 2012/03/08 09:49:26 wiz Exp $
2# 2#
3 3
4DISTNAME= easytag-2.1 4DISTNAME= easytag-2.1.7
5PKGREVISION= 10 
6CATEGORIES= audio 5CATEGORIES= audio
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://easytag.sourceforge.net/ 10HOMEPAGE= http://easytag.sourceforge.net/
12COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others 11COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20USE_TOOLS+= pkg-config xgettext 20USE_TOOLS+= pkg-config xgettext
21 21
22.include "options.mk" 22.include "options.mk"
23 23
24BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1 24BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
25BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.1 25BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.1
26 26
27.include "../../audio/id3lib/buildlink3.mk" 27.include "../../audio/libid3tag/buildlink3.mk"
28.include "../../devel/glib2/buildlink3.mk" 28.include "../../devel/glib2/buildlink3.mk"
29.include "../../x11/gtk2/buildlink3.mk" 29.include "../../x11/gtk2/buildlink3.mk"
 30.include "../../sysutils/desktop-file-utils/desktopdb.mk"
30.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/audio/easytag/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/easytag/PLIST 2009/06/14 17:32:05 1.16
+++ pkgsrc/audio/easytag/PLIST 2012/03/08 09:49:26 1.17
@@ -1,25 +1,29 @@ @@ -1,25 +1,29 @@
1@comment $NetBSD: PLIST,v 1.16 2009/06/14 17:32:05 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.17 2012/03/08 09:49:26 wiz Exp $
2bin/easytag 2bin/easytag
3man/man1/easytag.1 3man/man1/easytag.1
4share/applications/easytag.desktop 4share/applications/easytag.desktop
5share/easytag/ChangeLog 5share/easytag/ChangeLog
6share/easytag/EasyTAG_logo.xpm 6share/easytag/EasyTAG_logo.xpm
7share/locale/bg/LC_MESSAGES/easytag.mo 7share/locale/bg/LC_MESSAGES/easytag.mo
8share/locale/cs/LC_MESSAGES/easytag.mo 8share/locale/cs/LC_MESSAGES/easytag.mo
9share/locale/da/LC_MESSAGES/easytag.mo 9share/locale/da/LC_MESSAGES/easytag.mo
10share/locale/de/LC_MESSAGES/easytag.mo 10share/locale/de/LC_MESSAGES/easytag.mo
11share/locale/el/LC_MESSAGES/easytag.mo 11share/locale/el/LC_MESSAGES/easytag.mo
12share/locale/es/LC_MESSAGES/easytag.mo 12share/locale/es/LC_MESSAGES/easytag.mo
13share/locale/fr/LC_MESSAGES/easytag.mo 13share/locale/fr/LC_MESSAGES/easytag.mo
 14share/locale/he/LC_MESSAGES/easytag.mo
14share/locale/hu/LC_MESSAGES/easytag.mo 15share/locale/hu/LC_MESSAGES/easytag.mo
15share/locale/it/LC_MESSAGES/easytag.mo 16share/locale/it/LC_MESSAGES/easytag.mo
16share/locale/ja/LC_MESSAGES/easytag.mo 17share/locale/ja/LC_MESSAGES/easytag.mo
17share/locale/nl/LC_MESSAGES/easytag.mo 18share/locale/nl/LC_MESSAGES/easytag.mo
18share/locale/pl/LC_MESSAGES/easytag.mo 19share/locale/pl/LC_MESSAGES/easytag.mo
19share/locale/pt_BR/LC_MESSAGES/easytag.mo 20share/locale/pt_BR/LC_MESSAGES/easytag.mo
20share/locale/ro/LC_MESSAGES/easytag.mo 21share/locale/ro/LC_MESSAGES/easytag.mo
21share/locale/ru/LC_MESSAGES/easytag.mo 22share/locale/ru/LC_MESSAGES/easytag.mo
 23share/locale/sr/LC_MESSAGES/easytag.mo
 24share/locale/sr@Latn/LC_MESSAGES/easytag.mo
22share/locale/sv/LC_MESSAGES/easytag.mo 25share/locale/sv/LC_MESSAGES/easytag.mo
23share/locale/uk/LC_MESSAGES/easytag.mo 26share/locale/uk/LC_MESSAGES/easytag.mo
24share/locale/zh_CN/LC_MESSAGES/easytag.mo 27share/locale/zh_CN/LC_MESSAGES/easytag.mo
25share/pixmaps/EasyTAG.xpm 28share/locale/zh_TW/LC_MESSAGES/easytag.mo
 29share/pixmaps/EasyTAG_icon.xpm

cvs diff -r1.29 -r1.30 pkgsrc/audio/easytag/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/easytag/distinfo 2007/11/21 21:47:25 1.29
+++ pkgsrc/audio/easytag/distinfo 2012/03/08 09:49:26 1.30
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.29 2007/11/21 21:47:25 drochner Exp $ 1$NetBSD: distinfo,v 1.30 2012/03/08 09:49:26 wiz Exp $
2 2
3SHA1 (easytag-2.1.tar.bz2) = 6da0125ab0dcc7e7ecabe488147ecdf0e75f6f2a 3SHA1 (easytag-2.1.7.tar.bz2) = 7b56ba18be2f1bec0171e5de4447ba763a264f92
4RMD160 (easytag-2.1.tar.bz2) = b553458c8cff008dd044412a95674aa26478b2eb 4RMD160 (easytag-2.1.7.tar.bz2) = abe8df519ed41b9424080d73cb16c4a75dcb511f
5Size (easytag-2.1.tar.bz2) = 2924032 bytes 5Size (easytag-2.1.7.tar.bz2) = 3303491 bytes
6SHA1 (patch-aa) = bfb67a2d37317243f197f6a497fff67adf38df0b 

cvs diff -r1.4 -r1.5 pkgsrc/audio/easytag/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/easytag/options.mk 2007/11/21 21:47:25 1.4
+++ pkgsrc/audio/easytag/options.mk 2012/03/08 09:49:26 1.5
@@ -1,29 +1,43 @@ @@ -1,29 +1,43 @@
1# $NetBSD: options.mk,v 1.4 2007/11/21 21:47:25 drochner Exp $ 1# $NetBSD: options.mk,v 1.5 2012/03/08 09:49:26 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.easytag 3PKG_OPTIONS_VAR= PKG_OPTIONS.easytag
4PKG_SUPPORTED_OPTIONS= flac mpeg4ip ogg 4PKG_SUPPORTED_OPTIONS= flac mpeg4ip ogg speex wavpack
5PKG_SUGGESTED_OPTIONS= flac mpeg4ip ogg 5PKG_SUGGESTED_OPTIONS= flac mpeg4ip ogg speex wavpack
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9.if !empty(PKG_OPTIONS:Mflac) 9.if !empty(PKG_OPTIONS:Mflac)
10. include "../../audio/flac/buildlink3.mk" 10. include "../../audio/flac/buildlink3.mk"
11. include "../../audio/libvorbis/buildlink3.mk" 11. include "../../audio/libvorbis/buildlink3.mk"
12CONFIGURE_ARGS+= --enable-flac 12CONFIGURE_ARGS+= --enable-flac
13.else 13.else
14CONFIGURE_ARGS+= --disable-flac 14CONFIGURE_ARGS+= --disable-flac
15.endif 15.endif
16 16
17.if !empty(PKG_OPTIONS:Mmpeg4ip) 17.if !empty(PKG_OPTIONS:Mmpeg4ip)
18BUILDLINK_API_DEPENDS.libmp4v2+= libmp4v2>=1.6.1 18BUILDLINK_API_DEPENDS.libmp4v2+= libmp4v2>=1.6.1
19.include "../../multimedia/libmp4v2/buildlink3.mk" 19.include "../../multimedia/libmp4v2/buildlink3.mk"
20# for mpeg4ip.h 20# for mpeg4ip.h
21CPPFLAGS+= -DHAVE_GTK 21CPPFLAGS+= -DHAVE_GTK
22.endif 22.endif
23 23
24.if !empty(PKG_OPTIONS:Mogg) 24.if !empty(PKG_OPTIONS:Mogg)
25. include "../../audio/libvorbis/buildlink3.mk" 25. include "../../audio/libvorbis/buildlink3.mk"
26CONFIGURE_ARGS+= --enable-ogg 26CONFIGURE_ARGS+= --enable-ogg
27.else 27.else
28CONFIGURE_ARGS+= --disable-ogg 28CONFIGURE_ARGS+= --disable-ogg
29.endif 29.endif
 30
 31.if !empty(PKG_OPTIONS:Mspeex)
 32. include "../../audio/speex/buildlink3.mk"
 33CONFIGURE_ARGS+= --enable-speex
 34.else
 35CONFIGURE_ARGS+= --disable-speex
 36.endif
 37
 38.if !empty(PKG_OPTIONS:Mwavpack)
 39. include "../../audio/wavpack/buildlink3.mk"
 40CONFIGURE_ARGS+= --enable-wavpack
 41.else
 42CONFIGURE_ARGS+= --disable-wavpack
 43.endif

File Deleted: pkgsrc/audio/easytag/patches/Attic/patch-aa