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 »

haawda commented on 2018-06-11 19:56 (UTC)

done

linkmauve commented on 2018-06-10 23:09 (UTC)

Hi, the WITH_GNOME_VFS option has been removed in commit 5433ac0513099a4a12caba0cda8a2a9d30e13a22, please remove it from the build() function.

z3ntu commented on 2018-05-12 21:46 (UTC)

libmagick6 is a runtime dependency otherwise you get "inkscape: error while loading shared libraries: libMagick++-6.Q16HDRI.so.8: cannot open shared object file: No such file or directory"

bm456 commented on 2018-01-30 17:41 (UTC)

it has a build error

this will fix it https://p.teknik.io/OtxSe

z3ntu commented on 2018-01-14 17:54 (UTC)

@haawda: pkgver bumping is exactly what the pkgver() function is used for. (in reply to your answer to @sl1pkn07)

archboy commented on 2018-01-03 11:06 (UTC)

GCC 8 bug: https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg552768.html

In file included from /usr/include/glibmm-2.4/glibmm.h:90, from /opt/aur/inkscape-git/src/inkscape.git/src/libdepixelize/kopftracer2011.cpp:29: /usr/include/glibmm-2.4/glibmm/threads.h: In member function 'GPrivate Glib::Threads::Private<t>::gobj()': /usr/include/glibmm-2.4/glibmm/threads.h:660:29: error: cannot convert 'GPrivate' {aka '_GPrivate'} to 'GPrivate</t>' {aka 'GPrivate'} in return GPrivate gobj() { return gobject; } ^~~~~~~~ make[2]: [src/libdepixelize/CMakeFiles/depixelize_LIB.dir/build.make:63: src/libdepixelize/CMakeFiles/depixelize_LIB.dir/kopftracer2011.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:1311: src/libdepixelize/CMakeFiles/depixelize_LIB.dir/all] Error 2 make: *** [Makefile:141: all] Error 2

bm456 commented on 2017-12-13 17:38 (UTC)

please add this before run configure (at build)

export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"

source https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/inkscape

bm456 commented on 2017-11-22 16:11 (UTC)

pleasee make it use python2 (without it you cant import eps) https://p.teknik.io/Radmv

haawda commented on 2017-08-14 20:31 (UTC)

sl1pkn07: it is not forbidden and it suits my workflow.

haawda commented on 2017-08-14 20:29 (UTC)

Fixed in pkgrel -2