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.11:
details: https://anonhg.NetBSD.org/pkgsrc/rev/137cef9a0f1f
branches: trunk
changeset: 515549:137cef9a0f1f
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 03 21:49:13 2006 +0000
description:
Update to 1.2.11:
SDL 1.2.11 is a minor bug fix release.
Unix Notes
Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden. This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX.
Fixed building SDL with Xinerama disabled.
Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().
Added pkgconfig configuration support.
Mac OS X Notes
The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above.
diffstat:
devel/SDL/Makefile | 5 ++---
devel/SDL/PLIST | 3 ++-
devel/SDL/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 389a63029072 -r 137cef9a0f1f devel/SDL/Makefile
--- a/devel/SDL/Makefile Mon Jul 03 21:39:15 2006 +0000
+++ b/devel/SDL/Makefile Mon Jul 03 21:49:13 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2006/07/03 20:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2006/07/03 21:49:13 wiz Exp $
-DISTNAME= SDL-1.2.10
-PKGREVISION= 3
+DISTNAME= SDL-1.2.11
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
diff -r 389a63029072 -r 137cef9a0f1f devel/SDL/PLIST
--- a/devel/SDL/PLIST Mon Jul 03 21:39:15 2006 +0000
+++ b/devel/SDL/PLIST Mon Jul 03 21:49:13 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/06/12 16:20:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/07/03 21:49:13 wiz Exp $
bin/sdl-config
include/SDL/SDL.h
include/SDL/SDL_active.h
@@ -42,6 +42,7 @@
include/SDL/close_code.h
lib/libSDL.la
lib/libSDLmain.a
+lib/pkgconfig/sdl.pc
man/man3/SDLKey.3
man/man3/SDL_ActiveEvent.3
man/man3/SDL_AddTimer.3
diff -r 389a63029072 -r 137cef9a0f1f devel/SDL/distinfo
--- a/devel/SDL/distinfo Mon Jul 03 21:39:15 2006 +0000
+++ b/devel/SDL/distinfo Mon Jul 03 21:49:13 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2006/07/01 19:08:36 jmmv Exp $
+$NetBSD: distinfo,v 1.45 2006/07/03 21:49:13 wiz Exp $
-SHA1 (SDL-1.2.10.tar.gz) = ad64b3b58b3cf83a28a1c21bedf270da43118f67
-RMD160 (SDL-1.2.10.tar.gz) = e2e73a580638ab29d4b000152ed80999545e9fb5
-Size (SDL-1.2.10.tar.gz) = 2792344 bytes
+SHA1 (SDL-1.2.11.tar.gz) = 2259134d714e35ab1469d513674a3cd02510d198
+RMD160 (SDL-1.2.11.tar.gz) = 91dc8877224415a4ba59e1de57c31861e550d644
+Size (SDL-1.2.11.tar.gz) = 2796407 bytes
SHA1 (patch-aa) = 04894f421f6e56ca7967c70afba5e361dcd72b14
SHA1 (patch-aj) = 21b77004d782b5da7973e8ccb8bdd686efca1684
SHA1 (patch-am) = 0a99757ca6dbed3f46c6ed2a04a3e65d81f92b3b
Home |
Main Index |
Thread Index |
Old Index