multimedia/lwks: Updated for version 12.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
klaatu 2015-10-28 23:38:09 +07:00 committed by Willy Sudiarto Raharjo
parent 97ba81d87e
commit 85a7fa26ef
3 changed files with 11 additions and 25 deletions

View File

@ -1,30 +1,12 @@
Lightworks is a cross-platform industry-grade NLE, having been used for films including Pulp Fiction, Hugo, and The King's Speech.
It is free to use, but for additional codec support and technical support, you can purchase a variety of licenses from http://lwks.com
Lightworks features supports a wide variety of container formats (including Quicktime, MXF OPAtom for native Avid support, mp4, avi, mpg, and more)
GPU-accelerated colour correction, EDL export, automatic backups, metadata exchange, project sharing (in Pro version only),
AAF interchange for Avid Media Composer, Pro Tools, and Resolve (Pro only), RED and DPX imports, SD/HD/2k preview, and much more.
Lightworks is 64bit only.
Registration:
-------------
Using Lightworks requires registration on lwks.com. It is free, but you must register in order to use the application.
You can register in advance or after you launch Lightworks.
Graphics Cards:
---------------
Lightworks will work with Nvidia or AMD graphic cards, but Nvidia is recommended. Lightworks requires proprietary Nvidia drivers.
Requires:
---------
ffmpeg
Lightworks is 64bit only.
System Recommendations:
-----------------------
@ -41,7 +23,6 @@ From lwks.com:
- (Optional) a Lightworks Console.
- (Optional) a Lightworks keyboard.
From Klaatu:
I run this on two machines:

View File

@ -9,7 +9,7 @@
# without any warranty.
PRGNAM=lwks
VERSION=${VERSION:-12.0.3.I}
VERSION=${VERSION:-12.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=amd64
@ -38,10 +38,15 @@ find -L . \
## install
mkdir -p $PKG/usr/bin $PKG/usr/lib64 $PKG/usr/share/fonts/TTF
cp -v $TMP/usr/bin/lightworks $PKG/usr/bin/
cp -rv $TMP/usr/lib/* $PKG/usr/lib64
cp -rv $TMP/usr/lib/* $PKG/usr/lib64/
cp -rv $TMP/usr/share/applications $PKG/usr/share/
cp -rv $TMP/usr/share/fonts/truetype/lw3.ttf $PKG/usr/share/fonts/TTF/
cp -rv $TMP/usr/share/lightworks $PKG/usr/share/
# arch patch thanks to Marco Lavorini
sed -i 's|/usr/lib/lightworks/spawn|/usr/lib64/lightworks/spawn|' \
$PKG/usr/bin/lightworks
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,10 +1,10 @@
PRGNAM="lwks"
VERSION="12.0.3.I"
VERSION="12.5.0"
HOMEPAGE="http://lwks.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://www.lwks.com/dmpub/lwks-12.0.3.I-amd64.deb"
MD5SUM_x86_64="655c91254d1687e5fcec88e7b0657e6c"
DOWNLOAD_x86_64="http://www.lwks.com/dmpub/lwks-12.5.0-amd64.deb"
MD5SUM_x86_64="d7f1fd856a0c1e03affd1d4fe044d75b"
REQUIRES=""
MAINTAINER="klaatu"
EMAIL="klaatu@member.fsf.org"