summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/prusaslicer: dropped obsolete 2.5.2-r1 & 2.6.0-r1Miroslav Šulc2024-03-018-450/+0
| | | | | Closes: https://bugs.gentoo.org/917697 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* 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/chafa: keyword 1.12.5-r1 for sparc, bug #924443Rolf Eike Beer2024-02-291-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/prusaslicer: bump to 2.7.2Miroslav Šulc2024-02-292-0/+89
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/inkscape: filter LTO (ODR)Sam James2024-02-293-3/+9
| | | | | | Bug: https://gitlab.com/inkscape/lib2geom/-/issues/71 Closes: https://bugs.gentoo.org/859628 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/skanpage: 24.02.0 version bumpAndreas Sturmlechner2024-02-282-0/+49
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/libredwg: add 0.13.3Andrew Ammerlaan2024-02-262-0/+115
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-gfx/ueberzugpp: add 2.9.4Ionen Wolkens2024-02-262-0/+72
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/ueberzugpp: add 2.9.3Ionen Wolkens2024-02-242-0/+72
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/darktable: set CMAKE_BUILD_TYPE in src_configure, bug #925097Markus Meier2024-02-231-1/+1
| | | | Signed-off-by: Markus Meier <maekke@gentoo.org>
* media-gfx/graphviz: Stabilize 9.0.0 hppa, #922484Matoro Mahri2024-02-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/gifsicle: Stabilize 1.94 ppc, #923912Matoro Mahri2024-02-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/imagemagick: Stabilize 6.9.13.3 hppa, #921372Matoro Mahri2024-02-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/imagemagick: Stabilize 7.1.1.25 hppa, #921371Matoro Mahri2024-02-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/imv: add 4.5.0Ionen Wolkens2024-02-202-0/+89
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/darktable: remove unused flickr description and explicitly install ↵Markus Meier2024-02-202-2/+4
| | | | | | pdf docs Signed-off-by: Markus Meier <maekke@gentoo.org>
* media-gfx/openvdb: add missing die after ln command on 11.0.0Joonas Niilola2024-02-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/blender: require hip-5.7, hip enable on unstableYiyang Wu2024-02-202-6/+9
| | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/openvdb: add 11.0.0Paul Zander2024-02-208-0/+596
| | | | | | | | | | | | | | | | | | Automatically detects working host compiler for CUDA. Automatically detects host CUDA arch, can be overridden by setting CUDAARCHS env var. Re-enabled ax requiring <=llvm-15. Modified NanoVDB.h so Blender can decern the NanoVDB version and include the correct header. Closes: https://bugs.gentoo.org/664796 Closes: https://bugs.gentoo.org/686824 Closes: https://bugs.gentoo.org/831043 Closes: https://bugs.gentoo.org/833168 Closes: https://bugs.gentoo.org/921246 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34564 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/exiv2: add 0.28.2Andreas Sturmlechner2024-02-193-0/+155
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/exiv2: drop 0.27.7, 0.28.1-r1Andreas Sturmlechner2024-02-193-246/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/darktable: remove oldMarkus Meier2024-02-193-390/+0
| | | | Signed-off-by: Markus Meier <maekke@gentoo.org>
* media-gfx/darktable: version bumpMarkus Meier2024-02-192-0/+197
| | | | Signed-off-by: Markus Meier <maekke@gentoo.org>
* media-gfx/rawtherapee: add 5.10Ben Kohler2024-02-192-0/+82
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/pablodraw: cleanup NUGETSMaciej Barć2024-02-182-2/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* media-gfx/shotwell: Stabilize 0.32.4 arm64, #920740Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/gnome-font-viewer: Stabilize 45.0 arm64, #920740Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/shotwell: Stabilize 0.32.4 x86, #920740Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/gnome-font-viewer: Stabilize 45.0 x86, #920740Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/xfig: remove unused patchesMichael Mair-Keimberger2024-02-173-155/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/plantuml: bump to 1.2024.3, dropped 1.2024.2Miroslav Šulc2024-02-172-1/+1
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/plantuml: bump to 1.2024.2, dropped 1.2024.1Miroslav Šulc2024-02-162-1/+1
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/skanpage: 23.08.5 version bumpAndreas Sturmlechner2024-02-152-0/+55
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Reassign gyakovlev's packagesMichał Górny2024-02-141-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Reassign kensington's packagesMichał Górny2024-02-141-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/fotocx: update a few more places for renameBen Kohler2024-02-132-4/+4
| | | | | | Closes: https://bugs.gentoo.org/924440 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/fotocx: add 24.11Ben Kohler2024-02-133-0/+109
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/libredwg: add 0.13.2Andrew Ammerlaan2024-02-132-0/+115
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-gfx/plantuml: drop 1.2022.7Volkmar W. Pogatzki2024-02-132-34/+0
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35296 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/fotocx: rename media-gfx/fotoxxBen Kohler2024-02-126-10/+10
| | | | | | Bug: https://bugs.gentoo.org/924294 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/fotoxx: drop 23.72, 23.74, 23.80, 23.81Ben Kohler2024-02-125-328/+0
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/darktable: Stabilize 4.6.0 amd64, #923426Sam James2024-02-121-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/plantuml: Stabilize 1.2023.13 amd64, #924351Sam James2024-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/eog: drop 44.3-r1, 45.1-r1Mart Raudsepp2024-02-113-156/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-gfx/eog: Stabilize 45.2 x86, #920662Arthur Zamarin2024-02-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/eog: Stabilize 45.2 arm64, #920662Arthur Zamarin2024-02-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/ristretto: Stabilize 0.13.0 ppc64, #922827Matoro Mahri2024-02-101-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/asymptote: remove old versionAndrey Grozin2024-02-092-244/+0
| | | | Signed-off-by: Andrey Grozin <grozin@gentoo.org>
* media-gfx/imageworsener: update LICENSEAlfred Wingate2024-02-093-6/+6
| | | | | | | | | * It never had the advertising clause. https://github.com/jsummers/imageworsener/blob/master/COPYING.txt Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/plantuml: bump to 1.2024.1, dropped 1.2024.0Miroslav Šulc2024-02-092-1/+1
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>