pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Update to 1.2.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f371e37b395
branches:  trunk
changeset: 537660:3f371e37b395
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 13 15:57:59 2008 +0000

description:
Update to 1.2.13:

   SDL 1.2.13 is a minor bug fix release.

  General Notes

     * Fixed link error when building with Intel Compiler 10.
     * Removed stray C++ comment from public headers.

  Unix Notes

     * Fixed crash in SDL_SoftStretch() on secure operating systems.
     * Fixed undefined symbol on X11 implementations without UTF-8 support.
     * Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver.
     * Scan for all joysticks on Linux instead of stopping at one that was removed.
     * Fixed use of sdl-config arguments in sdl.m4

  Mac OS X Notes

     * SDL now builds on Mac OS X 10.5 (Leopard).
     * Fixed high frequency crash involving text input.
     * Fixed beeping when the escape key is pressed and UNICODE translation is enabled.
     * Improved trackpad scrolling support.
     * Fixed joystick hat reporting for certain joysticks.

diffstat:

 devel/SDL/Makefile         |   4 ++--
 devel/SDL/distinfo         |  10 ++++------
 devel/SDL/patches/patch-ab |  12 ------------
 devel/SDL/patches/patch-ac |  12 ------------
 4 files changed, 6 insertions(+), 32 deletions(-)

diffs (60 lines):

diff -r ff4e08027fa3 -r 3f371e37b395 devel/SDL/Makefile
--- a/devel/SDL/Makefile        Sun Jan 13 15:40:13 2008 +0000
+++ b/devel/SDL/Makefile        Sun Jan 13 15:57:59 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2007/12/17 20:40:00 tron Exp $
+# $NetBSD: Makefile,v 1.81 2008/01/13 15:57:59 wiz Exp $
 
-DISTNAME=      SDL-1.2.12
+DISTNAME=      SDL-1.2.13
 CATEGORIES=    devel games
 MASTER_SITES=  http://www.libsdl.org/release/
 
diff -r ff4e08027fa3 -r 3f371e37b395 devel/SDL/distinfo
--- a/devel/SDL/distinfo        Sun Jan 13 15:40:13 2008 +0000
+++ b/devel/SDL/distinfo        Sun Jan 13 15:57:59 2008 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.49 2007/12/17 20:40:00 tron Exp $
+$NetBSD: distinfo,v 1.50 2008/01/13 15:57:59 wiz Exp $
 
-SHA1 (SDL-1.2.12.tar.gz) = 2c37ff1683368369c0f555d4a742f0544153610d
-RMD160 (SDL-1.2.12.tar.gz) = 3871023c63ea056eba43ce4f55ee8d3a73ff3022
-Size (SDL-1.2.12.tar.gz) = 2829456 bytes
+SHA1 (SDL-1.2.13.tar.gz) = 51fcaa3e1d5c01fd813ea08688780f86b19cf539
+RMD160 (SDL-1.2.13.tar.gz) = ed8825fc98f4b3759cf9e5cf8357d71c50df9925
+Size (SDL-1.2.13.tar.gz) = 3373673 bytes
 SHA1 (patch-aa) = 5a3b922c1ad64837d2bc1461723e4f34622b481f
-SHA1 (patch-ab) = f18edd064b28528dec186d26967fdd9455fb9cff
-SHA1 (patch-ac) = 0b14c735e5467e176549576aed5f8e1e2378037a
diff -r ff4e08027fa3 -r 3f371e37b395 devel/SDL/patches/patch-ab
--- a/devel/SDL/patches/patch-ab        Sun Jan 13 15:40:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2007/12/17 20:40:01 tron Exp $
-
---- src/audio/macosx/SDL_coreaudio.c.orig      2007-07-20 06:52:10.000000000 +0100
-+++ src/audio/macosx/SDL_coreaudio.c   2007-12-17 20:08:14.000000000 +0000
-@@ -22,6 +22,7 @@
- #include "SDL_config.h"
- 
- #include <AudioUnit/AudioUnit.h>
-+#include <AudioUnit/AUNTComponent.h>
- 
- #include "SDL_audio.h"
- #include "../SDL_audio_c.h"
diff -r ff4e08027fa3 -r 3f371e37b395 devel/SDL/patches/patch-ac
--- a/devel/SDL/patches/patch-ac        Sun Jan 13 15:40:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.14 2007/12/17 20:40:02 tron Exp $
-
---- src/cdrom/macosx/AudioFilePlayer.h.orig    2007-07-20 06:52:11.000000000 +0100
-+++ src/cdrom/macosx/AudioFilePlayer.h 2007-12-17 20:15:35.000000000 +0000
-@@ -33,6 +33,7 @@
- #include <CoreServices/CoreServices.h>
- 
- #include <AudioUnit/AudioUnit.h>
-+#include <AudioUnit/AUNTComponent.h>
- 
- #include "SDL_error.h"
- 



Home | Main Index | Thread Index | Old Index