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 51 52 53 54 55 56 57
|
Source: gl-image-display
Priority: optional
Section: devel
Build-Depends:
# Please do not "fix" to use debhelper-compat. I want this to remain compatible
# with older debian-based distros
debhelper (>= 11),
dh-python,
swig,
libgl1-mesa-dev,
libepoxy-dev,
libfltk1.3-dev,
libfreeimage-dev,
freeglut3-dev,
python3-numpy,
python3-all-dev:any,
libpython3-all-dev,
python3,
chrpath
Maintainer: Dima Kogan <dkogan@debian.org>
Standards-Version: 4.6.0
Homepage: https://www.github.com/dkogan/GL_image_display
Vcs-Git: https://salsa.debian.org/debian/gl-image-display.git
Vcs-Browser: https://salsa.debian.org/debian/gl-image-display
Package: libgl-image-display0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL-based image visualizer
A library to render images with OpenGL. After the initial load, the panning and
zooming is done in hardware, with zero CPU cost. This package provides the
runtime C libraries and the binaries for the C++ FLTK widget
Package: libgl-image-display-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libgl-image-display0 (= ${binary:Version})
Description: OpenGL-based image visualizer
A library to render images with OpenGL. After the initial load, the panning and
zooming is done in hardware, with zero CPU cost. This package provides the
headers for the C libraries and for the C++ FLTK widget
Package: python3-gl-image-display
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgl-image-display0 (= ${binary:Version}),
${python3:Depends},
python3-fltk,
python3-numpy
Provides: ${python3:Provides}
Description: OpenGL-based image visualizer
A library to render images with OpenGL. After the initial load, the panning and
zooming is done in hardware, with zero CPU cost. This package provides the
Python implementation of the FLTK widget
|