diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-07 21:47:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-07 21:47:46 +0000 |
commit | d19fb5a2261ea66f6d58737419870341abd5563d (patch) | |
tree | f4dc002a07615710fdb804c1a11679dfddfd0be8 /audio | |
parent | 66968bb00cb1416698bb5a605c9c1f523542b34d (diff) | |
download | pkgsrc-d19fb5a2261ea66f6d58737419870341abd5563d.tar.gz |
Update to 2.1.5:
2.1.5 - January 26th, 2008 :
============================
* Added an option in the "Process Fields" scanner to enable/disable
detection of Roman numerals,
* Disabled unsynchronisation when writing ID3v2.4 tags (as Taglib doesn't
support them) to avoid problem with pictures on some applications (thanks
to Alexey Illarionov),
* Fixed compilation problem with previous versions of flac older than 1.1.3,
* Fixed the size of log view when resizing the main window,
* Fixed browser problem with the hidden directories filter: directories
starting with severals dots were also hidden,
* Fixed problem when renaming severals directories and files with the
'Rename File and Directory' scanner (thanks to vdaghan) ,
* Fixed detection of valid roman numerals in the "Process Fields" scanner
(was used some parts of the Roman library from David M. Syzdek),
* Brazilian Portuguese translation updated (thanks to doutor.zero),
* Polish translation updated (thanks to Michał Smoczyk),
* Swedish translation updated (thanks to Anders Strömer),
* German translation updated (thanks to Götz Waschk),
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag-current/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag-current/distinfo | 10 | ||||
-rw-r--r-- | audio/easytag-current/patches/patch-aa | 12 | ||||
-rw-r--r-- | audio/easytag-current/patches/patch-ab | 15 |
4 files changed, 6 insertions, 35 deletions
diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile index 3f75dd88e16..abb63367cdd 100644 --- a/audio/easytag-current/Makefile +++ b/audio/easytag-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/01/13 15:28:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/03/07 21:47:46 wiz Exp $ # -DISTNAME= easytag-2.1.4 +DISTNAME= easytag-2.1.5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/easytag-current/distinfo b/audio/easytag-current/distinfo index 65e28e595b8..b5714ab12f2 100644 --- a/audio/easytag-current/distinfo +++ b/audio/easytag-current/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/01/13 15:28:32 wiz Exp $ +$NetBSD: distinfo,v 1.7 2008/03/07 21:47:46 wiz Exp $ -SHA1 (easytag-2.1.4.tar.bz2) = 1987839c8e3c141891d04143903e92bc788a26e8 -RMD160 (easytag-2.1.4.tar.bz2) = 500f83026e8d9d064abe14f29dfd056c03f445c5 -Size (easytag-2.1.4.tar.bz2) = 3242736 bytes -SHA1 (patch-aa) = f45888315aa3abdaa97009835cd1dce670f4cf6c -SHA1 (patch-ab) = ac5d8788da64080b358cba953111af99974ad9b4 +SHA1 (easytag-2.1.5.tar.bz2) = 25c9db7c2fe6f809d4275e3af142d428c3b3ca21 +RMD160 (easytag-2.1.5.tar.bz2) = 6ff55c3224862b701e131b367d82282a8264b1ad +Size (easytag-2.1.5.tar.bz2) = 3277405 bytes diff --git a/audio/easytag-current/patches/patch-aa b/audio/easytag-current/patches/patch-aa deleted file mode 100644 index 5012f1913b5..00000000000 --- a/audio/easytag-current/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2008/01/13 15:28:32 wiz Exp $ - ---- src/et_core.c.orig 2007-12-05 20:03:34.000000000 +0000 -+++ src/et_core.c -@@ -22,6 +22,7 @@ - - #include <gtk/gtk.h> - #include <glib/gi18n-lib.h> -+#include <locale.h> - #include <stdio.h> - #include <string.h> - #include <stdlib.h> diff --git a/audio/easytag-current/patches/patch-ab b/audio/easytag-current/patches/patch-ab deleted file mode 100644 index 07df93adc1c..00000000000 --- a/audio/easytag-current/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2008/01/13 15:28:33 wiz Exp $ - ---- src/mp4_tag.c.orig 2007-12-02 16:39:49.000000000 +0000 -+++ src/mp4_tag.c -@@ -85,6 +85,10 @@ gboolean Mp4tag_Read_File_Tag (gchar *fi - u_int8_t *coverArt; - u_int32_t coverSize; - Picture *prev_pic = NULL; -+#ifdef NEWMP4 -+ int i; -+#endif -+ - - if (!filename || !FileTag) - return FALSE; |