[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/24: gnu: openmw-openscenegraph: Update to Nov 2022 commit.
From: |
guix-commits |
Subject: |
04/24: gnu: openmw-openscenegraph: Update to Nov 2022 commit. |
Date: |
Sun, 18 Jun 2023 17:35:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 73f6785bdf9eb0c70e8f6c557dff4d717f4ca5c0
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Thu Apr 27 15:54:33 2023 +0000
gnu: openmw-openscenegraph: Update to Nov 2022 commit.
* gnu/packages/graphics.scm (openmw-openscenegraph): Update to Nov 2022
commit.
[arguments]: Sync the plugin flags with the mentioned wiki page.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/graphics.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index bccfe89d55..3a65b96919 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1464,11 +1464,11 @@ in Julia).")
(define-public openmw-openscenegraph
;; OpenMW prefers its own fork of openscenegraph:
;;
https://wiki.openmw.org/index.php?title=Development_Environment_Setup#OpenSceneGraph.
- (let ((commit "36a962845a2c87a6671fd822157e0729d164e940"))
+ (let ((commit "69cfecebfb6dc703b42e8de39eed750a84a87489"))
(hidden-package
(package
(inherit openscenegraph)
- (version (git-version "3.6" "1" commit))
+ (version (git-version "3.6" "2" commit))
(outputs (list "out"))
(source
(origin
@@ -1479,7 +1479,7 @@ in Julia).")
(file-name (git-file-name (package-name openscenegraph) version))
(sha256
(base32
- "05yhgq3qm5q277y32n5sf36vx5nv5qd3zlhz4csgd3a6190jrnia"))))
+ "1qayk2gklm8zvss90dcjfxv6717rvcmwmgmgyy1qzkli67a0zbw2"))))
(arguments
(substitute-keyword-arguments (package-arguments openscenegraph)
((#:configure-flags flags)
@@ -1487,14 +1487,14 @@ in Julia).")
#~(append
'("-DBUILD_OSG_PLUGINS_BY_DEFAULT=0"
"-DBUILD_OSG_PLUGIN_OSG=1"
+ "-DBUILD_OSG_PLUGIN_DAE=1"
"-DBUILD_OSG_PLUGIN_DDS=1"
"-DBUILD_OSG_PLUGIN_TGA=1"
"-DBUILD_OSG_PLUGIN_BMP=1"
"-DBUILD_OSG_PLUGIN_JPEG=1"
"-DBUILD_OSG_PLUGIN_PNG=1"
- "-DBUILD_OSG_DEPRECATED_SERIALIZERS=0"
- ;; The jpeg plugin requires conversion between integers and
booleans
- "-DCMAKE_CXX_FLAGS=-fpermissive")
+ "-DBUILD_OSG_PLUGIN_FREETYPE=1"
+ "-DBUILD_OSG_DEPRECATED_SERIALIZERS=0")
#$flags))
((#:phases phases)
#~(modify-phases #$phases
@@ -2612,4 +2612,3 @@ environment. It supports drawing freehand as well as
basic shapes and text.
It features cut-and-paste for irregular regions or polygons.")
(home-page "https://www.gnu.org/software/gpaint/")
(license license:gpl3+)))
-
- branch master updated (726f2a9447 -> 81231bf236), guix-commits, 2023/06/18
- 03/24: services: certbot: Fix nginx crash when certbot is used without domains., guix-commits, 2023/06/18
- 07/24: gnu: font-alias: Update to 1.0.5., guix-commits, 2023/06/18
- 10/24: gnu: font-dec-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 12/24: gnu: font-micro-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 01/24: doc: Fix typo., guix-commits, 2023/06/18
- 04/24: gnu: openmw-openscenegraph: Update to Nov 2022 commit.,
guix-commits <=
- 05/24: gnu: font-adobe100dpi: Update to 1.0.4., guix-commits, 2023/06/18
- 06/24: gnu: font-adobe75dpi: Update to 1.0.4., guix-commits, 2023/06/18
- 02/24: gnu: libreoffice: Fix access to python modules., guix-commits, 2023/06/18
- 09/24: gnu: font-cronyx-cyrillic: Update to 1.0.4., guix-commits, 2023/06/18
- 11/24: gnu: font-isas-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 24/24: gnu: freeipmi: Update to 1.6.11, guix-commits, 2023/06/18
- 14/24: gnu: font-misc-ethiopic: Update to 1.0.5., guix-commits, 2023/06/18
- 17/24: gnu: font-schumacher-misc: Update to 1.1.3., guix-commits, 2023/06/18
- 19/24: gnu: font-sony-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 22/24: gnu: font-xfree86-type1: Update to 1.0.5., guix-commits, 2023/06/18