Package Details: davinci-resolve 21.0.4-1

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: LicenseRef-scancode-commercial-license
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: Muflone
Last Packager: Muflone
Votes: 190
Popularity: 3.06
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2026-08-11 18:10 (UTC)

Dependencies (21)

Required by (1)

Sources (2)

Pinned Comments

Muflone commented on 2025-01-26 00:55 (UTC)

IMPORTANT!

Since version 19.1.3-2 this package will not download automatically the source file from the upstream site.

To build this package you will need to manually download the file from https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion and place it in the same directory with the PKGBUILD.

This would reduce the mess in this package, making it more readable and clear. Also bypassing the required information from the upstream URL is not allowed in an automated way.

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

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

1 2 3 4 5 6 .. 67 Next › Last »

celilo commented on 2026-08-11 06:03 (UTC)

gwuensch, Great suggestion regarding Mesa's OpenCL driver! Totally resolved all of my issues.

gwuensch commented on 2026-07-27 22:00 (UTC) (edited on 2026-07-27 22:01 (UTC) by gwuensch)

@siriusmart If you're not using an ancient GPU, you're probably better off trying Mesa's OpenCL driver. The AMDGPU-PRO driver is now legacy and no longer supported by AMD.

siriusmart commented on 2026-07-27 20:39 (UTC)

If you are using AMD and Resolve crashes/causes kernel panics with the rocm-opencl drivers, use amdgpu from the AUR instead, it fixed all issues in my case.

kljunas2 commented on 2026-07-26 17:21 (UTC)

I have created a script that downloads sends the registration form and downloads the correct file. Could there be any issues (eg. legality of such script)? Otherwise, I am happy to share it with others so updating resolve can be esier.

smw commented on 2026-06-14 00:23 (UTC)

I didn't think to try pacman -Qo before deleting the files when installing 21.0 -- but what (other than the previous installed version of Davinci Resolve) would own files in or under /opt/resolve?

Muflone commented on 2026-06-14 00:14 (UTC) (edited on 2026-06-14 00:15 (UTC) by Muflone)

@Reonu https://wiki.archlinux.org/title/Pacman#%22Failed_to_commit_transaction_(conflicting_files)%22_error

Reonu commented on 2026-06-13 23:07 (UTC)

That did indeed work, thanks.

smw commented on 2026-06-13 23:04 (UTC)

I don't know what the correct solution is, but as a workaround you can delete the conflicting files

sudo rm -f /opt/resolve/libs/libc++*

...and try the install again. That worked for me.

Reonu commented on 2026-06-13 12:18 (UTC) (edited on 2026-06-13 12:19 (UTC) by Reonu)

Getting the following error when trying to upgrade this package:

error: failed to commit transaction (conflicting files)++

davinci-resolve: /opt/resolve/libs/libc++.modules.json exists in filesystem

davinci-resolve: /opt/resolve/libs/libc++.so exists in filesystem

davinci-resolve: /opt/resolve/libs/libc++abi.so exists in filesystem

Errors occurred, no packages were upgraded.

Any tips?

simpleauthority commented on 2026-06-07 03:40 (UTC)

This works, however commenting just in case someone else stumbles on the same issue.

I had a libc++ abi compatibility issue -- Davinci ships its own versions, but the versions on my arch install were newer (? I think) and something was screwing up.

Tried running by manually setting LD_LIBRARY_PATH to Davinci's libs folder, and also with my /usr/lib and neither worked. What worked at the end was to rm /opt/resolve/libs/libc++* and then cp /usr/lib/libc++* /opt/resolve/libs. Not sure how this will blow over when I get to updating later, but we'll see I guess.