diff options
Diffstat (limited to 'libs_audio/libsoundtouch')
-rwxr-xr-x | libs_audio/libsoundtouch/libsoundtouch.build | 61 | ||||
-rw-r--r-- | libs_audio/libsoundtouch/soundtouch-1.7.1-acconfigheaders.patch.xz | bin | 0 -> 856 bytes | |||
-rw-r--r-- | libs_audio/libsoundtouch/soundtouch-1.7.1-autoreconf.patch.xz | bin | 0 -> 213552 bytes |
3 files changed, 61 insertions, 0 deletions
diff --git a/libs_audio/libsoundtouch/libsoundtouch.build b/libs_audio/libsoundtouch/libsoundtouch.build new file mode 100755 index 0000000..89b6d2a --- /dev/null +++ b/libs_audio/libsoundtouch/libsoundtouch.build @@ -0,0 +1,61 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate <ofni.sknuplatem@etaripd> + +source /usr/src/ports/Build/build.sh + +NAME=libsoundtouch +VERSION=1.7.1 +BUILD=2 + +# Description + +cat > ${PKG}/install/slack-desc <<EOF +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + +$(padd)|-----handy-ruler------------------------------------------------------| +${NAME}: libsoundtouch +${NAME}: +${NAME}: An audio processing library for changing tempo, pitch and playback +${NAME}: rates of audio streams or audio files. +${NAME}: +${NAME}: Homepage: http://www.surina.net/soundtouch +${NAME}: +${NAME}: +${NAME}: +${NAME}: +${NAME}: +EOF + +# Sources + +SRCNAME[0]=soundtouch +SRCVERS[0]=${VERSION} +SRCPACK[0]=http://www.surina.net/${SRCNAME[0]}/${SRCNAME[0]}-${SRCVERS[0]}.tar.gz +SRCROOT[0]=${SRCNAME[0]} +SRCCOPY[0]="LGPL21" + +build0() +{ +sed -i 's|$(libdir)/pkgconfig|$(datarootdir)/pkgconfig|g' Makefile.in Makefile.am +chmod 0755 configure +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --disable-dependency-tracking \ + --enable-static=no \ + --enable-shared=yes \ + --prefix="${SYS_DIR[usr]}" \ + --mandir="${SYS_DIR[man]}" \ + --sysconfdir="${SYS_DIR[etc]}" \ + --libdir="${SYS_DIR[lib]}" \ + --localstatedir="${SYS_DIR[var]}" +make ${JOBS} +make install DESTDIR="${PKG}" +rm -rf ${PKG}${SYS_DIR[usr]}/doc +} diff --git a/libs_audio/libsoundtouch/soundtouch-1.7.1-acconfigheaders.patch.xz b/libs_audio/libsoundtouch/soundtouch-1.7.1-acconfigheaders.patch.xz Binary files differnew file mode 100644 index 0000000..9b9c207 --- /dev/null +++ b/libs_audio/libsoundtouch/soundtouch-1.7.1-acconfigheaders.patch.xz diff --git a/libs_audio/libsoundtouch/soundtouch-1.7.1-autoreconf.patch.xz b/libs_audio/libsoundtouch/soundtouch-1.7.1-autoreconf.patch.xz Binary files differnew file mode 100644 index 0000000..5f9e41f --- /dev/null +++ b/libs_audio/libsoundtouch/soundtouch-1.7.1-autoreconf.patch.xz |