Package Details: ipe 7.2.28-1

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: 80
Popularity: 0.087310
First Submitted: 2007-01-02 01:58 (UTC)
Last Updated: 2023-08-14 21:06 (UTC)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 Next › Last »

porcaror commented on 2010-10-17 14:42 (UTC)

While I use the makepkg command on the PKGBUILD, using a x86_64 platform, I receive the following error: ipebase.cpp:1:0: error: CPU you selected does not support x86-64 instruction set and the compilation stops. That's strange because with the previous version it was ok. Can you help me?

foxcub commented on 2010-10-12 02:35 (UTC)

Thanks, Norbert, I've uploaded your tarball.

<deleted-account> commented on 2010-10-12 00:28 (UTC)

A tarfile to replace the one above can be got at http://www.cs.dal.ca/~nzeh/ipe.tar.gz. It contains the added patches and a PKGBUILD to apply the patches. It also bumps the release number to 4 (+1 from the current 2 for the patches mentioned in my previous post, another +1 for a patch to make ipe work with texlive2010, which has just hit [extra]). The texlive2010 patch addresses a problem with parsing pdflatex output discussed at http.typke.com/cgi-bin/bugzilla3/show_bug.cgi?id=350, using the fix discussed there.

foxcub commented on 2010-10-07 22:00 (UTC)

I am interested. The best would be if you put it up online, and post the link here.

<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.