Package Details: davinci-resolve 19.0.1-1

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: 138
Popularity: 2.17
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-09-05 20:35 (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 .. 49 50 51 52 53 54

perlsite commented on 2017-04-29 13:11 (UTC) (edited on 2017-04-29 13:13 (UTC) by perlsite)

I was trying to install DaVinci_Resolve_14.0b1_Linux.zip and headed the same issues. To resolve the problem I've downloaded the following package: http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.6_amd64.deb that package contains data.tar.xz -> /./lib/x86_64-linux-gnu/ libssl.so.1.0.0 libcrypto.so.1.0.0 I have extracted both to /opt/resolve/libs and I have created the respective symlinks: sudo ln -s /opt/resolve/libs/libcrypto.so.1.0.0 /opt/resolve/libs/libcrypto.so.10 sudo ln -s /opt/resolve/libs/libssl.so.1.0.0 /opt/resolve/libs/libssl.so.10 The second problem was the missing libpng12 and log4cxx packages that I needed to install too. The last problem was that I had to install nvidia package (latest drivers) - that dependency is not listed too (although I use actually nvidia-dkms). This could be potentially added to the PKGBUILD like this: if pacman -Qq nvidia >/dev/null 2>&1; then depends+=(nvidia) elif pacman -Qq nvidia-lts >/dev/null 2>&1; then depends+=(nvidia-lts) elif pacman -Qq nvidia-dkms >/dev/null 2>&1; then depends+=(nvidia-dkms) else echo "This package requires either nvidia or nvidia-lts or nvidia-dkms, but neither is installed." echo "Compilation aborted." return 1 fi hint: As a side note, I'm using 4K display and the GUI interface is too small and not HiDPI friendly, so you might want to modify the /usr/share/applications/DaVinci\ Resolve.desktop to have the following Exec line: Exec=env QT_DEVICE_PIXEL_RATIO=2 /opt/resolve/bin/resolve

jonathon commented on 2017-04-28 08:13 (UTC)

@tjb0607 Please see https://bugs.archlinux.org/task/53836

tjb0607 commented on 2017-04-28 06:24 (UTC)

all dependencies are installed and up-to-date, but the program fails to start

tjb0607 commented on 2017-04-28 06:22 (UTC)

23:19:41 > ~ > $ /opt/resolve/bin/start-resolve ActCCMessage Already in Table: Code= 2222, Mode= 0, Level= 0, CmdKey= 8, Option= 0 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 /opt/resolve/bin/resolve: symbol lookup error: /opt/resolve/bin/resolve: undefined symbol: OPENSSL_add_all_algorithms_noconf 23:19:57 > ✘ > ~ > $