Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045450
en ru br
ALT Linux repos
5.0: 3.1-alt2
4.1: 3.1-alt2
4.0: 3.1-alt1

Group :: Graphics
RPM: imgv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: imgv
Version: 3.1
Release: alt2

Summary: A cross-platform feature rich image viewer
License: GPLv2
Group: Graphics

Url: http://imgv.sf.net/
Source: http://download.sourceforge.net/imgv/imgv-%version-src.tar.gz

BuildArch: noarch

%description
A cross-platform feature rich image viewer. Features include a file browser,
slideshows, zooming, rotating, on-the-fly Exif viewing, histograms,
fullscreen support, wallpaper setting, the ability to view 4 images on the
screen at once, adjustable thumbnail sizes, playlists, view and download
images from Web sites, movie playing, file searching/filtering, multiple
directory loading, transitional effects, image hiding and more.

%prep
%setup -n imgv-%version-src

%build

%install
install -d %buildroot{%_bindir,%_datadir/imgv/data}
install *.py %buildroot%_datadir/imgv/

install -m644 data/{imgv.conf,*.jpg,*.png,*.ttf} %buildroot%_datadir/imgv/data/

rm -f %buildroot%_datadir/imgv/setup.py

cat <<EOF >%buildroot%_bindir/imgv
#!/bin/sh
export IMGV_HOME=%_datadir/imgv
python %_datadir/imgv/imgv.py
EOF
chmod 755 %buildroot%_bindir/imgv

# Avoid bytecompile :)

unset RPM_PYTHON

%files
%_bindir/*
%_datadir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin