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: 42
Popularity: 0.78
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

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

stevebarnes commented on 2021-03-16 00:34 (UTC)

I tried the recommended CURL command:

[steve@FotoVista ~]$ sudo pacman -U /var/cache/pacman/pkg/curl-7.73.0-1-x86_64.pkg.tar.zst [sudo] password for steve: loading packages... error: '/var/cache/pacman/pkg/curl-7.73.0-1-x86_64.pkg.tar.zst': could not find or read package

What next?

I'm trying to install Resolve 17 Studio on Manjaro

Hi all. I had Resolve Studio installed, but had trouble with the new Speed Editor console they have just bundled with the STUDIO version. I ended up removing Resolve and now it gets an error trying to re-install. Can someone help me through this please. I’m ex-Ubuntu 15 years of it, and only months on Manjaro - I love it

Building davinci-resolve-studio… ==> Making package: davinci-resolve-studio 17.1-1 (Mon 15 Mar 2021 18:27:46) ==> Checking runtime dependencies… ==> Checking buildtime dependencies… ==> Retrieving sources… → Found DaVinci_Resolve_Studio_17.1_Linux.zip ==> Validating source files with sha256sums… DaVinci_Resolve_Studio_17.1_Linux.zip … Passed ==> Removing existing $srcdir/ directory… ==> Extracting sources… → Extracting DaVinci_Resolve_Studio_17.1_Linux.zip with bsdtar ==> Starting prepare()… ==> Removing existing $pkgdir/ directory… ==> Entering fakeroot environment… ==> Starting package()… → Creating missing folders… → Extracting from bundle… ==> 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…

Operating System: Manjaro Linux Nibia 20.2.1 KDE Plasma Version: 5.21.2 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 Kernel Version: 5.9.16-1-MANJARO OS Type: 64-bit Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 2700 Eight-Core Processor Memory: 15.6 GiB of RAM Graphics Processor: GeForce GTX 1050 Ti/PCIe/SSE2

xochikubrick commented on 2021-03-15 17:56 (UTC)

Same error here, I was successful to install the package last week but this new update will throw the "ln: failed to create symbolic link 'libs/libcrypto.so.10': No such file or directory"

<deleted-account> commented on 2021-03-15 17:21 (UTC)

I received the same error as below.

invkao commented on 2021-03-15 06:41 (UTC)

Hi, when i building 17.1-1, i'v got the following errors:

==> Making package: davinci-resolve-studio 17.1-1 (Mon Mar 15 14:34:04 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found DaVinci_Resolve_Studio_17.1_Linux.zip
==> Validating source files with sha256sums...
    DaVinci_Resolve_Studio_17.1_Linux.zip ... Passed
==> Extracting sources...
  -> Extracting DaVinci_Resolve_Studio_17.1_Linux.zip with bsdtar
bsdtar: Failed to set default locale
==> Starting prepare()...
  -> The file(s) 75-sdx.rules, 75-davincipanel.rules, config.dat, log-conf.xml already exist in your filesystem.
  -> This can lead to a conflict and the installation will fail.
  -> Please restart the installation with the --overwrite option.
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
  -> Creating missing folders...
  -> Extracting from bundle...
==> 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...

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.