Update xplanet to 1.3.0.
ok robert (maintainer).
This commit is contained in:
parent
1cf5ea4afd
commit
985eb08ea5
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2011/07/06 21:25:23 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2012/09/29 09:35:33 rpointel Exp $
|
||||
|
||||
COMMENT= draw pictures of the earth textured by an image
|
||||
|
||||
DISTNAME= xplanet-1.2.0
|
||||
REVISION= 3
|
||||
DISTNAME= xplanet-1.3.0
|
||||
CATEGORIES= astro geo x11
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
@ -17,16 +16,17 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= X11 c charset expat fontconfig freetype glib-2.0 gmodule-2.0 \
|
||||
gobject-2.0 m stdc++ z pango-1.0 gif jpeg png \
|
||||
pangoft2-1.0
|
||||
WANTLIB += X11 c charset expat fontconfig freetype gif glib-2.0
|
||||
WANTLIB += gobject-2.0 jpeg m pango-1.0 pangoft2-1.0 png pthread
|
||||
WANTLIB += stdc++ z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= devel/pango \
|
||||
graphics/libungif \
|
||||
graphics/jpeg \
|
||||
graphics/png
|
||||
graphics/png \
|
||||
devel/glib2
|
||||
|
||||
RUN_DEPENDS= geo/openbsd-developers
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (xplanet-1.2.0.tar.gz) = h9YvzfQ60b7sZ3v7bimawQ==
|
||||
RMD160 (xplanet-1.2.0.tar.gz) = aAeWKeghlPSDyqDAbXNnJUTvvLs=
|
||||
SHA1 (xplanet-1.2.0.tar.gz) = 4AJxH5D1AlZWE6sXonMXXMA1tSw=
|
||||
SHA256 (xplanet-1.2.0.tar.gz) = KOs2VB2sQKE/Sw3LoxDsqoJSh/ZAdMUXXSYTaNgpBpU=
|
||||
SIZE (xplanet-1.2.0.tar.gz) = 1196496
|
||||
SHA256 (xplanet-1.3.0.tar.gz) = RPt0K7k+VmHqixHMq8wSiWaT4FHz3VCDySJyJMQWtEI=
|
||||
SIZE (xplanet-1.3.0.tar.gz) = 1227385
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_libimage_png_c,v 1.1 2011/07/08 20:38:01 naddy Exp $
|
||||
|
||||
Fix build with png-1.5.
|
||||
|
||||
--- src/libimage/png.c.orig Wed Jul 6 10:53:27 2011
|
||||
+++ src/libimage/png.c Wed Jul 6 10:53:47 2011
|
||||
@@ -57,7 +57,7 @@ read_png(const char *filename, int *width, int *height
|
||||
return(0);
|
||||
}
|
||||
|
||||
- if (setjmp(png_ptr->jmpbuf))
|
||||
+ if (setjmp(png_jmpbuf(png_ptr)))
|
||||
{
|
||||
png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp) NULL);
|
||||
fclose(infile);
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/01/06 09:24:48 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/09/29 09:35:33 rpointel Exp $
|
||||
@bin bin/xplanet
|
||||
@man man/man1/xplanet.1
|
||||
share/xplanet/
|
||||
@ -45,10 +45,10 @@ share/xplanet/satellites/
|
||||
share/xplanet/satellites/README
|
||||
share/xplanet/satellites/iss
|
||||
share/xplanet/satellites/iss.tle
|
||||
share/xplanet/scripts/
|
||||
share/xplanet/scripts/convertCassini.perl
|
||||
share/xplanet/scripts/convertCassini2.perl
|
||||
share/xplanet/scripts/openbsd_markers.sh
|
||||
share/xplanet/scattering/
|
||||
share/xplanet/scattering/README
|
||||
share/xplanet/scattering/earthRayleigh
|
||||
share/xplanet/scripts
|
||||
share/xplanet/spice/
|
||||
share/xplanet/spice/README
|
||||
share/xplanet/spice/asteroids
|
||||
|
Loading…
Reference in New Issue
Block a user