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.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ad57dcc74e6
branches:  trunk
changeset: 473331:3ad57dcc74e6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 18 23:09:03 2004 +0000

description:
Update to 2.0:
# Mp3splt v. 2.0d

- bug fixed: long filename for performer in CUE file caused seg fault
- bug fixed: bad parsing of CUE files (again.. ;), for global artist and album
- bug fixed: "EOF" string introduced to reach end of file. Now minimum
  splitpoint number changed back to 2.

# Mp3splt v. 2.0c

- feature improved: number of digits for @n number optimized.
- feature improved: new parameter ("min") for -s to specify a minimum length.
- feature improved: number of found silence points displayed during process.
- important bug fixed: corrected CUE time parsing and hundredths calculation.
- bug fixed: answering 'n' to -e option question, didn't abort ;-)

# Mp3splt v. 2.0

---------------------------------------------------------------
NOTE for people who already used mp3splt

>From this version some important changes took place:

- to specify output filename:
NO:  mp3splt file.mp3 0.0 1.0 output.mp3
YES: mp3splt file.mp3 0.0 1.0 -o output.mp3

- silence option with user threshold and track number:
NO:  mp3splt -s 0.45 file.mp3 10
YES: mp3splt -s th=0.45,nt=10 file.mp3

- "mp3splt.log" file with -s option changed format, old logs
are now incompatible with new version, and viceversa.

Please read man page for more detail
---------------------------------------------------------------

- new feature added: new option -k, for input not seekable.
- feature improved: now it's allowed to specify STDIN and STDOUT ("-")
- feature improved: now also parameters for -s option must be specified in
  unic argument using th, nt, off, rm. Keep in order! ;-)
- feature improved: it is possible to remove silence with -s option. ("rm")
- feature improved: new parameter ("off") for -s and -a to adjust splitpoint
- feature improved: mp3info() completely rewritten using mad library.
- feature improved: more than one file can be specified on command line
- feature improved: now -o option extended to all uses for filename format.
- feature improved: possibility to specify only one split time to mean to
  split from time to end of file.
- feature improved: no more [outputfile], you always have to use -o option,
  even for one single file.
- "bug" fixed: original vorbis comment preserved for all splitted files.
- bug fixed (Thanks Lukasz Czarniecki): now performer for cue is taken in
  account for ID3.
- bug fixed: better handling of files with Xing header. Also "bytes" field is taken
- bug fixed: corrected dirty bug for cue files with minutes over 99.
- bug fixed: missing break instruction in a switch() statement ;-)
- bug fixed: error notice if input and output files are the same file.
- bug fixed: MAXTRACKS redefined to 1000 (do you really want to split more
  than 1000 files?? ;-)

diffstat:

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

diffs (26 lines):

diff -r e3c0083e60e3 -r 3ad57dcc74e6 audio/mp3splt/Makefile
--- a/audio/mp3splt/Makefile    Sun Apr 18 23:08:09 2004 +0000
+++ b/audio/mp3splt/Makefile    Sun Apr 18 23:09:03 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/04/12 23:15:01 salo Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/18 23:09:03 wiz Exp $
 #
 
-DISTNAME=              mp3splt-1.9-src
+DISTNAME=              mp3splt-2.0-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=                           1
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
 
diff -r e3c0083e60e3 -r 3ad57dcc74e6 audio/mp3splt/distinfo
--- a/audio/mp3splt/distinfo    Sun Apr 18 23:08:09 2004 +0000
+++ b/audio/mp3splt/distinfo    Sun Apr 18 23:09:03 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/18 14:05:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/04/18 23:09:03 wiz Exp $
 
-SHA1 (mp3splt-1.9-src.tar.gz) = 671580da1f6d16a529607380bfe6c3a1e81be172
-Size (mp3splt-1.9-src.tar.gz) = 112066 bytes
+SHA1 (mp3splt-2.0-src.tar.gz) = 31df306237346209db983ccbcae8bba52104e1a0
+Size (mp3splt-2.0-src.tar.gz) = 132921 bytes



Home | Main Index | Thread Index | Old Index