summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-311-3/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Reassign dracwyrm's packagesMichał Górny2019-09-131-4/+0
| | | | | Bug: https://bugs.gentoo.org/645068 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/Field3D: x86 stable (bug #642278)Thomas Deutschmann2019-06-041-1/+1
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/Field3D: EAPI-7 bump, USE mpi, add proper src_configure()Andreas Sturmlechner2019-05-211-11/+18
| | | | | | | | Properly disabling Doxygen (don't even build it if it ain't finished). Closes: https://bugs.gentoo.org/573440 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/Field3D: amd64 stable wrt bug #642278Mikle Kolyada2018-01-281-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/Field3D: update metadata informationJonathan Scruggs2018-01-271-1/+1
|
* media-libs/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* media-libs/Field3D: Fix compiling error for some peopleJonathan Scruggs2017-09-233-39/+143
| | | | | | | * Replaced patch with more robust one to fix an error that causes the compile phase to stop. Closes: https://bugs.gentoo.org/631832
* media-libs/Field3D: New packageJonathan Scruggs2017-09-234-0/+92
Field3D is an open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk. This is a new dependency for OpenImageIO. Closes: https://github.com/gentoo/gentoo/pull/5748