Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558071
en ru br
ALT Linux repos
S:2.0.3-alt3
5.0: 0.16-alt2
4.1: 0.16-alt1

Group :: Graphics
RPM: gimp-plugin-resynthesizer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define gimpplugindir %(gimptool-2.0 --gimpplugindir)
%define gimpdatadir %(gimptool-2.0 --gimpdatadir)

Name: gimp-plugin-resynthesizer
Version: 0.16
Release: alt2

Summary: Gimp plug-in for manipulating textures
License: GPLv2+
Group: Graphics

Url: http://logarithmic.net/pfh/resynthesizer
Source: http://logarithmic.net/pfh-files/resynthesizer/resynthesizer-%version.tar.gz

Requires: gimp >= 2.2

# Automatically added by buildreq on Mon Sep 17 2007

BuildRequires: gcc-c++ libgimp-devel

%description
Resynthesizer is a Gimp plug-in that when given a sample of a texture can
synthesize more of that texture. It can also be used to create tiling patterns,
to remove an object from am image by inventing a plausable background, or to
apply a theme to an image (for example to make an image look as though it were
painted).

%prep
%setup -n resynthesizer-%version

%build
%make GIMPTOOL=gimptool-2.0

%install
# Due to shitty new gimptool we no more can use DESTDIR, so have to install all by hand
install -d %buildroot{%gimpplugindir/plug-ins/,%gimpdatadir/scripts/}
install -p -m755 resynth %buildroot%gimpplugindir/plug-ins/
install -p -m644 *.scm %buildroot%gimpdatadir/scripts/

%files
%gimpplugindir/plug-ins/*
%gimpdatadir/scripts/*

%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