Package Details: davinci-resolve-beta 19.0b4-1

Git Clone URL: https://aur.archlinux.org/davinci-resolve-beta.git (read-only, click to copy)
Package Base: davinci-resolve-beta
Description: Professional A/V post-production software suite from Blackmagic Design
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Licenses: Commercial
Conflicts: davinci-resolve, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: satriani
Maintainer: ttc0419
Last Packager: matthewq337
Votes: 16
Popularity: 0.014021
First Submitted: 2017-05-04 16:50 (UTC)
Last Updated: 2024-06-30 20:10 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

ttc0419 commented on 2024-11-26 11:41 (UTC)

Will be updated once 20 beta is released; users should use 19 at the moment.

Latest Comments

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

Ashark commented on 2019-08-17 20:46 (UTC)

@satriani, I have just checked it for 16.1b1 - automatic downloading works. Can you make me a co-maintainer and I will edit this PKGBUILD?

codibit commented on 2019-08-07 10:03 (UTC)

@Razende thanks for pointing that out, I will try to remember and check in the next release (to avoid unnecessary rebuilds for now)

Razende commented on 2019-08-07 09:59 (UTC)

Hi, it looks like the opencl-driver dependency is missing. In my case opencl-nvidia was needed to make Davinci Resolve run.

Maybe those dependencies can be added like in the davinci-resolve stable package? https://aur.archlinux.org/packages/davinci-resolve/

Thanks for submitting and maintaining this beta, great work :)

satriani commented on 2019-07-31 10:46 (UTC)

@Ashark I already tried a few months ago, somehow it did not work for me. I'll take another look at it.

Ashark commented on 2019-07-30 14:58 (UTC)

@codibit I mean it is possible to download sources automatically, like any normal pkgbuild does. BlackMagick Design require you to fill in a form before downloading free version. So you cannot just use a url in pkgbuild. You need to use a dlagent. See https://wiki.archlinux.org/index.php/Nonfree_applications_package_guidelines#Custom_DLAGENTS

codibit commented on 2019-07-28 14:12 (UTC)

Updated to 16b7 and removed libbz2 link fix, as the original package provides it now. @Ashark, I don't really know what you mean by that.

Ashark commented on 2019-07-13 01:42 (UTC)

@codibit consider adding DLAGENT instead of that ugly "make user's life easier" hack. See this example: https://gist.github.com/Ashark/a194db36c8acd53f3cff496b617628fb#file-davinci-resolve-pkgbuild-L25

codibit commented on 2019-07-11 16:56 (UTC)

Updated to 16b6 and fixed missing libbz2.so.1

codibit commented on 2019-07-08 08:22 (UTC) (edited on 2019-07-08 16:02 (UTC) by codibit)

@Weby I am using manjaro and as of now bzip2 1.0.6 seems to be the latest fersion for me. I will eventually check in an Archlinux machine.

UPDATE: It's happening to me in an arch install too. Seems by this thread (https://bugs.archlinux.org/task/63070) that the link won't be added in the future, I guess we'll have to fix it in the package.

Weby commented on 2019-07-07 07:56 (UTC)

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

Or you can downgrade it to bzip2 version 1.0.6.

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).