Package Details: aeskulap 0.2.2beta2+r8+ge710562-3

Git Clone URL: https://aur.archlinux.org/aeskulap.git (read-only, click to copy)
Package Base: aeskulap
Description: Medical image viewer and DICOM client
Upstream URL: https://www.nongnu.org/aeskulap
Licenses: GPL-2.0-or-later AND LGPL-2.0-or-later AND custom:Public Domain
Submitter: haawda
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 17
Popularity: 0.000088
First Submitted: 2018-04-21 17:35 (UTC)
Last Updated: 2026-05-04 15:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

haawda commented on 2021-03-22 19:43 (UTC)

Just rebuild aeskulap.

wh75er commented on 2021-03-22 17:31 (UTC) (edited on 2021-03-22 18:54 (UTC) by wh75er)

After last system update I'm getting error:

aeskulap: error while loading shared libraries: libicuuc.so.67: cannot open shared object file: No such file or directory

My icu package version is 68. I've tried to downgrade this package to 67, but I was getting the same error with libicuuc.so.68. Is there any chances to fix this?

UPD.

I fixed that issue by leaving last version of icu package(68) and installing icu67 from aur

eimis commented on 2019-09-28 22:51 (UTC)

awesome, saw some bones

marcin commented on 2019-05-08 05:59 (UTC)

The upstream ( https://github.com/jenslody/aeskulap ) repo writes:

I'm not able to work on this project anymore. Lack of time and power, sorry.

If anyone is interested in maintaining it, please fork it and send me a short message.

In any case I will archive this repo sooner or later.

Smoerrebroed commented on 2019-03-05 15:30 (UTC)

Needs libicu 61 to run - Arch is currently on 63 so doesn't work due to unavailable libs.

haawda commented on 2018-12-30 09:38 (UTC)

Does not build against dcmtk 3.6.4, as a workaround use dcmtk 3.6.3.

haawda commented on 2018-05-28 20:26 (UTC)

Please file that patch upstream (https://github.com/jenslody/aeskulap/issues/12).

kolewu commented on 2018-05-27 22:19 (UTC) (edited on 2018-05-27 22:20 (UTC) by kolewu)

The patch needed to compile without an error:

--- imagepool/poolinstance.h~   2018-01-24 00:56:04.000000000 +0100
+++ imagepool/poolinstance.h    2018-05-25 23:12:46.137276723 +0200
@@ -37,6 +37,9 @@
 class Series;
 class Study;
 class Loader;
+class Instance;
+
+void remove_instance(const Glib::RefPtr<Instance>&);

 class Instance : public Glib::Object {
 protected:

With this patch the PKBDUILD works without using gcc6 -- but I am not able to open the images from a dicomdir (the project itself seems to open fine), so maybe something not resulting in a compiler error doesn't work when using gcc 8.1.

haawda commented on 2018-05-26 21:42 (UTC)

Sorry, source-URL was indeed wrong. I corrected this. I also added gcc6 as makedependency.

ktasoulas commented on 2018-05-26 19:14 (UTC)

curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/jenslody/aeskulap/archive/release-0.2.2.beta2.tar.gz Aborting... ==> ERROR: Makepkg was unable to build aeskulap. ==> Restart building aeskulap ? [y/N]