SPECS: gimp-plugin-greycstoration.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Fri Jun 23 12:18:08 CEST 2006
Author: qboosh Date: Fri Jun 23 10:18:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
gimp-plugin-greycstoration.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gimp-plugin-greycstoration.spec
diff -u /dev/null SPECS/gimp-plugin-greycstoration.spec:1.1
--- /dev/null Fri Jun 23 12:18:08 2006
+++ SPECS/gimp-plugin-greycstoration.spec Fri Jun 23 12:18:03 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary: GREYCstoration plugin for GIMP
+Summary(pl): Wtyczka GREYCstoration dla GIMP-a
+Name: gimp-plugin-greycstoration
+Version: 0.2.0
+Release: 1
+License: LGPL v2+
+Group: X11/Applications/Graphics
+Source0: http://www.haypocalc.com/perso/prog/greycstoration/greycstoration-%{version}.tar.bz2
+# Source0-md5: 3ec7b4d5895a54fbc407916c318ef937
+URL: http://www.haypocalc.com/wiki/Gimp_Plugin_GREYCstoration
+BuildRequires: gimp-devel >= 1:2.2.0
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: pkgconfig
+Requires: gimp >= 1:2.2.0
+Requires: gtk+2 >= 2:2.6.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GREYCstoration is a GIMP plugin using the algorithm written by David
+Tschumperle from GREYC laboratory (at Caen in France). Current version
+of the plugin only supports the restoration functionality, but the
+algorithm can also do great picture resize or good inpainting.
+
+%description -l en
+GREYCstoration is a GIMP plugin using the algorithm written by David
+Tschumperlé from GREYC laboratory (at Caen in France). Current version
+of the plugin only supports the restoration functionality, but the
+algorithm can also do great picture resize or good inpainting.
+
+%description -l pl
+GREYCstoration to wtyczka GIMP-a używająca algorytmu napisanego przez
+Davida Tschumperlé z laboratorium GREYC (w Caen we Francji). Aktualna
+wersja wtyczki obsługuje tylko funkcjonalność restaurowania, ale
+algorytm można wykorzystać także do przeskalowywania i domalowywania
+obrazów.
+
+%prep
+%setup -q -n greycstoration-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang gimp20-greycstoration
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f gimp20-greycstoration.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/gimp/2.0/plug-ins/greycstoration
+
+%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/06/23 10:18:03 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list