Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562371
en ru br
ALT Linux repos
S:1.3-alt12
5.0: 1.3-alt4
4.1: 1.3-alt3.qa1

Group :: Graphics
RPM: immix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define origrel 2

Name: immix
Version: 1.3
Release: alt3.qa1

Summary: Aligns and merges a set of similar images
License: GPLv3
Group: Graphics

Url: http://immix.sourceforge.net
Source: %name-%version-%origrel.tar.gz
Packager: Michael Shigorin <mike at altlinux.org>

# Automatically added by buildreq on Sat Mar 29 2008

BuildRequires: gcc-c++ libexiv2-devel libfftw3-devel libqt4-devel
BuildRequires: desktop-file-utils

%description
Immix aligns and merges a set of similar images
in order to decrease their noise

%prep
%setup

%build
PATH=$PATH:%_libdir/qt4/bin
qmake %name.pro
%make_build

%install
install -pD -m755 immix %buildroot%_bindir/%name
install -pD -m644 immix.svg %buildroot%_pixmapsdir/%name.svg
install -pD -m644 packaging/immix.desktop %buildroot%_desktopdir/%name.desktop

%post
%update_menus
%update_desktopdb

%postun
%clean_menus
%clean_desktopdb

%files
%_bindir/*
%_pixmapsdir/%name.svg
%_desktopdir/%name.desktop

%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