multimedia/flowblade: Updated for version 1.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d4460393ce
commit
d7a1be9335
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue