Package: irrlicht / 1.8.1+dfsg1-1

Metadata

Package Version Patches format
irrlicht 1.8.1+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/arch support.diff | (download)

include/IrrCompileConfig.h | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 [patch] debian/arch-support

Building on non-linux architectures currently fails with unpatched
irrlicht because irrlicht tries to create Joystick support using
linux-specific headers. However there's infrastructure to disable
Joystick support, we just need to activate that on non-linux
architectures.

Additionally if built on a sparc machine irrlicht assumes wrongly it's
a solaris system. We fix this wrong assumption as our sparc builds are
all on linux.

Finally irrlicht exceeds the size constraights for -fpic requiering to
build with -fPIC. As upstream doesn't do that we need to fix this for
sparc and s390 builds (powerPC?).

Signed-off-by: Christoph Egger <debian@christoph-egger.org>


debian/use system libs.diff | (download)

include/IrrCompileConfig.h | 26 11 + 15 - 0 !
source/Irrlicht/CIrrDeviceLinux.h | 2 1 + 1 - 0 !
source/Irrlicht/COpenGLExtensionHandler.h | 8 4 + 4 - 0 !
source/Irrlicht/COpenGLSLMaterialRenderer.h | 2 1 + 1 - 0 !
source/Irrlicht/Makefile | 11 6 + 5 - 0 !
5 files changed, 23 insertions(+), 26 deletions(-)

 [patch] debian/use-system-libs

Path to build irrlicht using the system libraries for png,zlib and
jpeg as well as the glext family of header files.

Signed-off-by: Christoph Egger <debian@christoph-egger.org


debian/link against needed libs.diff | (download)

source/Irrlicht/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] debian/link-against-needed-libs

There are quite some libraries irrlicht needs but does not link
against. This patch makes irrlicht link correctly against all the
needed libraries.

Signed-off-by: Christoph Egger <Christoph.Egger@gmx.de>


debian/fix hurd ftbfs.diff | (download)

source/Irrlicht/COSOperator.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs on hurd
 sys/sysctl.h is not implemented on hurd, so don't include it if we're
 building Irrlicht on hurd.