Package Details: davinci-resolve-studio 19.1.4-2

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: 1.66
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-05-04 14:53 (UTC)

Dependencies (25)

Required by (1)

Sources (2)

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 2 3 4 5 6 7 8 9 .. 27 Next › Last »

jrtjrtjhjgfgjtj commented on 2024-11-17 12:27 (UTC) (edited on 2024-11-17 12:32 (UTC) by jrtjrtjhjgfgjtj)

Both yay and paru give me error.

yay:

==> Making package: davinci-resolve-studio 19.0.3-1 (Sun 17 Nov 2024 02:21:31 PM EET)
==> Retrieving sources...
  -> Downloading DaVinci_Resolve_Studio_19.0.3_Linux.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 6106M  100 6106M    0     0  88.1M      0  0:01:09  0:01:09 --:--:-- 96.7M
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    DaVinci_Resolve_Studio_19.0.3_Linux.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/rionyreva/.cache/yay/davinci-resolve-studio 
    context: exit status 1 


:: (1/1) Parsing SRCINFO: davinci-resolve-studio
==> Making package: davinci-resolve-studio 19.0.3-1 (Sun 17 Nov 2024 02:22:45 PM EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found DaVinci_Resolve_Studio_19.0.3_Linux.zip
==> Validating source files with sha256sums...
    DaVinci_Resolve_Studio_19.0.3_Linux.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: davinci-resolve-studio-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
davinci-resolve-studio - exit status 1

paru:

==> Making package: davinci-resolve-studio 19.0.3-1 (Sun 17 Nov 2024 02:28:51 PM EET)
==> Retrieving sources...
  -> Downloading DaVinci_Resolve_Studio_19.0.3_Linux.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 6106M  100 6106M    0     0  94.0M      0  0:01:04  0:01:04 --:--:-- 81.6M
==> Validating source files with sha256sums...
    DaVinci_Resolve_Studio_19.0.3_Linux.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'davinci-resolve-studio-19.0.3-1': 
error: packages failed to build: davinci-resolve-studio-19.0.3-1

abcfy2 commented on 2024-10-25 04:15 (UTC) (edited on 2024-10-25 04:16 (UTC) by abcfy2)

Here's the patch to fix download website will redirect to http in some countries. Please merge to PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index fc85f18..324cacf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _useragent="$(printf '%s' "$_useragent" | sed 's/[[:space:]]\+/ /g')"
 _useragent_escaped="${_useragent// /\\ }"

 _siteurl="https://www.blackmagicdesign.com/api/register/us/download/${_downloadId}"
-_srcurl="$(curl \
+_srcurl="$(curl -L --post301\
            -s \
            -H 'Host: www.blackmagicdesign.com' \
            -H 'Accept: application/json, text/plain, */*' \
@@ -86,6 +86,15 @@ _srcurl="$(curl \
            "$_siteurl")"

 DLAGENTS=("https::/usr/bin/curl \
+           -gqb '' -C - --retry 3 --retry-delay 3 \
+           -H Upgrade-Insecure-Requests:\ 1 \
+           -H ${_useragent_escaped} \
+           -H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \
+           -H Accept-Language:\ en-US,en;q=0.9 \
+           -o %o \
+           --compressed \
+           %u"
+           "http::/usr/bin/curl \
            -gqb '' -C - --retry 3 --retry-delay 3 \
            -H Upgrade-Insecure-Requests:\ 1 \
            -H ${_useragent_escaped} \

Thanks.

ianioc commented on 2024-10-20 11:25 (UTC)

version 19.0.3 is comming.

mattelacchiato commented on 2024-10-03 11:40 (UTC)

I've just had the problem with the licence activation, too. Thanks to the BMD support, I was able to fix it with the latest 19.0.2 version:

sudo chmod -R 7777 /opt/resolve/.license/

auralon commented on 2024-09-23 17:37 (UTC)

@awptechnologies I tried using an older version of the pkgbuild but that proved problematic. In the end I downloaded the older version binary from the Blackmagic website and installed using the provided script.

awptechnologies commented on 2024-09-22 18:28 (UTC)

I have same issue with licensing how do i downgrade to 19.0.0

auralon commented on 2024-09-22 11:11 (UTC)

Thank you @saschabaer. I actually downgraded to 18.6.6 last night and that allowed me to activate too.

saschabaer commented on 2024-09-22 07:19 (UTC)

@auralon: yes, i had the same issue. After speaking to the Blackmagic support, the suggested downgrading to 19.0.0 . Receiving back lead to a flawless activation. After that I upgraded to 19.0.1 again. Hope that helps.

auralon commented on 2024-09-21 19:20 (UTC)

I've also having issues activating my license with 19.0.1-1.

I previously had the free/non-studio version installed and that worked fine. I removed that with paru -R davinci-resolve after buying a license, and then installed this package.

I'm running a Radeon RX 7900 XT and have the following packages installed: rocm-opencl-runtime vulkan-radeon libva-mesa-driver

I've run the following actions (based on other comments here from users also having license activation issues):

`sudo chown $USER:$GROUP /opt/resolve/.license`
`sudo ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt`

I launch the app with...

`LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so" /opt/resolve/bin/resolve`

...which produces some errors:

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
log4cxx: No appender could be found for logger (BtCommon).
log4cxx: Please initialize the log4cxx system properly.
19.0.1.0006 Linux/Clang x86_64
Main thread starts: D1E82000
log4cxx: setFile(./logs/rollinglog.txt,true) call failed.
log4cxx: IO Exception : status code = 13
0x7968d1e82000 | Undefined            | INFO  | 2024-09-21 20:15:11,673 | --------------------------------------------------------------------------------
log4cxx: No output stream or file set for the appender named [RollLogAppender].
0x7968d1e82000 | Undefined            | INFO  | 2024-09-21 20:15:11,673 | Loaded log config from /home/auralon/.local/share/DaVinciResolve/configs/log-conf.xml
0x7968d1e82000 | Undefined            | INFO  | 2024-09-21 20:15:11,673 | --------------------------------------------------------------------------------

At this stage I am presented with the license key activation modal, and when I provide the license, I receive the following error:

`Cannot validate license key, please try again.`

Is anyone else experiencing the same issue?

saschabaer commented on 2024-09-19 09:30 (UTC)

i had a similiar issue:

with libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer

I was able to fix it with this command

LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so" /opt/resolve/bin/resolve