@urbenlegend Looks like the issue is line 201. A small typo.
mv "${srcdir}/squashfs-root/lib/libgdk_pixbuf-2.0.so.0" "${srcdir}/squashfs-root/lib/libgdk_pixbuf-2.0.so.0.orig"
Should be
mv "${srcdir}/squashfs-root/libs/libgdk_pixbuf-2.0.so.0" "${srcdir}/squashfs-root/libs/libgdk_pixbuf-2.0.so.0.orig"
line 203
ln -s /usr/lib/libgdk_pixbuf-2.0.so.0 "${srcdir}/squashfs-root/lib/libgdk_pixbuf-2.0.so.0"
should be
ln -s /usr/lib/libgdk_pixbuf-2.0.so.0 "${srcdir}/squashfs-root/libs/libgdk_pixbuf-2.0.so.0"
I haven't had time to run it yet. I'm not sure if there's anything else.
Pinned Comments
satriani commented on 2021-05-15 14:24 (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-studio-beta/
For current free beta here: https://aur.archlinux.org/packages/davinci-resolve-beta/
Thanks.