Sun Jan 13 15:57:59 2008 UTC ()
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.


(wiz)
diff -r1.80 -r1.81 pkgsrc/devel/SDL/Makefile
diff -r1.49 -r1.50 pkgsrc/devel/SDL/distinfo
diff -r1.6 -r0 pkgsrc/devel/SDL/patches/patch-ab
diff -r1.14 -r0 pkgsrc/devel/SDL/patches/patch-ac

cvs diff -r1.80 -r1.81 pkgsrc/devel/SDL/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/SDL/Makefile 2007/12/17 20:40:00 1.80
+++ pkgsrc/devel/SDL/Makefile 2008/01/13 15:57:59 1.81
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.80 2007/12/17 20:40:00 tron Exp $ 1# $NetBSD: Makefile,v 1.81 2008/01/13 15:57:59 wiz Exp $
2 2
3DISTNAME= SDL-1.2.12 3DISTNAME= SDL-1.2.13
4CATEGORIES= devel games 4CATEGORIES= devel games
5MASTER_SITES= http://www.libsdl.org/release/ 5MASTER_SITES= http://www.libsdl.org/release/
6 6
7MAINTAINER= wiz@NetBSD.org 7MAINTAINER= wiz@NetBSD.org
8HOMEPAGE= http://www.libsdl.org/ 8HOMEPAGE= http://www.libsdl.org/
9COMMENT= Simple DirectMedia Layer, a cross-platform multimedia library 9COMMENT= Simple DirectMedia Layer, a cross-platform multimedia library
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.49 -r1.50 pkgsrc/devel/SDL/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/SDL/distinfo 2007/12/17 20:40:00 1.49
+++ pkgsrc/devel/SDL/distinfo 2008/01/13 15:57:59 1.50
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.49 2007/12/17 20:40:00 tron Exp $ 1$NetBSD: distinfo,v 1.50 2008/01/13 15:57:59 wiz Exp $
2 2
3SHA1 (SDL-1.2.12.tar.gz) = 2c37ff1683368369c0f555d4a742f0544153610d 3SHA1 (SDL-1.2.13.tar.gz) = 51fcaa3e1d5c01fd813ea08688780f86b19cf539
4RMD160 (SDL-1.2.12.tar.gz) = 3871023c63ea056eba43ce4f55ee8d3a73ff3022 4RMD160 (SDL-1.2.13.tar.gz) = ed8825fc98f4b3759cf9e5cf8357d71c50df9925
5Size (SDL-1.2.12.tar.gz) = 2829456 bytes 5Size (SDL-1.2.13.tar.gz) = 3373673 bytes
6SHA1 (patch-aa) = 5a3b922c1ad64837d2bc1461723e4f34622b481f 6SHA1 (patch-aa) = 5a3b922c1ad64837d2bc1461723e4f34622b481f
7SHA1 (patch-ab) = f18edd064b28528dec186d26967fdd9455fb9cff 
8SHA1 (patch-ac) = 0b14c735e5467e176549576aed5f8e1e2378037a 

File Deleted: pkgsrc/devel/SDL/patches/Attic/patch-ab

File Deleted: pkgsrc/devel/SDL/patches/patch-ac