diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 02:07:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 02:07:22 +0000 |
commit | 847b414c1fdb9423cbc809dcbb1de615d88423b5 (patch) | |
tree | 5b2da73d2436c7ecb891d2e5fd273eef9419617a /media-libs/libsdl | |
parent | new version 0.7.7, improved and cleaned ebuild. Fixes #67505, #65407. (diff) | |
download | gentoo-2-847b414c1fdb9423cbc809dcbb1de615d88423b5.tar.gz gentoo-2-847b414c1fdb9423cbc809dcbb1de615d88423b5.tar.bz2 gentoo-2-847b414c1fdb9423cbc809dcbb1de615d88423b5.zip |
remove cvs headers
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/files/1.2.8-amd64-endian.patch | 9 | ||||
-rw-r--r-- | media-libs/libsdl/files/1.2.8-direct-8bit-color.patch | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/media-libs/libsdl/files/1.2.8-amd64-endian.patch b/media-libs/libsdl/files/1.2.8-amd64-endian.patch index dd5cc007ab49..d2b3f1aed0d5 100644 --- a/media-libs/libsdl/files/1.2.8-amd64-endian.patch +++ b/media-libs/libsdl/files/1.2.8-amd64-endian.patch @@ -6,15 +6,6 @@ retrieving revision 1.12 diff -u -r1.11 -r1.12 --- include/SDL_endian.h 27 Nov 2004 23:11:20 -0000 1.11 +++ include/SDL_endian.h 12 Jan 2005 06:04:47 -0000 1.12 -@@ -22,7 +22,7 @@ - - #ifdef SAVE_RCSID - static char rcsid = -- "@(#) $Id: 1.2.8-amd64-endian.patch,v 1.1 2005/01/14 00:59:42 vapier Exp $"; -+ "@(#) $Id: 1.2.8-amd64-endian.patch,v 1.1 2005/01/14 00:59:42 vapier Exp $"; - #endif - - /* Functions for reading and writing endian-specific values */ @@ -68,7 +68,7 @@ #elif defined(__GNUC__) && defined(__x86_64__) static __inline__ Uint16 SDL_Swap16(Uint16 x) diff --git a/media-libs/libsdl/files/1.2.8-direct-8bit-color.patch b/media-libs/libsdl/files/1.2.8-direct-8bit-color.patch index 230c909f5680..3a035e133bf6 100644 --- a/media-libs/libsdl/files/1.2.8-direct-8bit-color.patch +++ b/media-libs/libsdl/files/1.2.8-direct-8bit-color.patch @@ -6,15 +6,6 @@ retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/video/SDL_pixels.c 30 Nov 2004 14:28:20 -0000 1.12 +++ src/video/SDL_pixels.c 12 Jan 2005 19:38:24 -0000 1.13 -@@ -22,7 +22,7 @@ - - #ifdef SAVE_RCSID - static char rcsid = -- "@(#) $Id: 1.2.8-direct-8bit-color.patch,v 1.1 2005/01/14 00:59:42 vapier Exp $"; -+ "@(#) $Id: 1.2.8-direct-8bit-color.patch,v 1.1 2005/01/14 00:59:42 vapier Exp $"; - #endif - - /* General (mostly internal) pixel/color manipulation routines for SDL */ @@ -61,160 +61,45 @@ /* Set up the format */ format->BitsPerPixel = bpp; |