fdefdac
%define gimpplugindir %(gimptool --gimpplugindir)/plug-ins
fdefdac
%define gimpscriptdir %(gimptool --gimpdatadir)/scripts
fdefdac
fdefdac
Summary: Gimp plug-in for texture synthesis
fdefdac
Name: gimp-resynthesizer
7af96e7
Version: 0.16
6d520d6
Release: 11%{?dist}
fdefdac
Group: Applications/Multimedia
fdefdac
License: GPLv2+
fdefdac
Requires: gimp
fdefdac
BuildRequires: gimp, gimp-devel
fdefdac
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
fdefdac
URL: http://logarithmic.net/pfh/resynthesizer
fdefdac
Source: http://logarithmic.net/pfh-files/resynthesizer/resynthesizer-%{version}.tar.gz
7af96e7
Patch: gimp-resynthesizer-makefile.patch
fdefdac
fdefdac
%description
fdefdac
Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a 
fdefdac
texture, it can create more of that texture. This has uses including: 
fdefdac
- Creating more of a texture (including creation of tileable textures)
fdefdac
- Removing objects from images (great for touching up photos)
fdefdac
- Creating themed images (by transfering a texture from one image to another)
fdefdac
fdefdac
%prep
fdefdac
%setup -q -n resynthesizer-%{version}
fdefdac
7af96e7
%patch
7af96e7
fdefdac
%build
fdefdac
%__make  %{?_smp_mflags} CFLAGS="%{optflags}"
fdefdac
fdefdac
%install
fdefdac
%__rm -rf %{buildroot}
fdefdac
%__install -p -d %{buildroot}/%{gimpplugindir}
fdefdac
%__install -p -d %{buildroot}/%{gimpscriptdir}
fdefdac
%__install -p resynth %{buildroot}/%{gimpplugindir}/
fdefdac
%__install -p -m 644 smart-remove.scm %{buildroot}/%{gimpscriptdir}
fdefdac
%__install -p -m 644 smart-enlarge.scm %{buildroot}/%{gimpscriptdir}
fdefdac
fdefdac
%clean
fdefdac
%__rm -rf %{buildroot}
fdefdac
fdefdac
%files
fdefdac
%defattr(-,root,root,-)
fdefdac
%doc README COPYING
fdefdac
%{gimpplugindir}/resynth
fdefdac
%{gimpscriptdir}/smart-remove.scm
fdefdac
%{gimpscriptdir}/smart-enlarge.scm
fdefdac
fdefdac
%changelog
6d520d6
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-11
6d520d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6d520d6
ee3104c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-10
ee3104c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ee3104c
d386930
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-9
d386930
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d386930
194387a
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-8
194387a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
194387a
08559e3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-7
08559e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
08559e3
52011e2
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.16-6
52011e2
- rebuild against gimp 2.8.0 release candidate
52011e2
eb04dd2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-5
eb04dd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
eb04dd2
d91d27a
* Fri Dec 16 2011 Nils Philippsen <nils@redhat.com> - 0.16-4
d91d27a
- rebuild for GIMP 2.7
d91d27a
be6547b
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.16-3
be6547b
- Rebuild for new libpng
be6547b
d0e005b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
d0e005b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d0e005b
7af96e7
* Sun Aug 02 2009 Ewan Mac Mahon <ewan@macmahon.me.uk> - 0.16-1
7af96e7
- Bump to version 0.16
7af96e7
- Patch makefile to allow Fedora CFLAGS to override defaults.
7af96e7
82070d8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-5
82070d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
82070d8
bee1296
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
bee1296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bee1296
29db21c
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.15-3
29db21c
- Autorebuild for GCC 4.3
29db21c
fdefdac
*Sun Aug 19 2007 Ewan Mac Mahon <ewan@macmahon.me.uk> - 0.15-2
fdefdac
Fixed review problems: Spurious comment, License tag, variable style 
fdefdac
build root, ignoring opt flags.
fdefdac
* Mon Jul 30 2007 Ewan Mac Mahon <ewan@macmahon.me.uk> - 0.15-1
fdefdac
Initial Fedora package