multimedia/flowblade: Updated for version 1.6.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Klaatu 2016-07-26 21:57:09 +01:00 committed by Willy Sudiarto Raharjo
parent c3e60f3177
commit 8d688b84da
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 20 additions and 17 deletions

View file

@ -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/

View file

@ -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}

View file

@ -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"