diff options
author | adam <adam> | 2005-09-07 10:15:39 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-07 10:15:39 +0000 |
commit | 36f4d301e0649ec4602c117f4de3c19cf96b9134 (patch) | |
tree | 6534e30b1c9a51bf8a1a015755fbd486ff5d36d6 /audio | |
parent | 2d9bcd7d60b23b01551796894e76193de0e89b4a (diff) | |
download | pkgsrc-36f4d301e0649ec4602c117f4de3c19cf96b9134.tar.gz |
Changes 1.2.9:
* Added support for direct color 8-bpp surfaces
* Altivec optimized blitters
* SDL.dll works on Windows 95 again
* Dropping a document onto an SDL app passes it as a command line parameter in MacOS X
* Fixed crash trying to allocate hardware surfaces on MacOS X
* Fixed short read problem with SDL_RWFromMem()
* Fixed gcc parse errors in SDL_audio.h on Windows
* Added support for Tru64 UNIX 4.X
* Improved RISC OS support
* Numerous improvements to the Atari port
* SDL_OPENGLBLIT is officially obsolete
Diffstat (limited to 'audio')
-rw-r--r-- | audio/SDL-arts/Makefile | 4 | ||||
-rw-r--r-- | audio/SDL-esound/Makefile | 4 | ||||
-rw-r--r-- | audio/SDL-nas/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/audio/SDL-arts/Makefile b/audio/SDL-arts/Makefile index a7c3846d0af..684399a11a5 100644 --- a/audio/SDL-arts/Makefile +++ b/audio/SDL-arts/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:38 jlam Exp $ -# +# $NetBSD: Makefile,v 1.10 2005/09/07 10:16:16 adam Exp $ .include "../../devel/SDL/Makefile.common" PKGNAME= ${DISTNAME:S/SDL/SDL-arts/} -PKGREVISION= 1 CATEGORIES+= audio kde diff --git a/audio/SDL-esound/Makefile b/audio/SDL-esound/Makefile index ea4630121f1..1afe49cdefe 100644 --- a/audio/SDL-esound/Makefile +++ b/audio/SDL-esound/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:38 jlam Exp $ -# +# $NetBSD: Makefile,v 1.9 2005/09/07 10:16:40 adam Exp $ .include "../../devel/SDL/Makefile.common" PKGNAME= ${DISTNAME:S/SDL/SDL-esound/} -PKGREVISION= 1 CATEGORIES+= audio gnome diff --git a/audio/SDL-nas/Makefile b/audio/SDL-nas/Makefile index 67d998225f8..a596fb4a0a0 100644 --- a/audio/SDL-nas/Makefile +++ b/audio/SDL-nas/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:38 jlam Exp $ -# +# $NetBSD: Makefile,v 1.9 2005/09/07 10:16:27 adam Exp $ .include "../../devel/SDL/Makefile.common" PKGNAME= ${DISTNAME:S/SDL/SDL-nas/} -PKGREVISION= 1 CATEGORIES+= audio |