diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-27 04:24:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-27 04:24:38 +0000 |
commit | 2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23 (patch) | |
tree | b9d719ae53013a98caf1c20e196e89b4d0144395 /media-libs/libsdl/files | |
parent | Mark 2.2.30 stable on alpha #120488 (diff) | |
download | historical-2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23.tar.gz historical-2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23.tar.bz2 historical-2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23.zip |
old
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-libs/libsdl/files')
-rw-r--r-- | media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch | 15 | ||||
-rw-r--r-- | media-libs/libsdl/files/1.2.6-nobuggy-X.patch | 13 | ||||
-rw-r--r-- | media-libs/libsdl/files/digest-libsdl-1.2.6-r3 | 1 |
3 files changed, 0 insertions, 29 deletions
diff --git a/media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch b/media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch deleted file mode 100644 index 8c5366e48a29..000000000000 --- a/media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur SDL-1.2.6-orig/src/audio/alsa/SDL_alsa_audio.h SDL-1.2.6/src/audio/alsa/SDL_alsa_audio.h ---- SDL-1.2.6-orig/src/audio/alsa/SDL_alsa_audio.h 2002-06-08 12:42:11.000000000 -0500 -+++ SDL-1.2.6/src/audio/alsa/SDL_alsa_audio.h 2003-12-07 17:50:47.103963328 -0600 -@@ -24,6 +24,11 @@ - #define _ALSA_PCM_audio_h - - #include "SDL_sysaudio.h" -+#include <alsa/version.h> -+# if SND_LIB_MAJOR==1 -+#define ALSA_PCM_OLD_HW_PARAMS_API -+#define ALSA_PCM_NEW_HW_PARAMS_API -+# endif - #include <alsa/asoundlib.h> - - /* Hidden "this" pointer for the video functions */ diff --git a/media-libs/libsdl/files/1.2.6-nobuggy-X.patch b/media-libs/libsdl/files/1.2.6-nobuggy-X.patch deleted file mode 100644 index 50f1297590a4..000000000000 --- a/media-libs/libsdl/files/1.2.6-nobuggy-X.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- SDL-1.2.6.orig/src/video/x11/SDL_x11modes.c 2003-12-16 05:00:33.000000000 +0100 -+++ SDL-1.2.6/src/video/x11/SDL_x11modes.c 2003-12-16 05:01:42.000000000 +0100 -@@ -323,10 +323,6 @@ - fclose(metro_fp); - } - } --#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__) -- /* The alpha, sparc64 and PPC XFree86 servers are also buggy */ -- buggy_X11 = 1; --#endif - /* Enumerate the available fullscreen modes */ - if ( ! buggy_X11 ) { - if ( SDL_NAME(XF86VidModeQueryExtension)(SDL_Display, &vm_event, &vm_error) && diff --git a/media-libs/libsdl/files/digest-libsdl-1.2.6-r3 b/media-libs/libsdl/files/digest-libsdl-1.2.6-r3 deleted file mode 100644 index 60f049c77fe5..000000000000 --- a/media-libs/libsdl/files/digest-libsdl-1.2.6-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 9011f147f23ec535515291d0c9c6904c SDL-1.2.6.tar.gz 2042700 |