]> git.pld-linux.org Git - SPECS.git/blob - gimp-plugin-resynthesizer.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gimp-plugin-resynthesizer.spec
1 Summary:        Resynthesizer plugin
2 Summary(pl.UTF-8):      Wtyczka resynthesizer
3 Name:           gimp-plugin-resynthesizer
4 Version:        0.14
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-%{version}.tar.gz
9 # Source0-md5:  596479bd1780e501f82574cf40866b7b
10 URL:            http://www.logarithmic.net/pfh/resynthesizer
11 BuildRequires:  gimp-devel >= 1:2.0.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _plugindir      %(gimptool --gimpplugindir)/plug-ins
15 %define         _scriptdir      %(gimptool --gimpdatadir)/scripts
16
17 %description
18 Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample
19 of a texture, it can create more of that texture. This has
20 a surprising number of uses:
21
22 - Creating more of a texture (including creation of tileable
23   textures),
24 - Removing objects from images (great for touching up photos),
25 - Creating themed images.
26
27 %description -l pl.UTF-8
28 Resynthesizer jest wtyczką Gimpa służącą do syntezy tekstur.
29 Dysponując próbką tekstury może stworzyć jej więcej. Ma to
30 zaskakującą liczbę zastosowań:
31
32 - Tworzenie więcej tekstury (również kafelkowalnych tekstur),
33 - Usuwanie obiektów z obrazów (wspaniałe do retuszowania zdjęć),
34 - Tworzenie obrazów z motywami.
35
36 %prep
37 %setup -q -n resynthesizer-%{version}
38
39 %build
40 %{__make} \
41         CC="%{__cxx}" \
42         CFLAGS="%{rpmcflags}" \
43         GIMPTOOL="gimptool"
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_plugindir},%{_scriptdir}}
48
49 install resynth $RPM_BUILD_ROOT%{_plugindir}
50 install *.scm $RPM_BUILD_ROOT%{_scriptdir}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README
58 %attr(755,root,root) %{_plugindir}/*
59 %{_scriptdir}/*
This page took 1.640117 seconds and 3 git commands to generate.