mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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>
This commit is contained in:
parent
a82130de50
commit
73f6785bdf
1 changed files with 6 additions and 7 deletions
|
@ -1464,11 +1464,11 @@ (define-public gr-framework
|
||||||
(define-public openmw-openscenegraph
|
(define-public openmw-openscenegraph
|
||||||
;; OpenMW prefers its own fork of openscenegraph:
|
;; OpenMW prefers its own fork of openscenegraph:
|
||||||
;; https://wiki.openmw.org/index.php?title=Development_Environment_Setup#OpenSceneGraph.
|
;; https://wiki.openmw.org/index.php?title=Development_Environment_Setup#OpenSceneGraph.
|
||||||
(let ((commit "36a962845a2c87a6671fd822157e0729d164e940"))
|
(let ((commit "69cfecebfb6dc703b42e8de39eed750a84a87489"))
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(inherit openscenegraph)
|
(inherit openscenegraph)
|
||||||
(version (git-version "3.6" "1" commit))
|
(version (git-version "3.6" "2" commit))
|
||||||
(outputs (list "out"))
|
(outputs (list "out"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1479,7 +1479,7 @@ (define-public openmw-openscenegraph
|
||||||
(file-name (git-file-name (package-name openscenegraph) version))
|
(file-name (git-file-name (package-name openscenegraph) version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05yhgq3qm5q277y32n5sf36vx5nv5qd3zlhz4csgd3a6190jrnia"))))
|
"1qayk2gklm8zvss90dcjfxv6717rvcmwmgmgyy1qzkli67a0zbw2"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments openscenegraph)
|
(substitute-keyword-arguments (package-arguments openscenegraph)
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
|
@ -1487,14 +1487,14 @@ (define-public openmw-openscenegraph
|
||||||
#~(append
|
#~(append
|
||||||
'("-DBUILD_OSG_PLUGINS_BY_DEFAULT=0"
|
'("-DBUILD_OSG_PLUGINS_BY_DEFAULT=0"
|
||||||
"-DBUILD_OSG_PLUGIN_OSG=1"
|
"-DBUILD_OSG_PLUGIN_OSG=1"
|
||||||
|
"-DBUILD_OSG_PLUGIN_DAE=1"
|
||||||
"-DBUILD_OSG_PLUGIN_DDS=1"
|
"-DBUILD_OSG_PLUGIN_DDS=1"
|
||||||
"-DBUILD_OSG_PLUGIN_TGA=1"
|
"-DBUILD_OSG_PLUGIN_TGA=1"
|
||||||
"-DBUILD_OSG_PLUGIN_BMP=1"
|
"-DBUILD_OSG_PLUGIN_BMP=1"
|
||||||
"-DBUILD_OSG_PLUGIN_JPEG=1"
|
"-DBUILD_OSG_PLUGIN_JPEG=1"
|
||||||
"-DBUILD_OSG_PLUGIN_PNG=1"
|
"-DBUILD_OSG_PLUGIN_PNG=1"
|
||||||
"-DBUILD_OSG_DEPRECATED_SERIALIZERS=0"
|
"-DBUILD_OSG_PLUGIN_FREETYPE=1"
|
||||||
;; The jpeg plugin requires conversion between integers and booleans
|
"-DBUILD_OSG_DEPRECATED_SERIALIZERS=0")
|
||||||
"-DCMAKE_CXX_FLAGS=-fpermissive")
|
|
||||||
#$flags))
|
#$flags))
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
|
@ -2612,4 +2612,3 @@ (define-public gpaint
|
||||||
It features cut-and-paste for irregular regions or polygons.")
|
It features cut-and-paste for irregular regions or polygons.")
|
||||||
(home-page "https://www.gnu.org/software/gpaint/")
|
(home-page "https://www.gnu.org/software/gpaint/")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue