Package Details: davinci-resolve 19.0.3-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: 141
Popularity: 3.05
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-10-22 20:37 (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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 54 Next › Last »

Weby commented on 2019-07-21 15:21 (UTC)

@cschmid bzip2 reinstated the symlink in the latest version. Remove the symlink or --overwrite it with pacman.

wojtex commented on 2019-07-11 16:10 (UTC) (edited on 2019-07-11 16:19 (UTC) by wojtex)

@cschmid, maybe you have to import videos in MJPEG format: ffmpeg -i INPUT_VIDEO.MP4 -codec:video mjpeg -q:v 3 -an OUTPUT_VIDEO.AVI

About bzip2, maybe instead of arguing on bugtracker, just edit the davinci-resolve PKGBUILD to provide that symlink?

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.