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/mp3splt/Makefile | |
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/mp3splt/Makefile')
-rw-r--r-- | audio/mp3splt/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |