summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-01-13 15:57:59 +0000
committerwiz <wiz@pkgsrc.org>2008-01-13 15:57:59 +0000
commit977555b87db2ea16159fcb1fe43d654a6efdbf4a (patch)
treeed79f686e6b75de6be04834e464e819d5a8d9efe /devel/SDL
parenta7f5486e684c8f94953d6448da3312239bd4a1f1 (diff)
downloadpkgsrc-977555b87db2ea16159fcb1fe43d654a6efdbf4a.tar.gz
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 (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile4
-rw-r--r--devel/SDL/distinfo10
-rw-r--r--devel/SDL/patches/patch-ab12
-rw-r--r--devel/SDL/patches/patch-ac12
4 files changed, 6 insertions, 32 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index f6d63466a20..3b0c74cf142 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -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 --git a/devel/SDL/distinfo b/devel/SDL/distinfo
index a98559daf8a..7e8ce767d3d 100644
--- a/devel/SDL/distinfo
+++ b/devel/SDL/distinfo
@@ -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 --git a/devel/SDL/patches/patch-ab b/devel/SDL/patches/patch-ab
deleted file mode 100644
index 3b14297c638..00000000000
--- a/devel/SDL/patches/patch-ab
+++ /dev/null
@@ -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 --git a/devel/SDL/patches/patch-ac b/devel/SDL/patches/patch-ac
deleted file mode 100644
index cce1a964c3a..00000000000
--- a/devel/SDL/patches/patch-ac
+++ /dev/null
@@ -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"
-