multimedia/lwks: Updated for version 12.6.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
klaatu 2017-04-01 16:26:10 +01:00 committed by Willy Sudiarto Raharjo
parent c379329859
commit d49b47f6c1
4 changed files with 17 additions and 15 deletions

View file

@ -1,15 +1,13 @@
lightworks (professional non-linear editing system)
Lightworks is a cross-platform industry-grade NLE, having been used
for films including Pulp Fiction, Hugo, and The King's Speech. It is
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
you can also purchase a variety of licenses from http://lwks.com
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.
you must register in order to use the application. You can register
in advance or after you launch Lightworks.
Lightworks will work with Nvidia or AMD graphic cards, but Nvidia is
Lightworks works with Nvidia or AMD graphic cards, but Nvidia is
recommended. Lightworks requires proprietary Nvidia drivers.
Lightworks is 64bit only.
@ -19,11 +17,11 @@ System Recommendations:
From lwks.com:
- Intel i7 chipset or faster, fast AMD chipset
- Intel i7 chipset or faster, fast AMD chipset
- 3GB RAM or higher
- Two high-resolution displays (1920 x1080) or above
- PCI Express graphics card (NVIDIA or ATI) with 1GB or higher
- Separate media and system drives (these can be internal or external
- PCI Express graphics card (NVIDIA or ATI) with 1GB or higher
- Separate media and system drives (these can be internal or external,
as long as the the interface is suitably fast)
- Compatible sound card
- 200MB Disk space for Lightworks installation
@ -36,4 +34,4 @@ I run this on two machines:
- AMD FX-6300 / 8gb RAM / Nvidia GeForce GT 630 (proprietary drivers)
- Intel i7 / 16gb RAM / Intel HD Mobile 4000 (laptop)
Both edit HD footage without a problem. Your mileage may vary.
Both edit HD1080 footage without a problem. Your mileage may vary.

View file

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -9,7 +9,7 @@
# without any warranty.
PRGNAM=lwks
VERSION=${VERSION:-12.5.0}
VERSION=${VERSION:-12.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=amd64
@ -52,6 +52,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
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-x86_64-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="lwks"
VERSION="12.5.0"
VERSION="12.6.0"
HOMEPAGE="http://lwks.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://www.lwks.com/dmpub/lwks-12.5.0-amd64.deb"
MD5SUM_x86_64="d7f1fd856a0c1e03affd1d4fe044d75b"
DOWNLOAD_x86_64="http://downloads.lwks.com/lwks-12.6.0-amd64.deb"
MD5SUM_x86_64="72962cdeb22de8225b38452c8602f21b"
REQUIRES="nvidia-cg-toolkit"
MAINTAINER="klaatu"
EMAIL="klaatu@member.fsf.org"