summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/xdot: Keyword 1.2-r1 alpha, #873490Matoro Mahri2022-11-181-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/fotoxx: Stabilize 22.35 x86, #881111Jakov Smolić2022-11-181-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/fotoxx: Stabilize 22.35 amd64, #881111Jakov Smolić2022-11-181-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/skanpage: Stabilize 22.08.3 arm64, #879357Sam James2022-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/enblend: fix configure options called as commandsJohn Helmert III2022-11-172-4/+8
| | | | | | Closes: https://bugs.gentoo.org/875206 Closes: https://bugs.gentoo.org/875203 Signed-off-by: John Helmert III <ajak@gentoo.org>
* media-gfx/enblend: disable OpenEXR supportBernd Waibel2022-11-161-0/+85
| | | | | | | | | | | Package doesn't recognize OpenEXR-3. Restricting the dependency to <media-libs/openexr-3 would lead to a conflict with media-libs/vigra[openexr] dependency which pulls in >=media-libs/openexr-3. Bug: https://bugs.gentoo.org/878149 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/28289 Signed-off-by: John Helmert III <ajak@gentoo.org>
* media-gfx/exiv2: keyword 0.27.5-r1 for ~loongWANG Xuerui2022-11-161-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* media-gfx/luminance-hdr: drop 2.6.0-r1, 2.6.0-r2John Helmert III2022-11-153-199/+0
| | | | | Closes: https://bugs.gentoo.org/878173 Signed-off-by: John Helmert III <ajak@gentoo.org>
* media-gfx/luminance-hdr: restrict dependency on media-libs/openexrBernd Waibel2022-11-151-0/+99
| | | | | | | | | | | This version doesn't build with >=media-libs/openexr-3, so restrict the dependency. Also update obsolete virtual/jpeg:0 dependency. Bug: https://bugs.gentoo.org/878173 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/28286 Signed-off-by: John Helmert III <ajak@gentoo.org>
* media-gfx/rotoscope: revbum, fix build for clang16, fix bugsPascal Jäger2022-11-153-5/+48
| | | | | | | | | | | * Fixes build for clang16 * Fixes QA issue with desktop file Closes: https://bugs.gentoo.org/875764 Closes: https://bugs.gentoo.org/740024 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28226 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/gmic: strip stray backslashes from grep callsMarek Szuba2022-11-102-0/+28
| | | | | | | Since grep-3.8 the string '\ ' no longer matches a space. Closes: https://bugs.gentoo.org/880339 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-gfx/lximage-qt: remove versions 0.17.0 and 1.0.0Jimi Huotari2022-11-103-106/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* media-gfx/lximage-qt: add 1.2.0Jimi Huotari2022-11-102-0/+55
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* media-gfx/renderdoc: Update glslang depNick Sarnie2022-11-082-0/+418
| | | | Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* media-gfx/krita: Add missing IUSE heif usedep on media-libs/heif[x265]Andreas Sturmlechner2022-11-081-1/+1
| | | | | | | Otherwise fails to safe in .heic format with an error message. Bug: https://bugs.gentoo.org/879223 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/krita: add 5.1.3, drop 5.1.2Andreas Sturmlechner2022-11-082-1/+1
| | | | | | See also: https://krita.org/en/item/krita-5-1-3-released/ Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/libredwg: drop 0.12.4Andrew Ammerlaan2022-11-082-84/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-gfx/libredwg: update licenseAndrew Ammerlaan2022-11-082-3/+3
| | | | | Closes: https://bugs.gentoo.org/880285 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-gfx/feh: Stabilize 3.9.1 x86, #879933Jakov Smolić2022-11-081-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/qimgv: use mpv subslot, backport api 2.0 fixIonen Wolkens2022-11-072-2/+21
| | | | | | libmpv.so.1 -> libmpv.so.2 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/photoqt: use mpv slot, fix with api 2.0Ionen Wolkens2022-11-072-1/+25
| | | | | | | Very trivial fix that's known to not break anything with old api, so doing straight-to-strable. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/hydrus: remove direct dependency on media-video/mpvIonen Wolkens2022-11-075-5/+0
| | | | | | | | | | | mpv itself does not provide python bindings and using PYTHON_USEDEP on it is meaningless and will cause issues now that mpv is migrating to python-single-r1 (only used for 1 /usr/bin script). As far as I can tell this package does not use mpv directly and always goes through python-mpv, so let it handle pulling libmpv. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/simple-scan: Stabilize 42.5 amd64, #879807Sam James2022-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/shotwell: Stabilize 0.30.17-r1 amd64, #879807Sam James2022-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/gnome-font-viewer: Stabilize 43.0 amd64, #879807Sam James2022-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/eog-plugins: Stabilize 42.2 amd64, #879807Sam James2022-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/geeqie: drop media-gfx/ufraw suggestionBernard Cafarelli2022-11-061-1/+0
| | | | | | | | Package is not in tree anymore, newer geeqie versions use media-libs/libraw instead Closes: https://bugs.gentoo.org/880025 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* media-gfx/krita: add 5.1.2Andreas Sturmlechner2022-11-062-0/+122
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/feh: Stabilize 3.9.1 amd64, #879933Sam James2022-11-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/feh: Stabilize 3.9.1 ppc, #879933Sam James2022-11-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/feh: Stabilize 3.9.1 ppc64, #879933Sam James2022-11-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/simple-scan: Stabilize 42.5 ppc64, #879807Arthur Zamarin2022-11-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/simple-scan: Stabilize 42.5 ppc, #879807Arthur Zamarin2022-11-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/shotwell: Stabilize 0.30.17-r1 arm64, #879807Arthur Zamarin2022-11-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/gnome-font-viewer: Stabilize 43.0 arm64, #879807Arthur Zamarin2022-11-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/sane-backends: add gitlab upstream metadataSam James2022-11-041-4/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/sane-backends: always enable IPv6Sam James2022-11-041-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/sane-backends: fix configure w/ clang 16; fix service file & udevSam James2022-11-045-0/+473
| | | | | | | | | | | | | - Fix configure with Clang 16 - Fix saned_at.service user name (scanner->saned, as scanner is the group) - Fix path to setfacl in udev rule (previous one assumed /usr merge) - Fix group name in udev rule (saned->scanner) - Call udev_reload in pkg_post{rm,inst} Closes: https://bugs.gentoo.org/876772 Closes: https://bugs.gentoo.org/859619 Closes: https://bugs.gentoo.org/849590 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/sane-backends: fix tests w/ gcc 12Sam James2022-11-042-0/+79
| | | | | Closes: https://bugs.gentoo.org/840137 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/darktable: drop 3.8.0-r3, 4.0.0Marek Szuba2022-11-035-464/+0
| | | | | | | Removal of the former drops darktable to ~arm64-only. This is intentional. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-gfx/darktable: stabilize 4.0.1 for amd64Marek Szuba2022-11-031-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-gfx/skanpage: drop 22.08.2Andreas Sturmlechner2022-11-032-54/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/skanpage: 22.08.3 version bumpAndreas Sturmlechner2022-11-032-0/+54
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/xpaint: add myself as a maintainerViorel Munteanu2022-11-021-6/+2
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* media-gfx/hydrus: Add 501, drop 493Ekaterina Vaartis2022-11-022-1/+1
| | | | | | Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Closes: https://github.com/gentoo/gentoo/pull/27773 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/fotoxx: add 22.40Ben Kohler2022-11-022-0/+81
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* media-gfx/ueberzug: stabilize 18.1.9-r1 for amd64, x86Ionen Wolkens2022-11-011-1/+1
| | | | | | First stable for ytfzf. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/imv: stabilize 4.3.1_p20211221-r1 for amd64, x86Ionen Wolkens2022-11-011-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/jhead: add github upstream metadataArthur Zamarin2022-11-011-0/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/jhead: Stabilize 3.06.0.1 x86, #879015Arthur Zamarin2022-11-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>