diff options
author | danfe <danfe@FreeBSD.org> | 2009-09-20 02:40:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-09-20 02:40:25 +0800 |
commit | 64a62d29c3d1c650d7b83a738a377e31d21327b3 (patch) | |
tree | 3ac22367666de1790bee0b9f658fb609a0c78c38 /audio | |
parent | 9061b2b3f1430328492578034d7f9c912506021d (diff) | |
download | freebsd-ports-gnome-64a62d29c3d1c650d7b83a738a377e31d21327b3.tar.gz freebsd-ports-gnome-64a62d29c3d1c650d7b83a738a377e31d21327b3.tar.zst freebsd-ports-gnome-64a62d29c3d1c650d7b83a738a377e31d21327b3.zip |
Minor text nits (non-functional).
Feature safe: yes
Diffstat (limited to 'audio')
-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 |