forked from openkylin/freeglut
69 lines
2.3 KiB
Plaintext
69 lines
2.3 KiB
Plaintext
![]() |
Source: freeglut
|
||
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||
|
Section: graphics
|
||
|
Priority: optional
|
||
|
Build-Depends: cmake,
|
||
|
debhelper-compat (= 13),
|
||
|
libgl1-mesa-dev,
|
||
|
libglu1-mesa-dev,
|
||
|
libtool,
|
||
|
libusbhid-dev [kfreebsd-any],
|
||
|
libx11-dev,
|
||
|
libxext-dev,
|
||
|
libxi-dev,
|
||
|
libxxf86vm-dev [amd64 i386]
|
||
|
Standards-Version: 4.6.1
|
||
|
Vcs-Browser: https://gitee.com/openkylin/freeglut
|
||
|
Vcs-Git: https://gitee.com/openkylin/freeglut.git
|
||
|
Homepage: https://freeglut.sourceforge.net/
|
||
|
|
||
|
Package: libglut3.12
|
||
|
Architecture: any
|
||
|
Multi-Arch: same
|
||
|
Section: libs
|
||
|
Depends: ${misc:Depends},
|
||
|
${shlibs:Depends}
|
||
|
Pre-Depends: ${misc:Pre-Depends}
|
||
|
Description: OpenGL Utility Toolkit
|
||
|
GLUT is a window system independent toolkit for writing OpenGL programs,
|
||
|
implementing a simple windowing API, which makes learning about and
|
||
|
exploring OpenGL programming very easy.
|
||
|
.
|
||
|
GLUT is designed for constructing small to medium sized OpenGL programs,
|
||
|
however it is not a full-featured toolkit, so large applications requiring
|
||
|
sophisticated user interfaces are better off using native window system
|
||
|
toolkits like GTK+ or Motif.
|
||
|
|
||
|
Package: freeglut3-dev
|
||
|
Architecture: any
|
||
|
Multi-Arch: same
|
||
|
Section: libdevel
|
||
|
Depends: libglut-dev (= ${binary:Version}),
|
||
|
Description: Tranisitonal package
|
||
|
|
||
|
Package: libglut-dev
|
||
|
Architecture: any
|
||
|
Multi-Arch: same
|
||
|
Section: libdevel
|
||
|
Breaks: freeglut3-dev (<< 3.2.2)
|
||
|
Replaces: freeglut3-dev (<< 3.2.2)
|
||
|
Depends: libglut3.12 (= ${binary:Version}),
|
||
|
libgl1-mesa-dev,
|
||
|
libglu1-mesa-dev,
|
||
|
libxext-dev,
|
||
|
libxt-dev,
|
||
|
${misc:Depends}
|
||
|
Pre-Depends: ${misc:Pre-Depends}
|
||
|
Description: OpenGL Utility Toolkit development files
|
||
|
GLUT is a window system independent toolkit for writing OpenGL programs.
|
||
|
It implements a simple windowing API, which makes learning about and
|
||
|
exploring OpenGL programming very easy.
|
||
|
.
|
||
|
GLUT is designed for constructing small to medium sized OpenGL programs,
|
||
|
however it is not a full-featured toolkit, so large applications requiring
|
||
|
sophisticated user interfaces are better off using native window system
|
||
|
toolkits like GTK+ or Motif.
|
||
|
.
|
||
|
This package contains libraries, and headers suitable for software
|
||
|
development with GLUT.
|