Package Details: davinci-resolve 20.0-1

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: LicenseRef-Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: Muflone
Last Packager: Muflone
Votes: 155
Popularity: 4.76
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2025-05-31 18:16 (UTC)

Dependencies (25)

Required by (0)

Sources (2)

Pinned Comments

Muflone commented on 2025-01-26 00:55 (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.

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

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

Thanks.

Latest Comments

« First ‹ Previous 1 .. 48 49 50 51 52 53 54 55 56 57 58 .. 60 Next › Last »

shimano commented on 2018-12-09 12:17 (UTC)

hellow Satriani. On Manjarolinux cannot install this packages . error on download and assembly.

satriani commented on 2018-11-30 21:40 (UTC)

@Ashark Thanks for the tip

Ashark commented on 2018-11-29 14:03 (UTC)

@satriani When you will update package, be aware, that pkgrel starts from 1 when pkgver changes. See here: https://wiki.archlinux.org/index.php/PKGBUILD#pkgrel It is convenient for users, because they can edit PKGBUILD themselves before it gets update in aur. Users use 0 as a pkgrel so when aur's version gets update, they notice it.

whatever commented on 2018-09-29 11:00 (UTC)

Doesn't build with 15.1.1 supplied (sha256 mismatch), an update for the PKGBUILD would be appreciated.

satriani commented on 2018-09-12 08:01 (UTC)

Issues and bugs, please report on the official forum here: https://forum.blackmagicdesign.com/viewforum.php?f=21&sid=239f0d5c49abe5d6a635b69638192e9a Thank you!

spyridonas commented on 2018-09-05 15:32 (UTC) (edited on 2018-09-05 15:33 (UTC) by spyridonas)

15.0.1 installs fine but it doesn't start

"log4cxx: No appender could be found for logger (Undefined).

log4cxx: Please initialize the log4cxx system properly. segfault (core dumped)"

reber commented on 2018-09-04 18:59 (UTC) (edited on 2018-09-04 19:35 (UTC) by reber)

Heyall, davinci-resolve installs fine but when i run it i get, any ideas :

$ /opt/resolve/bin/start-resolve
ActCCMessage Already in Table: Code= 2282, Mode=  0, Level=  0, CmdKey= 8, Option= 0
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
15.0.1 (#003) Linux/Clang
Main thread starts: F8019B40
log4cxx: No appender could be found for logger (Undefined).
log4cxx: Please initialize the log4cxx system properly.
segfault (core dumped)

ganthore commented on 2018-09-02 00:29 (UTC) (edited on 2018-09-02 00:34 (UTC) by ganthore)

/home/ganthore/code/aur/davinci-resolve/PKGBUILD: line 23: xdg-user-dir: command not found

Hey, you should add the extra/xdg-user-dirs package to the depends() array if you're going to call it directly in the PKGBUILD.

https://github.com/ganthore/arch-davinci-resolve/blob/master/PKGBUILD

fthiery commented on 2018-09-01 13:39 (UTC)

So after some digging it does playback uncompressed (yuv/rgb) and mjpeg with pcm files (e.g. gst-launch-1.0 videotestsrc num-buffers=30 ! jpegenc ! queue ! qtmux name=mux ! filesink location=testjpeg.mov audiotestsrc samplesperbuffer=44100 ! mux.)

I understand this may not be the place to discuss that, but sometimes it's hard to distinguish build/install errors from unsupported features (especially since the logs are just silent about the h264 decode).

These documents are kind of contradicting each other: - https://documents.blackmagicdesign.com/DaVinciResolve/20180404-10399d/DaVinci_Resolve_15_Feature_Comparison.pdf (says h264 decode is not supported on resolve) - http://documents.blackmagicdesign.com/DaVinciResolve/20180406-341247/DaVinci_Resolve_15_Supported_Codec_List.pdf (says it is)

Can anyone comment if he succeeded playback of some h264 files, or clarify the epxected status ?