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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »

kkl2401 commented on 2020-04-27 17:21 (UTC) (edited on 2020-04-27 17:21 (UTC) by kkl2401)

On a new computer, I'm no longer able to build this package (I've tried several different versions with the same result):

mkdir -p ../../build/bin
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ../../build/bin/ipetoipe ../../build/obj/ipetoipe/ipetoipe.o -L../../build/lib -lipe
/usr/bin/ld: ../../build/lib/libipe.so: undefined reference to `png_get_valid'
/usr/bin/ld: ../../build/lib/libipe.so: undefined reference to `png_create_info_struct'
...
collect2: error: ld returned 1 exit status

Does someone have an idea why? I suspect something related to libpng but can't figure out what.

ajalonso commented on 2019-12-24 15:03 (UTC)

It seems the download link has changed, instead of http://dl.bintray.com/otfried/generic/ipe/7.2/ipe-7.2.13-src.tar.gz it is http://dl.bintray.com/otfried/generic/ipe/7.2/:ipe-7.2.13-src.tar.gz (notice the colon after the last slash). The md5sum seems to have changed to 8cca5643ffb7182cca9c2e154b44cb5e.

foxcub commented on 2019-11-29 21:27 (UTC)

Yup, looks like you are right. Running in a clean chroot suggests python2 is not needed, but it does need hicolor-icon-theme, which I've now added.

hexchain commented on 2019-11-29 15:47 (UTC)

Seems that this package no longer depends on python2?

foxcub commented on 2019-11-19 17:28 (UTC)

Fixed. Thanks.

Oguz286 commented on 2019-11-18 23:22 (UTC)

The md5sum of ipe.desktop fails and should be 19fd2cac2564125afa0149105d00d3dd.

foxcub commented on 2019-11-11 17:20 (UTC)

It looks like the source changed on the server. I updated the md5sum in the PKGBUILD.

myridium commented on 2019-11-11 07:53 (UTC) (edited on 2019-11-11 07:54 (UTC) by myridium)

File ipe-7.2.13-src.tar.gz does not pass the md5sum check. I have cleared the download cache and tried again. I don't know whether this is an upstream problem.

Liquen commented on 2019-10-18 00:20 (UTC)

@terrificiceberg: 'patch' belongs to 'base-devel' (https://www.archlinux.org/groups/x86_64/base-devel/). Packages belonging to this group are not required to be listed as build-time dependencies (makedepends) in PKGBUILD files (https://wiki.archlinux.org/index.php/Makepkg#Usage).

terrificiceberg commented on 2019-10-17 13:42 (UTC)

For me the build fails with: line 20: patch: command not found

After installing 'patch' it works, so maybe it should be added to the make dependencies.