Author: vip Date: Sat Jul 22 22:37:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new, stereograph plugin for gimp
---- Files affected: SPECS: gimp-plugin-stereograph.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gimp-plugin-stereograph.spec diff -u /dev/null SPECS/gimp-plugin-stereograph.spec:1.1 --- /dev/null Sun Jul 23 00:37:02 2006 +++ SPECS/gimp-plugin-stereograph.spec Sun Jul 23 00:36:57 2006 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +Summary: Stereograph GIMP plug-in +Summary(pl): Wtyczka do tworzenia stereogramów dla GIMP-a +Name: gimp-plugin-stereograph +Version: 1.5 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Graphics +Source0: http://trific.ath.cx/Ftp//gimp/stereograph/stereograph-gimp-%{version}.tar.bz2 +# Source0-md5: 22c6b3924823de3153b4b7c13d51e2d2 +URL: http://trific.ath.cx/software/gimp-plugins/stereograph/ +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 +This is a GIMP plug-in interface to the Stereograph, a high quality +Single Image Stereogram (SIS) generator by Fabian Januszewski. + +%description -l pl +To jest wtyczka do GIMP-a używająca interfejsu programu Stereograph, +generatora wysokiej jakości pojedynczych obrazów stereogramowych (SIS) +Fabiana Januszewskiego. + +%prep +%setup -q -n stereograph-gimp-%{version} + +%build +%{__make} \ + CC="%{__cc}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc NEWS README README.hacking +%attr(755,root,root) %(gimptool --gimpplugindir)/plug-ins/stereograph + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/07/22 22:36:57 vip +- new, stereograph plugin for gimp + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
