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
|
Source: glitz
Section: libs
Priority: optional
Maintainer: Dave Beckett <dajobe@debian.org>
Build-Depends: debhelper (>> 5), cdbs, autotools-dev, pkg-config, libx11-dev, xutils, xlibmesa-gl-dev | libgl-dev, libxt-dev
Standards-Version: 3.7.2
Package: libglitz1-dev
Provides: libglitz-dev
Conflicts: libglitz-dev
Section: libdevel
Architecture: any
Depends: libglitz1 (= ${Source-Version}), libx11-dev, xlibmesa-gl-dev | libgl-dev
Description: OpenGL image compositing library development libraries and headers
Development libraries, header files and documentation needed by
programs that want to compile with the glitz library.
Package: libglitz1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Glitz OpenGL image compositing library
A 2D graphics library that uses OpenGL to render hardware
accelerated graphics using an API matching the X Render Extension
semantics. It is standalone but also designed to provide an OpenGL
accelerated backend for the Cairo vector graphics library.
Package: libglitz-glx1-dev
Provides: libglitz-glx-dev
Conflicts: libglitz-glx-dev
Section: libdevel
Architecture: any
Depends: libglitz-glx1 (= ${Source-Version}), libglitz1-dev (= ${Source-Version})
Description: Glitz OpenGL library GLX backend development libraries and headers
Development libraries, header files and documentation needed by
programs that want to compile with the glitz-glx library.
Package: libglitz-glx1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Glitz OpenGL library GLX backend
The GLX backend for the Glitz OpenGL 2D graphics library.
|