libogre-perl 0.50-2build2 source package in Ubuntu

Changelog

libogre-perl (0.50-2build2) precise; urgency=low

  * Rebuild for libogre-1.7.4
 -- Julian Taylor <email address hidden>   Sat, 10 Mar 2012 14:15:30 +0100

Upload details

Uploaded by:
Julian Taylor
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libogre-perl_0.50.orig.tar.gz 152.5 KiB defcbcf99376c9cfc3ba1a1a8714f5f05549bee29ef2851b6e4fd995af6b7627
libogre-perl_0.50-2build2.debian.tar.gz 2.6 KiB da04ff12f39ade7d5661949550eff9aae2be433a18d9c94533a4d6fd93041864
libogre-perl_0.50-2build2.dsc 2.0 KiB 7694da6b5c08d45d699eeefa2e86bf644f62325810b72659fe9a3d070c1b110b

Available diffs

View changes file

Binary packages built by this source

libogre-perl: Perl binding for the OGRE C++ graphics library

 This is a Perl binding for OGRE, Object-Oriented Graphics Rendering Engine,
 a C++ library found at http://www.ogre3d.org/ .
 .
 The wrapping is currently incomplete, but there are several interesting
 examples working now (see examples/README.txt).
 .
 For documentation on specific classes, see the perldoc for the class. The
 documentation for each class is somewhat minimal. In the DESCRIPTION section
 there will be a link to the corresponding C++ API documentation on the OGRE
 website. The documentation of methods uses C++ types to describe its
 parameters and return values, so some translation to Perl is generally
 required.