packages: gtatool/gtatool.spec - added PFS converter

qboosh qboosh at pld-linux.org
Sat Feb 4 06:27:10 CET 2012


Author: qboosh                       Date: Sat Feb  4 05:27:10 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added PFS converter

---- Files affected:
packages/gtatool:
   gtatool.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/gtatool/gtatool.spec
diff -u packages/gtatool/gtatool.spec:1.4 packages/gtatool/gtatool.spec:1.5
--- packages/gtatool/gtatool.spec:1.4	Tue Jan 31 15:56:23 2012
+++ packages/gtatool/gtatool.spec	Sat Feb  4 06:27:05 2012
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-# TODO: [lib]matio, [lib]pcl_io >= 1.0, [lib]pfs, dcmingle/dcmtk
+# TODO: [lib]pcl_io >= 1.0, dcmingle/dcmtk
 #
 # Conditional build:
 %bcond_without	apidocs		# do not build and package API docs
@@ -26,6 +26,7 @@
 BuildRequires:	libstdc++-devel
 BuildRequires:	muparser-devel
 BuildRequires:	netpbm-devel
+BuildRequires:	pfstools-devel
 BuildRequires:	pkgconfig
 BuildRequires:	qt4-build >= 4.4.3
 BuildRequires:	tar >= 1:1.22
@@ -130,6 +131,18 @@
 %description conv-netpbm -l pl.UTF-8
 Moduł gtatool do konwersji z/do formatów obsługiwanych przez NetPBM.
 
+%package conv-pfs
+Summary:	gtatool module to convert from/to PFS format
+Summary(pl.UTF-8):	Moduł gtatool do konwersji z/do formatu PFS
+Group:		Applications/File
+Requires:	%{name} = %{version}-%{release}
+
+%description conv-pfs
+gtatool module to convert from/to PFS format.
+
+%description conv-pfs -l pl.UTF-8
+Moduł gtatool do konwersji z/do formatu PFS.
+
 %package conv-sndfile
 Summary:	gtatool module to convert from/to libsndfile supported formats
 Summary(pl.UTF-8):	Moduł gtatool do konwersji z/do formatów obsługiwanych przez libsndfile
@@ -219,6 +232,10 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtatool/conv-netpbm.so
 
+%files conv-pfs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gtatool/conv-pfs.so
+
 %files conv-sndfile
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtatool/conv-sndfile.so
@@ -233,6 +250,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2012/02/04 05:27:05  qboosh
+- added PFS converter
+
 Revision 1.4  2012/01/31 14:56:23  qboosh
 - added mat converter
 
================================================================

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



More information about the pld-cvs-commit mailing list