Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/openal/files/0.0.8: 004_all_gcc42.patch 005_all_alsa_default_freq.patch 004_all_ggc42.patch
Date: Thu, 20 Sep 2007 22:58:55
Message-Id: E1IYUrG-000895-Dj@stork.gentoo.org
1 wolf31o2 07/09/20 22:50:54
2
3 Added: 004_all_gcc42.patch 005_all_alsa_default_freq.patch
4 Removed: 004_all_ggc42.patch
5 Log:
6 Added a patch to switch to 48000 from 44100 sampling frequency and renaming the GCC patch to actually be gcc instead of ggc. Closing bug #193147.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.1 media-libs/openal/files/0.0.8/004_all_gcc42.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/files/0.0.8/004_all_gcc42.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/files/0.0.8/004_all_gcc42.patch?rev=1.1&content-type=text/plain
14
15 Index: 004_all_gcc42.patch
16 ===================================================================
17 diff -Naur openal-0.0.8-orig/common/include/AL/alc.h openal-0.0.8/common/include/AL/alc.h
18 --- openal-0.0.8-orig/common/include/AL/alc.h 2006-02-11 03:36:55.000000000 -0600
19 +++ openal-0.0.8/common/include/AL/alc.h 2007-02-13 14:33:57.000000000 -0600
20 @@ -187,7 +187,7 @@
21
22 ALC_API void ALC_APIENTRY alcDestroyContext( ALCcontext *context );
23
24 -ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( ALCvoid );
25 +ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( void );
26
27 ALC_API ALCdevice* ALC_APIENTRY alcGetContextsDevice( ALCcontext *context );
28
29 @@ -248,7 +248,7 @@
30 typedef void (ALC_APIENTRY *LPALCPROCESSCONTEXT)( ALCcontext *context );
31 typedef void (ALC_APIENTRY *LPALCSUSPENDCONTEXT)( ALCcontext *context );
32 typedef void (ALC_APIENTRY *LPALCDESTROYCONTEXT)( ALCcontext *context );
33 -typedef ALCcontext * (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid );
34 +typedef ALCcontext * (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( void );
35 typedef ALCdevice * (ALC_APIENTRY *LPALCGETCONTEXTSDEVICE)( ALCcontext *context );
36 typedef ALCdevice * (ALC_APIENTRY *LPALCOPENDEVICE)( const ALCchar *devicename );
37 typedef ALCboolean (ALC_APIENTRY *LPALCCLOSEDEVICE)( ALCdevice *device );
38
39
40
41 1.1 media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch?rev=1.1&content-type=text/plain
45
46 Index: 005_all_alsa_default_freq.patch
47 ===================================================================
48 diff -urN openal-0.0.8.orig/src/alc/alc_context.h openal-0.0.8/src/alc/alc_context.h
49 --- openal-0.0.8.orig/src/alc/alc_context.h 2005-11-18 05:31:47.000000000 -0800
50 +++ openal-0.0.8/src/alc/alc_context.h 2007-09-20 13:16:22.000000000 -0700
51 @@ -18,7 +18,7 @@
52 /*
53 * _ALC_DEF_FREQ is the default internal mixing frequency.
54 */
55 -#define _ALC_DEF_FREQ 44100
56 +#define _ALC_DEF_FREQ 48000
57
58 /*
59 * _ALC_DEF_BUFSIZ is the default length of chunks mixed and written to the
60
61
62
63 --
64 gentoo-commits@g.o mailing list