Package Details: lightworks-beta 2025.1.148127-1

Git Clone URL: https://aur.archlinux.org/lightworks-beta.git (read-only, click to copy)
Package Base: lightworks-beta
Description: Lightworks Beta is the public Beta branch for Lightworks, the professional video editing suite, updated weekly
Upstream URL: http://www.lwks.com/
Licenses: custom
Conflicts: lightworks, lwks-beta
Provides: lightworks
Replaces: lwks-beta
Submitter: jamnor
Maintainer: fishmonger
Last Packager: fishmonger
Votes: 16
Popularity: 0.000760
First Submitted: 2023-10-14 04:30 (UTC)
Last Updated: 2024-10-18 13:38 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jamnor commented on 2023-08-31 13:20 (UTC) (edited on 2023-08-31 14:42 (UTC) by jamnor)

Here's a PKGBUILD for August 23rd, 2023 build of Lightworks beta. You'll need to agree to be a beta tester and download the .deb package to the same folder as the PKGBUILD. Then run makepkg -si. LWKS recommends backing up your project data, which is super quick and easy: https://lwks.com/blog/shortcuts-5-backup-and-restore-video

Just bump the lwksver, sha512sums, and lwksbuild for newer builds.

# Maintainer: Marcin Nowak <marcin [dot] j [dot] nowak [at] gmail [dot] com>
# Contributor: Mateus Rodrigues Costa <charles [dot] costar [at] gmail [dot] com>
# Contributor: PieterDeBruijn <arch [at] pieterdebruijn [dot] nl [dot] com>
# Contributor: stjhimy <stjhimy [at] gmail [dot] com>
# Contributor: CYB3R <dima [at] golovin [dot] in>
# Contributor: Sarkasper <kasper [dot] menten [at] gmx [dot] com>
# Contributor: Scias <shining [dot] scias [at] gmail [dot] com>
# Contributor: darzki <darzki [at] o2 [dot] pl>
# Contributor: N30N <archlinux [at] alunamation [dot] com>
# Contributor: anthrit <anthrit [at] anthware [dot] com>
# Contributor: jamnor <software [at] vncompat [dot] org>

pkgname=lightworks-beta
lwksver=2023.2
lwksbuild=141887
pkgver=$lwksver
pkgrel=1
pkgdesc="Lightworks Beta is the public Beta branch for Lightworks, the professional video editing suite"
arch=('x86_64')
options=('!strip')
url="http://www.lwks.com/"
license=('custom')
depends=('cairo' 'gdk-pixbuf2' 'glib2' 'libjpeg-turbo' 'pango' 'curl' 'gtk3' 'portaudio' 'openssl' 'libgl' 'libtiff' 'libutil-linux' 'ffmpeg' 'glu' 'libedit' 'nvidia-cg-toolkit')
optdepends=('nvidia-utils: only for nVidia users' 'libc++: only for BlackMagic RAW support (BRAW)' 'libc++abi: only for BlackMagic RAW support (BRAW)')
provides=('lightworks-beta')
conflicts=('lightworks')
replaces=('lwks-beta')
source=(
    "Lightworks-${lwksver}-Beta-${lwksbuild}.deb"
    )

sha512sums=(
    'dfea7f9dc5385f1b7d862ba77373737bd425f7baf8525b321bd91fc00fb231d07024433d6430f351762e98d3b9b39946346fd343f647f768a3a6b01571f1be03'
    )

package() {
    msg2 "Extracting data.tar.xz"
    bsdtar -zxf data.tar.xz -C "$pkgdir"

    msg2 "Moving udev folder from /lib to /usr/lib"
    mv "$pkgdir"/lib/udev "$pkgdir"/usr/lib
    rmdir "$pkgdir"/lib

    msg2 "Copying copyright file and creating a license dir"
    install -Dm644 "$pkgdir"/usr/share/doc/lightworks/copyright \
    "$pkgdir"/usr/share/licenses/lightworks/copyright
    ln -sr "$pkgdir"/usr/share/licenses/lightworks "$pkgdir"/usr/share/licenses/$pkgname

    msg2 "Changing some needed permissions"
    chmod a+rw "$pkgdir"/usr/share/lightworks/Preferences
    chmod a+rw "$pkgdir"/usr/share/lightworks/"Audio Mixes"
}

I have another version of this PKGBUILD with a direct link that also works, not requiring you to manually download anything, which is what the latest PKGBUILD in this repository is using, but I'm leaving this one here as it's minimally useful in case the link/process changes.

romjan1412 commented on 2022-01-16 05:08 (UTC)

this app now has flickering issue.

marcinn commented on 2018-03-20 16:13 (UTC)

@ganthore, I've updated beta to 14.5.

marcinn commented on 2017-11-12 20:04 (UTC)

Patch applied, release updated.

ooo commented on 2017-11-12 16:31 (UTC)

Please apply the wayland.patch from lwks AUR package to this package as well. It's still required to launch lightworks under wayland.

Kaveiros commented on 2017-05-06 11:16 (UTC)

Deb source has changed and package fails to install

marcinn commented on 2017-02-09 12:51 (UTC)

I've changed versioning scheme of this package due to impossibility of releasing a fixes. Also I've dropped some dependencies looking deprecated/unnecessary. Let me know if you have any problems intalling/upgrading lwks-beta.

itsescde commented on 2017-02-01 17:40 (UTC)

Problem solved with the new version!

marcinn commented on 2017-01-29 12:32 (UTC)

Thanks. There must be some changes in Arch Linux, not in Lightworks. Let me investigate these issues.