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
|
Source: libwx-glcanvas-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Olly Betts <olly@survex.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libgl-dev,
libglu1-mesa-dev | libglu-dev,
libwx-perl (>= 1:0.9932-8~),
libx11-dev,
perl-xs-dev,
perl:native,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwx-glcanvas-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwx-glcanvas-perl.git
Homepage: https://metacpan.org/release/Wx-GLCanvas
Rules-Requires-Root: no
Package: libwx-glcanvas-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libwx-perl (>= 1:0.9932-8~)
Description: Perl interface to wxWidgets' OpenGL canvas
Wx::GLCanvas is an extension module allowing the integration of an
OpenGL Canvas in Perl programs using the wxWidgets toolkit. It does so
by wrapping the wxWidgets wxGLCanvas class.
|