Package Details: davinci-resolve-studio 18.6.6-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: Commercial
Conflicts: davinci-resolve, davinci-resolve-beta, davinci-resolve-studio-beta
Submitter: codibit
Maintainer: deezid (satriani)
Last Packager: satriani
Votes: 32
Popularity: 0.173514
First Submitted: 2018-01-21 18:37 (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:24 (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-studio-beta/

For current free beta here: https://aur.archlinux.org/packages/davinci-resolve-beta/

Thanks.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »

seriousm4x commented on 2022-02-15 09:17 (UTC)

Just updated my system and resolve can't find libcrypt.so.1. Also reinstalling with yay and selecting clean build didn't help.

~ ❯❯❯ /opt/resolve/bin/resolve
/opt/resolve/bin/resolve: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

When trying to link the lib I get the following

~ ❯❯❯ sudo ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypt.so.1
~ ❯❯❯ resolve
resolve: /usr/lib/libcrypt.so.1: version `GLIBC_2.2.5' not found (required by /opt/resolve/bin/../libs/libaprutil-1.so.0)

Tio commented on 2022-01-12 21:33 (UTC)

Any idea why on my XFCE Arch it has no window decorations? Every other program I have works well.

arugifa commented on 2021-12-17 12:15 (UTC)

After upgrading DaVinci Resolve Studio from 16.2 to 17.4, I also got an error about libgpudetect.so missing, when launching Resolve.

So I re-downloaded manually the 17.4.2 archive on Blackmagic website. Uninstalled and reinstalled Resolve. And then tried to reinstall it again with --rebuild (as indicated in other comments). And I can confirm that the rebuilt worked!

Thanks a lot for your hard work on this PKGBUILD :) (and thanks to the people who give help in the comments section too!)

melvyn2 commented on 2021-11-22 05:47 (UTC)

@deezid or @satriani please add the envvar QT_QPA_PLATFORM=xcb when running the installer to make packaging work on wayland

justdanyul commented on 2021-11-18 21:17 (UTC) (edited on 2021-11-18 21:18 (UTC) by justdanyul)

Its not working for me. I get

==> Extracting from bundle...
Please wait, this take a while...
/home/daniel/Aurbuilds/davinci-resolve-studio/PKGBUILD: line 131: ./DaVinci_Resolve_Studio_17.4.1_Linux.run: No such file or directory

I checked the src folder and the file exists. I also tried rebuilding everything, but i got the same error.

nixit commented on 2021-10-20 01:10 (UTC)

@dack,

that worked. thanx!

dack commented on 2021-10-20 00:13 (UTC)

@nixit Something must have gone wrong in your build. Maybe do a clean rebuild? I just tried rebuilding it again to test and confirmed that it does still include libgpudetect.so.

nixit commented on 2021-10-19 18:33 (UTC)

@dack, negative it's no in the package file. though it is in the 17.3-1-any.pkg.tar.xz file.

I do not have 17.3.1-1 to test with.

dack commented on 2021-10-19 18:18 (UTC) (edited on 2021-10-19 18:18 (UTC) by dack)

@nixit Is it present in your built package file?

$ tar -tavf davinci-resolve-studio-17.3.2-3-any.pkg.tar.zst |grep libgpu
-rwxr-xr-x root/root     756928 2021-10-14 08:28 opt/resolve/libs/libgpudetect.so

nixit commented on 2021-10-19 18:12 (UTC) (edited on 2021-10-19 18:12 (UTC) by nixit)

@dack, that's the problem there is no libgpudetect.so file. I updated from 17.3 to 17.3.2-3, not sure if that has anything to do with it.