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 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »

qubit commented on 2019-01-12 13:17 (UTC)

The newest version of ipe is now 7.2.8.

hexchain commented on 2018-10-06 13:06 (UTC)

The upstream URL should be http://ipe.otfried.org/ ?

foxcub commented on 2017-10-11 16:20 (UTC)

Thanks for the fix, and thanks for reporting it upstream. I've pushed a new version of the package.

Michitux commented on 2017-10-11 14:48 (UTC)

Since glibc >= 2.26 does not include xlocale.h anymore, ipe does not compile anymore. Adding sed -i '/#include <xlocale.h>/d' ipelib/ipeplatform.cpp directly before the first make invocation in the PKGBUILD fixes the problem for me. I have also reported this upstream: https://github.com/otfried/ipe-issues/issues/165

foxcub commented on 2016-09-22 18:28 (UTC)

Try now. The source must have changed. I've updated the md5sum.

muellner commented on 2016-09-22 07:13 (UTC)

I get the following error: ==> Validating source files with md5sums... ipe-7.2.6-src.tar.gz ... FAILED b714decd7d5b.tar.gz ... Passed ipe.bash-completion ... Passed config.patch ... Passed ==> ERROR: One or more files did not pass the validity check!

angelo commented on 2016-01-11 19:12 (UTC)

I've been otherwise occupied for a while. Version 7.2.1 compiles and installs with no issue, even without adding -fPIC. eolianoe - thanks for the instructions, which may be useful if this comes up again (the issue seems to affect several packages).

zhtlancer commented on 2016-01-05 21:30 (UTC)

@lianxiangru I met this problem before too. You can try add "export QT_SELECT=5" in build() section of PKGBUILD and see if it's fixed.

foxcub commented on 2016-01-05 06:49 (UTC)

I've updated the PKGBUILD to Ipe 7.2.1 and pushed some changes to IpePresenter. Let me know if it works now.

eolianoe commented on 2016-01-03 17:01 (UTC)

@angelo: Add -fPIC to CPPFLAGS before building IpePresenter