diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-09-19 18:40:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-09-19 18:40:25 +0000 |
commit | 6b27f5b6ceddf8dffdbc351323805c0ba817752d (patch) | |
tree | 4e1dcb15de714e675922bf39e2132a6fecc5508d /audio/soundtouch | |
parent | 9c1c3e18081668dd80e59321e3f650cc47b7b160 (diff) | |
download | ports-6b27f5b6ceddf8dffdbc351323805c0ba817752d.tar.gz ports-6b27f5b6ceddf8dffdbc351323805c0ba817752d.zip |
Notes
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 2 | ||||
-rw-r--r-- | audio/soundtouch/pkg-descr | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 1be6021ff924..a181bcd7c19d 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes PORTDOCS= README.html post-patch: .SILENT -# Adjust some paths for FreBSD, respect CFLAGS, and get rid of GPL +# Adjust some paths for FreeBSD, respect CFLAGS, and get rid of GPL ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \ 's|\(libdir\)/pkgconfig|(prefix)/libdata/pkgconfig|g; \ s| -O3( -[mf][[:graph:]]*)*||; \ diff --git a/audio/soundtouch/pkg-descr b/audio/soundtouch/pkg-descr index 120a6780fdf0..4391e02ddee6 100644 --- a/audio/soundtouch/pkg-descr +++ b/audio/soundtouch/pkg-descr @@ -1,11 +1,11 @@ SoundTouch is an open-source audio processing library for changing the -Tempo, Pitch and Playback Rates of audio streams or files: +tempo, pitch, and playback rates of audio streams or files: - * Tempo (time-stretch): Changes the sound to play at faster or slower + * Tempo (time-stretch): changes the sound to play at faster or slower speed than original, without affecting the sound pitch - * Pitch (key): Changes the sound pitch or key, without affecting the + * Pitch (key): changes the sound pitch or key, without affecting the sound tempo or speed - * Playback Rate: Changes both the sound tempo and pitch, as if an LP + * Playback rate: changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate The SoundTouch library is suited for application developers writing sound |