GNU bug report logs -
#30084
[PATCH] gnu: Add urho3d.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Fri, 12 Jan 2018 05:01:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Oleg,
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
> From 186090075a1ae515bb4893763e7c528568e15939 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Thu, 11 Jan 2018 01:14:41 +0300
> Subject: [PATCH] gnu: Add urho3d.
>
> * gnu/packages/game-development.scm (urho3d): New public variable.
[...]
> + (lambda* (#:key inputs #:allow-other-keys)
> + (substitute* (string-append "../build/Source/ThirdParty"
> + "/SDL/include/generated/SDL_config.h")
IIUC there’s a bundled copy of SDL, right? Can we instead build against
our SDL?
Ideally, to be safe from bundling, we should “rm -rf ThirdParty” in a
snippet. Is that possible?
> + (((string-append "#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC"
> + " \"libpulse-simple\\.so\\.0\""))
> + (string-append "#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC \""
> + (assoc-ref inputs "pulseaudio")
> + "/lib/libpulse-simple.so.0"
> + "\"")))
Please use a literal string in the ‘substitute*’ pattern (you can use
backslashes to split it on several lines.)
> + (description "Lightweight, cross-platform 2D and 3D game engine
> +implemented in C++. Inspired by OGRE and Horde3D.")
Full sentences please! :-)
https://www.gnu.org/software/guix/manual/html_node/Synopses-and-Descriptions.html
Could you send an updated path?
Thank you,
Ludo’.
This bug report was last modified 5 years and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.