Package Details: davinci-resolve-studio 19.1.2-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: Commercial
Conflicts: davinci-resolve, davinci-resolve-beta, davinci-resolve-studio-beta
Submitter: codibit
Maintainer: Muflone
Last Packager: Muflone
Votes: 42
Popularity: 2.50
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-01-05 20:37 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 24 Next › Last »

fhajji commented on 2021-07-14 03:40 (UTC)

After the update, progl now dumps core:

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
ActCCMessage Already in Table: Code= 2282, Mode=  0, Level=  0, CmdKey= 8, Option= 0
PnlMsgActionStringAdapter Already in Table: Code= 615e, Mode=  0, Level=  0, CmdKey= -1, Option= 0
17.2.2.0004 Linux/Clang x86_64
Main thread starts: 30C12580
0x7f0f30c12580 | Undefined            | INFO  | 2021-07-14 05:31:15,199 | --------------------------------------------------------------------------------
0x7f0f30c12580 | Undefined            | INFO  | 2021-07-14 05:31:15,205 | Loaded log config from /home/farid/.local/share/DaVinciResolve/configs/log-conf.xml
0x7f0f30c12580 | Undefined            | INFO  | 2021-07-14 05:31:15,205 | --------------------------------------------------------------------------------
/usr/bin/progl: line 30:  2990 Segmentation fault      (core dumped) "$@"

Log:

0x7f0f30c12580 | Main                 | INFO  | 2021-07-14 05:31:15,224 | Running DaVinci Resolve Studio v17.2.2.0004 (Linux/Clang x86_64)
0x7f0f30c12580 | Main                 | INFO  | 2021-07-14 05:31:15,224 | BMD_BUILD_UUID 8fea1acd-a175-4f3e-aa1e-a4666707d33b
0x7f0f30c12580 | Main                 | INFO  | 2021-07-14 05:31:15,224 | BMD_GIT_COMMIT 136c2ab8e881295efb47160ea8fcb99d78ea9c40
0x7f0f30c12580 | GPUDetect            | INFO  | 2021-07-14 05:31:15,270 | Starting GPUDetect 1.1_3-a4

AMD Radeon RX 580.

Bink commented on 2021-05-24 02:46 (UTC) (edited on 2021-05-25 06:59 (UTC) by Bink)

With 17.2-3, for me it failed checksum, but this can be resolved by performing a clean build.

dack commented on 2021-05-20 15:57 (UTC)

What is the intended purpose of the "setting the right permissions section"? I've found that all the files end up owned by the user who ran makepkg. This is not desirable or standard behavior for any other package. The installed files should be owned by root, not whatever UID/GID happened to run makepkg.

If I remove the entire "setting permissions" section, the ownership is correct by default (since makepkg runs it within a fakeroot environment). Can this section just be removed? Was it intended to fix/work around some issue?

immelman commented on 2021-05-20 09:09 (UTC)

The missing url problem from the comment below is confirmed. I've read that we are supposed to change the download ID in the PKGBUILD but I cannot reproduce the chromium steps suggested in the PKGBUILD. Can someone post the fix?

gavinhungry commented on 2021-05-19 18:07 (UTC) (edited on 2021-05-19 18:07 (UTC) by gavinhungry)

With 17.2-2, I'm seeing:

  -> Downloading DaVinci_Resolve_Studio_17.2_Linux.zip...
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: ''

Potvis commented on 2021-05-18 12:49 (UTC)

I get "DaVinci_Resolve_Studio_17.2_Linux.zip ... FAILED ==> ERROR: One or more files did not pass the validity check" The sha256 of my zip file is 816ee9b66ef546c7cf41233c7e9ee3ffedfa5d867466225c1680a0ee45131f0c even after trying another time.

The sha256 of zip file according to the pkgbuild should be 5a2a447c6c4cea957d5166d565b683f516492cd4c571a0f143cbb9ab827da9ba

How did this happen?

immelman commented on 2021-05-16 01:42 (UTC)

Fails to build right now. Be sure to add "chmod +x ./${_installer_binary}" beetween line 120 and 121

alcomatt commented on 2021-05-15 15:03 (UTC)

Needs chmod +x between just in front of line 120 in PKGFILE, otherwise, fails to build

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

For current free beta here: https://aur.archlinux.org/packages/davinci-resolve-beta/

Thanks.

putte64 commented on 2021-04-09 20:10 (UTC)

Hi.

There is a typo in the following line:

install -Dm644 share/DaVinciControlPanelSetup.desktop "${pkgdir}/usr/share/applications/${resolve_app_name}-Panels.desktop"

An "s" has to be added in /DaVinciControlPanels*Setup. (without the * *)

That's probably why this line is commented out, build will exit if not fixed.