Update to 0.5.4. From the changelog:

- fixed bug crashing the applications on the silence split when no
    'get_silence_level' function defined
- added ID3v2 support when compiling with 'libid3tag' support
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- fixed bug #2398397 : 'license version broken in README'
- fixed the zeroes not being added before the number when using @n
- fixed a lot of ugly codings and compiler warnings
- fixed problem with configure yielding error when libid3tag not found
- fixed libtool incompatibility issue (libtool: link: cannot find
    the library `../libltdl/libltdlc.la'), bug #2144760
- updated to check for illegal characters in output filenames
- fixed all tags/filenames "unicode" encoding issues on windows
- 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)
- the tags in the output files can be changed with the
    SPLT_OPT_FORCE_TAGS_VERSION option
- fixed issue when the input file is erased if the output is the
    same as the original file
- fixed small track issue in tags
This commit is contained in:
schmonz 2009-02-12 21:35:08 +00:00
parent aa77e743df
commit a7b428bda7
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2008/10/05 22:47:23 schmonz Exp $
# $NetBSD: Makefile,v 1.3 2009/02/12 21:35:08 schmonz Exp $
#
DISTNAME= libmp3splt-0.5.1
DISTNAME= libmp3splt-0.5.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2008/10/05 22:47:23 schmonz Exp $
$NetBSD: distinfo,v 1.3 2009/02/12 21:35:08 schmonz Exp $
SHA1 (libmp3splt-0.5.1.tar.gz) = 749e910066de1adec6c8dc762aab8a4c06669b1b
RMD160 (libmp3splt-0.5.1.tar.gz) = 48b4cac880fd3b5a317500640f037cce2f8b2ace
Size (libmp3splt-0.5.1.tar.gz) = 453243 bytes
SHA1 (libmp3splt-0.5.4.tar.gz) = f666e5f19daf40bdd70ea4c88f5a74260b865cd9
RMD160 (libmp3splt-0.5.4.tar.gz) = e999b5881e0efb154862741df37c9b694c9ef241
Size (libmp3splt-0.5.4.tar.gz) = 462620 bytes