Package Details: davinci-resolve 19.1.4-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: 150
Popularity: 2.52
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2025-03-22 03:49 (UTC)

Dependencies (25)

Required by (0)

Sources (1)

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 .. 49 50 51 52 53 54 55 56 57 58 59 60 Next › Last »

alfredo.ardito commented on 2018-08-26 07:21 (UTC) (edited on 2018-08-26 07:22 (UTC) by alfredo.ardito)

Tried building after the last commit and stil fails with the same:
==> ERROR: DaVinci_Resolve_15.0_Linux.zip was not found in the build directory and is not a URL.

alfredo.ardito commented on 2018-08-24 20:23 (UTC)

Even after applying the patch I get this error:
-> Please remember to put a package archive DaVinci_Resolve_15.0_Linux.zip in
or in your Downloads directory.
==> Making package: davinci-resolve 15.0-0 (ven 24 ago 2018, 22.22.24, CEST)
==> Retrieving sources...
==> ERROR: DaVinci_Resolve_15.0_Linux.zip was not found in the build directory and is not a URL.
==> ERROR: Could not download sources.

marcinn commented on 2018-08-22 09:36 (UTC) (edited on 2018-08-22 09:37 (UTC) by marcinn)

Please apply this patch to make installing easier:

diff --git a/PKGBUILD b/PKGBUILD
index c68b515..7dd91ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,11 @@ depends=('glu' 'gtk2' 'gstreamer' 'libpng12' 'lib32-libpng12' 'ocl-icd' 'openssl
          'qt5-webengine' 'qt5-websockets')
 options=('!strip')
 conflicts=('davinci-resolve-beta' 'davinci-resolve-studio' 'davinci-resolve-studio-beta')
+DOWNLOADS_DIR=`xdg-user-dir DOWNLOAD`

 if [ ! -f ${pkgdir}/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
-  if [ -f $HOME/Downloads/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
-    ln -sfn $HOME/Downloads/DaVinci_Resolve_${pkgver}_Linux.zip ${pkgdir}
+  if [ -f $DOWNLOADS_DIR/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
+    ln -sfn $DOWNLOADS_DIR/DaVinci_Resolve_${pkgver}_Linux.zip ${pkgdir}
   else
     msg2 "Please remember to put a package archive DaVinci_Resolve_${pkgver}_Linux.zip in ${pkgdir} or in your Downloads directory."
     sleep 3

simona commented on 2018-08-20 12:28 (UTC)

==> ERRORE: impossibile trovare DaVinci_Resolve_15.0_Linux.zip nella directory di compilazione e non è un URL.

jacobgkau commented on 2018-08-19 06:12 (UTC)

On my machine running PulseAudio, I did not have sound until I installed pulseaudio-alsa from Extra. I understand why it's not a dependency (because not everyone uses PulseAudio), but I wanted to leave that here in case anyone else has the same issue. Maybe list it as optional?

r4ndom commented on 2018-08-19 05:53 (UTC)

I get the same error like @oberon2007.

Found this, but I don't really know what to do with the information: https://github.com/smartdevicelink/sdl_core/issues/809#issuecomment-246478996

oberon2007 commented on 2018-08-18 05:58 (UTC)

I'm getting core dump with: log4cxx: No appender could be found for logger (Undefined). log4cxx: Please initialize the log4cxx system properly.

satriani commented on 2018-08-15 15:42 (UTC)

@e-anima All issues of this kind, please report here https://forum.blackmagicdesign.com/viewforum.php?f=21

e-anima commented on 2018-08-14 19:53 (UTC)

mp4 isnt supported on linux in the free version. I have a dongle them mp4 works. My davinci is crashing when i drop a title to the timeline. I have a nvida gtx 750ti

Snuggle commented on 2018-08-11 20:16 (UTC)

I'm also unable to hear any sound or video after importing .mp4 videos. I can't find a single video format that's working. :/