From 24875dc4fb046c9d6f1d420e5bdd5c628872f26f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 28 Oct 2024 13:23:08 -0700 Subject: Fix the cmake options so it actually builds. Disable x265 patch until artix rolls out x265 4.0 --- PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b8d3e05..1f73293 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -26,7 +26,7 @@ b2sums=('4d7779af0afc5fa12d3734d282f92b105757d204c69091b4e3574e4ced6179c5e202b75 prepare() { cd ${pkgname}-${pkgver} - patch -p1 -i ../x265-4.0.patch # Fix build with x265 4.0 + #patch -p1 -i ../x265-4.0.patch # Fix build with x265 4.0 } build() { @@ -38,9 +38,8 @@ build() { cmake \ -B build \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -G Ninja \ - -S fceux + -DCMAKE_INSTALL_PREFIX=/usr \ + -G Ninja ninja -C build "$MAKEFLAGS" } -- cgit v1.2.1