Package Details: lightworks 2025.1.151564-1

Git Clone URL: https://aur.archlinux.org/lightworks.git (read-only, click to copy)
Package Base: lightworks
Description: Lightworks is a professional video editing suite
Upstream URL: http://www.lwks.com/
Licenses: custom
Conflicts: lwks-beta
Replaces: lwks
Submitter: marcinn
Maintainer: fishmonger
Last Packager: fishmonger
Votes: 137
Popularity: 0.033520
First Submitted: 2020-06-09 21:21 (UTC)
Last Updated: 2025-05-28 10:34 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 Next › Last »

CYB3R commented on 2013-05-03 10:18 (UTC)

Just got back and updated everything. Any problems with this package now? @Fri13 I suppose, you were reading the text of proprietary licence, so can I redistribute the beta package? @mrunion Try reinstalling openssl, I guess this should help.

mrunion commented on 2013-05-03 01:10 (UTC)

I was using the Beta (11.1.H). I get this: [code[ /usr/lib/lightworks/ntcardvt: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/lightworks/libOSPrivate.so) [/code] I assume I am missing something?

darzki commented on 2013-05-02 17:08 (UTC)

Working solution posted on lwks forum by specialworld83: == mkdir /usr/lib/x86_64-linux-gnu ln -s /usr/lib64/libcurl.so.4.3.0 /usr/lib64/libcurl.so ln -s /usr/lib64/libcurl.so /usr/lib/x86_64-linux-gnu/libcurl.so ==

TobyJamesJoy commented on 2013-05-02 16:36 (UTC)

I can't get past the first screen, I enter the username and password I set up at the lwks site but I only get this error: ERROR 4 .../5 ... Cannot connect to licensing server. Anyone else have this issue? I'm using Sarkasper's PKGBUILD and the public beta .deb

Scias commented on 2013-04-30 16:47 (UTC)

portaudio_cpp is needed too else it will crash on startup (about the newly released beta version)

gh0st commented on 2013-04-30 15:14 (UTC)

# Maintainer: CYB3R <dima@golovin.in> pkgname=lwks pkgver=11.1.H pkgrel=1 pkgdesc="Professional video editing software" arch=('x86_64') url="http://www.lwks.com/" license=('custom') makedepends=('binutils' 'tar' 'gzip') install=${pkgname}.install depends=('gtk3' 'portaudio' 'libgl' 'glu' 'ffmpeg' 'libedit' 'libtiff4') optdepends=('nvidia-utils: only for nVidia users' 'nvidia-cg-toolkit') source=("$pkgname-$pkgver-amd64.deb") sha256sums=('2b9e848c4beaa1bd47e4c3985374f02f156089eccd52ce46b9563be6f0c55fb6') package() { cd $srcdir/ if [ ! -f $source ]; then echo "Sorry, no $source found!" echo "Please, dounload it from http://www.lwks.com/alphas-linux and place in the same directory with this PKGBUILD." return 1 fi ar -p $source data.tar.gz | tar zxf - -C "${pkgdir}" || return 1 gzip -d $pkgdir/usr/share/doc/lightworks/changelog.gz # fixing permissions chmod a+rw "$pkgdir/usr/share/lightworks/Preferences" chmod a+rw "$pkgdir/usr/share/lightworks/Audio Mixes" }

dudefellaguy commented on 2013-04-30 12:30 (UTC)

The public beta was released today, flagging as out of date.