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
|
Source: libnoise
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9), libtool, libtool-bin
Standards-Version: 3.9.8
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://libnoise.sourceforge.net/
Package: libnoise0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Portable, coherent noise-generating library for C++
libnoise is a portable C++ library that is used to generate coherent noise,
a type of smoothly-changing noise. libnoise can generate Perlin noise,
ridged multifractal noise, and other types of coherent-noise. Coherent noise
is often used by graphics programmers to generate natural-looking textures,
planetary terrain, and other things.
Package: libnoise-dev
Section: libdevel
Architecture: any
Depends: libnoise0 (= ${binary:Version}), ${misc:Depends}
Description: Portable, coherent noise-generating library for C++
libnoise is a portable C++ library that is used to generate coherent noise,
a type of smoothly-changing noise. libnoise can generate Perlin noise,
ridged multifractal noise, and other types of coherent-noise. Coherent noise
is often used by graphics programmers to generate natural-looking textures,
planetary terrain, and other things.
.
This package contains the headers and static libraries needed to build
programs using libnoise.
|