Package Details: davinci-resolve 18.6.6-2

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: 130
Popularity: 3.77
First Submitted: 2017-04-19 20:57 (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: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 .. 50 Next › Last »

satriani commented on 2023-09-20 09:55 (UTC)

Please provide feedback. Unfortunately, I have no possibility to test myself.

thedanbob commented on 2023-09-19 20:43 (UTC) (edited on 2023-09-19 20:44 (UTC) by thedanbob)

PKGBUILD for 18.6.0-2 needs a slight tweak:

diff --git a/PKGBUILD b/PKGBUILD
index 1a36990..15e68f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -179,9 +179,9 @@ prepare()

        ln -s "${srcdir}/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

-       mv "${srcdir}/squashfs-root/libc++.so.1" "${srcdir}/squashfs-root/libc++.so.1.orig"
+       mv "${srcdir}/squashfs-root/libs/libc++.so.1" "${srcdir}/squashfs-root/libs/libc++.so.1.orig"

-       ln -s /usr/lib/libc++.so.1.0 "${srcdir}/squashfs-root/libc++.so.1"
+       ln -s /usr/lib/libc++.so.1.0 "${srcdir}/squashfs-root/libs/libc++.so.1"

        echo "StartupWMClass=resolve" >> "${srcdir}/squashfs-root/share/DaVinciResolve.desktop"

jayanthl commented on 2023-09-19 11:02 (UTC)

Guys stuck on this, Dr doesn't start, running on kernel: 6.1.52-1-lts Graphics card: RTX 3060, Latest repo nivida dkms driver

Could anybody help me with this ?

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: 74E1EF80 log4cxx: setFile(./logs/rollinglog.txt,true) call failed. log4cxx: IO Exception : status code = 13 0x7fce74e1ef80 | Undefined | INFO | 2023-09-19 16:20:46,931 | -------------------------------------------------------------------------------- log4cxx: No output stream or file set for the appender named [RollLogAppender]. 0x7fce74e1ef80 | Undefined | INFO | 2023-09-19 16:20:46,931 | Loaded log config from /home/jayanthl/.local/share/DaVinciResolve/configs/log-conf.xml 0x7fce74e1ef80 | Undefined | INFO | 2023-09-19 16:20:46,931 | --------------------------------------------------------------------------------

testbird71 commented on 2023-09-18 17:51 (UTC)

@Monska85, thank you very much, that trick helps a lot

smw commented on 2023-09-18 17:36 (UTC) (edited on 2023-09-18 17:37 (UTC) by smw)

@gamegard68

You're absolutely right about libc++ from extra. ...and in fact that's what I actually did; I seem to have suffered a brain cramp when I wrote that I installed it from the AUR.

@pmatos

As per gamegard68, it's https://archlinux.org/packages/extra/x86_64/libc++/

In my case I followed the instructions (rename /opt/resolve/libs/libc++ and replace it by a symlink) first, but when I tried to run Davinci Resolve, it failed to launch because the symlink was pointing to a file that didn't exist. Installing libc++ fixed that.

Monska85 commented on 2023-09-18 16:55 (UTC) (edited on 2023-09-18 16:55 (UTC) by Monska85)

The issue about the executable name is still present.

You can fix it changing the _installer_binary variable from:

_installer_binary=${_archive_name}.run

to

_installer_binary=$(echo ${_archive_name}.run | sed 's/\([0-9]\)\.\([0-9]\)\.\([0-9]\)/\1.\2/g')

Roken commented on 2023-09-18 15:29 (UTC) (edited on 2023-09-18 15:31 (UTC) by Roken)

chmod: cannot access '/home/steve/.cache/pacaur/davinci-resolve /src/DaVinci_Resolve_18.6.0_Linux.run': No such file or directory ==> ERROR: A failure occurred in prepare().

I tried manually renaming, but that didn't work.