SPECS: gimp-plugin-resynthesizer.spec (NEW) - new

wolf wolf at pld-linux.org
Sat Mar 25 15:31:20 CET 2006


Author: wolf                         Date: Sat Mar 25 14:31:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gimp-plugin-resynthesizer.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gimp-plugin-resynthesizer.spec
diff -u /dev/null SPECS/gimp-plugin-resynthesizer.spec:1.1
--- /dev/null	Sat Mar 25 15:31:20 2006
+++ SPECS/gimp-plugin-resynthesizer.spec	Sat Mar 25 15:31:15 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary:	Resynthesizer plugin
+Summary(pl):	Wtyczka resynthesizer
+Name:		gimp-plugin-resynthesizer
+Version:	0.14
+Release:	1
+License:	GPL
+Group:		X11/Applications/Graphics
+Source0:	http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-%{version}.tar.gz
+# Source0-md5:	596479bd1780e501f82574cf40866b7b
+URL:		http://www.logarithmic.net/pfh/resynthesizer
+BuildRequires:	gimp-devel >= 1:2.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_plugindir	%(gimptool --gimpplugindir)/plug-ins
+%define		_scriptdir	%(gimptool --gimpdatadir)/scripts
+
+%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
+a surprising number of uses:
+
+- Creating more of a texture (including creation of tileable
+  textures),
+- Removing objects from images (great for touching up photos),
+- Creating themed images.
+
+%description -l pl
+Resynthesizer jest wtyczką Gimp-a służącą do syntezy tekstur.
+Dysponując próbką tekstury może stworzyć jej więcej. Ma to
+zaskakującą ilość zastosowań:
+
+- Tworzenie więcej tekstury (również kafelkowalnych tekstur),
+- Usuwanie obiektów z obrazów (wspaniałe do retuszowania zdjęć),
+- Tworzenie obrazów z motywami.
+
+%prep
+%setup -q -n resynthesizer-%{version}
+
+%build
+%{__make} \
+	CC="%{__cxx}" \
+	CFLAGS="%{rpmcflags}" \
+	GIMPTOOL="gimptool"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_plugindir},%{_scriptdir}}
+
+install resynth $RPM_BUILD_ROOT%{_plugindir}
+install *.scm $RPM_BUILD_ROOT%{_scriptdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_plugindir}/*
+%{_scriptdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/25 14:31:15  wolf
+- new
+
================================================================


More information about the pld-cvs-commit mailing list