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

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »

Joermungand commented on 2015-02-24 04:06 (UTC)

In order for the package() function to work, I think line 52 (ln -s /usr/lib/libipelua.so "$pkgdir/usr/lib/lua/ipe.so") should be replaced by: mkdir "$pkgdir/usr/lib/lua" cd "$pkgdir/usr/lib/lua" ln -s ../libipelua.so "$pkgdir/usr/lib/lua/ipe.so"

foxcub commented on 2015-02-24 02:46 (UTC)

Ok, everything should be upgraded now. The issue was with IpePresenter, and it's been fixed. I have absolutely no idea how it compiled for you, since it references old functions that have moved.

calegria commented on 2015-02-23 18:28 (UTC)

@foxcub Will try to build in a clean chroot environment, just to double check it works for me.

foxcub commented on 2015-02-23 17:35 (UTC)

Just for posterity, the error I'm getting is: g++ mainwindow.cpp -c -I ../ipe-7.1.7/src/include -I ../ipe-7.1.7/src/ipecanvas -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4 mainwindow.cpp: In member function ‘void MainWindow::cmd(int)’: mainwindow.cpp:159:24: error: ‘selectPageOrView’ is not a member of ‘ipe::PageSelector’ int page = PageSelector::selectPageOrView(iDoc, -1, iPageNo, 240, this->width(), this->height()); ^ mainwindow.cpp:162:28: error: ‘selectPageOrView’ is not a member of ‘ipe::PageSelector’ int view = PageSelector::selectPageOrView(iDoc, page, (page == iPageNo) ? iViewNo : 0, 240, this->width(),this->height());

foxcub commented on 2015-02-23 17:32 (UTC)

Very strange. The build fails for me. I've emailed Otfried about the error, but if it's working for you, then something is screwed up with my setup. I'll try to get to the bottom of it tonight; once I do, I'll update the package on AUR.

calegria commented on 2015-02-23 17:25 (UTC)

I can confirm that the build works by just changing the version number to 7.1.7. Heres is my version of the PKGBUILD (I have also modified the binding library, so it does not point to lua 5.1): https://gist.github.com/calegria/c632f220faaa785dd441#file-pkgbuild-ipe-7-1-7

orschiro commented on 2015-01-21 12:02 (UTC)

@foxcub I appreciate your response and will ask on the mailing list. Thanks!

foxcub commented on 2015-01-20 22:49 (UTC)

orschiro, the answer to your question is "Yes." But your question is more appropriate for the Ipe mailing list than here.