@Arimil the files haven't been removed, frontend plugins have just been moved to the root plugins directory.
If you edit the build changing
sed -e '/GuiPrivate/d' \
-i frontend/plugins/aja-output-ui/CMakeLists.txt \
frontend/plugins/decklink-output-ui/CMakeLists.txt \
frontend/plugins/frontend-tools/CMakeLists.txt
to
sed -e '/GuiPrivate/d' \
-i plugins/aja-output-ui/CMakeLists.txt \
plugins/decklink-output-ui/CMakeLists.txt \
plugins/frontend-tools/CMakeLists.txt
it should build fine
Pinned Comments
thotypous commented on 2021-02-05 14:12 (UTC)
If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx
benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)