Package Details: davinci-resolve 20.0-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: LicenseRef-Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: Muflone
Last Packager: Muflone
Votes: 155
Popularity: 4.76
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2025-05-31 18:16 (UTC)

Dependencies (25)

Required by (0)

Sources (2)

Pinned Comments

Muflone commented on 2025-01-26 00:55 (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.

satriani commented on 2021-05-15 14:14 (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-beta/

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

Thanks.

Latest Comments

« First ‹ Previous 1 .. 40 41 42 43 44 45 46 47 48 49 50 .. 60 Next › Last »

C_Schmidpeter commented on 2019-07-08 08:01 (UTC)

Added a request to reopen the libbzip2 bug ticket in order to add the missing symlink again (https://bugs.archlinux.org/task/63070).

C_Schmidpeter commented on 2019-07-07 09:14 (UTC)

@Weby: Thank you, that is much more elegant than downgrading. I can start the app now, however I don't see any video playback / video preview. All vidio display is simply missing.

Does anybody know how to fix that?

Weby commented on 2019-07-07 07:48 (UTC) (edited on 2019-07-07 07:50 (UTC) by Weby)

Apparently, bzip2 version 1.0.7 (the latest as of right now) removes the /usr/lib/libbz2.so.1 symlink.

You could manually re-add it by issuing the following command : sudo ln -s /usr/lib/libbz2.so.1.0.7 /usr/lib/libbz2.so.1

No clue why they removed that symlink.

Be wary that in doing so, the next update of libbz2 might not work properly (you probably will need to remove the /usr/lib/libbz2.so.1 file before upgrading bzip2).

C_Schmidpeter commented on 2019-07-07 07:45 (UTC) (edited on 2019-07-07 07:47 (UTC) by C_Schmidpeter)

As the ticket https://bugs.archlinux.org/task/63101 suggests, as a temporary workaround for the "error while loading shared libraries: libbz2.so.1: cannot open shared object file library" issue, the bzip2 library can be downgraded to libz2 1.0.6

Steps that did the trick for me:

ls /var/cache/pacman/pkg | grep bzip2

,# choose a bzip2 version prior to 1.0.7. It worked for me with 1.0.6-8, which I will use in the following command:

sudo pacman -U /var/cache/pacman/pkg/bzip2-1.0.6-8-x86_64.pkg.tar.xz

,# it should now run without an error message (only some warnings appear):

/opt/resolve/bin/resolve

C_Schmidpeter commented on 2019-07-07 07:12 (UTC) (edited on 2019-07-07 07:40 (UTC) by C_Schmidpeter)

@Weby: I have bzip2 installed, but thank you for your attemt to help.

However, there seems to be a regression in bzip2 1.0.7 of missing symlinks according to this recently created bugticket I just found: https://bugs.archlinux.org/task/63101 This ticket has been closed though in favor of this one https://bugs.archlinux.org/task/63070 which has been closed too whith the argument "The soname is libbz2.so.1.0, so everything is correct here " I think this ticket needs to be reopened, as not everything is correct there.

Weby commented on 2019-07-07 06:44 (UTC)

@cschmid install bzip2.

@satriani please add bzip2 dependency.

C_Schmidpeter commented on 2019-07-07 06:16 (UTC)

The application does not start. Starting from command line shows the error output:

$/opt/resolve/bin/resolve

/opt/resolve/bin/resolve: error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory

(same issue on the davinci-resolve-beta package too)

Weby commented on 2019-06-18 18:21 (UTC)

Please remove the qt4 dependency.

https://lists.archlinux.org/pipermail/arch-dev-public/2019-April/029560.html

Not supported officially by Arch anymore, and the whole installation and runtime of Resolve seems to function perfectly fine without it here.

Ashark commented on 2019-06-04 14:17 (UTC)

@satriani, This package should depend opencl-icd-loader instead of ocl-icd.

tsweet64 commented on 2019-05-25 20:01 (UTC)

Nevermind I was an idiot, ignore the out-of-date flag.