summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Klaatu <klaatu@member.fsf.org>2016-07-26 21:57:09 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:31 +0700
commit8d688b84dab4efb4419c904788f4b550b99a52d4 (patch)
tree86834e1ee9b3e57f1cabd74da46783f80e267270 /multimedia
parentc3e60f317752097771ce93ba7456e099c2df0ae6 (diff)
downloadslackbuilds-8d688b84dab4efb4419c904788f4b550b99a52d4.tar.gz
slackbuilds-8d688b84dab4efb4419c904788f4b550b99a52d4.tar.xz
multimedia/flowblade: Updated for version 1.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/flowblade/README21
-rw-r--r--multimedia/flowblade/flowblade.SlackBuild8
-rw-r--r--multimedia/flowblade/flowblade.info8
3 files changed, 20 insertions, 17 deletions
diff --git a/multimedia/flowblade/README b/multimedia/flowblade/README
index b8141f91ae..046e68c875 100644
--- a/multimedia/flowblade/README
+++ b/multimedia/flowblade/README
@@ -4,13 +4,16 @@ Linux released under GPL 3 license.
It is designed to provide a fast, precise and as-simple-as-possible
editing experience.
-It employs film style editing paradigm in which clips are
-usually automatically placed tightly after the previous clip - or
-between two existing clips - when they are inserted on the
-timeline. Edits are fine tuned by trimming in and out points of clips,
-or by cutting and deleting parts of clips. Film style editing is
-faster for creating programs with mostly straight cuts and audio
-splits, but may be slower when programs contain complex composites
-unless correct work flow is followed.
+It employs film style editing paradigm in which clips are usually
+automatically placed tightly after the previous clip - or between two
+existing clips - when they are inserted on the timeline. Edits are fine
+tuned by trimming in and out points of clips, or by cutting and
+deleting parts of clips. Film style editing is faster for creating
+programs with mostly straight cuts and audio splits, but may be slower
+when programs contain complex composites unless correct work flow is
+followed.
-Optional recommended dependencies are swh-plugins and calf.
+Optional recommended dependencies are swh-plugins, calf (and any other
+JACK-compatible plugins), jack-audio-connection-kit.
+
+Additional optional dependency: GMIC http://gmic.eu/
diff --git a/multimedia/flowblade/flowblade.SlackBuild b/multimedia/flowblade/flowblade.SlackBuild
index 5e62b7bd49..60f32e0fcb 100644
--- a/multimedia/flowblade/flowblade.SlackBuild
+++ b/multimedia/flowblade/flowblade.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for flowblade
-# Copyright 2015 klaatu @member.fsf.org
+# Copyright 2015-2016 klaatu @member.fsf.org
# GNU All-Permissive License
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -9,7 +9,7 @@
# without any warranty.
PRGNAM=flowblade
-VERSION=${VERSION:-0.18}
+VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,7 +48,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/v"$VERSION".tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION/$PRGNAM-trunk
chown -R root:root .
find -L . \
@@ -86,7 +86,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/multimedia/flowblade/flowblade.info b/multimedia/flowblade/flowblade.info
index dc1458f3dd..ad19f1bbbc 100644
--- a/multimedia/flowblade/flowblade.info
+++ b/multimedia/flowblade/flowblade.info
@@ -1,10 +1,10 @@
PRGNAM="flowblade"
-VERSION="0.18"
+VERSION="1.6"
HOMEPAGE="https://github.com/jliljebl/flowblade/"
-DOWNLOAD="https://github.com/jliljebl/flowblade/archive/v0.18.tar.gz"
-MD5SUM="42f9b18020455c81aa15545469acdf96"
+DOWNLOAD="https://github.com/jliljebl/flowblade/archive/v1.6/flowblade-1.6.tar.gz"
+MD5SUM="664914138d53f36c6d49a47c09a64c77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ffmpeg frei0r gnome-python ladspa_sdk mlt"
+REQUIRES="ffmpeg frei0r gnome-python ladspa_sdk mlt numpy"
MAINTAINER="Klaatu"
EMAIL="klaatu@member.fsf.org"