It works perfectly. You just need to install with clean PKGBUILD. I use YAY as AUR Helper. YAY ask me for this ;-)
Before i forget.... Thank you very much Satriani
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: | 4.87 |
First Submitted: | 2017-04-19 20:57 (UTC) |
Last Updated: | 2025-01-26 02:20 (UTC) |
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 59 Next › Last »
It works perfectly. You just need to install with clean PKGBUILD. I use YAY as AUR Helper. YAY ask me for this ;-)
Before i forget.... Thank you very much Satriani
Newest update works for me, no checksum, error, no symlink issue, thank you very much ^_^
@Cryen I just installed it with no problems. Try to clean your cache (eg. pikaur -Scc or yay -Sc --aur) folder and install again.
Version 17.2-3 failed the validity check. DaVinci_Resolve_17.2_Linux.zip (sha256sum)
now it is working! Thnx
Every update since v17.1 still has the symlink issue for me, and I have to go manually fix it every time.
The update is coming tonight. Sorry for the inconvenience.
Hmm, doing the change that @nirp suggested seems to have fixed it. But now the validity check fails...
I'm having the same curl issue as the last couple people:
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: ''
Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left.
curl: (6) Could not resolve host: ''
Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left.
curl: (6) Could not resolve host: ''
Warning: Problem : timeout. Will retry in 3 seconds. 1 retries left.
curl: (6) Could not resolve host: ''
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part
Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left.
curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part
Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left.
curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part
Warning: Problem : timeout. Will retry in 3 seconds. 1 retries left.
curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
Seems to fail downloading as others commented (URL bad/illegal...).
After some experiments, if I delete the spaces in DLAGENTS=... - it works file. I think the spaces get passed to curl (so instead of "-H" arg for example, it gets something like " -H" - and some such arg confuses it). Not sure how it works for some but not others.
I'm using stock curl and all the rest for testing (nothing from aur except for this package itself). I'm trying to build using makepkg itself (and with stock makepkg.conf as installed by default).
Try going to DLAGENTS=... and in all following lines, remove the heading spaces:
DLAGENTS=("https::/usr/bin/curl \
-gqb '' -C - --retry 3 --retry-delay 3 \
-H Host:\ sw.blackmagicdesign.com \
-H Upgrade-Insecure-Requests:\ 1 \
-H ${_useragent_escaped} \
-H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \
-H Accept-Language:\ en-US,en;q=0.9 \
-o %o \
--compressed \
%u")
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.