Package Details: davinci-resolve 18.6.6-2

Git Clone URL: https://aur.archlinux.org/davinci-resolve.git (read-only, click to copy)
Package Base: davinci-resolve
Description: Professional A/V post-production software suite from Blackmagic Design
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve video
Licenses: Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: satriani
Last Packager: satriani
Votes: 131
Popularity: 2.66
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-03-24 21:14 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

satriani commented on 2021-05-15 14:15 (UTC) (edited on 2021-05-15 14:16 (UTC) by satriani)

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-beta/

And for current studio beta here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/

Thanks.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 51 Next › Last »

tippfehlr commented on 2023-10-29 19:14 (UTC)

Is there a reason for not adding LD_PRELOAD=/usr/lib64/libglib-2.0.so as default to the .desktop file?

pmatos commented on 2023-10-23 08:32 (UTC)

Currently getting:

(1/1) installing davinci-resolve                                    [#####################################] 100%
error: could not extract /opt/resolve/libs/libcufft.so.10 (Truncated zstd input)
error: problem occurred while installing davinci-resolve
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
 -> error installing: [/home/pmatos/.cache/yay/davinci-resolve/davinci-resolve-18.6.2-2-x86_64.pkg.tar.zst] - exit status 1

Has anyone seen this?

LinuxHG commented on 2023-10-17 12:38 (UTC)

Version 18.6.2 failed saying it could not find the run file. I realized this is because on line 25 _archive_run_name is set to only have the major version, but the run file has the full 18.6.2 in the file name.

Changing major_version to pkgver on line 25 fixed this problem.

This is for Davinci free. I cannot speak for Studio as I did not try to download that.

4194304a commented on 2023-10-14 02:15 (UTC)

Doesn't work, gives

Version mismatch :: (1/1) Parsing SRCINFO: davinci-resolve Version mismatch -> error making: davinci-resolve-cannot find package name: [Version mismatch] -> Failed to install the following packages. Manual intervention is required: davinci-resolve - cannot find package name: [Version mismatch]

and doesn't install

rcavalcanti commented on 2023-10-13 13:50 (UTC)

Thank's @matbonn! Works for me too. Even in 18.6.2.

For others struggling to install the free version of 18.6.2, if you follow this steps:

Edit PKGBUILD changing this lines:

minor_version=0 to minor_version=2

sha256sums=('18f391cc522a336553a32c0c8c3eb0f47e0f7478687a08aae1acbf49bfa34560') to sha256sums=('2426a790a7e3c34a84694e6de3c09fdee03b86fb6ef859c235de6b4637363c1d')

install "jq" package

try "makepkg -si" (and if you get the error "cannot access './src/DaVinci_Resolve_18.6_Linux.run': No such file or directory" do mv ./src/DaVinci_Resolve_18.6.2_Linux.run ./src/DaVinci_Resolve_18.6_Linux.run)

try "makepkg -si" again

Before first start

sudo mkdir /opt/resolve/libs/_disabled sudo mv /opt/resolve/libs/libglib-2.0.so* /opt/resolve/libs/_disabled

dvub commented on 2023-10-12 21:40 (UTC)

Installation (at least through yay) no longer works, with the error:

 -> error making: davinci-resolve-cannot find package name: [Version mismatch]
 -> Failed to install the following packages. Manual intervention is required:
davinci-resolve - cannot find package name: [Version mismatch]

ChrisC1377 commented on 2023-10-12 16:20 (UTC)

@matbonn Thanks, it works for me too, even with 18.6.2

matbonn commented on 2023-10-11 07:15 (UTC)

@VorpalWay I also found this workaround and works well https://superuser.com/questions/1780166/davinci-resolve-no-longer-opening

sudo mkdir /opt/resolve/libs/_disabled sudo mv /opt/resolve/libs/libglib-2.0.so* /opt/resolve/libs/_disabled

jacobgkau commented on 2023-10-11 05:26 (UTC)

@VorpalWay You can work around the libpango error by launching from the terminal with LD_PRELOAD=/usr/lib64/libglib-2.0.so in front.

VorpalWay commented on 2023-10-10 18:05 (UTC) (edited on 2023-10-10 18:06 (UTC) by VorpalWay)

The package seems slightly broken currently:

$ /opt/resolve/bin/resolve
/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_string_free_and_steal

I guess it needs to bundle a different version of that library.

Starting via the .desktop file doesn't work either (which is why I tried the terminal in the first place)