Package Details: davinci-resolve-studio 19.1.4-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: 2.24
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-03-22 16:28 (UTC)

Dependencies (25)

Required by (1)

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

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 26 Next › Last »

ncoder-2 commented on 2021-03-14 22:56 (UTC) (edited on 2021-03-14 22:57 (UTC) by ncoder-2)

I'm getting the following error building 17.1-1:

==> Please wait, this take a while...
  -> Add lib symlinks...
ln: failed to create symbolic link 'libs/libcrypto.so.10': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

mgisbers commented on 2021-03-09 22:34 (UTC)

Hi, running the appimage needs an environment with fuse module loaded and packaging user being able to use it.

What about using p7zip to extract the embedded squashfs image???

diff --git a/PKGBUILD b/PKGBUILD
index e9420cb..35c0aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion"
 license=('Commercial')
 depends=('glu' 'gtk2' 'gstreamer' 'libpng12' 'lib32-libpng12' 'ocl-icd' 'openssl-1.0'
          'opencl-driver' 'qt5-base' 'qt5-svg' 'qt5-webkit' 'qt5-webengine' 'qt5-websockets')
-makedepends=('libarchive' 'xdg-user-dirs')
+makedepends=('p7zip' 'libarchive' 'xdg-user-dirs')
 options=('!strip')
 provides=('davinci-resolve')
 install=davinci-resolve.install
@@ -118,7 +118,7 @@ package()
        msg2 "Extracting from bundle..."
        msg "Please wait, this take a while..."
        cd "${srcdir}" || exit
-       ./${_installer_binary} -i -y -n -a -C "${pkgdir}/opt/${_pkgname}"
+       7z x -o"${pkgdir}/opt/${_pkgname}" "./${_installer_binary}"

        msg2 "Add lib symlinks..."
        cd "${pkgdir}/opt/${_pkgname}/" || exit

Same could be done for davinci-resolve aur package.

dack commented on 2021-01-25 17:39 (UTC) (edited on 2021-01-25 17:39 (UTC) by dack)

If you don't want to hold back the system curl version, you can just extract the library files from curl 7.73 and put them in /opt/resolve/libs. Resolve will then use this instead of the system version. You need the following files:

  • libcurl.so.4.7.0
  • libcurl.so.4
  • libcurl.so

Note - the second two are just symlinks to the first one.

diegodorado commented on 2021-01-21 18:20 (UTC)

davinci resolve 16.2.8 started to work after downgrading curl to 7.73 version. Thanks!

matbonn commented on 2021-01-05 12:47 (UTC) (edited on 2021-01-05 12:48 (UTC) by matbonn)

So I the CURL thing solved the V16 studio issue, still have issues with no thumbnails displaying or unable to edit anything on 17beta.

For anyone, who like me, couldn't downgrade CURL as my cache was empty, download the older version here https://archive.archlinux.org/packages/c/curl/ and then save it in the /var/cache/pacman/pkg/ folder then use the command Polarity put below.

matbonn commented on 2021-01-03 11:16 (UTC) (edited on 2021-01-03 11:18 (UTC) by matbonn)

Dunno if I'm the only one but I never got 17 to run properly, it loads fine, no hangs but once open it doesn't display any thumbnails for ANYTHING. I tested on a small folder with 2 JPGs. Give it a couple mins and it will load thumbnails - then crash. Downgrading to 16.2.7 works fine no issues - with the latest 16 though 16.2.8 crashes (I suspect curl bug) but 17 is as above. Same on Arco and Manjaro with 5.9 and 5.10 kernels. I am running a 3900X, 5700XT and have the "pro" opengl workaround implemented.

Polarity commented on 2020-12-21 16:04 (UTC)

@nixit, Thank you! That worked perfectly.

For everyone else having this issue, here's the relevant line to downgrade curl. sudo pacman -U /var/cache/pacman/pkg/curl-7.73.0-1-x86_64.pkg.tar.zst

nixit commented on 2020-12-21 15:58 (UTC)

@Polarity,

https://bbs.archlinux.org/viewtopic.php?id=261752

I ran into this issue last week, but unfortunately I upgraded my DRS database to davinci resolve studio 17 beta before anyone figured out that downgrade of CURL fixed the issue for most people.

thanx for the tip, will try the triple backticks.

Polarity commented on 2020-12-21 15:49 (UTC)

No, I haven't. What would suggest that curl might be the cause?

You can enclose code in triple backticks. ```