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.35
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 2 3 4 5 6 7 8 9 10 .. 19 Next › Last »

phoepsilonix commented on 2023-08-07 12:41 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 0e0ab4f..1c65bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,29 @@
 # This was originally written by Daniel Bermond in blackmagic-decklink-sdk pkgbuild
 # It is sufficient to just replace _downloadid to correspond new release version
 # It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId
-_downloadid='bb935a0d0e814961b7a75a2ded811b01'
-_referid='69a3995a376441d0ae23711c44370662'
+
+pkgname=davinci-resolve-studio
+pkgver=18.5
+pkgrel=1
+if [[ "$pkgname" == "davinci-resolve" ]];then
+    _downloadid='6d977a8a9f384a3a9b3f28f6ca1efedd'
+    _product="DaVinci Resolve"
+    # Variables for FREE edition
+    pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
+    _archive_name=DaVinci_Resolve_${pkgver}_Linux
+    sha256sums=('4fe0c5dd57cc3a41a1d798bc8be66d946b182ec1c90af03d2eb6d8259314e5b0')
+    conflicts=('davinci-resolve-studio' 'davinci-resolve-beta' 'davinci-resolve-studio-beta')
+elif [[ "$pkgname" == "davinci-resolve-studio" ]];then
+    _downloadid='16aad9a497e24871bf3c740fd1ccc1c5'
+    _product="DaVinci Resolve Studio"
+    # Variables for STUDIO edition
+    pkgdesc='Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.'
+    _archive_name=DaVinci_Resolve_Studio_${pkgver}_Linux
+    sha256sums=('f5c91684b7e78d46870ec8a58d5e2959d65bba4411160de97f486152118723ea')
+    conflicts=('davinci-resolve' 'davinci-resolve-beta' 'davinci-resolve-studio-beta')
+fi
+
+_referid='3d7a9703a5614d16834816641a447f7f'
 _siteurl="https://www.blackmagicdesign.com/api/register/us/download/${_downloadid}"

 _useragent="User-Agent: Mozilla/5.0 (X11; Linux ${CARCH}) \
@@ -22,9 +43,10 @@ _reqjson="{ \
     \"email\": \"someone@archlinux.org\", \
     \"phone\": \"202-555-0194\", \
     \"country\": \"us\", \
+    \"street\": \"Bowery 146\", \
     \"state\": \"New York\", \
     \"city\": \"AUR\", \
-    \"product\": \"DaVinci Resolve\" \
+    \"product\": \"$_product\" \
 }"

 _reqjson="$(  printf '%s' "$_reqjson"   | sed 's/[[:space:]]\+/ /g')"
@@ -49,7 +71,7 @@ _srcurl="$(curl \

 DLAGENTS=("https::/usr/bin/curl \
             -gqb '' -C - --retry 3 --retry-delay 3 \
-            -H Host:\ sw.blackmagicdesign.com \
+       -H Host:\ sw.cloud.blackmagicdesign.com \
             -H Upgrade-Insecure-Requests:\ 1 \
             -H ${_useragent_escaped} \
             -H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \
@@ -58,34 +80,17 @@ DLAGENTS=("https::/usr/bin/curl \
             --compressed \
             %u")

-pkgname=davinci-resolve-studio
 _pkgname=resolve
 resolve_app_name=com.blackmagicdesign.resolve
-pkgver=18.1.4
-pkgrel=1
 arch=('x86_64')
 url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion"
 license=('Commercial')
-depends=('glu' 'gtk2' 'libpng12' 'fuse2' 'opencl-driver' 'qt5-x11extras' 'qt5-svg' 'qt5-webkit' 'qt5-webengine' 'qt5-websockets'
+depends=('glu' 'gtk2' 'libpng12' 'fuse2' 'opencl-driver' 'qt5-x11extras' 'qt5-svg' 'qt5-webengine' 'qt5-websockets'
 'qt5-quickcontrols2' 'qt5-multimedia' 'libxcrypt-compat' 'xmlsec' 'java-runtime' 'ffmpeg4.4' 'gst-plugins-bad-libs' 'python-numpy' 
 'tbb' 'apr-util' 'luajit')
 makedepends=('libarchive' 'xdg-user-dirs' 'patchelf')
 options=('!strip')

-if [ ${pkgname} == "davinci-resolve-studio" ]; then
-# Variables for STUDIO edition
-   pkgdesc='Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.'
-   _archive_name=DaVinci_Resolve_Studio_${pkgver}_Linux
-   sha256sums=('af3a698b4f7c28286fd9678f95ab73a1a73f3025996e76d9ca5ba3eec0d97481')
-   conflicts=('davinci-resolve' 'davinci-resolve-beta' 'davinci-resolve-studio-beta')
-else
-# Variables for FREE edition
-   pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
-   _archive_name=DaVinci_Resolve_${pkgver}_Linux
-   sha256sums=('6d7c3ba49c73c7d4d4da26482eb2f7248c956ea035fcc0bd62b600a2f579e522')
-   conflicts=('davinci-resolve-studio' 'davinci-resolve-beta' 'davinci-resolve-studio-beta')
-fi
-
 _archive=${_archive_name}.zip
 _installer_binary=${_archive_name}.run
 source=("${_archive}"::"$_srcurl")
@@ -198,4 +203,4 @@ package()
    popd
 }

-# vim: fileencoding=utf-8 sts=4 sw=4 noet
\ No newline at end of file
+# vim: fileencoding=utf-8 sts=4 sw=4 noet

jettscythe commented on 2023-07-29 13:07 (UTC)

The new _downloadid=16aad9a497e24871bf3c740fd1ccc1c5, same sha256sum as in @FraYoshi's comment though.

FraYoshi commented on 2023-07-27 19:04 (UTC)

_downloadid='9576186159cb49dfa8543673859d312d'
pkgver=18.5
sha256sums=('bfc415cd77f02eac72b695880fe41fd6d4aa0840a132298706a4a0480e35f2cc')

adamis commented on 2023-07-06 06:23 (UTC)

Per my previous comment two days ago... If you are having issues with color correction crashing in DR with an all AMD system and you installed the rocm-opencl-runtime package that brings in ROCM 5.4.3, you can try installing this package instead:

https://aur.archlinux.org/packages/opencl-amd

This will install ROCr OpenCL stack 5.6.0 (reboot your system after you remove the rocm-opencl-runtime and install the opencl-amd package to be safe). You may have to move your /opt/rocm folder to /opt/rocm-old before installing the package as it might complain it already exists. Move it instead of deleting in case you elect to delete the newer package and revert back to the old one. This fixed the crashing I was having while trying to do any sort of color correction in the color tab.

I am still getting crashes when clicking on the fusion tab but that appears to be a different bug than the color correction bug I guess.

adamis commented on 2023-07-03 15:58 (UTC)

Are any of you with AMD Radeon based cards and using the rocm-opencl-runtime able to access either the Fusion tab or do any color correction without crashing?

I have tried both my Radeon 7900X and an older Radeon 580, using this AUR 18.14 version as well as the 18.5 Beta version from Black Magic but every time I try to do any color correction or access the Fusion tab, DR crashes. Spent several hours last night trying to troubleshoot and research the web but no solutions. It does appear others have had the same issue with the crashing, I've seen some mention using the CPU for a color correction "node" but it appears that setting is no longer available or I just can't find it.

Everything else seems to work great with DR. It opens, I can put videos into the timeline, edit them, render them. Just no color correction or fusion effects without crashing.

BetaQuasi commented on 2023-06-20 13:04 (UTC) (edited on 2023-06-20 13:06 (UTC) by BetaQuasi)

Just noting this here - the qt5-webkit this package calls has been archived, so building this may take time (up to several hours depending on your hardware.) You can avoid that by grabbing the webkit from the archive and installing it, i.e.:

wget https://archive.archlinux.org/packages/q/qt5-webkit/qt5-webkit-5.212.0alpha4-18-x86_64.pkg.tar.zst && sudo pacman -U --noconfirm qt5-webkit-5.212.0alpha4-18-x86_64.pkg.tar.zst

dack commented on 2023-05-08 16:37 (UTC)

@AlynxZhou that's a fine workaround if you don't have anything on your system that requires intel-oneapi-compiler-shared-opencl-cpu. However, some things (like pytorch) require intel-oneapi-compiler-shared-opencl-cpu.

AlynxZhou commented on 2023-05-08 11:21 (UTC)

Hi, I find my Resolve works fine with onetbb now, if your resolve still tries to load intel's opencl, it is because a package splitting happened to intel-oneapi-compiler-shared-runtime, I suggest to remove all packages depends on it as well as itself, and then re-install the packages, now you should have no intel-oneapi-compiler-shared-opencl-cpu on your system.

dack commented on 2023-03-23 22:54 (UTC)

Resolve runs if I force uninstall intel-oneapi-compiler-shared-opencl-cpu, which is the owner of /opt/intel/oneapi/compiler/2023.0.0/linux/lib/libOpenCL.so in the backtrace.

In my case, the intel-oneapi-compiler-shared-opencl-cpu package is in the dependency chain for python-pytorch-cuda (which I use).

I'm not yet sure why resolve tries to load libOpenCL.so from that location. It doesn't seem to be the standard LD mechanism doing it (removing the entries from /etc/ld.so.conf.d and running ldconfig doesn't fix the issue). I couldn't find any obvious symlinks it might be following to there either.

dack commented on 2023-03-23 22:39 (UTC) (edited on 2023-03-23 22:41 (UTC) by dack)

@nixit What GPU do you have? On my system, resolve hangs on startup before displaying any GUI. In the log file (rollinglog.txt), it stops at "Starting GPUDetect 1.2_3-a1". Attaching with GDB and doing a backtrace shows that it's stuck on some oneapi/tbb related stuff. I'm using an RTX 3070 GPU - maybe it doesn't get stuck there with other GPUs?

Backtrace:
#0  0x00007f1f180a3ab1 in ?? () from /usr/lib/libc.so.6
#1  0x00007f1f166c64a3 in clGetExtensionFunctionAddress () from /opt/intel/oneapi/compiler/2023.0.0/linux/lib/libOpenCL.so
#2  0x00007f1f166c56e7 in ?? () from /opt/intel/oneapi/compiler/2023.0.0/linux/lib/libOpenCL.so
#3  0x00007f1f166c9bd9 in ?? () from /opt/intel/oneapi/compiler/2023.0.0/linux/lib/libOpenCL.so
#4  0x00007f1f180a3b17 in ?? () from /usr/lib/libc.so.6
#5  0x00007f1f166c64a3 in clGetExtensionFunctionAddress () from /opt/intel/oneapi/compiler/2023.0.0/linux/lib/libOpenCL.so
#6  0x00007f1f16002fc4 in ?? () from /opt/cuda/lib64/libOpenCL.so.1
#7  0x00007f1f180a3b17 in ?? () from /usr/lib/libc.so.6
#8  0x00007f1f160048df in clGetPlatformIDs () from /opt/cuda/lib64/libOpenCL.so.1
#9  0x00007f1f24219627 in ?? () from /opt/resolve/bin/../libs/libgpudetect.so
#10 0x00007f1f2420e61f in ?? () from /opt/resolve/bin/../libs/libgpudetect.so
#11 0x00007f1f24222094 in ?? () from /opt/resolve/bin/../libs/libgpudetect.so
#12 0x00007f1f241c0afd in ?? () from /opt/resolve/bin/../libs/libgpudetect.so
#13 0x00007f1f241c05c4 in ?? () from /opt/resolve/bin/../libs/libgpudetect.so
#14 0x00000000023970a8 in ?? ()
#15 0x0000000002391e7d in ?? ()
#16 0x00007f1f1803c790 in ?? () from /usr/lib/libc.so.6
#17 0x00007f1f1803c84a in __libc_start_main () from /usr/lib/libc.so.6
#18 0x0000000002390c0b in ?? ()