diff options
author | recht <recht@pkgsrc.org> | 2003-08-27 09:39:40 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-27 09:39:40 +0000 |
commit | 734b8e8b122ab32c485b73c331aa77eea53b3521 (patch) | |
tree | f058ccf14dc22e48528dbb3375a8ace7a1f3efa4 /graphics/hermes | |
parent | 7fccdda6d627741f513bcc44f510d31c5df97e53 (diff) | |
download | pkgsrc-734b8e8b122ab32c485b73c331aa77eea53b3521.tar.gz |
Update to 1.3.3
Changes:
- Added the remaining stretch converters
- Fixed existing stretch converters
- applied patch [ #462106 ] Fixed Blitters and Converters
- added new test program
- fix display problem (iface alpha mask not setup correctly)
- fixed memory leaks (patch by Mark Page)
- Added cygwin support
- Some updates for Borland support.
- fixed debug level 2 (std output stuff)
- fixed win32 hermes static lib compilation
- Borland compile fixes
- Fixed s_height-- bug, reported by Christian Gruner.
- Fixed "weird diagonal things" bug, reported by Jeff Macht.
Submitted by Juan RP
Closes PR 22613
Diffstat (limited to 'graphics/hermes')
-rw-r--r-- | graphics/hermes/Makefile | 10 | ||||
-rw-r--r-- | graphics/hermes/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index a7c09fe8aa9..0bf1dcae2fb 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/03/29 12:41:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2003/08/27 09:39:40 recht Exp $ -DISTNAME= Hermes-1.3.2 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/Hermes-1.3.2 +DISTNAME= Hermes-1.3.3 +WRKSRC= ${WRKDIR}/Hermes-1.3.3 CATEGORIES= graphics -MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ +MASTER_SITES= http://www.clanlib.org/download/files/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ diff --git a/graphics/hermes/distinfo b/graphics/hermes/distinfo index b77ed3162cd..f3ad9f335e4 100644 --- a/graphics/hermes/distinfo +++ b/graphics/hermes/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2003/01/19 06:59:53 salo Exp $ +$NetBSD: distinfo,v 1.6 2003/08/27 09:39:40 recht Exp $ -SHA1 (Hermes-1.3.2.tar.gz) = d1a0edd8814ac3e9e699fd33843e60879d285083 -Size (Hermes-1.3.2.tar.gz) = 258439 bytes +SHA1 (Hermes-1.3.3.tar.bz2) = c760eb17fcbf2052907e42b637cd22c2b96657d6 +Size (Hermes-1.3.3.tar.bz2) = 356380 bytes SHA1 (patch-aa) = 459804a7fe816c4b2d37bc0461d923352f99c129 SHA1 (patch-ac) = 986475db735c3e01b7c7f0edb0c3bf5d6708b704 SHA1 (patch-ad) = 480f7ef8dd9ec2ebb7b273328be163ae152d8226 |