rubberband: remove long_desc.
This commit is contained in:
parent
23e7f3166f
commit
50982b6ef7
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'rubberband'
|
# Template file for 'rubberband'
|
||||||
pkgname=rubberband
|
pkgname=rubberband
|
||||||
version=1.6.0
|
version=1.6.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
||||||
depends="libvamp-plugin-sdk"
|
depends="libvamp-plugin-sdk"
|
||||||
short_desc="Time-stretching and pitch-shifting audio library"
|
short_desc="Time-stretching and pitch-shifting audio library"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -11,27 +12,23 @@ license="GPL-2"
|
||||||
homepage="http://www.breakfastquay.com/rubberband/"
|
homepage="http://www.breakfastquay.com/rubberband/"
|
||||||
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
|
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=5bd339e3a64c7ba428f99d8890cee1de5c7165d963d085edb2e7ad357a39c896
|
checksum=5bd339e3a64c7ba428f99d8890cee1de5c7165d963d085edb2e7ad357a39c896
|
||||||
long_desc="
|
|
||||||
Rubber Band Library is a high quality software library for audio
|
|
||||||
time-stretching and pitch-shifting. It permits you to change the tempo
|
|
||||||
and pitch of an audio stream or recording dynamically and independently
|
|
||||||
of one another."
|
|
||||||
|
|
||||||
librubberband_package() {
|
librubberband_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
vmove usr/lib/vamp
|
vmove usr/lib/vamp
|
||||||
vmove usr/lib/ladspa
|
vmove usr/lib/ladspa
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rubberband-devel_package() {
|
rubberband-devel_package() {
|
||||||
depends="librubberband>=${version}"
|
depends="librubberband>=${version}_${revision}"
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue