Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37546611
en ru br
ALT Linux repos
S:0.4-alt1
5.0: 0.3-alt1
4.1: 0.2-alt0.M41.1

Group :: Graphics
RPM: gimp-plugin-wavelet-denoise

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable snapshot
%define _name wavelet-denoise
%define gimpplugindir %(gimptool-2.0 --gimpplugindir)

Name: gimp-plugin-%_name
Version: 0.4
Release: alt1

Summary: GIMP tool for reducing sensor noise in an image
License: GPLv2+
Group: Graphics
Url: https://github.com/mrossini-ethz/gimp-wavelet-denoise

%if_disabled snapshot
Source: %url/archive/v%version/gimp-%_name-%version.tar.gz
%else
Vcs: https://github.com/mrossini-ethz/gimp-wavelet-denoise.git
Source: gimp-%_name-%version.tar
%endif

Requires: gimp >= 2.6
BuildRequires(pre): libgimp-devel

%description
The wavelet denoise plugin is a tool to selectively reduce noise in individual
channels of an image with optional RGB<->YCbCr conversion. It has a user
inteface to adjust the amount of denoising applied. The wavelet nature of the
algorithm makes the processing quite fast.

%prep
%setup -n gimp-%_name-%version

%build
%make_build

%install
%make LOCALEDIR=%buildroot%_datadir/locale install -C po
install -pD -m755 src/%_name %buildroot%gimpplugindir/plug-ins/%_name
%find_lang --output=%_name.lang gimp20-%_name-plug-in

%files -f %_name.lang
%gimpplugindir/plug-ins/*
%doc AUTHORS ChangeLog README

%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