pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL_ttf Changes 2.0.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/05d47b131c86
branches: trunk
changeset: 486930:05d47b131c86
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 05 12:30:00 2005 +0000
description:
Changes 2.0.7:
* Fixed memory corruption problems with some italic fonts
* Fixed glyph metrics for bold style fonts
* Fixed compilation with newer versions of FreeType
* Fixed crash when opening a font file that doesn't exist
diffstat:
devel/SDL_ttf/Makefile | 6 ++----
devel/SDL_ttf/distinfo | 7 +++----
devel/SDL_ttf/patches/patch-aa | 12 ------------
3 files changed, 5 insertions(+), 20 deletions(-)
diffs (42 lines):
diff -r ef8fcb5a4651 -r 05d47b131c86 devel/SDL_ttf/Makefile
--- a/devel/SDL_ttf/Makefile Wed Jan 05 12:28:41 2005 +0000
+++ b/devel/SDL_ttf/Makefile Wed Jan 05 12:30:00 2005 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/10/03 00:13:24 tv Exp $
-#
+# $NetBSD: Makefile,v 1.17 2005/01/05 12:30:00 adam Exp $
-DISTNAME= SDL_ttf-2.0.6
-PKGREVISION= 1
+DISTNAME= SDL_ttf-2.0.7
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
diff -r ef8fcb5a4651 -r 05d47b131c86 devel/SDL_ttf/distinfo
--- a/devel/SDL_ttf/distinfo Wed Jan 05 12:28:41 2005 +0000
+++ b/devel/SDL_ttf/distinfo Wed Jan 05 12:30:00 2005 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/04/27 15:13:30 adam Exp $
+$NetBSD: distinfo,v 1.4 2005/01/05 12:30:00 adam Exp $
-SHA1 (SDL_ttf-2.0.6.tar.gz) = d7defb55465ead668e0cc3c1602226d7b6892cb4
-Size (SDL_ttf-2.0.6.tar.gz) = 1114118 bytes
-SHA1 (patch-aa) = 5b69d7f775a8a50ca5f8c538fd856d792dcbfb87
+SHA1 (SDL_ttf-2.0.7.tar.gz) = b0dd7646be46869279293bf384cb4b9a0f8c5dab
+Size (SDL_ttf-2.0.7.tar.gz) = 1889705 bytes
diff -r ef8fcb5a4651 -r 05d47b131c86 devel/SDL_ttf/patches/patch-aa
--- a/devel/SDL_ttf/patches/patch-aa Wed Jan 05 12:28:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/04/27 15:13:56 adam Exp $
-
---- SDL_ttf.c.orig 2004-04-27 09:56:19.000000000 +0000
-+++ SDL_ttf.c
-@@ -39,6 +39,7 @@
- #define FREEA(p) free(p)
- #endif
-
-+#include <ft2build.h>
- #include <freetype/freetype.h>
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
Home |
Main Index |
Thread Index |
Old Index