summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author klaatu <klaatu@member.fsf.org>2017-04-01 16:26:10 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:57:41 +0700
commitd49b47f6c18cec6cf3edbb82d542da6dc086189f (patch)
treedd84d07b27d844d2e1c5f234ef1d79e331132ded
parentc379329859ff878636524de03f81d061a6b20f07 (diff)
downloadslackbuilds-d49b47f6c18cec6cf3edbb82d542da6dc086189f.tar.gz
slackbuilds-d49b47f6c18cec6cf3edbb82d542da6dc086189f.tar.xz
multimedia/lwks: Updated for version 12.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--multimedia/lwks/README20
-rw-r--r--multimedia/lwks/doinst.sh3
-rw-r--r--multimedia/lwks/lwks.SlackBuild3
-rw-r--r--multimedia/lwks/lwks.info6
4 files changed, 17 insertions, 15 deletions
diff --git a/multimedia/lwks/README b/multimedia/lwks/README
index 2bc248d4e5..2896202b0f 100644
--- a/multimedia/lwks/README
+++ b/multimedia/lwks/README
@@ -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.
diff --git a/multimedia/lwks/doinst.sh b/multimedia/lwks/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/multimedia/lwks/doinst.sh
@@ -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
diff --git a/multimedia/lwks/lwks.SlackBuild b/multimedia/lwks/lwks.SlackBuild
index ff6655fcd1..c6ecff6eff 100644
--- a/multimedia/lwks/lwks.SlackBuild
+++ b/multimedia/lwks/lwks.SlackBuild
@@ -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}
diff --git a/multimedia/lwks/lwks.info b/multimedia/lwks/lwks.info
index fa77542867..609417b60e 100644
--- a/multimedia/lwks/lwks.info
+++ b/multimedia/lwks/lwks.info
@@ -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"