packages: gtatool/gtatool.spec - enabled GDAL support
qboosh
qboosh at pld-linux.org
Sun Jan 29 10:42:47 CET 2012
Author: qboosh Date: Sun Jan 29 09:42:47 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- enabled GDAL support
---- Files affected:
packages/gtatool:
gtatool.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/gtatool/gtatool.spec
diff -u packages/gtatool/gtatool.spec:1.1 packages/gtatool/gtatool.spec:1.2
--- packages/gtatool/gtatool.spec:1.1 Sat Jan 28 21:43:04 2012
+++ packages/gtatool/gtatool.spec Sun Jan 29 10:42:42 2012
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-# TODO: gdal, [lib]muparser, [lib]matio, [lib]pcl_io, [lib]pfs, dcmingle/dcmtk
+# TODO: [lib]muparser, [lib]matio, [lib]pcl_io, [lib]pfs, dcmingle/dcmtk
#
# Conditional build:
%bcond_without apidocs # do not build and package API docs
@@ -19,7 +19,7 @@
BuildRequires: QtGui-devel >= 4.4.3
# libavformat >= 52.110.0 libavcodec libavdevice libavutil libswscale
BuildRequires: ffmpeg-devel
-#BuildRequires: gdal-devel
+BuildRequires: gdal-devel
BuildRequires: libgta-devel >= 0.9.4
BuildRequires: libsndfile-devel
%{?with_apidocs:BuildRequires: doxygen}
@@ -68,6 +68,18 @@
%description conv-ffmpeg -l pl.UTF-8
Moduł gtatool do konwersji z formatów FFmpeg.
+%package conv-gdal
+Summary: gtatool module to convert from/to GDAL supported formats
+Summary(pl.UTF-8): Moduł gtatool do konwersji z/do formatów obsługiwanych przez GDAL
+Group: Applications/File
+Requires: %{name} = %{version}-%{release}
+
+%description conv-gdal
+gtatool module to convert from/to GDAL supported formats.
+
+%description conv-gdal -l pl.UTF-8
+Moduł gtatool do konwersji z/do formatów obsługiwanych przez GDAL.
+
%package conv-magick
Summary: gtatool module to convert from/to ImageMagick supported formats
Summary(pl.UTF-8): Moduł gtatool do konwersji z/do formatów obsługiwanych przez ImageMagick
@@ -162,6 +174,10 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/gtatool/conv-ffmpeg.so
+%files conv-gdal
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gtatool/conv-gdal.so
+
%files conv-magick
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/gtatool/conv-magick.so
@@ -184,5 +200,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/01/29 09:42:42 qboosh
+- enabled GDAL support
+
Revision 1.1 2012/01/28 20:43:04 qboosh
- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtatool/gtatool.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list