gpo.zugaina.org

Search Portage & Overlays:

media-libs/libnoise

Coherent-noise generation library (OrcaSlicer fork with modern CMake)

Screenshots

ChangeLog

commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200

*/*: normalize metadata.xml DTD URL and indent

Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.

pkgcheck stays silent on all metadata-* and maintainer-* checks.

commit 327df3923552902bdd15513a779ac478b6d3d469
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Apr 25 16:33:21 2026 +0200

media-libs/libnoise: new package, version 1.0 (SoftFever fork)

SoftFever's CMake-modernized fork of libnoise (the Perlin / simplex /
ridged-multifractal coherent noise library). Used by media-gfx/orcaslicer
which expects the noise::noise CMake target this fork exports; the
original autotools-based libnoise does not provide it.