summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Klaatu2017-11-03 22:56:25 +0100
committer David Spencer2017-11-04 00:18:37 +0100
commitd7a1be93351cba0a2bec8683d904484c8c4c64ea (patch)
tree25f3e0bf35a35a84bfecac6c250e2269486e40c6 /multimedia
parentd4460393ce13da7fe7372a5da0cd6c6eadc82b8e (diff)
downloadslackbuilds-d7a1be93351cba0a2bec8683d904484c8c4c64ea.tar.gz
multimedia/flowblade: Updated for version 1.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/flowblade/README14
-rw-r--r--multimedia/flowblade/flowblade.SlackBuild18
-rw-r--r--multimedia/flowblade/flowblade.info6
3 files changed, 19 insertions, 19 deletions
diff --git a/multimedia/flowblade/README b/multimedia/flowblade/README
index 046e68c875..75b71f3888 100644
--- a/multimedia/flowblade/README
+++ b/multimedia/flowblade/README
@@ -4,13 +4,13 @@ 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
+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, calf (and any other
diff --git a/multimedia/flowblade/flowblade.SlackBuild b/multimedia/flowblade/flowblade.SlackBuild
index acf694e300..0d7e0d7797 100644
--- a/multimedia/flowblade/flowblade.SlackBuild
+++ b/multimedia/flowblade/flowblade.SlackBuild
@@ -9,13 +9,13 @@
# without any warranty.
PRGNAM=flowblade
-VERSION=${VERSION:-1.12.2}
+VERSION=${VERSION:-1.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -26,8 +26,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -52,15 +52,15 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION/$PRGNAM-trunk
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# install
python setup.py install --root=$PKG
-# fix a path in the main script
+# replace PY path in main script
sed -i "s|/usr/share/pyshared|$PYTHONDIR|" $PKG/usr/bin/$PRGNAM
# remove unnecessary files
diff --git a/multimedia/flowblade/flowblade.info b/multimedia/flowblade/flowblade.info
index 7e7674f179..b4254a6d9e 100644
--- a/multimedia/flowblade/flowblade.info
+++ b/multimedia/flowblade/flowblade.info
@@ -1,8 +1,8 @@
PRGNAM="flowblade"
-VERSION="1.12.2"
+VERSION="1.14"
HOMEPAGE="https://github.com/jliljebl/flowblade/"
-DOWNLOAD="https://github.com/jliljebl/flowblade/archive/v1.12.2/flowblade-1.12.2.tar.gz"
-MD5SUM="a42a9362e62cd515d66e47a11d88ff11"
+DOWNLOAD="https://github.com/jliljebl/flowblade/archive/v1.14/flowblade-1.14.tar.gz"
+MD5SUM="11436b1935b16c06d56541a4d857a82b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg frei0r gnome-python ladspa_sdk mlt numpy"