pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/hermes Update to 1.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7505cc8e62b5
branches:  trunk
changeset: 460299:7505cc8e62b5
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Aug 27 09:39:40 2003 +0000

description:
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:

 graphics/hermes/Makefile |  10 +++++-----
 graphics/hermes/distinfo |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r df0aab332542 -r 7505cc8e62b5 graphics/hermes/Makefile
--- a/graphics/hermes/Makefile  Wed Aug 27 09:37:33 2003 +0000
+++ b/graphics/hermes/Makefile  Wed Aug 27 09:39:40 2003 +0000
@@ -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@localhost
 HOMEPAGE=              http://www.clanlib.org/hermes/
diff -r df0aab332542 -r 7505cc8e62b5 graphics/hermes/distinfo
--- a/graphics/hermes/distinfo  Wed Aug 27 09:37:33 2003 +0000
+++ b/graphics/hermes/distinfo  Wed Aug 27 09:39:40 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index