Package Details: davinci-resolve-studio 20.2.2-1

Git Clone URL: https://aur.archlinux.org/davinci-resolve-studio.git (read-only, click to copy)
Package Base: davinci-resolve-studio
Description: Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve studio video
Licenses: LicenseRef-Commercial
Conflicts: davinci-resolve, davinci-resolve-beta, davinci-resolve-studio-beta
Submitter: codibit
Maintainer: Muflone
Last Packager: Muflone
Votes: 51
Popularity: 2.16
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-11-01 15:44 (UTC)

Dependencies (25)

Required by (1)

Sources (2)

Pinned Comments

Muflone commented on 2025-10-26 19:17 (UTC) (edited on 2025-10-26 19:18 (UTC) by Muflone)

Unfortunately actually the AUR is read-only as the SSH endpoint is not reachable for the DDoS, so I cannot publish a package upgrade.

There's no need to download the libc++ or libc++-abi packages as told in comments, you can simply omit some lines to use the upstream version.

Here's the updated PKGBUILD https://github.com/muflone/pkgbuilds/blob/master/davinci-resolve-studio/PKGBUILD for 20.2.2-1

vawaver commented on 2025-06-01 05:52 (UTC)

Since DaVinci Resolve Studio cannot be installed directly via AUR helpers like paru or yay, I suggest adding and pinning a clear step-by-step guide for beginners explaining how to build and install the package from the local installer.

The instructions should also include how to obtain the required .zip file from the official Blackmagic Design website:

  1. Go to https://www.blackmagicdesign.com/support
  2. In the "Latest Downloads" section, select the latest version of "DaVinci Resolve Studio" for Linux
  3. Fill out the registration form (name, email, etc.)
  4. After submitting, a .zip file will be downloaded automatically – this file must be placed in the same directory as the PKGBUILD before building
  5. Continue ...

Such a guide would be helpful for users new to Arch-based systems who legally own a DRS license but are unfamiliar with manual package building.

Muflone commented on 2025-01-26 02:15 (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.

Latest Comments

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

sanderpoks commented on 2025-10-31 12:44 (UTC)

Your updated PKGBUILD for 20.2.2-1 worked for me and solved the Symbol relinking errors. Thank you!

Muflone commented on 2025-10-26 22:40 (UTC)

@t0ttz0r permission denied means some file cannot be decompressed in your system. clear your cache and start again

t0ttz0r commented on 2025-10-26 22:07 (UTC) (edited on 2025-10-26 22:09 (UTC) by t0ttz0r)

Unfortunately the updated PKGBUILD does not work for me;

==> Startar prepare()...
squashfs-root/.DirIcon
squashfs-root/AppRun
squashfs-root/AppRun.desktop
squashfs-root/Apple Immersive
squashfs-root/Apple Immersive/Factory
squashfs-root/Apple Immersive/Factory/BM_Immersive_Default_Edge_Mask.json
fopen error: Permission denied
==> FEL: Ett fel uppstod i prepare().
Avbryter... [/code]

Muflone commented on 2025-10-26 19:17 (UTC) (edited on 2025-10-26 19:18 (UTC) by Muflone)

Unfortunately actually the AUR is read-only as the SSH endpoint is not reachable for the DDoS, so I cannot publish a package upgrade.

There's no need to download the libc++ or libc++-abi packages as told in comments, you can simply omit some lines to use the upstream version.

Here's the updated PKGBUILD https://github.com/muflone/pkgbuilds/blob/master/davinci-resolve-studio/PKGBUILD for 20.2.2-1

ajaeger74 commented on 2025-10-24 22:05 (UTC)

https://archive.archlinux.org/packages/l/libc++/libc%2B%2B-20.1.6-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/l/libc++abi/libc%2B%2Babi-20.1.6-2-x86_64.pkg.tar.zst

rev.cressy commented on 2025-10-24 22:00 (UTC)

Install the libc++ pacman -S libc++

pacman -Qi libc++ Name : libc++ Version : 20.1.6-2 Description : LLVM C++ standard library Architecture : x86_64 URL : https://libcxx.llvm.org/ Licenses : Apache-2.0 WITH LLVM-exception Groups : None Provides : None Depends On : gcc-libs glibc libc++abi=20.1.6-2 Optional Deps : None Required By : davinci-resolve-studio Optional For : None Conflicts With : None Replaces : None Installed Size : 19.09 MiB Packager : Christian Heusel gromit@archlinux.org Build Date : Mon 21 Jul 2025 09:31:27 AM EDT Install Date : Sun 03 Aug 2025 08:48:37 AM EDT Install Reason : Installed as a dependency for another package Install Script : No Validated By : Signature

jettscythe commented on 2025-10-24 21:46 (UTC) (edited on 2025-10-24 21:51 (UTC) by jettscythe)

I do not have a cached version of libc++-20.1.6-2-x86_64.pkg.tar.zst or libc++abi-20.1.6-2-x86_64.pkg.tar.zst

If you're in the same boat check out https://archive.archlinux.org/packages/l/libc%2B%2B/ & https://archive.archlinux.org/packages/l/libc%2B%2Babi/

freqmod commented on 2025-10-22 21:34 (UTC) (edited on 2025-10-22 21:35 (UTC) by freqmod)

I solved /opt/resolve/bin/resolve: Symbol _ZNSt3__14cerrE' by extracting

      /var/cache/pacman/pkg/libc++-20.1.6-2-x86_64.pkg.tar.zst
      /var/cache/pacman/pkg/libc++abi-20.1.6-2-x86_64.pkg.tar.zst

to a temporary directory and then copying all the files in /usr/lib/* to /opt/resolve/libs

By doing that I can avoid downgrading the libraries for the whole system. This could probably be added to the pkgbuild if this issue is lasting across future versions.