Package Details: inkscape-git 5:1.3.alpha.r987.g07fdc5641e-1

Git Clone URL: https://aur.archlinux.org/inkscape-git.git (read-only, click to copy)
Package Base: inkscape-git
Description: An Open Source vector graphics editor, using SVG file format, from git master
Upstream URL: https://gitlab.com/inkscape
Licenses: GPL, LGPL
Conflicts: inkscape
Provides: inkscape
Submitter: haawda
Maintainer: bartus
Last Packager: bartus
Votes: 7
Popularity: 0.188370
First Submitted: 2017-06-10 19:46 (UTC)
Last Updated: 2024-03-13 13:21 (UTC)

Required by (165)

Sources (9)

Pinned Comments

bartus commented on 2023-11-11 20:47 (UTC) (edited on 2023-11-11 20:51 (UTC) by bartus)

This package is also hosted on GitHub.
Use env vars to control build process:
  • BITMAP_BACKEND={imagemagick,graphicsmagick} change bitmap filter backend (default imagemagick(libmagick6))
  • MAKEFLAGS="xxx" to override default make flags.
Usage cases:
  • makepkg BITMAP_BACKEND=graphicsmagick MAKEFLAGS=-j1
  • yay -S gimp-git --mflags "BITMAP_BACKEND=graphicsmagick;MAKEFLAGS=-j1"

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

ppenguin commented on 2020-08-04 21:14 (UTC)

@bartus

Could the dependency libmagick6 be changed to libmagic6 | imagemagick6 | imagemagick7?

libmagick6 makes digikam linking fail, because it is seen before imagemagick7. I could build inkscape-git sucessfully after removing libmagick6 (and the depend in the PKGBUILD) with imagemagick7 installed.

Cheers, ppenguin

spider-mario commented on 2020-05-12 16:29 (UTC)

The PKGBUILD is now missing a prepare() function with a git submodule update --init.

linkmauve commented on 2020-05-11 12:48 (UTC)

Hi, Inkscape doesn’t depend on gtkspell3 anymore, it switched to gspell.

bartus commented on 2020-05-05 11:38 (UTC) (edited on 2020-05-05 11:40 (UTC) by bartus)

@Iviggiani

maybe something went wrong during acroread removal or installation

There's no such thing as something went wrong :) Pacman can't remove files needed for other packages. You just need to rebuild inkscape after libpopplr=99 update from 4 days ago

For the future, try rebuild-detector it will notify you during pacman -Suy about any AUR packages that requires a rebuild because it dependency got updated.

lviggiani commented on 2020-05-05 07:11 (UTC)

Hi, I'm getting this message since yesterday when trying to run inkscape:

inkscape: error while loading shared libraries: libpoppler.so.98: cannot open shared object file: No such file or directory

In the mean time I had installed and then removed "acroread" packages. AFAIK sience libpoppler has to do with XML rendering, maybe something went wrong during acroread removal or installation?

Soptik commented on 2020-04-27 10:45 (UTC)

Hi, what about adding -j 8 or something like that to that make command in build()? Are there any disadvantages of doing so? Doing it might speed up compilation a lot. I didn't time it but it feels faster when I'm compiling.

<deleted-account> commented on 2020-01-18 18:56 (UTC)

@haawda : Ok, thanks. Wait and see then...

haawda commented on 2020-01-18 15:27 (UTC)

bitsandnumbers: Thanks for the report. I think this should be fixed upstream.

<deleted-account> commented on 2020-01-14 22:41 (UTC)

EPS files are not opening when building this. Bug filed here : https://gitlab.com/inkscape/inbox/issues/860

Maybe something to do on your end @haawda ?