pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Various (including critical) bugfixes in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd332ea3b250
branches:  trunk
changeset: 552093:dd332ea3b250
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Fri Dec 26 17:46:07 2008 +0000

description:
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:

 devel/SDL/Makefile |  4 ++--
 devel/SDL/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f95afaa82b27 -r dd332ea3b250 devel/SDL/Makefile
--- a/devel/SDL/Makefile        Fri Dec 26 15:38:40 2008 +0000
+++ b/devel/SDL/Makefile        Fri Dec 26 17:46:07 2008 +0000
@@ -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 -r f95afaa82b27 -r dd332ea3b250 devel/SDL/distinfo
--- a/devel/SDL/distinfo        Fri Dec 26 15:38:40 2008 +0000
+++ b/devel/SDL/distinfo        Fri Dec 26 17:46:07 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index