diff options
Diffstat (limited to 'audio/Pd-extended/Pd-extended.SlackBuild')
-rw-r--r-- | audio/Pd-extended/Pd-extended.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/Pd-extended/Pd-extended.SlackBuild b/audio/Pd-extended/Pd-extended.SlackBuild index 03021fa037..238d93e04d 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 \ |