Package Details: davinci-resolve-studio 19.1.4-1

Git Clone URL: https://aur.archlinux.org/davinci-resolve-studio.git (read-only, click to copy)
Package Base: davinci-resolve-studio
Description: Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve studio video
Licenses: LicenseRef-Commercial
Conflicts: davinci-resolve, davinci-resolve-beta, davinci-resolve-studio-beta
Submitter: codibit
Maintainer: Muflone
Last Packager: Muflone
Votes: 45
Popularity: 2.24
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-03-22 16:28 (UTC)

Dependencies (25)

Required by (1)

Sources (1)

Pinned Comments

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

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 Next › Last »

alnippy commented on 2019-06-15 19:12 (UTC)

I am having the exact same issue as paperbenni. I have tried resolve studio 15 and 16, multiple versions. I am able to activate under windows with no issues. I have contacted tech support and they simply said Arch is not supported. I had studio 15 activated months ago under arch but after a re-install I have been unable to activate. I have tried as sudo and with no firewall. Has anyone figured this out?

codibit commented on 2019-05-27 06:27 (UTC)

To @mikehash, you flagged as out of date with the comment ´lib32-libpng12 is not available anymore on AUR. vlib32-libpng14 and lib32-libpng15 are available´ but the package is still available in the official repos (not aur), please check https://www.archlinux.org/packages/?q=lib32-libpng12

paperbenni commented on 2019-05-01 17:09 (UTC)

"There was an error when attempting to perform the activation. Please contact Blackmagic Design support for assistance. I tried running as sudo. The license key is correct and it was able to clear out other activations. Occurs with and without sudo, both in dr 15 and 16. What causes this? I'm not behind any firewall or vpn.

codibit commented on 2019-04-22 20:55 (UTC) (edited on 2019-04-22 21:09 (UTC) by codibit)

I updated the PKGBUILD to be (almost) exactly the same as the davinci-resolve package by @satriani.

I propose another way of declaring some variables so that the maintenance of the package is simpler (avoid having to search and replace everywhere where the package .zip archive or .run installer are called.

`if [ ${pkgname} == "davinci-resolve-studio" ]; then

Variables for STUDIO edition
pkgdesc='Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.'
_archive_name=DaVinci_Resolve_Studio_${pkgver}_Linux
sha256sums=('0c81412ee915d06bd744c750a44a04ef614a6c0518a1677ef146f0b1817070ca')
conflicts=('davinci-resolve-beta' 'davinci-resolve' 'davinci-resolve-studio-beta')

else

Variables for FREE edition
pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
_archive_name=DaVinci_Resolve_${pkgver}_Linux
sha256sums=('6ac9a8b06c848567e9add85e086cb9d7ac4a4bb51da9805cb688c9461392aa9f')
conflicts=('davinci-resolve-beta' 'davinci-resolve-studio' 'davinci-resolve-studio-beta')

fi`

As the packages are released at the same time, both the sha256sums can be added to their corresponding places, and only the pkgname needs to be changed from davinci-resolve to davinci-resolve-studio.

@satriani, please let me know if you like the proposal :) I also see you added a davinci-resolve-studio-beta package, but it seems to have some mistakes (in the archive name). Please consider this changes to avoid things like that.

Also, I'd like to add you as a mantainer to this version as well, if you'd like to be.

P.S. I seem to be unable to properly add the CODE syntax to this comment :/

deezid commented on 2019-02-12 11:44 (UTC)

fast update! Was about to work on the pkgbuild today :D

satriani commented on 2019-02-07 10:14 (UTC) (edited on 2019-02-07 19:22 (UTC) by satriani)

@codibit, for example: The prepare function is unusable because the archive file is already extracted before. We also do not need xorriso anymore, this is done perfectly with bsdtar. Just take a look at my PKGBUILD here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=davinci-resolve

codibit commented on 2019-02-07 09:07 (UTC)

@satriani, thanks for the heads up, which bugs do you mean?

satriani commented on 2019-02-06 22:10 (UTC)

@codibit, since the last update of my package almost everything has changed. Maybe your package works as it is, but it contains some useless bugs and does not correspond to the original. I recommend you to change your package based on mine.

codibit commented on 2019-02-05 07:16 (UTC)

@deezid, I just added you as a comaintainer. I think the fresh install issue could be a permission thing or something like that. Are you using a license key or a dongle? It didn't happen in my case, with a Dongle. Maybe we have a regression after all the changes for the new package version, as there was something like that happening before.

deezid commented on 2019-02-04 12:03 (UTC) (edited on 2019-02-04 12:08 (UTC) by deezid)

Hey, sorry to hear that. Hopefully everything is ok.

About the package. I can offer help updating the PKGBUILD (incremental updates at least which don't require too many changes) and since I'm active in several Davinci Resolve groups and forums I'll know when there's an update. There's no other source for notifications that I know of.

Btw. the .destkop file works. Pinning works with no duplicated icons. :)

Another thing I have noticed is that the computer has to be rebooted after installing or updating Davinci Resolve (Studio). Otherwise it'll only run as root or sudo. Do you have any idea what kind of problem is causing it? EDIT: It's only after a fresh install. After an update I don't have to reboot. Just tried it lol

If it can't be fixed there should be at least some kind of information somewhere I think.