pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3splt Update to 2.2.3. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21f872d4a77e
branches:  trunk
changeset: 554339:21f872d4a77e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Feb 12 21:35:34 2009 +0000

description:
Update to 2.2.3. From the changelog:

- added ID3v2 support (for known tags like title, artist, album,
    track number, ...)
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added '-N' option for Not writing mp3splt.log file
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- created a completely new windows installer allowing to install
    only some components and to uninstall only the installed files
- added some more documentation about the 'off' parameter
- updated to check for illegal characters in output filenames
- fixed bug with mp3splt not searching for plugins in its directory
    on Windows (it will now search in the directory of the 'mp3splt'
    executable if we detect a path from the launch command and in
    the installation directory written in the registry)
- fixed the zeroes not being added before the number when using @n
- fixed small bug about '-Q' not working right
- the default behaviour of the tags on the split files has changed:
    by default, we set the tags version of the file to split in the
    split files (for example if the file for split has ID3 version
    X, the tags in the split files will be ID3vX)
- added -1 (force tags in output files to be ID3v1) and -2 (force
    tags in output files to be ID3v2) options
- implemented query{search_string}(chosen_result_int) for the -c
    option : windows users should use this instead of -c query when
    searching using a "unicode" string
- fixed all tags/filenames "unicode" encoding issues on windows
- fixed small track issue in tags
- fixed issue when the output is the same as the original file

diffstat:

 audio/mp3splt/Makefile |  4 ++--
 audio/mp3splt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r db947275e21e -r 21f872d4a77e audio/mp3splt/Makefile
--- a/audio/mp3splt/Makefile    Thu Feb 12 21:35:08 2009 +0000
+++ b/audio/mp3splt/Makefile    Thu Feb 12 21:35:34 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2008/12/06 09:29:51 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2009/02/12 21:35:34 schmonz Exp $
 #
 
-DISTNAME=              mp3splt-2.2.1
+DISTNAME=              mp3splt-2.2.3
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
 
diff -r db947275e21e -r 21f872d4a77e audio/mp3splt/distinfo
--- a/audio/mp3splt/distinfo    Thu Feb 12 21:35:08 2009 +0000
+++ b/audio/mp3splt/distinfo    Thu Feb 12 21:35:34 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2008/10/05 22:56:41 schmonz Exp $
+$NetBSD: distinfo,v 1.9 2009/02/12 21:35:34 schmonz Exp $
 
-SHA1 (mp3splt-2.2.1.tar.gz) = c20df0c33f8d865f9253b0eb186e862803543402
-RMD160 (mp3splt-2.2.1.tar.gz) = 9272b058743e15f826312f34dce4ce56d42bb8eb
-Size (mp3splt-2.2.1.tar.gz) = 131218 bytes
+SHA1 (mp3splt-2.2.3.tar.gz) = b94d0589477fa3c7b7bfd1993c13a83a6ca44e0b
+RMD160 (mp3splt-2.2.3.tar.gz) = b3823ab5b7bbf4e975724bc208e204db915fdae1
+Size (mp3splt-2.2.3.tar.gz) = 135298 bytes
 SHA1 (patch-aa) = 936252eebac04437f52c74796297cb6c3f61a24b



Home | Main Index | Thread Index | Old Index