soundtouch: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 09:24:47 +01:00
parent 937d0e1f0f
commit f1d83ed5d0

View file

@ -1,7 +1,7 @@
# Template file for 'soundtouch' # Template file for 'soundtouch'
pkgname=soundtouch pkgname=soundtouch
version=1.7.0 version=1.7.0
revision=2 revision=3
wrksrc=${pkgname} wrksrc=${pkgname}
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="libtool automake pkg-config" hostmakedepends="libtool automake pkg-config"
@ -11,16 +11,6 @@ homepage="http://www.surina.net/soundtouch"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz" distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz"
checksum=0c94722ab995489b7816baa553a1cfd433e1005d456382e31defd068b003c848 checksum=0c94722ab995489b7816baa553a1cfd433e1005d456382e31defd068b003c848
long_desc="
SoundTouch is an open-source audio processing library for changing the
Tempo, Pitch and Playback Rates of audio streams or audio files
Tempo (time stretch): Changes the sound to play at faster or slower tempo
than originally without affecting the sound pitch.
Pitch (key) : Changes the sound pitch or key while keeping the original
tempo (speed).
Playback Rate : Changes both tempo and pitch together as if a vinyl disc
was played at different RPM rate."
pre_configure() { pre_configure() {
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
@ -32,11 +22,12 @@ post_install() {
} }
soundtouch-devel_package() { soundtouch-devel_package() {
depends="${sourcepkg}>=${version}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/aclocal vmove usr/share/aclocal
} }
} }