Search Criteria
Package Details: autotrace-git 0.31.10.r157.g84f93a9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/autotrace-git.git (read-only, click to copy) |
|---|---|
| Package Base: | autotrace-git |
| Description: | A program for converting bitmap to vector graphics (git version) |
| Upstream URL: | https://github.com/autotrace/autotrace/ |
| Keywords: | autotrace |
| Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
| Conflicts: | autotrace |
| Provides: | autotrace |
| Submitter: | FirstAirBender |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 15 |
| Popularity: | 0.000727 |
| First Submitted: | 2022-07-25 02:32 (UTC) |
| Last Updated: | 2026-01-24 17:15 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- pstoedit (pstoedit-nomagickAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- intltool (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR) (check)
- procps-ng (procps-ng-nosystemd-gitAUR, procps-ng-gitAUR) (check)
Required by (1)
- plotdigitizer (requires autotrace) (optional)
Latest Comments
1 2 3 Next › Last »
James-T commented on 2022-08-17 09:12 (UTC)
The package should conflict with (or replace) autotrace, and conflict with autotrace-bin and autotrace-nomagick to avoid file clashes.
katt commented on 2021-11-20 21:49 (UTC)
I can't get this to accept any picture at all, I've tried pngs, jpegs, bmps and finally I tried a .tga which caused the application to coredump.
RalphCorderoy commented on 2019-06-09 08:37 (UTC)
autotrace only needs the IM6 library and that's still available because some users of it don't support IM7 yet so I think it could be a makedepends. https://www.archlinux.org/packages/extra/x86_64/libmagick6/
And MAGICK_CFLAGS could probably be provided to override that configure.in's PKG_CHECK_MODULES that provides the -I/usr/include...
haawda commented on 2019-06-08 16:07 (UTC)
I now see what you mean. There is no good solution for this: autotrace definitely does not support imagemagick 7 yet, and the detection of imagemagick6 (which AFAIK left the repos anyway) is broken. So for now I am disabling imagemagick support.
RalphCorderoy commented on 2019-06-08 08:46 (UTC)
Hi Haawda, What bit can't you confirm? https://github.com/autotrace/autotrace/blob/master/configure.ac#L67 shows the test of --with-magick's value is just against 'yes'; it doesn't take a path to header files. Does your configure output say 'imagemagick output support: yes'?
As for pkg-config then producing a IM7 path when IM6 is required, try having package imagemagick installed as well so pkg-config produces the biggest version that matches the criteria 'ImageMagick >= 5.2.1' on line 77.
haawda commented on 2019-06-07 17:44 (UTC)
RalphCorderoy, cannot confirm. Builds fine here both in or outside a chroot.
RalphCorderoy commented on 2019-06-07 13:01 (UTC)
PKGBUILD has '--with-magick=/usr/include/ImageMagick-6' but that results in 'imagemagick output support: no' in configure's output because the test is just for 'yes' with everything else treated as 'no'.
And deleting that to get the default behaviour of 'yes' doesn't work because pkg-config is suggesting '-I/usr/include/ImageMagick-7' so the #include of magick/api.h fails as that's IM6 not IM7.
ixevix commented on 2019-03-13 07:12 (UTC)
The PKGBUILD has a typo. makdepends should be makedepends...
haawda commented on 2019-03-11 22:49 (UTC)
intltool added as makedependency. Thanks.
1 2 3 Next › Last »