diff options
author | Felix Pfeifer <pfeifer.felix@gmail.com> | 2014-04-30 20:32:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-30 20:32:31 +0700 |
commit | acf4c3ec8dfb0b9ede38ea15da09e62197b272b4 (patch) | |
tree | 0e334d955d2906fd97740d4b309e1cbcc565861e /audio/Pd-extended | |
parent | 94238a3f6aac7bbc02b9aad13b04f96a46ca23ef (diff) |
audio/Pd-extended: Fix build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/Pd-extended')
-rw-r--r-- | audio/Pd-extended/Pd-extended.SlackBuild | 6 | ||||
-rw-r--r-- | audio/Pd-extended/Pd-extended.info | 2 | ||||
-rw-r--r-- | audio/Pd-extended/README | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/audio/Pd-extended/Pd-extended.SlackBuild b/audio/Pd-extended/Pd-extended.SlackBuild index 4dcca816543b..9267927f3f2b 100644 --- a/audio/Pd-extended/Pd-extended.SlackBuild +++ b/audio/Pd-extended/Pd-extended.SlackBuild @@ -6,8 +6,8 @@ # Modified by the SlackBuilds.org project. PRGNAM=Pd-extended -VERSION=0.43.4 -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.43.4} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=pd-extended @@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done [ "$LIBDIRSUFFIX" = "64" ] && mv $PKG/usr/lib/pkgconfig/Gem.pc \ - $PKG/usr/lib64/pkgconfig/Gem.pc ; rmdir $PKG/usr/lib/pkgconfig ; rmdir $PKG/usr/lib + $PKG/usr/lib64/pkgconfig/Gem.pc && rmdir $PKG/usr/lib/pkgconfig && rmdir $PKG/usr/lib if [ "$ARCH" = "x86_64" ]; then echo '#!/bin/sh' > $PKG/usr/bin/pdextended64 diff --git a/audio/Pd-extended/Pd-extended.info b/audio/Pd-extended/Pd-extended.info index 02ddb3c53840..32b420748583 100644 --- a/audio/Pd-extended/Pd-extended.info +++ b/audio/Pd-extended/Pd-extended.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/pure-data/Pd-extended_0.43.4-source.t MD5SUM="c19606f1eee2ee83802317ee1eaeaec3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="dssi gsl imlib2 lame libquicktime pd speex lua" +REQUIRES="dssi gsl imlib2 lame libquicktime speex lua" MAINTAINER="Felix Pfeifer" EMAIL="pfeifer[dot]felix[at]googlemail[dot]com" diff --git a/audio/Pd-extended/README b/audio/Pd-extended/README index 50aaf20463da..0fbf79485165 100644 --- a/audio/Pd-extended/README +++ b/audio/Pd-extended/README @@ -3,14 +3,13 @@ synthesis/processing package. It is one of the "MUSIC N" family members, open source (BSD style) successor of the MAX branch. This package contains the core of Pd and many external objects. -Since this version, the program binary's name is pdextended; in -order to start Pd-extended, you have to call it with this name. +The program binary's name is pdextended. Pd-extended is usually based on an older version of Pd. Since version 0.42.5 Pd-extended doesn't conflict any more with Pd. You find an example for $HOME/.pdextended in the usual documentation -directory (named "example.pdextended"), which should work as is one +directory (named "example.pdextended"), which should work as is on most machines and will enable most of the external libraries in pd. To start Pd-extended, type "pdextended" on 32 bit boxes, and use |