Package Details: friction 1.0.0_rc.2-1

Git Clone URL: https://aur.archlinux.org/friction.git (read-only, click to copy)
Package Base: friction
Description: Motion graphics and animation app
Upstream URL: https://friction.graphics/
Licenses: GPL-3.0-or-later
Submitter: tecnotercio
Maintainer: tecnotercio
Last Packager: tecnotercio
Votes: 2
Popularity: 0.71
First Submitted: 2024-12-08 05:30 (UTC)
Last Updated: 2025-08-20 05:49 (UTC)

Latest Comments

Popolon commented on 2025-07-25 13:41 (UTC) (edited on 2025-07-25 13:48 (UTC) by Popolon)

It looks like a binary coming from the tarball is executed. If I try to compile it from non-x86_64 architecture, the following error occur (there are no x86_64 binaries on my Arch Linux:

[2/545] Performing configure step for 'Engine'
x86_64-binfmt-P: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
FAILED: src/engine/Engine-prefix/src/Engine-stamp/Engine-configure /home/popolon/.cache/yay/friction/src/friction-1.0.0-rc.1/build/src/engine/Engine-prefix/src/Engine-stamp/Engine-configure 

By launching ninja -C build by hand, I found the binary executed, it's skia, very very not clean from friction devs :(.

cd /home/popolon/.cache/yay/friction/src/friction-1.0.0-rc.1/build/src/engine/skia && /home/popolon/.cache/yay/friction/src/friction-1.0.0-rc.1/src/engine/skia/bin/gn gen --root=/home/popolon/.cache/yay/friction/src/friction-1.0.0-rc.1/src/engine/skia /home/popolon/.cache/yay/friction/src/friction-1.0.0-rc.1/build/src/engine/skia "--args=ar=\"/usr/bin/llvm-ar\" cc=\"/usr/bin/clang\" cxx=\"/usr/bin/clang++\" skia_use_egl=true is_component_build=true extra_cflags=[\"-Wno-error\", \"-Wno-psabi\"] is_official_build=true is_debug=false skia_enable_pdf=false skia_enable_skottie=false skia_enable_tools=false skia_use_dng_sdk=false skia_use_system_expat=true skia_use_system_libjpeg_turbo=true skia_use_system_libpng=true skia_use_system_libwebp=true skia_use_system_icu=true skia_use_system_harfbuzz=true skia_use_system_freetype2=true" && /usr/bin/cmake -E touch /home/popolon/.cache/yay/friction/src/friction-1.0.0-rc.1/build/src/engine/Engine-prefix/src/Engine-stamp/Engine-configure