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.1 (typos below left as-is):



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f8ee1d1970b
branches:  trunk
changeset: 483941:6f8ee1d1970b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 22 19:50:17 2004 +0000

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

diffstat:

 audio/mp3splt/Makefile         |   5 ++---
 audio/mp3splt/distinfo         |   7 ++++---
 audio/mp3splt/patches/patch-aa |  13 +++++++++++++
 3 files changed, 19 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r c550a0b26d03 -r 6f8ee1d1970b audio/mp3splt/Makefile
--- a/audio/mp3splt/Makefile    Mon Nov 22 19:36:17 2004 +0000
+++ b/audio/mp3splt/Makefile    Mon Nov 22 19:50:17 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:08 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/22 19:50:17 wiz Exp $
 #
 
-DISTNAME=              mp3splt-2.0-src
+DISTNAME=              mp3splt-2.1-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=   1
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
 
diff -r c550a0b26d03 -r 6f8ee1d1970b audio/mp3splt/distinfo
--- a/audio/mp3splt/distinfo    Mon Nov 22 19:36:17 2004 +0000
+++ b/audio/mp3splt/distinfo    Mon Nov 22 19:50:17 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/04/18 23:09:03 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/11/22 19:50:17 wiz Exp $
 
-SHA1 (mp3splt-2.0-src.tar.gz) = 31df306237346209db983ccbcae8bba52104e1a0
-Size (mp3splt-2.0-src.tar.gz) = 132921 bytes
+SHA1 (mp3splt-2.1-src.tar.gz) = 6293ed4abae31f97a239699743169e5cc302f97d
+Size (mp3splt-2.1-src.tar.gz) = 134338 bytes
+SHA1 (patch-aa) = 62eb13e7279a93348cd31b1e09ddbfe1d86dbd97
diff -r c550a0b26d03 -r 6f8ee1d1970b audio/mp3splt/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3splt/patches/patch-aa    Mon Nov 22 19:50:17 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/11/22 19:50:17 wiz Exp $
+
+--- ogg.c.orig 2004-07-17 16:28:01.000000000 +0200
++++ ogg.c
+@@ -57,7 +57,7 @@
+ #define ftello ftell
+ #endif
+ 
+-#include <values.h>
++#include <limits.h>
+ 
+ static v_packet *save_packet(ogg_packet *packet)
+ {



Home | Main Index | Thread Index | Old Index