diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-24 06:25:45 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-24 06:25:45 +0000 |
commit | 2ddd83e1019a9d4e184fc8df5c12121982acfc26 (patch) | |
tree | aad074cfca5e145e6b13b3ba8fee77eac4a18d59 /audio/Makefile | |
parent | 3bd7d5ed223ee5bae9ab188f09adaf727732df48 (diff) | |
download | FreeBSD-ports-2ddd83e1019a9d4e184fc8df5c12121982acfc26.zip FreeBSD-ports-2ddd83e1019a9d4e184fc8df5c12121982acfc26.tar.gz |
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
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 8c27cb3..52b98fc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -587,6 +587,7 @@ SUBDIR += sonata SUBDIR += sonice SUBDIR += sound-juicer + SUBDIR += soundconverter SUBDIR += soundgrab SUBDIR += soundtouch SUBDIR += soundtracker |