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
|
Source: glfw
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri@rulezlan.org>,
Build-Depends: debhelper (>> 5.0.0), quilt,
libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
libxrandr-dev
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glfw/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/glfw/?op=log
Homepage: http://glfw.sourceforge.net
Package: libglfw2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: portable framework for OpenGL application development
GLFW is a free, Open Source, framework for OpenGL application
development. In short, it is a single library providing a powerful, portable
API for otherwise operating system specific tasks such as opening an OpenGL
window, and reading keyboard, time, mouse and joystick input.
.
It also provides functions accessing OpenGL extensions, creating and
synchronizing threads and reading textures from files.
.
This package provides the shared libraries.
Package: libglfw-dev
Section: libdevel
Architecture: any
Depends: libglfw2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: portable framework for OpenGL application development
GLFW is a free, Open Source, framework for OpenGL application
development. In short, it is a single library providing a powerful, portable
API for otherwise operating system specific tasks such as opening an OpenGL
window, and reading keyboard, time, mouse and joystick input.
.
It also provides functions accessing OpenGL extensions, creating and
synchronizing threads and reading textures from files.
.
This package provides the header files and static libraries.
|