From fdefdac3c84fe9506ffd1a6c2cb2c28ba7b5131e Mon Sep 17 00:00:00 2001 From: Ewan Mac Mahon Date: Oct 14 2007 22:43:12 +0000 Subject: Initial commit of new package to Fedora CVS --- diff --git a/.cvsignore b/.cvsignore index e69de29..5807cdd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +resynthesizer-0.15.tar.gz diff --git a/gimp-resynthesizer.spec b/gimp-resynthesizer.spec new file mode 100644 index 0000000..5387361 --- /dev/null +++ b/gimp-resynthesizer.spec @@ -0,0 +1,52 @@ +%define gimpplugindir %(gimptool --gimpplugindir)/plug-ins +%define gimpscriptdir %(gimptool --gimpdatadir)/scripts + +Summary: Gimp plug-in for texture synthesis +Name: gimp-resynthesizer +Version: 0.15 +Release: 2%{?dist} +Group: Applications/Multimedia +License: GPLv2+ +Requires: gimp +BuildRequires: gimp, gimp-devel +Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +URL: http://logarithmic.net/pfh/resynthesizer +Source: http://logarithmic.net/pfh-files/resynthesizer/resynthesizer-%{version}.tar.gz + +%description +Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a +texture, it can create more of that texture. This has uses including: +- Creating more of a texture (including creation of tileable textures) +- Removing objects from images (great for touching up photos) +- Creating themed images (by transfering a texture from one image to another) + +%prep +%setup -q -n resynthesizer-%{version} + +%build +%__make %{?_smp_mflags} CFLAGS="%{optflags}" + +%install +%__rm -rf %{buildroot} +%__install -p -d %{buildroot}/%{gimpplugindir} +%__install -p -d %{buildroot}/%{gimpscriptdir} +%__install -p resynth %{buildroot}/%{gimpplugindir}/ +%__install -p -m 644 smart-remove.scm %{buildroot}/%{gimpscriptdir} +%__install -p -m 644 smart-enlarge.scm %{buildroot}/%{gimpscriptdir} + +%clean +%__rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc README COPYING +%{gimpplugindir}/resynth +%{gimpscriptdir}/smart-remove.scm +%{gimpscriptdir}/smart-enlarge.scm + +%changelog +*Sun Aug 19 2007 Ewan Mac Mahon - 0.15-2 +Fixed review problems: Spurious comment, License tag, variable style +build root, ignoring opt flags. +* Mon Jul 30 2007 Ewan Mac Mahon - 0.15-1 +Initial Fedora package diff --git a/sources b/sources index e69de29..6695d66 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +701f7dd884d93a45227defd0a2abae53 resynthesizer-0.15.tar.gz