From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_00, FM_VEGAS_CASINO autolearn=ham version=3.2.3 From: =?windows-1251?b?1ej16O0g0PPx6+Dt?= To: ALT Linux Sisyphus mailing list Date: Tue, 12 Feb 2008 23:52:32 +0300 User-Agent: KMail/1.9.7 References: <20080210215245.GA9335@wo.int.altlinux.org> In-Reply-To: <20080210215245.GA9335@wo.int.altlinux.org> X-Face: (&xiJ3u@NuLg`*; 3Ws|g; b?`RC2/c@sH%M-Y!x5o3P]`(\R; A[i]6h^=hs}Q^p; zT/ylve$udM$8g.HiV"ls(zei4D[!--P<=?utf-8?q?ef=5CiJ4=0A=09=3Da2wRCAO?=qzO"(:gRVa/3IJS MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1313366.NIRRhiC6I2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200802122352.39115@ruslandh> X-DCC-STREAM-Metrics: smtp04.mtu.ru 10002; Body=0 Fuz1=0 Subject: Re: [sisyphus] I: Sisyphus-20080211 i586 unmets: +1682 -14 (1730/214)] vegastrike X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: hihin@yandex.ru, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 20:53:29 -0000 Archived-At: List-Archive: List-Post: --nextPart1313366.NIRRhiC6I2 Content-Type: multipart/mixed; boundary="Boundary-01=_RcgsHHi2KJoOteJ" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_RcgsHHi2KJoOteJ Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: base64 Content-Disposition: inline x+Tw4OLx8uLz6fLlIERtaXRyeSBWLiBMZXZpbgogIMIg8e7u4fnl7ejoIO7yIDExIPTl4vDg6/8g MjAwOCBEbWl0cnkgVi4gTGV2aW4g7eDv6PHg6yhhKToKID4gdmVnYXN0cmlrZQrX8u4g6uDx4OXy 8f8gYXV0b3Rvb2xzIC0g7/Dg4ujr/O3u5SDw4PHx8uDi6+Xt6OUg5+Dv//L79SDw5fjo6+4gCu/w 7uHr5ezzIDoK0+Hw4O0g7/Du4eXrIO/l8OXkIOfg7//y7ukg6CDv7vHy4OLr5e0g7+7x6+UgIDoK Ci0JICAgQUNfVFJZX0NQUChbI2luY2x1ZGUgPHZvcmJpcy92b3JiaXNmaWxlLmg+IF0gLGhhdmVf dm9yYmlzX2g9eWVzICwgCmhhdmVfdm9yYmlzX2g9bm8pCgotCSAgIEFDX01TR19SRVNVTFQoWyRo YXZlX3ZvcmJpc19oXSldCisJICAgQUNfVFJZX0NQUChbI2luY2x1ZGUgPHZvcmJpcy92b3JiaXNm aWxlLmg+IF0sIGhhdmVfdm9yYmlzX2g9eWVzLCAKaGF2ZV92b3JiaXNfaD1ubykgCisJICAgQUNf TVNHX1JFU1VMVChbJGhhdmVfdm9yYmlzX2hdKQoKLS0gCtEgIPPi4Obl7ejl7CDV6PXo7SDQ8/Hr 4O0K --Boundary-01=_RcgsHHi2KJoOteJ Content-Type: text/x-diff; charset="windows-1251"; name="vegastrike-0.4.13-al_init.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="vegastrike-0.4.13-al_init.patch" diff -uNr vegastrike/src/aldrv/al_init.cpp vegastrike-new/src/aldrv/al_init= =2Ecpp =2D-- vegastrike/src/aldrv/al_init.cpp 2004-05-20 05:04:26 +0400 +++ vegastrike-new/src/aldrv/al_init.cpp 2008-02-12 23:11:01 +0300 @@ -20,7 +20,7 @@ #include "al_globals.h" #include static void fixup_function_pointers(void) { =2D alutLoadMP3p =3D (mp3Loader *) alGetProcAddress((ALubyte *)"alutLoadMP= 3_LOKI"); + alutLoadMP3p =3D (mp3Loader *) alGetProcAddress((const ALchar *)"alutLo= adMP3_LOKI"); if(alutLoadMP3p =3D=3D NULL) { VSFileSystem::vs_fprintf(stderr, "Could not GetProc %s\n","alutLoadMP3= _LOKI"); } @@ -174,7 +174,7 @@ return false; } =20 =2D alcMakeContextCurrent( context_id ); + alcMakeContextCurrent((ALCcontext*) context_id ); =20 fixup_function_pointers(); ALenum alGetEr =3D 0; @@ -215,7 +215,7 @@ } buffers.clear(); if (context_id) =2D alcDestroyContext(context_id); + alcDestroyContext((ALCcontext*) context_id); if (dev) alcCloseDevice( dev ); #endif --Boundary-01=_RcgsHHi2KJoOteJ Content-Type: text/x-diff; charset="windows-1251"; name="vegastrike-0.4.3-autotools.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="vegastrike-0.4.3-autotools.patch" diff -uNr vegastrike/configure.in vegastrike-new/configure.in =2D-- vegastrike/configure.in 2008-02-12 19:44:59 +0300 +++ vegastrike-new/configure.in 2008-02-12 19:43:18 +0300 @@ -1259,19 +1259,19 @@ LIBS=3D" $VORBIS_LDOPTS -lvorbisfile -lvorbis -logg " saved_CPPFLAGS=3D"$CPPFLAGS" CPPFLAGS=3D"$saved_CPPFLAGS $VORBIS_CFLAGS" + AC_MSG_CHECKING([for vorbis header]) =2D AC_TRY_CPP([#include ] ,have_vorbis_h=3Dyes , = have_vorbis_h=3Dno) =2D AC_MSG_RESULT([$have_vorbis_h])] + AC_TRY_CPP([#include ], have_vorbis_h=3Dyes, hav= e_vorbis_h=3Dno)=20 + AC_MSG_RESULT([$have_vorbis_h]) if test "x$have_vorbis_h" =3D "xyes" ; then VS_CPPFLAGS=3D"${VS_CPPFLAGS} ${VORBIS_CFLAGS} -DHAVE_OGG " echo "found VORBIS header: Enabling ingame ogg support:: ${VS_CPPFL= AGS}" else echo "failed to locate VORBIS install vorbis/vorbisfile.h" fi =2D =20 =20 =2D else =2D echo "failed to locate VORBIS library" + else + echo "failed to locate VORBIS library" fi fi =20 --Boundary-01=_RcgsHHi2KJoOteJ-- --nextPart1313366.NIRRhiC6I2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (GNU/Linux) iEYEABECAAYFAkeyBxcACgkQkWAq+gg/GPj0HgCeMoriM79olsudYGHG6QflFTy4 oEYAn0PMMAGnPw+UsMtKM5gr4aJGqPpl =H8nh -----END PGP SIGNATURE----- --nextPart1313366.NIRRhiC6I2--