Package Details: davinci-resolve-studio 19.1.3-2

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: 43
Popularity: 1.74
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-01-26 02:13 (UTC)

Dependencies (25)

Required by (0)

Sources (1)

Pinned Comments

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 .. 26 Next › Last »

nsprd commented on 2025-02-28 18:41 (UTC)

I noticed that I had to create a .license directory in /opt/resolve with rwx permissions for the running user (or just 777 it) or else I could not activate DR.

diff --git a/PKGBUILD b/PKGBUILD
index 9401a7c..f1d3142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -127,6 +127,10 @@ package() {
   install -D -m 0644 -t "${pkgdir}/usr/share/icons/hicolor/64x64/apps" "graphics/DV_Resolve.png" "graphics/DV_ResolveProj.png"
   install -D -m 0644 -t "${pkgdir}/usr/share/mime/packages" "share/resolve.xml"
   install -D -m 0644 -t "${pkgdir}/usr/lib/udev/rules.d" "share/etc/udev/rules.d"/{99-BlackmagicDevices.rules,99-ResolveKeyboardHID.rules,99-DavinciPanel.rules}
+  
+  # Create .license directory with read/write permissions for all users
+  install -d -m 0777 "${pkgdir}/opt/${_pkgname}/.license"
+
   popd
 }

Bink commented on 2025-02-27 02:42 (UTC) (edited on 2025-02-27 02:43 (UTC) by Bink)

@ahmadkakarr, is your audio a compatible format? (see Wiki)

ahmadkakarr commented on 2025-02-26 15:57 (UTC)

audio still not working? how to fix it please???

Rubble1278 commented on 2025-02-21 22:47 (UTC) (edited on 2025-02-21 22:57 (UTC) by Rubble1278)

Anyone know if /opt/resolve/.license/ was moved? Just did a fresh install and I'm unable to find the directory.

EDIT: I was able to solve the problem by creating the directory myself

ratijas commented on 2025-02-15 12:03 (UTC)

There seems to be another missing piece:

❯ ll -l /opt/resolve/bin/BlackmagicRawAPI lrwxrwxrwx 1 root root 50 Feb 6 13:41 /opt/resolve/bin/BlackmagicRawAPI -> squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI

Note that "squashfs-root" in the path indicates it is a link to a file within an AppImage file system.

The fix is to modify PKGBUILD to make a symbolic link relative to bin:

-   ln -s "squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "squashfs-root/bin/"
+   ln -s "../BlackmagicRAWPlayer/BlackmagicRawAPI" "squashfs-root/bin/"

which I fixed locally without rebuilding with this:

cd /opt/resolve
sudo rm "bin/BlackmagicRawAPI"
sudo ln -s "../BlackmagicRAWPlayer/BlackmagicRawAPI" "bin/"

ratijas commented on 2025-02-15 10:19 (UTC)

The Gyroflow OFX plugin was failing to load with a seemingly unrelated log message

fuscript: symbol lookup error: /opt/resolve/libs/libc++.so.1: undefined symbol: __cxa_init_primary_exception

The fix is to link libc++abi just like the rest of the system libraries in PKGBUILD:

sudo rm -f "/opt/resolve/libs/libc++abi.so.1"
sudo ln -s /usr/lib/libc++abi.so.1.0 "/opt/resolve/libs/libc++abi.so.1"

Bink commented on 2025-02-03 02:06 (UTC) (edited on 2025-02-03 02:07 (UTC) by Bink)

@00ein00, the AUR comments is not really the place to troubleshoot in-app issues. It's likely one for the Arch forums. Also make sure the audio is not AAC encoded, that will never work (see Wiki).

00ein00 commented on 2025-02-03 00:50 (UTC)

audio still not working on pipewire, despite trying fixes on wiki and installing various alsa packages

Muflone commented on 2025-01-26 22:26 (UTC)

@friday13 that means your previous davinci-resolve-studio lacked those files, probably you deleted them

friday13 commented on 2025-01-26 22:24 (UTC)

should these warnings be heeded?

(1/1) checking available disk space                [-----------] 100%
warning: could not get file information for opt/resolve/libs/libgio-2.0.so
warning: could not get file information for opt/resolve/libs/libgio-2.0.so.0
warning: could not get file information for opt/resolve/libs/libgio-2.0.so.0.6800.4
warning: could not get file information for opt/resolve/libs/libgio-2.0.so.0.orig
warning: could not get file information for opt/resolve/libs/libglib-2.0.so
warning: could not get file information for opt/resolve/libs/libglib-2.0.so.0
warning: could not get file information for opt/resolve/libs/libglib-2.0.so.0.6800.4
warning: could not get file information for opt/resolve/libs/libglib-2.0.so.0.orig
warning: could not get file information for opt/resolve/libs/libgmodule-2.0.so
warning: could not get file information for opt/resolve/libs/libgmodule-2.0.so.0
warning: could not get file information for opt/resolve/libs/libgmodule-2.0.so.0.6800.4
warning: could not get file information for opt/resolve/libs/libgmodule-2.0.so.0.orig