From c8cec2ab0eb2566016b2df074ac3b92e307655fa Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Mon, 4 Apr 2011 02:21:47 -0300 Subject: audio/Pd-extended: Patched for new libquicktime The new libquicktime does not have lqt-config. Signed-off-by: Niels Horn --- audio/Pd-extended/Pd-extended.SlackBuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'audio/Pd-extended/Pd-extended.SlackBuild') diff --git a/audio/Pd-extended/Pd-extended.SlackBuild b/audio/Pd-extended/Pd-extended.SlackBuild index 03021fa0374bf..238d93e04de70 100644 --- a/audio/Pd-extended/Pd-extended.SlackBuild +++ b/audio/Pd-extended/Pd-extended.SlackBuild @@ -7,12 +7,12 @@ PRGNAM=Pd-extended VERSION=0.42.5 +BUILD=${BUILD:-2} +TAG=${TAG:-_SBo} + SRCNAM=Pd SRCVER=0.42.5-extended -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -60,6 +60,9 @@ find . \ # Disable the usage of curl to get the list of developpers. patch -p1 < $CWD/Makefile.diff +# Patch for newer libquicktime (w/o lqt-config) +patch -p1 < $CWD/Pd-extended_libquicktime122.patch + cd packages/linux_make make install \ prefix="/usr" \ @@ -71,7 +74,6 @@ make install \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# Copy program documentation into the package mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ $TMP/$SRCNAM-$SRCVER/doc/* $TMP/$SRCNAM-$SRCVER/packages/gpl-3.0.txt \ -- cgit v1.2.3