File: control

package info (click to toggle)
libopengl-image-perl 1.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 1,555; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
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
Source: libopengl-image-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libimage-magick-perl,
                     libopengl-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libopengl-image-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libopengl-image-perl.git
Homepage: https://metacpan.org/release/OpenGL-Image
Testsuite: autopkgtest-pkg-perl

Package: libopengl-image-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libopengl-perl
Recommends: libimage-magick-perl
Description: Image loader for OpenGL
 This module provides methods to load/modify/save images for use
 with OpenGL textures, FBOs and VBOs.
 .
 It also requires at least one supported OpenGL::Image imaging engine.
 At this time, the following drivers are supported:
 .
  * Targa  - Pure Perl - uncompressed RGBA files (comes with OpenGL::Image).
  * Magick - Requires PerlMagick (v6.3.5 or newer for best performance).