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: 136
Popularity: 0.030921
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 17 Next › Last »

PieterDeBruijn commented on 2014-10-31 07:08 (UTC)

12.0.1 is final: http://www.lwks.com/index.php?option=com_kunena&func=view&catid=19&id=81970&Itemid=81

orschiro commented on 2014-10-13 21:54 (UTC)

@CharlesAtum Very nice, thanks!

<deleted-account> commented on 2014-10-11 12:59 (UTC)

For anyone interested in following the betas: you can install the lwks-beta package and I will try my best to maintain it up-to-date. Also, an interesting fix for the latest beta is: "Fixed memory handling on Linux kernels 3.14 and higher. This resolves the issue with very poor performance".

<deleted-account> commented on 2014-10-01 16:13 (UTC)

I simplified the PKGBUILD a bit. Feel free to point any errors. I added a conflicts with 'lightworks' because I am almost sure we can't have the stable and beta versions installed at the same time. Also, because other packages with folders named "lightworks" would surely have a file conflict with this one.

<deleted-account> commented on 2014-09-30 14:07 (UTC)

The problems I see: 1) provides should be an array, it should be like this: provides = ('lightworks'). 2) libtiff4 isn't a dependency anymore. They now support running the newest libtiff. 3) Consider removing that libcurl symlink workaround, that x86_64-linux-gnu folder is surely not the best way of fixing any problem. And the bug it workarounded probably is fixed by now. 4) That command for creating folder never worked. The folders already exist, so it just creates a folder named "{Preferences, Audio Mixes}". Consider using chmod a+rw for giving write-read permissions to them, like the postinst file does. 5) Move the udev folder inside /lib to /usr/lib/, this will make namcap stop complaining. 6) Namcap says that ffmpeg and libgsf aren't needed and the control file also doesn't list them as dependencies, so consider removing them.

PieterDeBruijn commented on 2014-09-30 13:01 (UTC)

Updated to 12.0. If anyone has suggestions, please let me know!

stjhimy commented on 2014-09-30 12:34 (UTC)

Guys, sorry the delay, I'm having to travel a lot because of my work. I will disown the package right now, hope you guys can take a better care of it. Thanks.

scriptwarlock commented on 2014-09-26 04:23 (UTC)

any plans for an update? stable release is 12.0

<deleted-account> commented on 2014-08-30 17:27 (UTC)

"The way he proposed the PKGBUILD didn't look nice because he was proposing to replace someelse's work with no further explanation, disvaluing CYB3R's effort." Sorry also for that, I thought that looking at the PKGBUILD would be enough to see the changes and didn't bother in actually writing them down. I will remember to actually do that whenever I propose a PKGBUILD change/replacement again.

orschiro commented on 2014-08-30 11:30 (UTC)

> "The way he proposed the PKGBUILD didn't look nice because he was proposing to replace someelse's work with no further explanation, disvaluing CYB3R's effort Now I understand what you mean. Thanks for explaining.