Subject: CVS commit: pkgsrc/audio/mp3splt
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/22/2004 19:50:17
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Nov 22 19:50:17 UTC 2004

Modified Files:
	pkgsrc/audio/mp3splt: Makefile distinfo
Added Files:
	pkgsrc/audio/mp3splt/patches: patch-aa

Log Message:
Update to 2.1 (typos below left as-is):

# Mp3splt v. 2.1

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

From this version some important changes took place:

- A new option (-p) has been introduced to read
user parameters for -s and -a options, both without
arguments now. Not using -p is equivalent to use
-s auto or -a auto in the old version.

NO:  mp3splt -s auto file.mp3
YES: mp3splt -s file.mp3

NO:  mp3splt -s off=1,rm file.mp3
YES: mp3splt -s -p off=1,rm file.mp3

- Threshold parameter (th) is now in dB. It's always
a negative number between -96 dB and 0 dB.

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

- bug fixed (not exatctly a bug of mp3splt, but let's call it like this...):
  "correct" handling of misplaced Xing header of CRC-protected mp3
- feature improved: -p option introduced. Some order in the caos... ;-)
- feature improved: threshold is now in dB
- feature improved: sound level showed during silence detection
- feature improved (Thanks Marco): when using -q, no more check
  on presence of ALBW or MP3WRAP string.
- sources (Thanks Marco): each error is different with a own ret number.

# Mp3splt v. 2.0e

- bug fixed: filenamed specified with -o was truncated after 10 chars.
- bug fixed: max number of albums per search increased to 512.

# 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 ;-)


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/audio/mp3splt/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/mp3splt/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/audio/mp3splt/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.