summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/sane-backends: drop 1.0.31-r2, 1.0.32, 1.1.1, 1.1.1-r1Sam James2022-04-178-1612/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/img2pdf: drop 0.4.1-r1Sam James2022-04-172-65/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/frogr: drop 1.3Sam James2022-04-172-31/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/imagemagick: drop 7.1.0.14, 7.1.0.20Sam James2022-04-173-539/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/imagemagick: drop 6.9.12.29, 6.9.12.35Sam James2022-04-173-525/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/blender: add cython dep for 3.1.2Joonas Niilola2022-04-171-0/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/blender: add 3.1.2Sebastian Parborg2022-04-172-0/+405
| | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/lximage-qt: Stabilize 1.0.0 arm64, #831448Arthur Zamarin2022-04-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/renderdoc: drop 1.18-r1Matthew Smith2022-04-151-182/+0
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/renderdoc: add 1.19Matthew Smith2022-04-152-0/+197
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/plantuml: removed obsolete 1.2022.1Miroslav Šulc2022-04-152-34/+0
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/openscad: drop outdated patch for 9999Bernd Waibel2022-04-152-34/+2
| | | | | | | Closes: https://bugs.gentoo.org/832944 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/24929 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/lximage-qt: Stabilize 1.0.0 x86, #831448Sam James2022-04-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/plantuml: Stabilize 1.2022.2 amd64, #838286Jakov Smolić2022-04-141-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/lximage-qt: Stabilize 1.0.0 amd64, #831448Jakov Smolić2022-04-141-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/hydrus: Add 479, drop 473, update 9999Ekaterina Vaartis2022-04-143-11/+20
| | | | | | Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Closes: https://github.com/gentoo/gentoo/pull/24915 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: add option to build designer pluginBernd Waibel2022-04-142-3/+9
| | | | | | | | | | | | | Add a USE flag to build and install the designer plugin of FreeCAD, to be used from within the Qt designer application. The widgets are prefixed with Gui:: within designer. See https://forum.freecadweb.org/viewtopic.php?f=10&t=67706 and https://github.com/FreeCAD/FreeCAD/pull/6711 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/24918 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/solvespace: Keyword 3.0-r2 x86, #836264Jakov Smolić2022-04-131-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/graphviz: Version bump to 2.50.0Matt Turner2022-04-122-0/+275
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/graphviz: Rename IUSE=gtk to IUSE=gtk2Matt Turner2022-04-122-7/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/graphviz: Fix automatic dependency on x11-libs/gtk+:2Matt Turner2022-04-121-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a collection of errors that lead here: - In bug #682520 it was reported that IUSE=gdk-pixbuf didn't add any dependencies, so it should be enabled unconditionally. The maintainer enabled gdk-pixbuf unconditionally (but, see later items) in commit 9d4127b9ff8 ("media-gfx/graphviz: enable gdk-pixbuf unconditionally") rather than recognizing that graphviz was missing a dependency on x11-libs/gdk-pixbuf. - But in that fix, the maintainer replaced the already-wrong $(use_enable gdk-pixbuf) with --enable-gdk-pixbuf, whereas the correct option was --with-gdk-pixbuf. - The maintainer apparently recognized that it needed a dependency on x11-libs/gdk-pixbuf, so he added it in commit 39994ea59fb ("media-gfx/graphviz: add missing x11-libs/gdk-pixbuf dep") but for some reason added it to BDEPEND instead of DEPEND/RDEPEND. This was pointed out in 682520#c3 and 682520#c4 but not acted on. - In bug #828552 it was reported that --enable-gdk-pixbuf was an unknown argument to ./configure. As a result, it was removed in commit 066d7617103 ("media-gfx/graphviz: remove unknown configure arguments"), rather than switching to the correct --with-gdk-pixbuf argument. gdk-pixbuf is used by the libgvplugin_gdk.so plugin. It is used only if both --with-gdk and --with-gdk-pixbuf are used (both are enabled if not specified). The --with-gdk option requires gdk-2.0.pc, which is provided by x11-libs/gtk+:2. The --with-gdk-pixbuf option requires gdk-pixbuf-2.0.pc, which is provided by x11-libs/gdk-pixbuf:2. Since gdk-pixbuf is linked in only if x11-libs/gtk+:2 is enabled, control its usage with the existing IUSE=gtk flag. Bug: https://bugs.gentoo.org/682520 Bug: https://bugs.gentoo.org/828552 Closes: https://bugs.gentoo.org/824054 Closes: https://github.com/gentoo/gentoo/pull/25000 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/zbar: Stabilize 0.23.90 x86, #836843Jakov Smolić2022-04-111-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/zbar: Stabilize 0.23.90 amd64, #836843Jakov Smolić2022-04-111-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/darktable: depend on dev-libs/icuMarek Szuba2022-04-101-0/+1
| | | | | Closes: https://bugs.gentoo.org/837698 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-gfx/solvespace: Maintainer retiredJonas Stein2022-04-101-8/+0
| | | | | | | Proxied maintainer retired due to inactivity. Bug: https://bugs.gentoo.org/638830 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* media-gfx/slic3r: treecleanMatthew Smith2022-04-1010-1317/+0
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/plantuml: bump to 1.2022.4Miroslav Šulc2022-04-102-0/+34
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/darktable: drop 3.6.1-r2Marek Szuba2022-04-102-168/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-gfx/darktable: stabilize 3.8.1 for amd64Marek Szuba2022-04-101-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-gfx/fbgrab: Stabilize 1.5 arm, #836826Arthur Zamarin2022-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/fbgrab: Stabilize 1.5 arm64, #836826Arthur Zamarin2022-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/fbgrab: Stabilize 1.5 ppc, #836826Arthur Zamarin2022-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/gthumb: allow newer librawSam James2022-04-061-1/+0
| | | | | Closes: https://bugs.gentoo.org/836933 Signed-off-by: Sam James <sam@gentoo.org>
* */*: add <name> tags for kensingtonJohn Helmert III2022-04-061-0/+1
| | | | | Signed-off-by: John Helmert III <ajak@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/freecad: 0.19.4, 9999: Python 3.10 support added.Piotr Karbowski2022-04-062-2/+2
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-gfx/asymptote: bump to 2.80Andrey Grozin2022-04-062-0/+243
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
* media-gfx/gthumb: Add new USE flag descriptionsMatt Turner2022-04-051-0/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/gthumb: Version bump to 3.12.2Matt Turner2022-04-053-0/+124
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/zbar: 0.23.90 version bump, EAPI-8 bumpAndreas Sturmlechner2022-04-055-0/+360
| | | | | | | Fix build without dev-qt/qtchooser's unversioned Qt5 binaries in PATH. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/shotwell: Drop myself from maintainersNicolas Bock2022-04-051-4/+0
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* media-gfx/fbgrab-1.5: stable on amd64/x86Sergey Popov2022-04-051-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
* media-gfx/solvespace: amd64 stable wrt bug #829840Agostino Sarubbo2022-04-051-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/shotwell: Version bump to 0.30.15Matt Turner2022-04-043-0/+153
| | | | | | | | | | | - EAPI 8 - Allow vala-0.56 - Fix USE=opencv (bug #702354) - Fix build with dev-lang/python-exec[-native-symlinks] (bug #792168) Closes: https://bugs.gentoo.org/702354 Closes: https://bugs.gentoo.org/792168 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/pngnq: drop 1.1David Seifert2022-04-041-30/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/fotoxx: add 22.15Ben Kohler2022-04-042-0/+82
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/renderdoc: amd64 stable wrt bug #836650Agostino Sarubbo2022-04-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/pngnq: Stabilize 1.1-r1 x86, #836633Jakov Smolić2022-04-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/pngnq: Stabilize 1.1-r1 amd64, #836633Jakov Smolić2022-04-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/shotwell: Set VALA_MAX_API_VERSION="0.54"Matt Turner2022-04-031-1/+1
| | | | | | Fails to build with 0.56. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/renderdoc: fix build after qtchooser removalMatthew Smith2022-04-021-1/+5
| | | | | Closes: https://bugs.gentoo.org/836474 Signed-off-by: Matthew Smith <matthew@gentoo.org>