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: 46
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 26 Next › Last »

mamPHP commented on 2024-03-25 21:17 (UTC) (edited on 2024-03-25 21:18 (UTC) by mamPHP)

Even after last update, still the same error!

/opt/resolve/bin/resolve 
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

mamPHP commented on 2024-03-03 16:01 (UTC) (edited on 2024-03-03 16:02 (UTC) by mamPHP)

It seems to not work any more, at least with the last LTS kernel.

 
/opt/resolve/bin/resolveActCCMessage 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

jwan commented on 2024-02-26 08:33 (UTC) (edited on 2024-02-26 08:34 (UTC) by jwan)

TheDarkula, is this to fix the issue below?

:: Proceed with installation? [Y/n] (1/1) checking keys in keyring [##################################################################################################################################] 100% (1/1) checking package integrity [##################################################################################################################################] 100% (1/1) loading package files [##################################################################################################################################] 100% (1/1) checking for file conflicts [##################################################################################################################################] 100% (1/1) checking available disk space [##################################################################################################################################] 100% :: Processing package changes... (1/1) upgrading davinci-resolve-studio [##################################################################################################################################] 100% warning: directory permissions differ on /opt/resolve/.license/ filesystem: 777 package: 755 :: Running post-transaction hooks... (1/5) Reloading device manager configuration... (2/5) Arming ConditionNeedsUpdate... (3/5) Updating the MIME type database... (4/5) Updating icon theme caches... (5/5) Updating the desktop file MIME type cache... error: packages failed to build: postman-bin-10.23.5-1

TheDarkula commented on 2024-02-24 16:31 (UTC) (edited on 2024-02-24 16:32 (UTC) by TheDarkula)

To update this to version 18.6.5, change the following lines in the PKGBUILD:

minor_version=4 becomes minor_version=5

elif [ "$pkgname" == "davinci-resolve-studio" ]; then
    # Variables for STUDIO edition
    _product="DaVinci Resolve Studio"
    _referid='ad4b2831fdea407f91ba6cb6c5d85640'
    _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve-studio/linux"
    sha256sums=('ef168770f607219df7aadd326adc86b99ec634b4daab66230e36fbadba9d6916')

becomes

elif [ "$pkgname" == "davinci-resolve-studio" ]; then
    # Variables for STUDIO edition
    _product="DaVinci Resolve Studio"
    _referid='ad4b2831fdea407f91ba6cb6c5d85640'
    _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve-studio/linux"
    sha256sums=('0610031560736946186bd076f070b1eefaa29393780dafde750c414a89b803b4')

I have tested this, and all functions properly :)

adamis commented on 2024-02-02 06:20 (UTC)

I've not been able to run this since 18.3. I recently installed DR 18.6.4-1 with kernel 6.7.2-zen1-2-zen and ROCM 5.7.1-1 and it fired right up. Nice to see whatever issue was keeping it from running has been resolved now.

tjb commented on 2023-12-31 02:04 (UTC)

Installs fine but crashes on launch with AMD Radeon VII

AlynxZhou commented on 2023-12-12 06:05 (UTC)

Or, because we don't expect this app to be relocated, we could also link it against /opt:

ln -s "/opt/${_pkgname}/BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

AlynxZhou commented on 2023-12-12 05:43 (UTC)

About Line 182 in current PKGBUILD (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=davinci-resolve-studio#n182):

ln -s "${srcdir}/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

If you want it to link to correct path after packaging and installing, maybe you should use relative path:

ln -s "../BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"

the currently PKGBUILD makes it links to user's build dir, and if they remove build dir, or install the package on another machine, it won't work.

Blu3wolf commented on 2023-12-02 03:54 (UTC)

After a fresh install on my system, the following is found in the output of ls -al /opt/resolve/bin

lrwxrwxrwx 1 root root 103 Dec 2 11:32 BlackmagicRawAPI -> /var/tmp/pamac-build-blue/davinci-resolve-studio/src/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI

In any event, it doesn't run.