summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-12-26 17:46:07 +0000
committerahoka <ahoka@pkgsrc.org>2008-12-26 17:46:07 +0000
commit4ae83da67b6303f721a674b1715dbcceefd18287 (patch)
treedc5e391a993ef5438ea5caab78836d5fdfdb856f /devel/SDL
parent9b5a7b878577999a9f41eb9ca74df7f93c4f74cd (diff)
downloadpkgsrc-4ae83da67b6303f721a674b1715dbcceefd18287.tar.gz
Various (including critical) bugfixes in the pulseaudio backend:
Fix assertion triggered in pulsaudio by returning "unknown" instead of NULL pointer when guessing application name. Own improvements: - Use getprogname on NetBSD as it wont return NULL - Also identify stream as "SDL Application" 3rd party bugfixes: - Pull buffer size and other fixes from pulsaudio developers. http://0pointer.de/blog/projects/pa-plugin-for-sdl.html Bump revision.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile4
-rw-r--r--devel/SDL/distinfo3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index 58f33ce5e1c..2b2555fa950 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2008/12/18 16:53:01 jmcneill Exp $
+# $NetBSD: Makefile,v 1.85 2008/12/26 17:46:07 ahoka Exp $
DISTNAME= SDL-1.2.13
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
diff --git a/devel/SDL/distinfo b/devel/SDL/distinfo
index f7bab25eb09..3fcd2f401f0 100644
--- a/devel/SDL/distinfo
+++ b/devel/SDL/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.51 2008/10/13 17:15:44 reinoud Exp $
+$NetBSD: distinfo,v 1.52 2008/12/26 17:46:07 ahoka Exp $
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) = 344c6b70ee062c576e20d7ff222a6283ba3cb4cb
+SHA1 (patch-pulse) = 418f6a324405a9873c6c3c608df2be940e87101c