Package Details: davinci-resolve-studio 20.0-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: 46
Popularity: 1.34
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-05-31 18:18 (UTC)

Dependencies (25)

Required by (1)

Sources (2)

Pinned Comments

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

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 28 Next › Last »

TheDarkula commented on 2024-02-24 16:31 (UTC) (edited on 2024-02-24 16:32 (UTC) by TheDarkula)

To update this to version 18.6.5, change the following lines in the PKGBUILD:

minor_version=4 becomes minor_version=5

elif [ "$pkgname" == "davinci-resolve-studio" ]; then
    # Variables for STUDIO edition
    _product="DaVinci Resolve Studio"
    _referid='ad4b2831fdea407f91ba6cb6c5d85640'
    _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve-studio/linux"
    sha256sums=('ef168770f607219df7aadd326adc86b99ec634b4daab66230e36fbadba9d6916')

becomes

elif [ "$pkgname" == "davinci-resolve-studio" ]; then
    # Variables for STUDIO edition
    _product="DaVinci Resolve Studio"
    _referid='ad4b2831fdea407f91ba6cb6c5d85640'
    _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve-studio/linux"
    sha256sums=('0610031560736946186bd076f070b1eefaa29393780dafde750c414a89b803b4')

I have tested this, and all functions properly :)

adamis commented on 2024-02-02 06:20 (UTC)

I've not been able to run this since 18.3. I recently installed DR 18.6.4-1 with kernel 6.7.2-zen1-2-zen and ROCM 5.7.1-1 and it fired right up. Nice to see whatever issue was keeping it from running has been resolved now.

tjb commented on 2023-12-31 02:04 (UTC)

Installs fine but crashes on launch with AMD Radeon VII

AlynxZhou commented on 2023-12-12 06:05 (UTC)

Or, because we don't expect this app to be relocated, we could also link it against /opt:

ln -s "/opt/${_pkgname}/BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

AlynxZhou commented on 2023-12-12 05:43 (UTC)

About Line 182 in current PKGBUILD (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=davinci-resolve-studio#n182):

ln -s "${srcdir}/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

If you want it to link to correct path after packaging and installing, maybe you should use relative path:

ln -s "../BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

the currently PKGBUILD makes it links to user's build dir, and if they remove build dir, or install the package on another machine, it won't work.

Blu3wolf commented on 2023-12-02 03:54 (UTC)

After a fresh install on my system, the following is found in the output of ls -al /opt/resolve/bin

lrwxrwxrwx 1 root root 103 Dec 2 11:32 BlackmagicRawAPI -> /var/tmp/pamac-build-blue/davinci-resolve-studio/src/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI

In any event, it doesn't run.

ilovesusu commented on 2023-11-27 03:35 (UTC)

:: (1/1) 正在解析 SRCINFO: davinci-resolve-studio Version mismatch -> 生成时出错: davinci-resolve-studio-找不到包名: [Version mismatch] -> 无法安装以下软件包, 需要手动介入处理: davinci-resolve-studio - 找不到包名: [Version mismatch]

matbonn commented on 2023-11-19 15:54 (UTC)

@irieger I get the exact same errors as xavierbaez with the latest 18.6.3 build. I was running 18.6.2 just fine before the update using "export LD_PRELOAD="/usr/lib64/libglib-2.0.so" && /opt/resolve/bin/resolve"

irieger commented on 2023-11-14 05:25 (UTC)

Finnally when I try to get it working from command line I get:

ActCCMessage Already in Table: Code= c005, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c006, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c007, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= 2282, Mode= 0, Level= 0, CmdKey= 8, Option= 0 PnlMsgActionStringAdapter Already in Table: Code= 615e, Mode= 0, Level= 0, CmdKey= -1, Option= 0

Have you tried to kill this start and start over. Strangely the first start sometimes just results in no reaction but if you kill it and try again it worked for me. Had this problem multiple times.