pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libmp3splt Update to 0.5.4. From the changelog:



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

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

diffstat:

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

diffs (26 lines):

diff -r 37816adfcf7f -r db947275e21e audio/libmp3splt/Makefile
--- a/audio/libmp3splt/Makefile Thu Feb 12 20:55:07 2009 +0000
+++ b/audio/libmp3splt/Makefile Thu Feb 12 21:35:08 2009 +0000
@@ -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/}
 
diff -r 37816adfcf7f -r db947275e21e audio/libmp3splt/distinfo
--- a/audio/libmp3splt/distinfo Thu Feb 12 20:55:07 2009 +0000
+++ b/audio/libmp3splt/distinfo Thu Feb 12 21:35:08 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index