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: 150
Popularity: 4.63
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 2 3 4 5 6 7 8 .. 59 Next › Last »

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.

darkfish commented on 2025-01-22 12:58 (UTC) (edited on 2025-01-22 13:18 (UTC) by darkfish)

PKGBUILD may need updating because validity check fails for 19.1.2

==> Making package: davinci-resolve 19.1.2-1 (Wed 22 Jan 2025 23:53:14)
==> Retrieving sources...
  -> Found DaVinci_Resolve_19.1.2_Linux.zip
==> Validating source files with sha256sums...
    DaVinci_Resolve_19.1.2_Linux.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.

sha256sum from PKGBUILD is 74c1fbab2eebdd5458ab7147e74527346504a7b208912a6c74cc5ec489378ce0 whereas download file's sum is 1bca11e676d57cc77bcea209bb58c23f9b78c67840c2a69c516818cbafcdf6ee

EDIT: Figured out the issue. Downloaded file is actually for 19.1.3, while PKGBUILD is still for 19.1.2. Which is also why prepare() was failing.

psygreg commented on 2025-01-22 04:53 (UTC) (edited on 2025-01-22 04:54 (UTC) by psygreg)

Update to 19.1.3 diff. Add libc++abi as dependency to fix an issue causing crashes with certain Fusion resources.

diff --git a/home/psygreg/Documentos/davinci-resolve/PKGBUILD 
b/home/psygreg/Documentos/cachy/davinci-resolve/PKGBUILD
index 4ea6acc..7e9ec9d 100644
--- a/home/psygreg/Documentos/davinci-resolve/PKGBUILD
+++ b/home/psygreg/Documentos/cachy/davinci-resolve/PKGBUILD
@@ -10,13 +10,13 @@
 # It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId

 pkgname=davinci-resolve
-pkgver=19.1.2
+pkgver=19.1.3
 pkgrel=1

 _product="DaVinci Resolve"
 _referid='ee1da4f13df74d72b6da783ead2ed875'
 _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve/linux"
-sha256sums=('74c1fbab2eebdd5458ab7147e74527346504a7b208912a6c74cc5ec489378ce0')
+sha256sums=('1bca11e676d57cc77bcea209bb58c23f9b78c67840c2a69c516818cbafcdf6ee')
 pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
 _archive_name=DaVinci_Resolve_${pkgver}_Linux
 _archive_run_name=DaVinci_Resolve_${pkgver}_Linux
@@ -81,7 +81,7 @@ url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion"
 license=('Commercial')
 depends=('glu' 'gtk2' 'libpng12' 'fuse2' 'opencl-driver' 'qt5-x11extras' 'qt5-svg' 'qt5-webengine' 'qt5-websockets'
 'qt5-quickcontrols2' 'qt5-multimedia' 'libxcrypt-compat' 'xmlsec' 'java-runtime' 'ffmpeg4.4' 'gst-plugins-bad-libs' 'python-numpy' 
-'tbb' 'apr-util' 'luajit' 'libc++')
+'tbb' 'apr-util' 'luajit' 'libc++' 'libc++abi')
 makedepends=('libarchive' 'xdg-user-dirs' 'patchelf')
 options=('!strip')

Muflone commented on 2025-01-10 00:03 (UTC)

@xjr_84 unhelpful comment. The package was updated 5 days ago to the latest version

xjr_84 commented on 2025-01-09 22:25 (UTC) (edited on 2025-01-11 23:38 (UTC) by xjr_84)

Dont think this package is being maintained anymore. It's always broken

edit: apologies i sent the message out of frustration with the usual PKGBUILD version mismatch issues but it is now updated and working. Thank you maintainer

TaseenA09 commented on 2025-01-05 16:13 (UTC)

The new version of the PKGBUILD is not used but the new files are, thus it is broken. Please update the PKGBUILD.

txtsd commented on 2025-01-03 03:45 (UTC)

I don't mind co-maintaining this.

Muflone commented on 2024-12-29 16:36 (UTC)

@satriani do you plan to continue to maintain davinci-resolve? A pending orphan request was filed on 2024/12/11 and I could freely accept it (it's also out of date since november), removing the package from you but as a long time maintainer, considered the many holidays I'm still awaiting some days before accepting the request.

Please answer me or the package will be orphaned and anyone could grab the package.