Package Details: imgv 3.1.6-1

Package Base: imgv
Description: a feature rich image viewer including a GUI
Upstream URL: http://imgv.sourceforge.net/
Category: multimedia
Licenses: GPL
Submitter: Snowman
Maintainer: None
Last Packager: haawda
Votes: 1
First Submitted: 2006-06-07 07:00
Last Updated: 2014-07-26 14:42

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by haawda

2014-08-07 16:51

This package is orphaned, you can take it and make your changes to it. Look at the sed lines, one of them does something similar than you did manually.

Comment by pjrinaldi

2014-08-07 11:45

I am interested in this package. I use it on arch now. I have never done anything with AUR's before, other than installing some of them. To get it to work on arch current, I just download the source and pacman -S its dependencies. Then I edit verbose.py and replace one line:

import Image # PIL

with:

from PIL import Image # PIL

Save that and then I run python2 imgv.py and the application works. I don't have to change anything else to get it to work. I'm not sure how the AUR process works, so I'm not sure if that is something that can be fixed in the AUR so that imgv just works.

Comment by haawda

2014-07-26 14:45

I managed to make this program run (PKGBUILD attached), but I do not like it. I'll stay with gqview.

Comment by caleb

2014-06-16 17:51

If anybody is interested I started updating this package, but am leaving it un-adopted in case I never finish. It has major issues with python and I have to put off dealing with them for a while. My partial work is available here:

https://github.com/alerque/aur/tree/master/imgv