rpms/gimp-resynthesizer/devel gimp-resynthesizer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ewan Mac Mahon (ewan) fedora-extras-commits at redhat.com
Sun Oct 14 22:43:46 UTC 2007


Author: ewan

Update of /cvs/pkgs/rpms/gimp-resynthesizer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15905/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gimp-resynthesizer.spec 
Log Message:
Initial commit of new package to Fedora CVS



--- NEW FILE gimp-resynthesizer.spec ---
%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 <ewan at macmahon.me.uk> - 0.15-2
Fixed review problems: Spurious comment, License tag, variable style 
build root, ignoring opt flags.
* Mon Jul 30 2007 Ewan Mac Mahon <ewan at macmahon.me.uk> - 0.15-1
Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gimp-resynthesizer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Oct 2007 19:33:14 -0000	1.1
+++ .cvsignore	14 Oct 2007 22:43:12 -0000	1.2
@@ -0,0 +1 @@
+resynthesizer-0.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gimp-resynthesizer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Oct 2007 19:33:14 -0000	1.1
+++ sources	14 Oct 2007 22:43:12 -0000	1.2
@@ -0,0 +1 @@
+701f7dd884d93a45227defd0a2abae53  resynthesizer-0.15.tar.gz




More information about the fedora-extras-commits mailing list