Package Details: davinci-resolve 19.1.3-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: LicenseRef-Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: Muflone
Last Packager: Muflone
Votes: 149
Popularity: 3.87
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2025-01-26 02:20 (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 .. 48 49 50 51 52 53 54 55 56 57 58 59 Next › Last »

jksimek commented on 2018-08-29 20:50 (UTC)

Current release has a different checksum than in the PKGBUILD:

4b59973bd2e26a62d2cf98378c2a4eda003e4f8c9fa484564add54342a139615 DaVinci_Resolve_15.0_Linux.zip

After I manually edited the PKGBUILD it installs, but crashes after welcome tour.

marcinn commented on 2018-08-29 13:27 (UTC) (edited on 2018-08-29 13:28 (UTC) by marcinn)

@alfredo.ardito No problem. Good luck with Resolve!

On my system (Manjaro, 4.18.4) Resolve won't start. It ends with coredump:

       Message: Process 19410 (resolve) of user 1000 dumped core.

                Stack trace of thread 19410:
                #0  0x00007f6448881a3a __cxa_demangle (libc++abi.so.1)
                #1  0x00007f644886a4b8 _ZL25default_terminate_handlerv (libc++abi.so.1)
                #2  0x00007f6448883036 _ZSt11__terminatePFvvE (libc++abi.so.1)
                #3  0x00007f64488833a1 call_terminate (libc++abi.so.1)
                #4  0x00007f64488838f7 scan_eh_tab (libc++abi.so.1)
                #5  0x00007f6448883ddc __gxx_personality_v0 (libc++abi.so.1)
                #6  0x00007f642ef2620b _Unwind_RaiseException (libgcc_s.so.1)
                #7  0x00007f64488829c6 __cxa_throw (libc++abi.so.1)
                #8  0x0000000000948bf4 n/a (resolve)

I'd be thankful for any suggestion.

alfredo.ardito commented on 2018-08-27 12:29 (UTC) (edited on 2018-08-27 12:31 (UTC) by alfredo.ardito)

I tried rebuilding the package again and then checked the DOWNLOAD directory.
Unfortunately the DaVinci_Resolve_15.0_Linux.zip file was missing and stored elsewhere.
I then moved the missing file to the Download Directory and managed to build the package successfully.
Thank you @marcinn for your attention.

marcinn commented on 2018-08-27 07:54 (UTC)

@alfredo.ardito, please open terminal and type:

xdg-user-dir DOWNLOAD

then copy&paste the result.

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