Search found 8 matches
- 06 Oct 2017, 21:32
- Forum: Linux
- Topic: Packaging 104 for Debian: shared libraries
- Replies: 4
- Views: 16258
Re: Packaging 104 for Debian: shared libraries
Thanks for your squish comments. What about gflags and asio. gflags appears to be unrelated to networking. According to https://packages.debian.org/sid/libgflags-dev it is a "commandline flags module for C++". Should it not be possible to replace the embedded lib with the system library wi...
- 05 Oct 2017, 21:59
- Forum: Linux
- Topic: Packaging 104 for Debian: shared libraries
- Replies: 4
- Views: 16258
Packaging 104 for Debian: shared libraries
HI, I'm the maintainer of Spring for Debian. I have started to package 104 and everything went quite well so far. I noticed you introduced a couple of new build-dependencies which are located in rts/lib and are mostly statically compiled into the engine and I would like to replace at least most of t...
- 16 Feb 2014, 15:16
- Forum: Linux
- Topic: Ubuntu: Where is 0.96?
- Replies: 4
- Views: 2370
Re: Ubuntu: Where is 0.96?
Hello, 96.0 is available in Debian unstable but not for Ubuntu 14.04 yet because Ubuntu is in a feature freeze now. See this sync request on Launchpad. https://bugs.launchpad.net/ubuntu/+source/spring/+bug/1280446 In the meantime you can grab the package from Debian unstable directly https://package...
- 27 Dec 2013, 14:40
- Forum: Linux
- Topic: Building the official Spring 95.0 version for Debian
- Replies: 13
- Views: 4882
Re: Building the official Spring 95.0 version for Debian
apoleon wrote:this is what is patched atm:
https://github.com/spring/assimp/commit ... 49037f86f3
Hello,
I have started a topic upstream at
https://sourceforge.net/p/assimp/discus ... /b7c98598/
and asked the developers of assimp for a clarification.
- 16 Dec 2013, 18:54
- Forum: Linux
- Topic: Building the official Spring 95.0 version for Debian
- Replies: 13
- Views: 4882
Re: Building the official Spring 95.0 version for Debian
Hi,jK wrote:Another dev had IRC contact with the assimp crew. I just know that he mentioned this solution duno if it ever was officially reported into their system.
I gladly open a ticket with assimp upstream, if you provide your suggested changes, a patch and some additional information.
- 15 Dec 2013, 23:29
- Forum: Linux
- Topic: Building the official Spring 95.0 version for Debian
- Replies: 13
- Views: 4882
Re: Building the official Spring 95.0 version for Debian
No assimp can never be linked shared, the one said didn't knew how complicated it is to supply sync-ness. After his pull-request another dev needed to do a lot modifications to assimp before it was sync-safe. Updating assimp these days is one of the worst maintain jobs in spring >_<, it can only si...
- 14 Dec 2013, 12:59
- Forum: Linux
- Topic: Building the official Spring 95.0 version for Debian
- Replies: 13
- Views: 4882
Re: Building the official Spring 95.0 version for Debian
2) Passing those flags would be a good idea but none are proven to sync (neither in isolation nor in combination) and we must be as paranoid about that (even moreso in fact, since hopefully nobody runs Spring as root) as about system security. I see. Then I won't enable these specific hardening fla...
- 13 Dec 2013, 15:26
- Forum: Linux
- Topic: Building the official Spring 95.0 version for Debian
- Replies: 13
- Views: 4882
Building the official Spring 95.0 version for Debian
Hi all, I'm currently in the process of adopting the Debian Spring package. I have successfully built 95.0 but encountered three issues. I'd be glad for some pointers here. tl;dr 1. Tests don't work 2. Cannot pass custom CPPFLAGS or CXXFLAGS to CMake 3. Embedded libraries 1. Tests don't work I would...