diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-12 10:32:45 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-12 10:32:45 +0000 |
commit | 2fac553026acc295f30496e03e36b989c64820a4 (patch) | |
tree | da7e4413224b5a4608bed8bfd2b8b0c5f22e8033 /audio/Makefile | |
parent | 5ffabe9ffb95eb65d2e1c30b93b993e09dea15d1 (diff) | |
download | ports-2fac553026acc295f30496e03e36b989c64820a4.tar.gz ports-2fac553026acc295f30496e03e36b989c64820a4.zip |
Add port audio/mp3plot:
mp3plot prints out a plot of the bitrate distribution of a VBR MP3 file
(it will also do it for CBR files although it isn't very meaningful).
WWW: http://p.outlyer.net/mp3plot/
Author: Toni Corvera < outlyer at gmail dot com >
Notes
Notes:
svn path=/head/; revision=193315
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index dc496327836c..680c9b488721 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -379,6 +379,7 @@ SUBDIR += mp3guessenc SUBDIR += mp3info SUBDIR += mp3mover + SUBDIR += mp3plot SUBDIR += mp3rename SUBDIR += mp3riot SUBDIR += mp3splt |