Package Details: lightworks 2025.1.148287-2

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.87
First Submitted: 2020-06-09 21:21 (UTC)
Last Updated: 2024-11-01 09:25 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17

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.

<deleted-account> commented on 2013-02-15 10:33 (UTC)

@CYB3R "Maybe I should include deb file into the AUR package (it is almost 45Mb) because I can't locate any direct links to it." You can not. The alpha version of lwks for Linux is under license what disallow distributing it to anyone else than alpha testing members (what is required to be joined trough application first). So please, if we respect closed source licensing and they will need to respect open source licenses.

CYB3R commented on 2013-01-31 10:23 (UTC)

pdq, seems that you already had it installed from other source. Try removing all it's files and reinstalling again.

pdq commented on 2013-01-31 00:51 (UTC)

Thanks! It fails to clean and exit cleanly. (1/1) upgrading lwks [----------------------] 100% Using machine number of previous installation. Visit http://www.lwks.com/alphas-linux for the latest alpha. New optional dependencies for lwks nvidia-cg-toolkit nvidia-utils: only for nVidia users <waited 15 minutes... had to hit a key> :: Could not clean lwks

CYB3R commented on 2013-01-30 14:20 (UTC)

Maybe I should include deb file into the AUR package (it is almost 45Mb) because I can't locate any direct links to it.