Package Details: davinci-resolve 18.6.6-4

Git Clone URL: https://aur.archlinux.org/davinci-resolve.git (read-only, click to copy)
Package Base: davinci-resolve
Description: Professional A/V post-production software suite from Blackmagic Design
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve video
Licenses: Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: satriani
Last Packager: satriani
Votes: 134
Popularity: 3.71
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-06-19 20:45 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

satriani commented on 2021-05-15 14:15 (UTC) (edited on 2021-05-15 14:16 (UTC) by satriani)

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-beta/

And for current studio beta here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/

Thanks.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 52 Next › Last »

smw commented on 2023-09-17 15:49 (UTC) (edited on 2023-09-17 15:51 (UTC) by smw)

There's a small error in 18.6.0. In particular,

_installer_binary=${_archive_name}.run

...which makes sense, except that ${_archive_name} is "DaVinci_Resolve_18.6.0_Linux", but the actual file is "DaVinci_Resolve_18.6_Linux.run" (notice 18.6, not 18.6.0).

Editing this in the PKGBUILD fixes the problem. I took the easy way out and just added the line

_installer_binary="DaVinci_Resolve_18.6_Linux.run"

immediately after the existing version above (line 105 of the unedited file).

Ekim0789 commented on 2023-09-17 15:49 (UTC) (edited on 2023-09-17 15:50 (UTC) by Ekim0789)

Build failing in the prepare stage for me

Monska85 commented on 2023-09-16 21:54 (UTC) (edited on 2023-09-16 22:03 (UTC) by Monska85)

I would suggest the following git patch to make this package work again using the 18.6.0 DavinciResolve software.

diff --git a/PKGBUILD b/PKGBUILD
index 1e82ad1..b10c605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
 # It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId

 pkgname=davinci-resolve
-pkgver=18.5.1
+pkgver=18.6.0
 pkgrel=2
 if [[ "$pkgname" == "davinci-resolve" ]];then
     # Variables for FREE edition
     _product="DaVinci Resolve"
     _referid='3d7a9703a5614d16834816641a447f7f'
     _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve/linux"
-    sha256sums=('3c5da589f987d437a0f1c51f3ef16e33147ba6bd947a5bf549acfa57a6fb41aa')
+    sha256sums=('18f391cc522a336553a32c0c8c3eb0f47e0f7478687a08aae1acbf49bfa34560')
     pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
     _archive_name=DaVinci_Resolve_${pkgver}_Linux
     conflicts=('davinci-resolve-studio' 'davinci-resolve-beta' 'davinci-resolve-studio-beta')
@@ -100,7 +100,7 @@ makedepends=('libarchive' 'xdg-user-dirs' 'patchelf' 'jq')
 options=('!strip')

 _archive=${_archive_name}.zip
-_installer_binary=${_archive_name}.run
+_installer_binary=$(echo ${_archive_name}.run | sed 's/\([0-9]\)\.\([0-9]\)\.\([0-9]\)/\1.\2/g')
 source=("${_archive}"::"$_srcurl")

 prepare()

I tested these changes only with the davinci-resolve package.

The patch makes these changes:

  1. pkgver=18.6.0: change to the new and latest version 18.6.0.
  2. sha256sums=('18f391cc522a336553a32c0c8c3eb0f47e0f7478687a08aae1acbf49bfa34560'): new sha256sum of the zip archive.
  3. _installer_binary=$(echo ${_archive_name}.run | sed 's/\([0-9]\)\.\([0-9]\)\.\([0-9]\)/\1.\2/g'): the .run file inside the archive now is named only using major.minor syntax, so I have removed the patch semver part from the .run file name.

I hope that this could be useful to fix the package for the maintainer or to install the package with manual fixes for the other ones.

BenTowali commented on 2023-09-16 03:32 (UTC)

This needs a version bump to 18.5.6

jayanthl commented on 2023-09-03 08:24 (UTC) (edited on 2023-09-03 08:25 (UTC) by jayanthl)

@ghfujianbin

Tried it same issue and here is the logs of ./resolve

ActCCMessage Already in Table: Code= c005, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c006, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= c007, Mode= 13, Level= 1, CmdKey= -1, Option= 0 ActCCMessage Already in Table: Code= 2282, Mode= 0, Level= 0, CmdKey= 8, Option= 0 PnlMsgActionStringAdapter Already in Table: Code= 615e, Mode= 0, Level= 0, CmdKey= -1, Option= 0 log4cxx: No appender could be found for logger (BtCommon). log4cxx: Please initialize the log4cxx system properly. 18.5.1.0006 Linux/Clang x86_64 Main thread starts: 97E2DF80 0x7f5797e2df80 | Undefined | INFO | 2023-09-03 13:47:01,176 | -------------------------------------------------------------------------------- 0x7f5797e2df80 | Undefined | INFO | 2023-09-03 13:47:01,176 | Loaded log config from /home/jayanthl/.local/share/DaVinciResolve/configs/log-conf.xml 0x7f5797e2df80 | Undefined | INFO | 2023-09-03 13:47:01,176 | --------------------------------------------------------------------------------

ghfujianbin commented on 2023-09-01 08:20 (UTC)

@jayanthl Just kill the process and restart Davinci.

jayanthl commented on 2023-09-01 07:55 (UTC)

Hi if i try to run davinci resolve i'm getting a white blank loading screen, and application goes on a loop, anybody encountered issue and solution please ?

Swivel commented on 2023-08-27 22:06 (UTC) (edited on 2023-08-27 23:24 (UTC) by Swivel)

For those looking for a quick workaround, see @phoepsilonix's comment

For AMD GPU users, see johnny.honu's comment


This package is not working and is out of date.

Going to DaVinci_Resolve_18.1.4_Linux.zip, as linked in the sources, results in the following error:

This URL is invalid or has expired.

If you are not redirected automatically, please locate your download on the Blackmagic Design Support page.

makepkg -scCir
==> Making package: davinci-resolve 18.1.4-1 (Sun 27 Aug 2023 05:02:05 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: DaVinci_Resolve_18.1.4_Linux.zip was not found in the build directory and is not a URL.
makepkg -oscCir
==> Making package: davinci-resolve 18.1.4-1 (Sun 27 Aug 2023 05:02:31 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: DaVinci_Resolve_18.1.4_Linux.zip was not found in the build directory and is not a URL.
makepkg -osC
==> Making package: davinci-resolve 18.1.4-1 (Sun 27 Aug 2023 05:02:37 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: DaVinci_Resolve_18.1.4_Linux.zip was not found in the build directory and is not a URL.
makepkg -s
==> Making package: davinci-resolve 18.1.4-1 (Sun 27 Aug 2023 05:02:37 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: DaVinci_Resolve_18.1.4_Linux.zip was not found in the build directory and is not a URL.

johnny.honu commented on 2023-08-26 02:41 (UTC) (edited on 2023-08-26 02:44 (UTC) by johnny.honu)

Thank you @phoepsilonix! Your full package build for version 18.5.1 worked like a charm.

HINT FOR OTHER USERS: I needed to install the 'jq' package for the PKGBUILD script to work.

ANOTHER HINT FOR AMD GPU USERS: I got DaVinci Resolve working on my 7900XTX by following the instructions on the Arch Wiki site. Here are the three easy steps:

  1. Be sure you do not have 'rocm-opencl-runtime' installed; uninstall it if you do.
  2. Install 'amdgpu-pro-oglp' and 'opencl-amd' from AUR.
  3. Edit the DaVinciResolve.desktop file so that the Exec line reads Exec=/usr/bin/progl /opt/resolve/bin/resolve %u