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.
Search Criteria
Package Details: imgv 3.1.6-1
Package Actions
| Package Base: | imgv |
|---|---|
| Description: | a feature rich image viewer including a GUI |
| Upstream URL: | http://imgv.sourceforge.net/ |
| Category: | multimedia |
| Licenses: | |
| 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)
- python2-pillow
- python2-pygame
- dos2unix (make)
Required by (0)
Sources
- http://downloads.sourceforge.net/imgv/imgv-3.1.6-src.tar.gz
- imgv.profile
- imgv.sh
Latest Comments
Comment by haawda
Comment by pjrinaldi
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
I managed to make this program run (PKGBUILD attached), but I do not like it. I'll stay with gqview.
Comment by caleb
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