diff --git a/games/qudos/files/patch-src__client__snd_dma.c b/games/qudos/files/patch-src__client__snd_dma.c index 98c604886a2ee..da0f8db9730f5 100644 --- a/games/qudos/files/patch-src__client__snd_dma.c +++ b/games/qudos/files/patch-src__client__snd_dma.c @@ -1,51 +1,16 @@ --- src/client/snd_dma.c.orig Fri Jun 9 16:42:59 2006 +++ src/client/snd_dma.c Thu Sep 13 20:17:11 2007 -@@ -1,27 +1,23 @@ - /* -- * Copyright (C) 1997-2001 Id Software, Inc. -- * -- * This program is free software; you can redistribute it and/or modify it under -- * the terms of the GNU General Public License as published by the Free -- * Software Foundation; either version 2 of the License, or (at your option) -- * any later version. -- * -- * This program is distributed in the hope that it will be useful, but WITHOUT -- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- * FITNESS FOR A PARTICULAR PURPOSE. -- * -- * See the GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License along with -- * this program; if not, write to the Free Software Foundation, Inc., 59 -- * Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- * -- */ --/* snd_dma.c -- main control for any streaming sound output device */ -+Copyright (C) 1997-2001 Id Software, Inc. +@@ -19,10 +19,6 @@ + */ + /* snd_dma.c -- main control for any streaming sound output device */ -#include "client.h" -#include "snd_loc.h" -#include "snd_ogg.h" -+This program is free software; you can redistribute it and/or -+modify it under the terms of the GNU General Public License -+as published by the Free Software Foundation; either version 2 -+of the License, or (at your option) any later version. -+ -+This program is distributed in the hope that it will be useful, -+but WITHOUT ANY WARRANTY; without even the implied warranty of -+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+See the GNU General Public License for more details. -+ -+You should have received a copy of the GNU General Public License -+along with this program; if not, write to the Free Software -+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -+ -+*/ -+// snd_dma.c -- main control for any streaming sound output device - +- #if defined (__unix__) #include + #include @@ -31,26 +27,30 @@ #include #endif diff --git a/games/qudos/files/patch-src__unix__snd_sdl.c b/games/qudos/files/patch-src__unix__snd_sdl.c index 2d9f9a5ba3e28..cc8829544c485 100644 --- a/games/qudos/files/patch-src__unix__snd_sdl.c +++ b/games/qudos/files/patch-src__unix__snd_sdl.c @@ -1,59 +1,6 @@ --- src/unix/snd_sdl.c.orig Thu Sep 13 20:13:49 2007 +++ src/unix/snd_sdl.c Thu Sep 13 20:17:03 2007 -@@ -1,47 +1,47 @@ - /* -- * snd_sdl.c -- * -- * Sound code taken from SDLQuake and modified to work with Quake2 Robert Bäuml -- * 2001-12-25 -- * -- * This program is free software; you can redistribute it and/or modify it under -- * the terms of the GNU General Public License as published by the Free -- * Software Foundation; either version 2 of the License, or (at your option) -- * any later version. -- * -- * This program is distributed in the hope that it will be useful, but WITHOUT -- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- * FITNESS FOR A PARTICULAR PURPOSE. -- * -- * See the GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License along with -- * this program; if not, write to: -- * -- * Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA -- * 02111-1307, USA -- * -- * $Id: snd_sdl.c,v 1.2 2002/02/09 20:29:38 relnev Exp $ -- */ -+ snd_sdl.c -+ -+ Sound code taken from SDLQuake and modified to work with Quake2 -+ Robert B�ml 2001-12-25 -+ -+ This program is free software; you can redistribute it and/or -+ modify it under the terms of the GNU General Public License -+ as published by the Free Software Foundation; either version 2 -+ of the License, or (at your option) any later version. -+ -+ This program is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+ See the GNU General Public License for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with this program; if not, write to: -+ -+ Free Software Foundation, Inc. -+ 59 Temple Place - Suite 330 -+ Boston, MA 02111-1307, USA -+ -+ $Id: snd_sdl.c,v 1.2 2002/02/09 20:29:38 relnev Exp $ -+*/ - - #include "SDL.h" - +@@ -29,19 +29,18 @@ #include "../client/client.h" #include "../client/snd_loc.h"