pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/easytag-current Update to 2.1.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf4a55c00ce8
branches:  trunk
changeset: 539524:bf4a55c00ce8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 07 21:47:46 2008 +0000

description:
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:

 audio/easytag-current/Makefile         |   4 ++--
 audio/easytag-current/distinfo         |  10 ++++------
 audio/easytag-current/patches/patch-aa |  12 ------------
 audio/easytag-current/patches/patch-ab |  15 ---------------
 4 files changed, 6 insertions(+), 35 deletions(-)

diffs (63 lines):

diff -r 31d3148bf8a7 -r bf4a55c00ce8 audio/easytag-current/Makefile
--- a/audio/easytag-current/Makefile    Fri Mar 07 21:41:02 2008 +0000
+++ b/audio/easytag-current/Makefile    Fri Mar 07 21:47:46 2008 +0000
@@ -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 -r 31d3148bf8a7 -r bf4a55c00ce8 audio/easytag-current/distinfo
--- a/audio/easytag-current/distinfo    Fri Mar 07 21:41:02 2008 +0000
+++ b/audio/easytag-current/distinfo    Fri Mar 07 21:47:46 2008 +0000
@@ -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 -r 31d3148bf8a7 -r bf4a55c00ce8 audio/easytag-current/patches/patch-aa
--- a/audio/easytag-current/patches/patch-aa    Fri Mar 07 21:41:02 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 31d3148bf8a7 -r bf4a55c00ce8 audio/easytag-current/patches/patch-ab
--- a/audio/easytag-current/patches/patch-ab    Fri Mar 07 21:41:02 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;


Home | Main Index | Thread Index | Old Index