[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64387] [PATCH v2 2/6] gnu: arcan: Build all features.
From: |
Ahmad Draidi |
Subject: |
[bug#64387] [PATCH v2 2/6] gnu: arcan: Build all features. |
Date: |
Thu, 10 Aug 2023 22:16:34 +0400 |
* gnu/packages/arcan.scm (arcan): Build all features.
[arguments]: Use #:configure-flags "-DBUILD_PRESET=everything" to build all
features, and "-DDISTR_TAG='Guix'" to tag the builds.
[synopsis]: Remove '(egl-dri)' since it indicates a specific feature.
---
gnu/packages/arcan.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index f4eecb3364..cfd72f6e55 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -75,11 +75,8 @@ (define-public arcan
(delete-file-recursively "external/sqlite")))))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags '("-DCMAKE_C_FLAGS=-fcommon"
- "-DVIDEO_PLATFORM=egl-dri" "-DBUILTIN_LUA=off"
- "-DSTATIC_OPENAL=off""-DENABLE_LWA=on"
- "-DSTATIC_SQLITE3=off" "-DSTATIC_FREETYPE=off"
- "-DSHMIF_TUI_ACCEL=on")
+ `(#:configure-flags '("-DBUILD_PRESET=everything"
+ "-DDISTR_TAG='Guix'")
#:phases
(modify-phases %standard-phases
;; Normally, it tries to fetch patched openal with git
@@ -163,7 +160,7 @@ (define-public arcan
(native-inputs
(list pkg-config ruby)) ; For documentation and testing
(home-page "https://arcan-fe.com")
- (synopsis "Display server, multimedia framework and game engine
(egl-dri)")
+ (synopsis "Display server, multimedia framework and game engine")
(description "Arcan is a development framework for creating virtually
anything from user interfaces for specialized embedded applications
all the way to full-blown desktop environments. At its heart lies a multimedia
--
2.41.0
- [bug#64387] [PATCH v2 0/6] Update and rework arcan, Ahmad Draidi, 2023/08/10
- [bug#64387] [PATCH v2 4/6] gnu: arcan: Use new style arguments., Ahmad Draidi, 2023/08/10
- [bug#64387] [PATCH v2 5/6] gnu: arcan: Restyle format., Ahmad Draidi, 2023/08/10
- [bug#64387] [PATCH v2 2/6] gnu: arcan: Build all features.,
Ahmad Draidi <=
- [bug#64387] [PATCH v2 1/6] gnu: arcan: Update to 0.6.2.1., Ahmad Draidi, 2023/08/10
- [bug#64387] [PATCH v2 3/6] gnu: arcan: Fix paths handling., Ahmad Draidi, 2023/08/10
- [bug#64387] [PATCH v2 6/6] gnu: arcan-wayland: Deprecate in favor of "arcan"., Ahmad Draidi, 2023/08/10