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 45 46 47 48 49 50
|
Source: plib
Section: devel
Priority: extra
Maintainer: Bradley Smith <brad@brad-smith.co.uk>
Uploaders: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Standards-Version: 3.8.0
Build-Depends: libgl1-mesa-dev | libgl-dev,
freeglut3-dev,
libx11-dev,
libxmu-dev,
debhelper (>= 5),
libxi-dev,
quilt,
autoconf,
automake,
libtool
Homepage: http://plib.sourceforge.net/
Vcs-Git: git://git.debian.org/git/pkg-games/plib/
Vcs-Browser: http://git.debian.org/?p=pkg-games/plib.git;a=summary
Package: plib1.8.4c2
Section: libs
Architecture: any
Depends: freeglut3, libgl1, ${misc:Depends}, ${shlibs:Depends}
Conflicts: plib1c102, plib1, plib1.8.3, plib1.8.4
Replaces: plib1c102, plib1, plib1.8.3, plib1.8.4
Description: Portability Libraries: Run-time package
Provides a Joystick interface, a simple GUI built on top of OpenGL,
some standard geometry functions, a sound library and a simple scene
graph API built on top of OpenGL.
.
This package provides the shared libraries. It should be installed
automatically by packages which need it.
Package: plib1.8.4-dev
Section: libdevel
Architecture: any
Depends: plib1.8.4c2 (= ${binary:Version}), freeglut3-dev,
libgl1-mesa-dev | libgl-dev, ${misc:Depends}, ${shlibs:Depends}
Conflicts: plib1.8.3-pic, plib1.8.3-dev
Replaces: plib1.8.3-pic, plib1.8.3-dev
Provides: plib-dev
Description: Portability Libraries: Development package
Provides a Joystick interface, a simple GUI built on top of OpenGL,
some standard geometry functions, a sound library and a simple scene
graph API built on top of OpenGL.
.
This package provides the static libraries, the header files and the
development links to the shared libraries. You need this package if you
want to compile software which needs plib.
|