summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/meshlab: remove various totally erroneous dependenciesEli Schwartz2024-03-011-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mpir: mpir is an ancient fork of gmp from 2017. It claims to be focused on speed. It doesn't build with modern compilers due to Modern C issues, and it fails to build with LTO as well. Unlike gmp, this will never be fixed. meshlab can look for either mpir or gmp, but we depended on BOTH and only gmp got used. mpir was completely extraneous. levmar: It would be great if we could use the system levmar, as meshlab genuinely depends on it. But it hardcodes a vendored copy: https://github.com/cnr-isti-vclab/meshlab/blob/bd88167db9839109487f401be50991c4bc990d27/src/external/levmar.cmake qhull: Currently, the build logs this: -- Could NOT find Qhull: missing: libqhull (found /usr/lib64/cmake/Qhull/QhullConfig.cmake (found version "8.0.2")) This happens because cmake is broken, probably. But meshlab 2021 ports to libqhull_r, which "should" work fine. Pity we are stuck in 2020 instead. We really could and should use the system copy but the build system cannot and does not detect it, which means we shouldn't be depending on something we cannot use. Bug: https://bugs.gentoo.org/905859 Bug: https://bugs.gentoo.org/812950 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/meshlab: drop 2020.12-r1Andreas Sturmlechner2023-10-211-64/+0
| | | | | Closes: https://bugs.gentoo.org/915788 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/meshlab: update EAPI 7 -> 8, drop unused, add missing depsAndreas Sturmlechner2023-10-211-0/+58
| | | | | | | | CMAKE_BUILD_TYPE=Release was ignored by eclass so setting it was a no-op. Bug: https://bugs.gentoo.org/915788 Bug: https://bugs.gentoo.org/763837 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-gfx/meshlab: fix BadDefaultUseFlagsSam James2021-06-031-1/+1
| | | | | | | | | | | -foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/meshlab: drop oldDennis Lamm2021-03-121-63/+0
| | | | | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/19884 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/meshlab: added missing dependencyDennis Lamm2021-03-061-0/+64
| | | | | | | | | Closes: https://bugs.gentoo.org/763837 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/19789 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/meshlab: drop oldDennis Lamm2021-01-0926-1071/+0
| | | | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18987 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/meshlab: subscribe to media-libs/qhull subslot (+ others)Sam James2021-01-052-11/+11
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/meshlab: bug #762802Dennis Lamm2021-01-051-0/+1
| | | | | | | | Closes: https://bugs.gentoo.org/762802 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18950 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/meshlab: version bump to 2012.12Dennis Lamm2020-12-315-9/+154
| | | | | | | | Closes: https://bugs.gentoo.org/744025 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18888 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/meshlab: Drop 2016.12-r2 and 2016.12-r3Andreas Sturmlechner2020-07-022-217/+0
| | | | | | | | r4 is in ~arch for a long time (>1.5 years), both older ebuilds are broken by current ~arch Qt5 (5.15.0). Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/meshlab: Fix build with Qt 5.15Andreas Sturmlechner2020-06-222-0/+34
| | | | | | Closes: https://bugs.gentoo.org/727764 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/meshlab: EAPI-7 bump, add missing desktop.eclassAndreas Sturmlechner2020-06-221-32/+33
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-223-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/meshlab: Add fedora patchesAmy Liffey2019-01-033-0/+153
| | | | | | | Closes: https://bugs.gentoo.org/660542 Submitted-by: <myoung008@yahoo.com> Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* media-gfx/meshlab: remove old revisionsAmy Liffey2018-09-052-206/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-gfx/meshlab: fix asString crashAmy Liffey2018-09-052-0/+171
| | | | | | | - Added patch from fedora Suggested-by: Miro Hrončok <miro@hroncok.cz> Closes: https://bugs.gentoo.org/660542 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-gfx/meshlab: remove trailing whitespaceMarty E. Plummer2018-04-132-4/+4
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* media-gfx/meshlab: remove readheaderAmy Liffey2018-01-132-0/+146
| | | | | | Submitted-by: Jura <me@slie.ru> Closes: https://bugs.gentoo.org/638796 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-gfx/meshlab: fix align and plugin pathAmy Liffey2017-12-274-0/+148
| | | | | | | - Align fix -> Submitted-by:luc_pierard_de_maujouy@yahoo.fr Closes: https://bugs.gentoo.org/638796 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-gfx/meshlab: add missing dep qtscriptAmy Liffey2017-12-081-0/+1
| | | | | | Reported-by:François Delègue <ecrire@francois-delegue.fr> Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-gfx/meshlab: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-4/+4
|
* media-gfx/meshlab: remove oldAmy Liffey2017-11-2534-1236/+0
| | | | | Closes: https://bugs.gentoo.org/589980 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-gfx/meshlab: fix metadataAmy Liffey2017-11-251-5/+5
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-gfx/meshlab: version bump to 2016.12Sobhan Mohammadpour2017-11-2518-0/+840
| | | | | | | | - Bump to 2016.12 - Patches readded external: muParser, bzip ( Amynka ) - Add ~x86 keyword ( Amynka ) Closes: #6291 Closes: https://bugs.gentoo.org/607228
* media-gfx/meshlab: fix homepageAmy Liffey2017-08-112-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-gfx/meshlab: EAPI 6 bump ,fix bug #614776Amy Liffey2017-08-1112-36/+50
| | | | | | | | | - Add patch structuresynth build failure Submitted-by: CaptainBlood <luc_pierard_de_maujouy@yahoo.fr> - Fix slot glew Package-Manager: Portage-2.3.6, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-gfx/meshlab: add missing dep bug #581496Amy Winston2016-05-141-1/+2
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* media-gfx/meshlab: patches for plugins added bug #558758. By Dominik Joe ↵Amy Winston2015-11-175-1/+63
| | | | | | Pantucek. Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0830-0/+1178
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed