diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 06:52:52 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 14:19:40 +0200 |
commit | ad14aed71ff3f7130662da000ba31c4f5918c379 (patch) | |
tree | 44189ea44ccc16ae8ba7e09218e1f3525867e06a /multimedia/LiVES | |
parent | e72c9896666e40259e0942daa4cca81951e55bf4 (diff) | |
download | slackbuilds-ad14aed71ff3f7130662da000ba31c4f5918c379.tar.gz |
multimedia/LiVES: Updated for svn revision 1566.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/LiVES')
-rw-r--r-- | multimedia/LiVES/LiVES.SlackBuild | 13 | ||||
-rw-r--r-- | multimedia/LiVES/LiVES.info | 6 | ||||
-rw-r--r-- | multimedia/LiVES/README | 5 |
3 files changed, 7 insertions, 17 deletions
diff --git a/multimedia/LiVES/LiVES.SlackBuild b/multimedia/LiVES/LiVES.SlackBuild index aaef63a8b9..08c5bd5cfc 100644 --- a/multimedia/LiVES/LiVES.SlackBuild +++ b/multimedia/LiVES/LiVES.SlackBuild @@ -8,7 +8,7 @@ # at slackbuilds.org PRGNAM=LiVES -VERSION=1.6.1 +VERSION=${VERSION:-r1566} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,19 +45,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* mv lives-$VERSION $PRGNAM-$VERSION -if [ $PULSE = "yes" ]; then - echo "Pulse patch NOT applied." - echo "If this build fails, then you probably do not have pulse audio;" - echo "Try again without the PULSE=yes flag." -else - patch -p1 $PRGNAM-$VERSION/src/callbacks.c $CWD/LiVES.patch -fi cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+w,g-w+r,o-w+r . +sh autogen.sh || true + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/multimedia/LiVES/LiVES.info b/multimedia/LiVES/LiVES.info index 8b67d23e15..a8b4fceb12 100644 --- a/multimedia/LiVES/LiVES.info +++ b/multimedia/LiVES/LiVES.info @@ -1,8 +1,8 @@ PRGNAM="LiVES" -VERSION="1.6.1" +VERSION="r1566 HOMEPAGE="http://lives.sourceforge.net" -DOWNLOAD="http://www.xs4all.nl/~salsaman/lives/current/LiVES-1.6.1.tar.bz2" -MD5SUM="8c1e79592c9f40c16aff268f0ff104f1" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/LiVES-r1566.tar.xz" +MD5SUM="96ee9524ea350ea33ca4f6efafc5fb02" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack-audio-connection-kit mjpegtools transcode" diff --git a/multimedia/LiVES/README b/multimedia/LiVES/README index 35160831dc..cdc9099421 100644 --- a/multimedia/LiVES/README +++ b/multimedia/LiVES/README @@ -2,8 +2,3 @@ LiVES is a frame and sample accurate realtime and non-linear video editor. Features include keyboard-based editing, a dedicated clip editor, JACK support, realtime effects, support for most major multimedia formats, the ability to be used for live VJ'ing, and much more. - -In the unlikely event that you are running Pulse Audio on Slackware, you -should use the build option PULSE=yes but the default assumes you do NOT -have Pulse and applies an important patch to turn Pulse options off. In -other words, most people will NOT use any build option here. |