diff --git a/common/shlibs b/common/shlibs index 8b185d213f4..4590e37e4f1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1050,3 +1050,4 @@ libgdmsimplegreeter.so.1 gdm-3.6.0_1 libclutter-gst-2.0.so.0 clutter-gst-1.9.92_1 libcheese.so.7 libcheese-3.6.0_1 libcheese-gtk.so.23 libcheese-3.6.0_1 +libSoundTouch.so.0 soundtouch-1.7.0_1 diff --git a/srcpkgs/soundtouch-devel b/srcpkgs/soundtouch-devel new file mode 120000 index 00000000000..dc9509434a0 --- /dev/null +++ b/srcpkgs/soundtouch-devel @@ -0,0 +1 @@ +soundtouch \ No newline at end of file diff --git a/srcpkgs/soundtouch/soundtouch-devel.template b/srcpkgs/soundtouch/soundtouch-devel.template new file mode 100644 index 00000000000..4dbd5da8175 --- /dev/null +++ b/srcpkgs/soundtouch/soundtouch-devel.template @@ -0,0 +1,14 @@ +# Template file for 'soundtouch-devel'. +# +noarch=yes +depends="${sourcepkg}>=${version}" +short_desc="${short_desc} -- development files" +long_desc="${long_desc} + + This package contains files for development, headers, static libs, etc." + +do_install() { + vmove usr/include usr + vmove usr/lib/pkgconfig usr/lib + vmove usr/share/aclocal usr/share +} diff --git a/srcpkgs/soundtouch/soundtouch.rshlibs b/srcpkgs/soundtouch/soundtouch.rshlibs new file mode 100644 index 00000000000..d2b712aef4f --- /dev/null +++ b/srcpkgs/soundtouch/soundtouch.rshlibs @@ -0,0 +1,4 @@ +libstdc++.so.6 +libm.so.6 +libc.so.6 +libgcc_s.so.1 diff --git a/srcpkgs/soundtouch/template b/srcpkgs/soundtouch/template new file mode 100644 index 00000000000..1bd1b560271 --- /dev/null +++ b/srcpkgs/soundtouch/template @@ -0,0 +1,32 @@ +# Template file for 'soundtouch' +pkgname=soundtouch +version=1.7.0 +revision=1 +wrksrc=${pkgname} +build_style=gnu-configure +subpackages="${pkgname}-devel" +makedepends="automake pkg-config" +short_desc="SoundTouch Audio Processing Library" +maintainer="Juan RP " +homepage="http://www.surina.net/soundtouch" +license="LGPL-2.1" +distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz" +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() { + ./bootstrap +} + +post_install() { + rm -rf ${DESTDIR}/usr/doc +}