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: 46
Popularity: 2.07
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 10 .. 26 Next › Last »

Rubble1278 commented on 2024-09-17 10:44 (UTC)

@FraYoshi try selecting cleanBuild. If that doesn’t work follow the comment from @Seeed about deleting the selected files or move them to another location

FraYoshi commented on 2024-09-16 14:24 (UTC)

"/opt/resolve/DaVinci Control Panels Setup/DaVinci Control Panels Setup" gives back a symbol lookup error: /opt/resolve/libs/libc++.so.1: undefined symbol: __cxa_init_primary_exception anybody got it solved?

spychodelics commented on 2024-09-05 10:59 (UTC) (edited on 2024-09-05 11:02 (UTC) by spychodelics)

DaVinci_Resolve_Studio_19.0_Linux.zip now holds a DaVinci_Resolve_Studio_19.0.1_Linux.run

dirty way, changing sha256 and symlinking the DaVinci_Resolve_Studio_19.0.1_Linux.run to DaVinci_Resolve_Studio_19.0_Linux.run works

Bink commented on 2024-09-02 05:29 (UTC)

@ilovesusu If you aren't already, make sure you select to cleanBuild the package.

ilovesusu commented on 2024-09-01 03:57 (UTC)

==> Making package: davinci-resolve-studio 19.0-5 (2024年09月01日 星期日 11时56分15秒)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found DaVinci_Resolve_Studio_19.0_Linux.zip
==> Validating source files with sha256sums...
    DaVinci_Resolve_Studio_19.0_Linux.zip ... Passed
==> Extracting sources...
  -> Extracting DaVinci_Resolve_Studio_19.0_Linux.zip with bsdtar
==> Starting prepare()...
~/.cache/yay/davinci-resolve-studio/src ~/.cache/yay/davinci-resolve-studio/src
/home/susu/.cache/yay/davinci-resolve-studio/PKGBUILD: line 118: /home/susu/.cache/yay/davinci-resolve-studio/src/DaVinci_Resolve_Studio_19.0_Linux.run: cannot execute: required file not found
==> ERROR: A failure occurred in prepare().
    Aborting...

Rubble1278 commented on 2024-08-29 23:43 (UTC) (edited on 2024-08-29 23:48 (UTC) by Rubble1278)

@urbenlegend Looks like the issue is line 201. A small typo.

mv "${srcdir}/squashfs-root/lib/libgdk_pixbuf-2.0.so.0" "${srcdir}/squashfs-root/lib/libgdk_pixbuf-2.0.so.0.orig"

Should be

mv "${srcdir}/squashfs-root/libs/libgdk_pixbuf-2.0.so.0" "${srcdir}/squashfs-root/libs/libgdk_pixbuf-2.0.so.0.orig"

line 203

ln -s /usr/lib/libgdk_pixbuf-2.0.so.0 "${srcdir}/squashfs-root/lib/libgdk_pixbuf-2.0.so.0"

should be

ln -s /usr/lib/libgdk_pixbuf-2.0.so.0 "${srcdir}/squashfs-root/libs/libgdk_pixbuf-2.0.so.0" I haven't had time to run it yet. I'm not sure if there's anything else.

urbenlegend commented on 2024-08-29 20:54 (UTC)

With 19.0-4, I am getting a different error regarding libgdk_pixbuf-2.0.so.0:

mv: cannot stat '/home/user/.cache/paru/clone/davinci-resolve-studio/src/squashfs-root/lib/libgdk_pixbuf-2.0.so.0': No such file or directory

satriani commented on 2024-08-29 15:52 (UTC)

Sorry guys. I hope everything works this time. The problem is, I can't test it locally at the moment.

Seeed commented on 2024-08-29 07:03 (UTC) (edited on 2024-08-29 07:05 (UTC) by Seeed)

After the update to 19.0.3 I had the same error again launching Resolve: /opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_static_name

I can confirm that this fixed it for me too:

sudo rm /opt/resolve/libs/libglib-2.0.so*
sudo rm /opt/resolve/libs/libgio-2.0.so*
sudo rm /opt/resolve/libs/libgmodule-2.0.so*