arch=('any')
Should be:
arch=('x86_64')
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: | satriani |
Last Packager: | satriani |
Votes: | 141 |
Popularity: | 3.05 |
First Submitted: | 2017-04-19 20:57 (UTC) |
Last Updated: | 2024-10-22 20:37 (UTC) |
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 54 Next › Last »
arch=('any')
Should be:
arch=('x86_64')
Hi, this part is PKGBUILD will cause a failure when using aura because of being an arbitrary script:
_srcurl="$(curl \ -s \ -H 'Host: www.blackmagicdesign.com' \ -H 'Accept: application/json, text/plain, /' \ -H 'Origin: https://www.blackmagicdesign.com' \ -H "$_useragent" \ -H 'Content-Type: application/json;charset=UTF-8' \ -H "Referer: https://www.blackmagicdesign.com/support/download/${_referid}/Linux" \ -H 'Accept-Encoding: gzip, deflate, br' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authority: www.blackmagicdesign.com' \ -H 'Cookie: _ga=GA1.2.1849503966.1518103294; _gid=GA1.2.953840595.1518103294' \ --data-ascii "$_reqjson" \ --compressed \ "$_siteurl")"
@randomxusr It works fine from the Davinci site since it's just an appimage and as far as I can tell it doesn't send user data/hardware back to blackmagic and they never email you anything.
@randomxusr see PKGBUILD
lines 19-28. It sends/appends the ff. to the download request:
_reqjson="{ \
\"firstname\": \"Arch\", \
\"lastname\": \"Linux\", \
\"email\": \"someone@archlinux.org\", \
\"phone\": \"202-555-0194\", \
\"country\": \"us\", \
\"state\": \"New York\", \
\"city\": \"AUR\", \
\"product\": \"DaVinci Resolve\" \
}"
Greetings,
I've noticed a possible issue with Licensing of the package. The only package, appears to be available directly from Blackmagic Design. I visited their site, and attempted to download the free version, however, they have a registration walled garden.
Not sure hoe this affects licensing, because I didn't register and download to read the EULA.
Do this package send user/hardware information back to Blackmagic Design?
Does an alternate package exist on Github, or elsewhere? I was not able to find one with a google search.
Thanks Ahead of time
There seems to be a bug with this package in that it creates a file com.blackmagicdesign.resolve.desktop
on my desktop when I build the package. It is not part of the package (according to pacman -Ql at least) so it appears to be leaking out of the build process itself.
I'm using Cinnamon as my desktop environment if that matters, and I'm building with aurutils (not using the clean chroot option, as that doesn't work for this package, that results in a FUSE related error).
Failed to execute command "/home/XXX/.cache/paru/clone/davinci-resolve/pkg/davinci-resolve/opt/resolve/bin/resolve".
fix pls?
@satriani Please add libxcrypt-compat as a dependency.
If anyone's getting an error about missing libcrypt.so, libxcrypt-compat
is a required dependency and needs to be installed manually for the time being.
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.