Search Criteria
Package Details: panoply 4.12.2-1
Git Clone URL: | https://aur.archlinux.org/panoply.git (read-only, click to copy) |
---|---|
Package Base: | panoply |
Description: | NetCDF, HDF and GRIB Data Viewer by NASA GISS |
Upstream URL: | http://www.giss.nasa.gov/tools/panoply/ |
Keywords: | data Earth GRIB HDF Java map NASA netCDF plot science viewer |
Licenses: | |
Groups: | |
Conflicts: | |
Submitter: | MadPhysicist |
Maintainer: | MadPhysicist (lilac) |
Last Packager: | lilac |
Votes: | 9 |
Popularity: | 0.000006 |
First Submitted: | 2014-11-17 23:32 |
Last Updated: | 2020-12-23 14:57 |
Dependencies (4)
- desktop-file-utils (desktop-file-utils-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, java-openjdk-ea-bin, jdk-openj9-bin, jre, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
1 2 3 Next › Last »
najlkin commented on 2020-11-12 07:57
The latest version 4.12 is broken, since Java 9 is required (as also stated on the official website).
Repentinus commented on 2020-09-19 01:18
Edit: Thanks, lilac.
Anyone else looking to install an up-to-date version of panoply may wish to apply this patch to commit 8e15568a0d3d of the AUR package repository.
MadPhysicist commented on 2018-11-17 16:38
@lilac, Please add the updated version number to the git message in the future. I have reinstated automatically grabbing the version number in PKGBUILD.
heavysink commented on 2018-09-21 16:02
Thanks for your update. Following your update, now sha1sum will be automatically grabbed. Don't worry about the .SRCINFO. lilac will do it.
MadPhysicist commented on 2018-08-03 13:38
I've added lilac as a comaintainer, at least until such a time as I can do things reliably myself again. I appreciate the help, and patience.
heavysink commented on 2018-08-03 01:59
lilac will do that. I will try to find way for lilac to grab the sha1sum.
MadPhysicist commented on 2018-08-01 22:02
You will have to do more than just automate the version number update. You also need to grab the correct sha1sum from https://www.giss.nasa.gov/tools/panoply/download/Panoply-${version}.sha1.txt:
curl https://www.giss.nasa.gov/tools/panoply/download/Panoply-${version}.sha1.txt | grep 'PanoplyJ..zip' | grep -o '^[^ ]'
A shorter pipeline to grab the version would be
curl https://www.giss.nasa.gov/tools/panoply/download/ 2>/dev/null | sed -n 's/The current version of Panoply is ([[:digit:]]+.[[:digit:]]+.[[:digit:]]+).*/\1/p'
Keep in mind that .SRCINFO, will have to be regenerated with every new version if users are to see the correct version number in the repos.
I will make the updates and add comaintainers momentarily.
heavysink commented on 2018-07-29 02:43
A quick way to get the most recent version number of panoply from NASA is:
curl https://www.giss.nasa.gov/tools/panoply/download/ | grep 'The current version' | sed 's/^.[^0-9]([0-9].[0-9].[0-9]).*$/\1/'
This package is now maintained in both ArchLinux CN(An Unofficial Community Repository) and arch4edu repository. To add ArchlinuxCN, use the instruction here: https://wiki.archlinux.org/index.php/unofficial_user_repositories#archlinuxcn To add arch4edu, please add [arch4edu] SigLevel = Never Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
If you want, you can add lilac as a Co-Maintainer, we will auto update this AUR Repo by the bot from grabbing the version number from NASA.
https://github.com/archlinuxcn/repo/tree/master/panoply
MadPhysicist commented on 2018-02-20 18:33
I've been offline for the last month or so, will fix tonight and resume regular updates after that.
Eryole commented on 2018-02-20 18:27
Panoply has been updated to v4.8.8 and old URL is broken : thus, the PKGBUILD is not only not up to date but broken too.
Little changes are enough to fix it : update version and sha1sum. This later is available on the officiel web site:
f65b17bce746e5b8a620547c8d01eef6bb7c89c5 *PanoplyJ-4.8.8.zip