1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: libsoil
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Christoph Egger <christoph@debian.org>
Build-Depends:
debhelper-compat (= 13),
libgl-dev,
mesa-common-dev,
Rules-Requires-Root: binary-targets
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/games-team/libsoil.git
Vcs-Browser: https://salsa.debian.org/games-team/libsoil
Section: libs
Homepage: http://www.lonesock.net/soil.html
Package: libsoil-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
libsoil1 (= ${binary:Version})
Description: Simple OpenGL Image Library - development files
SOIL is a tiny C library used primarily for uploading textures into OpenGL.
It supports loading BMP, PNG, JPG, TGA, DDS, PSD and HDR files as well as
saving into TGA, BMP and DDS Files.
.
It is also able to perform common functions needed in loading OpenGL textures.
.
This package contains everything needed to develop software using libsoil.
Package: libsoil1
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Simple OpenGL Image Library
SOIL is a tiny C library used primarily for uploading textures into OpenGL.
It supports loading BMP, PNG, JPG, TGA, DDS, PSD and HDR files as well as
saving into TGA, BMP and DDS Files.
.
It is also able to perform common functions needed in loading OpenGL textures.
.
This is the shared library potentially needed for some other software to work.
|