diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-30 19:53:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-30 19:53:31 +0800 |
commit | e6981cce537f6c49e032593c65c637b2662ecff9 (patch) | |
tree | dbba3b2ef9b0295a23bc860f331c1189b6f72daf /audio/Makefile | |
parent | ed7f24d25f4ce73010fa62439f416d7bf4a87a79 (diff) | |
download | freebsd-ports-graphics-e6981cce537f6c49e032593c65c637b2662ecff9.tar.gz freebsd-ports-graphics-e6981cce537f6c49e032593c65c637b2662ecff9.tar.zst freebsd-ports-graphics-e6981cce537f6c49e032593c65c637b2662ecff9.zip |
soundKonverter is a frontend to various audio converters.
The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping
WWW: http://kde-apps.org/content/show.php?content=29024
PR: ports/miwi
Submitted by: David Naylor <naylor.b.david at gmail.com>
Feature safe: yes
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 10635568190..7d08a5385d7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -711,6 +711,7 @@ SUBDIR += sound-juicer SUBDIR += soundconverter SUBDIR += soundgrab + SUBDIR += soundkonverter SUBDIR += soundtouch SUBDIR += soundtracker SUBDIR += sox |