You are not logged in.

#1 2010-05-26 20:15:00

Zmann
Member
Registered: 2010-04-27
Posts: 43

[SOLVED] rawtherapee

Hi all,

I cannot get rawtherapee to work. I couldn't find it via pacman so I downloaded from http://www.rawtherapee.com.

Version 3.0 alpha1 was not runnable because of missing library libiptcdata.so.0, which I couldn't find via pacman.
Version 2.4.1 crashed with <irony>very helpful</irony> error message:

terminate called after throwing an instance of 'Gdk::PixbufError'
Aborted

Couldn't find out interesting things via strace either.
Tried out everything I could find in archlinux forum regarding rawtherapee like
 

for i in /usr/share/icons/*; do gtk-update-icon-cache -q -t -f $i; done

but nothing helped

I tried to compile by myself, but that failed again due to missing libiptcdata.

Any hints?

Cheers, Zmann

Last edited by Zmann (2010-05-27 22:36:03)

Offline

#2 2010-05-26 20:32:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] rawtherapee

Offline

#3 2010-05-26 21:05:40

JohnVV
Member
From: Ann Arbor, Mi. U.S.A.
Registered: 2009-09-30
Posts: 107
Website

Re: [SOLVED] rawtherapee

from the install instructions in "rawtherapee30src.tgz"


Requirements:

- CMake

- GTK and GTKMM development packages

- libtiff, libpng, libjpeg, lcms, libiptcdata development packages

- ...did I forget something?

all but "libiptcdata" are in the arch repo
http://libiptcdata.sourceforge.net/
https://sourceforge.net/projects/libiptcdata/files/

just build it.

Offline

#4 2010-05-26 22:21:38

Zmann
Member
Registered: 2010-04-27
Posts: 43

Re: [SOLVED] rawtherapee

@karol, @JohnVV: Thank you very much for your quick answers.

@JohnVV: Yes, that is of course an option. The downside of your proposal is that you merge stuff compiled by yourself with stuff installed via pacman and I really dislike that (no uninstall for self-compiled packages, potential conflicts with files installed by pacman). So I think I will try to do it the way proposed by karol. Anyway, thanks for your support.

@karol: That looks promising. I'm new to Archlinux, but AUR seems to be a good idea to me. I already managed to get libicpdata installed via makepkg and pacman, the first try to build the package using rawtherapee 3.0a1-3 did fail though:

==> ERROR: rawtherapee was not found in the build directory and is not a URL.

I will try to get this going tomorrow (must sleep now). Thanks again for the support!

Cheers, Zmann

Offline

#5 2010-05-26 22:35:48

kazuo
Member
From: São Paulo/Brazil
Registered: 2008-03-18
Posts: 413
Website

Re: [SOLVED] rawtherapee

I thin you downloaded only the PKGBUILD you need to dl the tarball with all the needed files.

Offline

#6 2010-05-26 22:42:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] rawtherapee

> you need to dl the tarball with all the needed files
http://aur.archlinux.org/packages/rawth … pee.tar.gz

Read the wiki about building PKGBUILDs, what commands and switches to use so that all the dependencies (that are available in the repos) are downloaded for you.

Offline

#7 2010-05-26 23:53:24

smakked
Member
From: Gold Coast , Australia
Registered: 2008-08-14
Posts: 420

Re: [SOLVED] rawtherapee

Ok , i just compiled http://aur.archlinux.org/packages.php?ID=11186

Works fine with out issue for me. I think you need to go read the wiki about how to build packages


Certified Android Junkie
Arch 64

Offline

#8 2010-05-27 22:33:58

Zmann
Member
Registered: 2010-04-27
Posts: 43

Re: [SOLVED] rawtherapee

Yes, you three are right. It was not obvious for me on the package detail page, that I have to click the tarball link. Therefore I just clicked the PKGBUILD and tried, if makepkg could handle it, without further reading the documentation. Now I tried again starting with the corresponding tarball and installation of rawtherapee was successful. Thanks for your help. I promise to be more careful in the future.

Cheers, Zmann

Offline

Board footer

Powered by FluxBB