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
|
Source: ygl
Priority: extra
Maintainer: Prabhu Ramachandran <prabhu@aero.iitb.ac.in>
Uploaders: Ramakrishnan Muthukrishnan <rkrishnan@debian.org>
Build-Depends: debhelper (>= 5), xutils-dev, libgl1-mesa-dev, libxext-dev, libglu1-mesa-dev, xbitmaps
Standards-Version: 3.8.2
Section: libs
Package: libygl4-dev
Section: libdevel
Architecture: any
Depends: libygl4 (= ${binary:Version})
Description: A library that emulates SGI's GL routines under X11
Ygl is an graphics library that emulates the routines of SGI's GL (sometimes
called IRIS GL). Please note that GL is different from OpenGL. Ygl is very
simple to use, and very fast. The 2D routines are built around the standard
X11 libraries and reported to be faster than GL itself. This release will
also work with FORTRAN code and has been built with 3D support. The library
therefore requires the use of the OpenGL libraries.
.
This package provides the development files.
Package: libygl4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A library that emulates SGI's GL routines under X11
Ygl is an graphics library that emulates the routines of SGI's GL (sometimes
called IRIS GL). Please note that GL is different from OpenGL. Ygl is very
simple to use, and very fast. The 2D routines are built around the standard
X11 libraries and reported to be faster than GL itself. This release will
also work with FORTRAN code and has been built with 3D support. The library
therefore requires the use of the OpenGL libraries.
.
This package provides the runtime library.
|