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 | 78c9e6a3551a69a27654eaef1930109b604bcc75 (patch) | |
tree | f058ccf14dc22e48528dbb3375a8ace7a1f3efa4 /graphics/hermes/Makefile | |
parent | d22ec16413508207fa730739bf5ca0d9372457ac (diff) | |
download | pkgsrc-78c9e6a3551a69a27654eaef1930109b604bcc75.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/Makefile')
-rw-r--r-- | graphics/hermes/Makefile | 10 |
1 files changed, 5 insertions, 5 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/ |