diff options
author | Nitish Ragoomundun <lrugratz@gmail.com> | 2023-02-03 18:52:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:56 +0700 |
commit | 1122933ad525058e73e7e19190bb10463290bb48 (patch) | |
tree | 02f2467da00eeeb53904b9c21a321581fa35179d /academic | |
parent | 2012cd80edcd23fa057f9ce1449018449d6b89d5 (diff) |
academic/ds9: Updated for version 8.4.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/ds9/README | 20 | ||||
-rw-r--r-- | academic/ds9/ds9-icon.png | bin | 1151 -> 0 bytes | |||
-rw-r--r-- | academic/ds9/ds9.SlackBuild | 8 | ||||
-rw-r--r-- | academic/ds9/ds9.desktop | 9 | ||||
-rw-r--r-- | academic/ds9/ds9.info | 6 | ||||
-rw-r--r-- | academic/ds9/slack-desc | 14 |
6 files changed, 30 insertions, 27 deletions
diff --git a/academic/ds9/README b/academic/ds9/README index 0bed20cece04..3569e0678cf2 100644 --- a/academic/ds9/README +++ b/academic/ds9/README @@ -1,11 +1,13 @@ SAOImageDS9 is an astronomical imaging and data visualization -application. DS9 is a stand-alone application which supports FITS -images and binary tables, multiple frame buffers, region manipulation, -and many scale algorithms and colormaps. DS9 supports a consistent set -of GUI and functional capabilities, as well as advanced features such -as 2-D, 3-D and RGB frame buffers, mosaic images, tiling, blinking, +application. DS9 supports FITS images and binary tables, multiple +frame buffers, region manipulation, and many scale algorithms and +colormaps. All versions and platforms support a consistent set of GUI +and functional capabilities. DS9 supports advanced features such as +2-D, 3-D and RGB frame buffers, mosaic images, tiling, blinking, geometric markers, colormap manipulation, scaling, arbitrary zoom, -cropping, rotation, pan, and a variety of coordinate systems. The GUI -for DS9 is user configurable. GUI elements such as the coordinate -display, panner, magnifier, horizontal and vertical graphs, button -bar, and color bar can be configured via menus or the command line. +cropping, rotation, pan, and a variety of coordinate systems. +Furthermore, the application is stand-alone and requires no +installation or support files. The GUI for DS9 is user configurable. +GUI elements such as the coordinate display, panner, magnifier, +horizontal and vertical graphs, button bar, and color bar can be +configured via menus or the command line. diff --git a/academic/ds9/ds9-icon.png b/academic/ds9/ds9-icon.png Binary files differdeleted file mode 100644 index 09254821f3c5..000000000000 --- a/academic/ds9/ds9-icon.png +++ /dev/null diff --git a/academic/ds9/ds9.SlackBuild b/academic/ds9/ds9.SlackBuild index ceb9d596c518..096402f85e85 100644 --- a/academic/ds9/ds9.SlackBuild +++ b/academic/ds9/ds9.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ds9 (SAOImageDS9) -# Copyright 2021 Nitish Ragoomundun, Mauritius +# Copyright 2022 Nitish Ragoomundun, Mauritius # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ds9 -VERSION=${VERSION:-8.2.1} +VERSION=${VERSION:-8.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./unix/configure \ +unix/configure \ --prefix=/usr \ --bindir=/usr/bin \ --sysconfdir=/etc \ @@ -102,8 +102,8 @@ install -D -m755 bin/ds9 $PKG/usr/bin/ # Install icon mkdir -p $PKG/usr/share/applications mkdir -p $PKG/usr/share/pixmaps +install -m 644 ds9/doc/sun.png $PKG/usr/share/pixmaps/ds9-icon.png install -m 644 $CWD/ds9.desktop $PKG/usr/share/applications -install -m 644 $CWD/ds9-icon.png $PKG/usr/share/pixmaps # Copy documentation cp -a BUILD.txt LICENSE README.md ds9/doc/* $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/academic/ds9/ds9.desktop b/academic/ds9/ds9.desktop index 08b18e0bbd06..d942e739889f 100644 --- a/academic/ds9/ds9.desktop +++ b/academic/ds9/ds9.desktop @@ -1,9 +1,10 @@ [Desktop Entry] -Name=ds9 -GenericName=SAOImageDS9 -Comment=Astronomical Software and FITS viewing program Exec=ds9 Icon=ds9-icon -Terminal=false Type=Application Categories=Education;Science;Astronomy; +Name=ds9 +GenericName=SAOImageDS9 +Comment=Astronomical Software and FITS viewing program +MimeType=image/fits; +Terminal=false diff --git a/academic/ds9/ds9.info b/academic/ds9/ds9.info index 475fe5329060..59d26462bca5 100644 --- a/academic/ds9/ds9.info +++ b/academic/ds9/ds9.info @@ -1,8 +1,8 @@ PRGNAM="ds9" -VERSION="8.2.1" +VERSION="8.4.1" HOMEPAGE="https://sites.google.com/cfa.harvard.edu/saoimageds9/home" -DOWNLOAD="https://ds9.si.edu/archive/source/ds9.8.2.1.tar.gz" -MD5SUM="99afcdc4a72e2ca15fda0b5f9af945af" +DOWNLOAD="https://ds9.si.edu/archive/source/ds9.8.4.1.tar.gz" +MD5SUM="b227d7ce367d3d7901d88cd5fccd23f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/academic/ds9/slack-desc b/academic/ds9/slack-desc index b4bd41a6414e..713bb9386a6c 100644 --- a/academic/ds9/slack-desc +++ b/academic/ds9/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| ds9: ds9 (Astronomical tool) ds9: -ds9: DS9 is an astronomical imaging and visualization tool. It supports -ds9: the FITS format and binary tables. It includes many imaging features -ds9: such as tiling, cropping, as well as advanced features such as -ds9: multiple 2D, 3D, RGB frame buffers, colormap manipulation and mosaic -ds9: images. DS9 also supports a variety of coordinate systems and has a -ds9: user configurable interface. -ds9: +ds9: SAOImageDS9 is an astronomical imaging and data visualization tool. +ds9: It supports FITS images and binary tables. It also includes many +ds9: advanced imaging features such as 2-D, 3-D and RGB frame buffers, +ds9: mosaic images, tiling, blinking, geometric markers, colormap +ds9: manipulation, scaling, arbitrary zoom, cropping, rotation, pan, and a +ds9: variety of coordinate systems. DS9 also has user configurable GUI +ds9: elements. ds9: Homepage: https://sites.google.com/cfa.harvard.edu/saoimageds9/home ds9: |