SPECS: CImg.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Jun 23 10:28:24 CEST 2006


Author: qboosh                       Date: Fri Jun 23 08:28:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   CImg.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/CImg.spec
diff -u /dev/null SPECS/CImg.spec:1.1
--- /dev/null	Fri Jun 23 10:28:24 2006
+++ SPECS/CImg.spec	Fri Jun 23 10:28:19 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	C++ Template Image Processing Library
+Summary(pl):	Biblioteka szablonów C++ do przetwarzania obrazu
+Name:		CImg
+Version:	1.1.4
+Release:	1
+License:	CeCILL Free Software License
+Group:		Development/Libraries
+Source0:	http://dl.sourceforge.net/cimg/%{name}-1-14.zip
+# Source0-md5:	70d01cb7b2e770c989af3f88b369d9ce
+URL:		http://cimg.sourceforge.net/
+BuildRequires:	unzip
+Requires:	libstdc++-devel
+Requires:	xorg-lib-libX11-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The CImg Library is an open-source C++ toolkit for image processing.
+It consists in a single header file 'CImg.h' providing a set of C++
+classes and functions that can be used in your own sources, to
+load/save, process and display images. Very portable (Unix/X11,
+Windows, MacOS X, FreeBSD, ...), efficient, easy to use, it's a
+pleasant toolkit for coding image processing stuffs in C++.
+
+%description -l pl
+Biblioteka CImg to toolkit C++ o otwartych źródłach służący do
+przetwarzania obrazu. Składa się z pojedynczego pliku nagłówkowego
+CImg.h udostępniającego zbiór klas i funkcji C++, które można
+wykorzystać we własnych źródłach do wczytywania, zapisywania,
+przetwarzania i wyświetlania obrazów. Jest przenośny (Unix/X11,
+Windows, MacOS X, FreeBSD...), wydajny, łatwy w użyciu i przyjemny do
+kodowania przetwarzania obrazu w C++.
+
+%prep
+%setup -q -n %{name}-1-14
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_includedir},%{_examplesdir}/%{name}-%{version}}
+
+install CImg.h $RPM_BUILD_ROOT%{_includedir}
+install examples/{*.cpp,Makefile} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.txt LICENSE.txt README.txt
+%lang(fr) %doc LICENSE_FR.txt
+%{_includedir}/CImg.h
+%{_examplesdir}/%{name}-%{version}
+
+%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 08:28:19  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list