Package Details: davinci-resolve 18.6.6-2

Git Clone URL: https://aur.archlinux.org/davinci-resolve.git (read-only, click to copy)
Package Base: davinci-resolve
Description: Professional A/V post-production software suite from Blackmagic Design
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve video
Licenses: Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: satriani
Last Packager: satriani
Votes: 131
Popularity: 2.72
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-03-24 21:14 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

satriani commented on 2021-05-15 14:15 (UTC) (edited on 2021-05-15 14:16 (UTC) by satriani)

Issues and bugs, please report on the official forum here: https://forum.blackmagicdesign.com/viewforum.php?f=21&sid=239f0d5c49abe5d6a635b69638192e9a Thank you!

Visit DaVinci Resolve - ArchWiki before installing: https://wiki.archlinux.org/title/DaVinci_Resolve

ATTENTION: Please don't flag this package as out-of-date before beta version has been released as stable!

This is a current stable Package!

The current free beta is available here: https://aur.archlinux.org/packages/davinci-resolve-beta/

And for current studio beta here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/

Thanks.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 51 Next › Last »

testbird71 commented on 2023-09-18 17:51 (UTC)

@Monska85, thank you very much, that trick helps a lot

smw commented on 2023-09-18 17:36 (UTC) (edited on 2023-09-18 17:37 (UTC) by smw)

@gamegard68

You're absolutely right about libc++ from extra. ...and in fact that's what I actually did; I seem to have suffered a brain cramp when I wrote that I installed it from the AUR.

@pmatos

As per gamegard68, it's https://archlinux.org/packages/extra/x86_64/libc++/

In my case I followed the instructions (rename /opt/resolve/libs/libc++ and replace it by a symlink) first, but when I tried to run Davinci Resolve, it failed to launch because the symlink was pointing to a file that didn't exist. Installing libc++ fixed that.

Monska85 commented on 2023-09-18 16:55 (UTC) (edited on 2023-09-18 16:55 (UTC) by Monska85)

The issue about the executable name is still present.

You can fix it changing the _installer_binary variable from:

_installer_binary=${_archive_name}.run

to

_installer_binary=$(echo ${_archive_name}.run | sed 's/\([0-9]\)\.\([0-9]\)\.\([0-9]\)/\1.\2/g')

Roken commented on 2023-09-18 15:29 (UTC) (edited on 2023-09-18 15:31 (UTC) by Roken)

chmod: cannot access '/home/steve/.cache/pacaur/davinci-resolve /src/DaVinci_Resolve_18.6.0_Linux.run': No such file or directory ==> ERROR: A failure occurred in prepare().

I tried manually renaming, but that didn't work.

gamegard68 commented on 2023-09-18 13:40 (UTC)

@pmatos @smw

Do not install libc++ from the AUR just use the regular repo:

https://archlinux.org/packages/extra/x86_64/libc++/

testbird71 commented on 2023-09-18 13:37 (UTC)

Can someone please change the packagebuild, that i can install it normal over yay. I don´t know where i can change the diff --git a/PKGBUILD b/PKGBUILD line. Yes i am stupid, but i think it should work for stupid users too.

pmatos commented on 2023-09-18 08:05 (UTC)

@smw the workaround didn't work for me (resolve hangs at startup), but I didn't install libc++ from AUR. which package are you referring to?

smw commented on 2023-09-17 20:56 (UTC)

@gamegard68

Thank you for the libc++ workaround! I can confirm that it worked for me, but I had to install libc++ from the AUR first.