packages: gtatool/gtatool.spec - added muparser-based component-compute module

qboosh qboosh at pld-linux.org
Sun Jan 29 18:12:15 CET 2012


Author: qboosh                       Date: Sun Jan 29 17:12:15 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added muparser-based component-compute module

---- Files affected:
packages/gtatool:
   gtatool.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/gtatool/gtatool.spec
diff -u packages/gtatool/gtatool.spec:1.2 packages/gtatool/gtatool.spec:1.3
--- packages/gtatool/gtatool.spec:1.2	Sun Jan 29 10:42:42 2012
+++ packages/gtatool/gtatool.spec	Sun Jan 29 18:12:10 2012
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-# TODO: [lib]muparser, [lib]matio, [lib]pcl_io, [lib]pfs, dcmingle/dcmtk
+# TODO: [lib]matio, [lib]pcl_io >= 1.0, [lib]pfs, dcmingle/dcmtk
 #
 # Conditional build:
 %bcond_without	apidocs		# do not build and package API docs
@@ -17,13 +17,14 @@
 BuildRequires:	ImageMagick-c++-devel
 BuildRequires:	OpenEXR-devel
 BuildRequires:	QtGui-devel >= 4.4.3
+%{?with_apidocs:BuildRequires:	doxygen}
 # libavformat >= 52.110.0 libavcodec libavdevice libavutil libswscale
 BuildRequires:	ffmpeg-devel
 BuildRequires:	gdal-devel
 BuildRequires:	libgta-devel >= 0.9.4
 BuildRequires:	libsndfile-devel
-%{?with_apidocs:BuildRequires:	doxygen}
 BuildRequires:	libstdc++-devel
+BuildRequires:	muparser-devel
 BuildRequires:	netpbm-devel
 BuildRequires:	pkgconfig
 BuildRequires:	qt4-build >= 4.4.3
@@ -44,6 +45,18 @@
 Pakiet zawiera zestaw poleceń obrabiających GTA na różnych poziomach,
 potrafiących importować i eksportować do wielu innych formatów plików.
 
+%package component-compute
+Summary:	gtatool module to compute array element components
+Summary(pl.UTF-8):	Moduł gtatool do obliczania składowych elementów tablicy
+Group:		Applications/File
+Requires:	%{name} = %{version}-%{release}
+
+%description component-compute
+gtatool module to compute array element components.
+
+%description component-compute -l pl.UTF-8
+Moduł gtatool do obliczania składowych elementów tablicy.
+
 %package conv-exr
 Summary:	gtatool module to convert from/to EXR format
 Summary(pl.UTF-8):	Moduł gtatool do konwersji z/do formatu EXR
@@ -166,6 +179,10 @@
 %{_mandir}/man1/gta.1*
 %{_infodir}/gta.info*
 
+%files component-compute
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gtatool/component-compute.so
+
 %files conv-exr
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtatool/conv-exr.so
@@ -200,6 +217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2012/01/29 17:12:10  qboosh
+- added muparser-based component-compute module
+
 Revision 1.2  2012/01/29 09:42:42  qboosh
 - enabled GDAL support
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtatool/gtatool.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list