Package Details: ipe 7.2.30-2

Git Clone URL: https://aur.archlinux.org/ipe.git (read-only, click to copy)
Package Base: ipe
Description: The extensible drawing editor
Upstream URL: http://ipe.otfried.org/
Licenses: GPL
Conflicts: ipe
Submitter: foxcub
Maintainer: foxcub
Last Packager: foxcub
Votes: 81
Popularity: 0.000000
First Submitted: 2007-01-02 01:58 (UTC)
Last Updated: 2026-05-09 20:59 (UTC)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16

<deleted-account> commented on 2010-10-07 21:58 (UTC)

Ipe 7.0.10 has some bugs in its lua functions that 1) Doesn't let it find ipelets in non-standard locations 2) Makes ipe crash when setting skip 3) Makes equal spacing top-to-bottom arrange the objects wrongly. This has been discussed on the mailing list by Otfried and myself. I do have an updated tarball derived from the above tarball and containing two additional patches that fix these problems. It would be worthwhile to make this patched version available to the archlinux community until Otfried gets around to releasing a new version of Ipe. So, foxcub, are you interested in the patched tarball? If so, how do I submit it to you?

foxcub commented on 2010-09-24 20:41 (UTC)

Done. Thanks, Maik.

<deleted-account> commented on 2010-09-24 17:09 (UTC)

please append this http://aur.pastebin.com/XneStjAt to the build function. It makes the lua bindings available. Without this symlink the installed ipe-update-master won't work: http://aur.pastebin.com/57q1xKJG

foxcub commented on 2010-09-09 18:42 (UTC)

Well, the dependency tree should make the non-determinism irrelevant. If there is a problem like this, it's a bug in Ipe's build process. You'd probably do the author a favor by reporting it. Certainly adding -j1 to the PKGBUILD wouldn't be the right way to resolve this problem.

<deleted-account> commented on 2010-09-09 18:23 (UTC)

Well, with any amount of parallel make invocations, the process is pretty non-deterministic. Some build systems cannot handle this properly, where it tries to link a library which is still in progress in another thread. This happens more often and the compilation always succeeds when I serialize the whole thing (-j1).

foxcub commented on 2010-09-09 16:12 (UTC)

I have MAKEFLAGS="-j5", and I don't seem to have any problems. So I'm not sure I understand the first comment. Thanks for the info about || return 1. I'll remove it when the next version of Ipe is out.

<deleted-account> commented on 2010-09-09 06:24 (UTC)

In my makepkg.conf, I have MAKEFLAGS="-j9". This makes it likely to make the ipe build fail (cannot find -lipe), so I had to add -j1 to the make commands to make it compile. Also, || return 1 is no longer necessary with pacman 3.4 and above.

foxcub commented on 2010-06-30 10:06 (UTC)

No idea about texlive-core. So far it's working for me so I cannot debug. I've updated the link for svgtoipe.

Citral commented on 2010-06-25 17:51 (UTC)

Also won't work with latest extra/texlive-core here...

Citral commented on 2010-06-25 15:07 (UTC)

svgtoipe gives a 404...