pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/SDL2_ttf SDL2_ttf: update to 2.0.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60e0d2cbabbb
branches:  trunk
changeset: 329683:60e0d2cbabbb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 13 19:44:49 2019 +0000

description:
SDL2_ttf: update to 2.0.15.

2.0.15:
Sam Lantinga - Fri Oct 26 13:26:54 PDT 2018
 * Updated to FreeType version 2.9.1
Sam Lantinga - Sun Sep 10 00:18:45 PDT 2017
 * Text rendering functions now use the alpha component of the text colors
Sam Lantinga - Sat Sep  9 22:21:55 PDT 2017
 * Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs

diffstat:

 fonts/SDL2_ttf/Makefile                |   4 ++--
 fonts/SDL2_ttf/distinfo                |  11 +++++------
 fonts/SDL2_ttf/patches/patch-configure |  17 -----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (49 lines):

diff -r b7bfc5e00728 -r 60e0d2cbabbb fonts/SDL2_ttf/Makefile
--- a/fonts/SDL2_ttf/Makefile   Wed Feb 13 19:39:35 2019 +0000
+++ b/fonts/SDL2_ttf/Makefile   Wed Feb 13 19:44:49 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/05/10 21:48:15 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/02/13 19:44:49 wiz Exp $
 
-DISTNAME=      SDL2_ttf-2.0.14
+DISTNAME=      SDL2_ttf-2.0.15
 CATEGORIES=    devel
 MASTER_SITES=  https://www.libsdl.org/projects/SDL_ttf/release/
 
diff -r b7bfc5e00728 -r 60e0d2cbabbb fonts/SDL2_ttf/distinfo
--- a/fonts/SDL2_ttf/distinfo   Wed Feb 13 19:39:35 2019 +0000
+++ b/fonts/SDL2_ttf/distinfo   Wed Feb 13 19:44:49 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/05/10 21:48:15 wiz Exp $
+$NetBSD: distinfo,v 1.6 2019/02/13 19:44:49 wiz Exp $
 
-SHA1 (SDL2_ttf-2.0.14.tar.gz) = 34c5fdc8508c7e14356579477f9ca2b0d6c06ffc
-RMD160 (SDL2_ttf-2.0.14.tar.gz) = a3cfa00535220c8dc9034bc94dce064fb22c4b85
-SHA512 (SDL2_ttf-2.0.14.tar.gz) = 4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099
-Size (SDL2_ttf-2.0.14.tar.gz) = 4147462 bytes
-SHA1 (patch-configure) = 6a207d14e3f3ff2aac0bf15e31f4ddf07ad13a25
+SHA1 (SDL2_ttf-2.0.15.tar.gz) = 1453c5f72f986024c5271c76d74cc232aa57dd79
+RMD160 (SDL2_ttf-2.0.15.tar.gz) = a651ca843f4fee0b439f76ba308f047e52d699c1
+SHA512 (SDL2_ttf-2.0.15.tar.gz) = 30d685932c3dd6f2c94e2778357a5c502f0421374293d7102a64d92f9c7861229bf36bedf51c1a698b296a58c858ca442d97afb908b7df1592fc8d4f8ae8ddfd
+Size (SDL2_ttf-2.0.15.tar.gz) = 4479718 bytes
diff -r b7bfc5e00728 -r 60e0d2cbabbb fonts/SDL2_ttf/patches/patch-configure
--- a/fonts/SDL2_ttf/patches/patch-configure    Wed Feb 13 19:39:35 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2018/05/10 21:48:15 wiz Exp $
-
-Hack around freetype2>=2.9.1 not having freetype-config any longer.
-
---- configure.orig     2016-02-01 21:41:46.000000000 +0000
-+++ configure
-@@ -11773,8 +11773,8 @@ if test "$FREETYPE_CONFIG" = "no" ; then
- *** Unable to find FreeType2 library (http://www.freetype.org/)
- " "$LINENO" 5
- else
--    CFLAGS="$CFLAGS `$FREETYPE_CONFIG $freetypeconf_args --cflags`"
--    LIBS="$LIBS `$FREETYPE_CONFIG $freetypeconf_args --libs`"
-+    CFLAGS="$CFLAGS `$FREETYPE_CONFIG $freetypeconf_args --cflags` `pkg-config freetype2 --cflags`"
-+    LIBS="$LIBS `$FREETYPE_CONFIG $freetypeconf_args --libs` `pkg-config freetype2 --libs`"
- fi
- 
- SDL_VERSION=2.0.0



Home | Main Index | Thread Index | Old Index