From 523907300c0bdf02536c99336f18b5d5a12c48da Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 27 Jul 2005 10:49:31 +0000 Subject: [PATCH] for [2005071816395321789] git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6273 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kasc/openal/no_aluttypes_there.patch | 11 ---------- package/kasc/simgear/alutinit.patch | 22 -------------------- package/public/rss_glx/alutinit.patch | 11 ---------- 3 files changed, 44 deletions(-) delete mode 100644 package/kasc/openal/no_aluttypes_there.patch delete mode 100644 package/kasc/simgear/alutinit.patch delete mode 100644 package/public/rss_glx/alutinit.patch diff --git a/package/kasc/openal/no_aluttypes_there.patch b/package/kasc/openal/no_aluttypes_there.patch deleted file mode 100644 index 4fc444e1c..000000000 --- a/package/kasc/openal/no_aluttypes_there.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./linux/Makefile.in 2005-03-23 17:45:24.000000000 +0100 -+++ ./linux/Makefile.in 2005-06-18 13:19:23.000000000 +0200 -@@ -65,7 +65,7 @@ - $(INSTALL) -m 444 ../include/AL/alut.h $(DESTINC)/AL - $(INSTALL) -m 444 ../include/AL/altypes.h $(DESTINC)/AL - $(INSTALL) -m 444 ../include/AL/alctypes.h $(DESTINC)/AL -- $(INSTALL) -m 444 ../include/AL/aluttypes.h $(DESTINC)/AL -+# $(INSTALL) -m 444 ../include/AL/aluttypes.h $(DESTINC)/AL - $(INSTALL) -m 444 include/AL/alext.h $(DESTINC)/AL - $(INSTALL) -m 444 include/AL/alexttypes.h $(DESTINC)/AL - diff --git a/package/kasc/simgear/alutinit.patch b/package/kasc/simgear/alutinit.patch deleted file mode 100644 index 2d1a3e90a..000000000 --- a/package/kasc/simgear/alutinit.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ./simgear/sound/soundmgr_openal.cxx.orig 2005-07-11 17:54:35.000000000 +0200 -+++ ./simgear/sound/soundmgr_openal.cxx 2005-07-11 17:54:52.000000000 +0200 -@@ -71,7 +71,7 @@ - SG_LOG( SG_GENERAL, SG_INFO, "Initializing OpenAL sound manager" ); - - // initialize OpenAL -- alutInit( 0, NULL ); -+ alutInit( 0, 0, 0 ); - atexit(alutExit); - - if ( alGetError() == AL_NO_ERROR) { ---- ./simgear/sound/openal_test1.cxx.orig 2005-07-11 17:55:17.000000000 +0200 -+++ ./simgear/sound/openal_test1.cxx 2005-07-11 17:55:27.000000000 +0200 -@@ -39,7 +39,7 @@ - - int main( int argc, char *argv[] ) { - // initialize OpenAL -- alutInit( 0, NULL ); -+ alutInit( 0, 0, 0 ); - alGetError(); - if ( alGetError() != AL_NO_ERROR) { - SG_LOG( SG_GENERAL, SG_ALERT, "Audio initialization failed!" ); diff --git a/package/public/rss_glx/alutinit.patch b/package/public/rss_glx/alutinit.patch deleted file mode 100644 index b2b94719f..000000000 --- a/package/public/rss_glx/alutinit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rss_glx-0.7.5/reallyslick/cpp_src/skyrocket_sound.cpp.orig 2005-07-11 17:22:55.000000000 +0200 -+++ rss_glx-0.7.5/reallyslick/cpp_src/skyrocket_sound.cpp 2005-07-11 17:24:10.000000000 +0200 -@@ -72,7 +72,7 @@ - - j = (unsigned char *)&i; - -- alutInit (NULL, 0); -+ alutInit (0, 0, 0); - - alDistanceModel (AL_INVERSE_DISTANCE); - // As of October, 2001, AL_ROLLOFF_FACTOR isn't implemented in the Windows