Package Details: davinci-resolve 19.1.2-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: Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: Muflone
Last Packager: Muflone
Votes: 145
Popularity: 3.99
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2025-01-05 18:20 (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

1 2 3 4 5 6 .. 57 Next › Last »

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.

psygreg commented on 2024-12-23 11:31 (UTC) (edited on 2024-12-23 11:33 (UTC) by psygreg)

Updated it to 19.1.2.

--- a/run/media/psygreg/Hydra-Installers/software/PKGBUILD
+++ b/run/media/psygreg/Hydra-Installers/software/davinci-resolve/PKGBUILD
@@ -10,8 +10,8 @@

 pkgname=davinci-resolve
 major_version=19
-minor_version=0
-release_version=3
+minor_version=1
+release_version=2
 pkgver=${major_version}.${minor_version}.${release_version}
 pkgrel=1

@@ -20,7 +20,7 @@ if [ "$pkgname" == "davinci-resolve" ]; then
   _product="DaVinci Resolve"
   _referid='ee1da4f13df74d72b6da783ead2ed875'
   _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve/linux"
-  sha256sums=('ebfd232ba56bf8ef484dcab612a8ff53880aae8c6994f73c28bafeba65c2b125')
+  sha256sums=('74c1fbab2eebdd5458ab7147e74527346504a7b208912a6c74cc5ec489378ce0')
   pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
   _archive_name=DaVinci_Resolve_${pkgver}_Linux
   _archive_run_name=DaVinci_Resolve_${pkgver}_Linux
@@ -28,9 +28,9 @@ if [ "$pkgname" == "davinci-resolve" ]; then
 elif [ "$pkgname" == "davinci-resolve-studio" ]; then
   # Variables for STUDIO edition
   _product="DaVinci Resolve Studio"
-  _referid='86463718c6d1491d8d95f8b49f75c4db'
+  _referid='6e50dfa3c1394d31bd1094c7591da19d'
   _siteurl="https://www.blackmagicdesign.com/api/support/latest-stable-version/davinci-resolve-studio/linux"
-  sha256sums=('53faec4c738c4941bd1f898020142b57c2112ca8ca3d9ef2c6e89f1d38c732cc')
+  sha256sums=('7361335fb530103e455f6b4b2c5b7a49cfa8288864fb9775173845c7910e28ef')
   pkgdesc='Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.'
   _archive_name=DaVinci_Resolve_Studio_${pkgver}_Linux
   _archive_run_name=DaVinci_Resolve_Studio_${pkgver}_Linux
@@ -102,7 +102,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')

envolution commented on 2024-12-14 14:00 (UTC)

Since this package fails each time the source url is updated, consider implementing pkgver() to decipher the version from the $srcdir (it's pretty easy since the .run file contains the new version) - you should also find a way to automatically bump the version when it's updated.

dhtseany commented on 2024-12-13 19:10 (UTC)

The sha256sum for DaVinci_Resolve_19.0.3_Linux.zip is e8a9f071f195d81fe94c7de3d2312ce8ef115723d68ce181f3c3bf8500505aef so the PKGBUILD is failing. Please update.

Salvodif commented on 2024-12-11 04:31 (UTC)

version 19.1.1 has been released but we don't have it on aur