summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/lwks/README21
-rw-r--r--multimedia/lwks/lwks.SlackBuild9
-rw-r--r--multimedia/lwks/lwks.info6
3 files changed, 11 insertions, 25 deletions
diff --git a/multimedia/lwks/README b/multimedia/lwks/README
index 9a1db1cf82..7ea49a1f14 100644
--- a/multimedia/lwks/README
+++ b/multimedia/lwks/README
@@ -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:
diff --git a/multimedia/lwks/lwks.SlackBuild b/multimedia/lwks/lwks.SlackBuild
index 993ad92545..ff6655fcd1 100644
--- a/multimedia/lwks/lwks.SlackBuild
+++ b/multimedia/lwks/lwks.SlackBuild
@@ -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
diff --git a/multimedia/lwks/lwks.info b/multimedia/lwks/lwks.info
index 4a34078c26..f56d429b32 100644
--- a/multimedia/lwks/lwks.info
+++ b/multimedia/lwks/lwks.info
@@ -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"