From 85a7fa26ef1d63a0e803df775781f933810244c1 Mon Sep 17 00:00:00 2001 From: klaatu Date: Wed, 28 Oct 2015 23:38:09 +0700 Subject: multimedia/lwks: Updated for version 12.5.0. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/lwks/README | 21 +-------------------- multimedia/lwks/lwks.SlackBuild | 9 +++++++-- multimedia/lwks/lwks.info | 6 +++--- 3 files changed, 11 insertions(+), 25 deletions(-) (limited to 'multimedia') diff --git a/multimedia/lwks/README b/multimedia/lwks/README index 9a1db1cf82b4..7ea49a1f1423 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 993ad9254544..ff6655fcd19d 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 4a34078c26c0..f56d429b326d 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" -- cgit v1.2.3