summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/inkscape: sync liveSam James2022-05-151-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/inkscape: [QA] tc-has-openmp → tc-check-openmpDavid Seifert2022-05-141-3/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/inkscape: use libjpeg-turboSam James2022-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/inkscape: drop ~s390Sam James2022-04-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/inkscape: minor fixes, also from live ebuildAndreas K. Hüttel2022-03-181-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: use internal 2geom explicitlyPetr Vaněk2022-03-181-0/+1
| | | | | | | | | | | | | | | | | | When inkscape is first time emerged to the system its 2geom library detection mechanism selects bundled version and installs it as part of the package. This detection mechanism can lead to a runtime problem when inkscape is reemerged, because the 2geom library is located in the system (from previous installation), therefore bundled version is not selected nor appended to the package and emerge removes 2geom library from the system because there is no replacement in a new package. Then, inkscape fails to start because of missing library. It is necessary to force use of the bundled 2geom library in order to address the problem. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/24555 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: Fix up live ebuildAndreas K. Hüttel2022-01-221-3/+18
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: Remove useflag static-libs (now always off)Andreas K. Hüttel2022-01-221-4/+3
| | | | | | Closes: https://bugs.gentoo.org/830972 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: bump to 1.1.1Thomas Bettler2022-01-221-1/+1
| | | | | | | | | add python 3.10 to 1.1.1 and live Closes: https://bugs.gentoo.org/830007 Closes: https://github.com/gentoo/gentoo/pull/23529 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: sync live ebuildDavid Seifert2021-12-121-5/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/23271 Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/inkscape: various minor fixupsAndreas K. Hüttel2021-09-251-3/+3
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: sync livePetr Vaněk2021-09-251-6/+12
| | | | | | | | | | | - Add optional readline support, - gtkspell dependency was changed to gspell and aspell is not required anymore, - testing Closes: https://bugs.gentoo.org/790269 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/inkscape: fix libsoup slot dependencySam James2021-09-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/inkscape: PYTHON_MULTI_USEDEP -> PYTHON_USEDEPDavid Seifert2021-07-171-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/inkscape: add Python 3.9 to 9999 tooSam James2021-05-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/inkscape: Specify the cairomm+glibmm+pangomm+libsigc++ slotsDavid Michael2021-02-151-4/+4
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/inkscape: sync sandbox issue fix with -9999Joonas Niilola2021-01-021-1/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/inkscape: sync live ebuildMikle Kolyada2020-06-071-10/+3
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-gfx/inkscape: synced 9999 from 1.0Miroslav Šulc2020-05-081-7/+6
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/inkscape: add python3_8 targetneeshy2020-04-181-1/+1
| | | | | Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* media-gfx/inkscape: disable the effects of USE=nls.Michael Orlitzky2020-02-211-1/+8
| | | | | | | | | | | | | | | The upstream build system is broken with USE=nls at the moment. Rather than drop the USE flag entirely (which might lead users to think that it's going away) this commit comments out the resulting -DWITH_NLS parameter that gets passed to the build system. Thus "USE=-nls" becomes a lie, but it should begin to work again once the upstream bug is fixed. There is a highly visible comment in the ebuild reminding the maintainers to check on the upstream bug periodically. Bug: https://bugs.gentoo.org/699658 Inkscape-bug: https://gitlab.com/inkscape/inkscape/issues/168 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* media-gfx/inkscape: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-091-3/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Switch graphics proj packages to cmake.eclassAndreas Sturmlechner2019-12-311-4/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/inkscape-{1.0_beta1,9999}: removed gnome-base/gnome-vfsMiroslav Šulc2019-12-031-3/+2
| | | | | | | | | | in versions prior to 1.0 there was a configuration parameter for gnome but in cmake build it does not exist anymore. the only occurance of libgnomevfs2 is in ${S}/snap/snapcraft.yaml which seems to be used for bulding installer for mac os. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/inkscape-{1.0_beta1,9999}: fix graphics package selection logicMiroslav Šulc2019-11-121-2/+2
| | | | | | | | since this change both imagemagick and graphicsmagick USE flags must be enabled to use graphicsmagick Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/inkscape-{1.0_beta1,9999}: fix graphics package selectionMiroslav Šulc2019-11-121-1/+1
| | | | | | | | | if both imagemagick and graphicsmagick are selected, inkscape build system prefers imagemagick over graphicsmagick but we want to prefer graphicsmagick over imagemagick Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/inkscape-9999: added live ebuildMiroslav Šulc2019-11-121-0/+153
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>