done
Search Criteria
Package Details: inkscape-git 5:1.5.0.r581.0d47833dcc-1
Package Actions
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: | 9 |
Popularity: | 0.172081 |
First Submitted: | 2017-06-10 19:46 (UTC) |
Last Updated: | 2024-10-15 09:25 (UTC) |
Dependencies (47)
- boost-libs
- dbus-glib
- double-conversion (double-conversion-gitAUR)
- gc (gc-gitAUR)
- gsl (gsl-gitAUR)
- gspell
- gtkmm-4.0
- gtksourceview5 (gtksourceview-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- lib2geom-gitAUR
- libcdr
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libmagick6AUR
- libsoup
- libspelling (libspelling-gitAUR)
- libvisio
- libwpg
- libxslt (libxslt-gitAUR)
- poppler-glib (poppler-glib-gitAUR)
- potrace
- Show 27 more dependencies...
Required by (167)
- adapta-gtk-theme-git (requires inkscape) (make)
- adg-gtk-theme (requires inkscape) (optional)
- anja-git (requires inkscape) (make)
- ant-bloody-theme-git (requires inkscape) (make)
- ant-dracula-theme-git (requires inkscape) (make)
- ant-nebula-theme-git (requires inkscape) (make)
- ant-theme-git (requires inkscape) (make)
- arc-gtk-theme-colorpack (requires inkscape) (make)
- arc-gtk-theme-git (requires inkscape) (make)
- arc-solid-gtk-theme-git (requires inkscape) (make)
- arx-fatalis-data-copy (requires inkscape)
- beamerscape-git (requires inkscape)
- bibata-extra-cursor-git (requires inkscape) (make)
- breeze-hacked-cursor-theme-git (requires inkscape) (make)
- captain-frank-cursors-git (requires inkscape) (make)
- casile (requires inkscape)
- casile-git (requires inkscape)
- chicago95-plus (requires inkscape)
- chicago95-plus-git (requires inkscape)
- citramanik-qt-git (requires inkscape)
- Show 147 more...
Sources (10)
haawda commented on 2018-06-11 19:56 (UTC)
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
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.
Please report
issues
andpatches
to inkscape-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-inkscape-git.svg?branch=master" />
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"