diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-10-05 22:56:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-10-05 22:56:41 +0000 |
commit | 1783e1fd39c22f430a4e3e0a3ddf085fb236387f (patch) | |
tree | 7e65b133ebb4bdc9d15ce92e3d7bb8193bc50d47 /audio/Makefile | |
parent | 0c1f9a3b2d326efe0d6238fedf4df9cc93528e72 (diff) | |
download | pkgsrc-1783e1fd39c22f430a4e3e0a3ddf085fb236387f.tar.gz |
Update mp3splt to 2.2.1 (obviating the need for mp3splt-devel) and take
MAINTAINER. From the changelog:
- corrected the -g option to be more intuitive
- fixed bug in the man page (from wrong '-t' to wrong '-g')
- changed small usage error on '-g' option
- mp3splt is now using libmp3splt
- checks for compatibilities between options
- added 'm-' for mp3 STDIN
- possibility to specify the server and port for freedb search;
(now using tracktype.org by default)
- original id3v1 for mp3 tags are kept in the splitted files and also
ogg vorbis tags
- add custom tags with the new '-g' option
- '-o' option now creates the specified directories if '-d' option is not
specified
- added '-Q' option which enables the '-q' option and does not print
anything to STDOUT
- added experimental '-D' debug mode option
- added '-i' option for counting the number of silence splitpoints
- also added '-h' option which shows a small usage
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 0a700ec8000..6de56fb69f8 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.381 2008/09/16 16:07:31 wiz Exp $ +# $NetBSD: Makefile,v 1.382 2008/10/05 22:56:41 schmonz Exp $ # COMMENT= Audio tools @@ -221,7 +221,6 @@ SUBDIR+= mp3check SUBDIR+= mp3cut SUBDIR+= mp3info SUBDIR+= mp3splt -SUBDIR+= mp3splt-devel SUBDIR+= mp3to SUBDIR+= mpc SUBDIR+= mpegaudio |