Assume qt gif support.

This commit is contained in:
espie 2000-05-23 21:31:41 +00:00
parent 668ff4904e
commit cde798bab6
2 changed files with 1 additions and 3 deletions

View File

@ -6,4 +6,3 @@ x=`ftp -o - \
'http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=640&opt=-p&lat=-21&ns=North&lon=-134&ew=West&alt=986&img=irsat.bmp&daynight=-d' \
| grep "/earthview/cache/[0-9]*.gif" | awk -F\" '{ print $2 }'`
ftp -o clouds.gif "http://www.fourmilab.ch$x"
convert clouds.gif clouds.png

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST.sed,v 1.1 2000/05/22 14:01:10 espie Exp $
@comment $OpenBSD: PLIST.sed,v 1.2 2000/05/23 21:31:41 espie Exp $
bin/xglobe
bin/getcloudmap
!%%no_map%%
@ -7,4 +7,3 @@ share/doc/xglobe/README
share/doc/xglobe/README.maps
@dirrm share/doc/xglobe
@dirrm lib/xglobe
@exec echo "Install ImageMagick if you want to use the getcloudmap script"