diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-21 20:53:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-21 20:53:29 +0000 |
commit | c46c0517c34b02374b302143731334ba34f19c2a (patch) | |
tree | 7642d43ce5223b687a043abc3d0b2d04302c2d83 /audio | |
parent | 37d0b12692fe056d3bba5d864a50c150314f3fb9 (diff) | |
download | pkgsrc-c46c0517c34b02374b302143731334ba34f19c2a.tar.gz |
Update to 2.4
Changelog:
#mp3splt version 2.4
- added negative splitpoints support with EOF-min.sec[.0-99] (only works when the input is not seekable)
- added trimming using silence detection with -r (use with -p th to set the threshold)
- fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: (libmp3splt)
* only one artist, album, title are supported
* for mp3's, the total tracknumber is not yet supported
- fixed windows bug to take translations from the current directory (+libmp3splt)
- fixed windows bug with wide characters in directory path of executable (+libmp3splt)
#mp3splt version 2.3a
- fixed tracktype.org issue (libmp3splt)
#mp3splt version 2.3
- new '-G' option: set tags from filename regular expression
- more translations (project mp3splt-gtk on transifex)
- added genre tag to custom tags and to output format (libmp3splt)
- support for the FILE attribute in CUE files - #1353726 (libmp3splt)
- fixed CUE import bug - spaces at the end are now correctly wiped out (libmp3splt)
- fixed bug #3114384: introduced back the 'file might be VBR' warning (libmp3splt)
- fixed bug #3034474: genre tag problems (libmp3splt)
- fixed ogg stream issues - #2861898 & #1078018 (libmp3splt)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3splt/Makefile | 4 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index c2e1481af36..5b9c8a81ffd 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2010/11/30 19:20:04 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2011/10/21 20:53:29 ryoon Exp $ # -DISTNAME= mp3splt-2.2.9 +DISTNAME= mp3splt-2.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index 7f30d635a57..3e6c54a4df0 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2010/11/30 19:20:04 drochner Exp $ +$NetBSD: distinfo,v 1.12 2011/10/21 20:53:29 ryoon Exp $ -SHA1 (mp3splt-2.2.9.tar.gz) = 4f33ca1edc5fb9c651d730a90bfedced732d9a0e -RMD160 (mp3splt-2.2.9.tar.gz) = 6275c1fb7fac3c86b53fa17d7bb0318d55df3476 -Size (mp3splt-2.2.9.tar.gz) = 223544 bytes +SHA1 (mp3splt-2.4.tar.gz) = 0abd89cb3faf2a8b06dace716aaac08324cc74d0 +RMD160 (mp3splt-2.4.tar.gz) = 5c13e2182566578e828d1331e002a8ca4f45764d +Size (mp3splt-2.4.tar.gz) = 232170 bytes |