George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
opentoonz
Commits:
ff17696a by Christer Solskogen at 2026-01-11T22:41:27+01:00
Make it buildable on other architectures
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -20,6 +20,9 @@ prepare() {
# Specify path for ffmpeg
sed -i 's|"ffmpegPath", QMetaType::QString, ""|"ffmpegPath",
QMetaType::QString, "/usr/bin"|' \
toonz/sources/toonzlib/preferences.cpp
+
+ cd thirdparty/tiff-4.0.3
+ autoreconf -fiv
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opentoonz/-/commit/ff17696af0c2aab3fd09a4c38a2037537ec3b510
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opentoonz/-/commit/ff17696af0c2aab3fd09a4c38a2037537ec3b510
You're receiving this email because of your account on gitlab.archlinux.org.