diff options
author | Volker Fröhlich <volker27@gmx.at> | 2011-04-15 10:21:37 +0200 |
---|---|---|
committer | Volker Fröhlich <volker27@gmx.at> | 2011-04-15 10:21:37 +0200 |
commit | c18304aa6f38ddb3ed14ae0c2033ff511b73c249 (patch) | |
tree | 7dcf5c34a15ee2d9a570aa68b406a2f3031e3292 /unfinished/opticks.spec | |
download | repo-master.tar.gz repo-master.tar.xz repo-master.zip |
Diffstat (limited to 'unfinished/opticks.spec')
-rw-r--r-- | unfinished/opticks.spec | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/unfinished/opticks.spec b/unfinished/opticks.spec new file mode 100644 index 0000000..4092112 --- /dev/null +++ b/unfinished/opticks.spec @@ -0,0 +1,63 @@ +Name: opticks +Version: 4.5.0 +Release: 1%{?dist} +Summary: Opticks is an expandable remote sensing and imagery analysis software platform + +Group: Applications/Scientific +License: LGPLv2.1 +URL: http://www.opticks.org +# No tarballs available -- 4.5 = r11733 +# http://opticks.svn.sourceforge.net/viewvc/opticks/trunk/4.5.0/Code/?view=tar +# http://opticks.svn.sourceforge.net/viewvc/opticks/trunk/4.5.0/Release/?view=tar +Source0: + +BuildRequires: scons +BuildRequires: raptor +BuildRequires: expat +BuildRequires: doxygen graphviz +BuildRequires: curl +BuildRequires: ffmpeg +BuildRequires: gdal proj shapelib +#libgeotiff -- Sollte von gdal her da sein -- Bzw. macht das xqilla, das auch pthreads haben dürfte +# xqilla und shapelib sind ev. nur unter Windows nötig +BuildRequires: xqilla +BuildRequires: zlib +BuildRequires: glew +BuildRequires: ossim +BuildRequires: minizip +BuildRequires: yaml-cpp +BuildRequires: pcre +# Dieses cg-Zeug ist von NVIDIA +# GDAL mit Xerces? Könnte bei EL vielleicht interessant sein +# Von EHS scheinen sie eine Fork zu haben. http://xaxxon.slackworks.com/ehs/ -- Jedenfalls ist das Zeug offensichtlich tot. Oh, gar nicht: http://ehs.fritz-elfert.de/ +# Warum benötigt GDAL 1.7.3. nicht das Paket xerces? +Requires: Qt + +%description + + +%prep +%setup -q + + +%build +python build.py --build-doxygen=all +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc + + + +%changelog |