Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37187 Details for
Bug 60014
point2play-1.3.1.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1.3.1-fix-sound-test.patch
1.3.1-fix-sound-test.patch (text/plain), 1.01 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2004-08-10 19:06:57 UTC
(
hide
)
Description:
1.3.1-fix-sound-test.patch
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2004-08-10 19:06:57 UTC
Size:
1.01 KB
patch
obsolete
>--- usr/lib/transgaming_point2play/tests/test_sound.py.suckit 2004-08-10 21:51:39.389292408 -0400 >+++ usr/lib/transgaming_point2play/tests/test_sound.py 2004-08-10 21:55:09.152403568 -0400 >@@ -40,15 +40,13 @@ > # OSS Portion of the test > # > try: >- audio_out = ossaudiodev.open('/dev/dsp', 'w') >+ audio_out = ossaudiodev.open('w') > except IOError, e: > OSSResult = ((_('OSS Sound Support'), _('Unable to open /dev/dsp'), 'red')) > > if audio_out: > try: >- audio_out.setparameters(TestSound1.getframerate(), 16, >- TestSound1.getnchannels(), ossaudiodev.AFMT_S16_LE, False) >- #FIXME: use getsampwidth for 16 and AFMT_S16_LE >+ audio_out.setparameters(ossaudiodev.AFMT_S16_LE, TestSound1.getnchannels(), TestSound1.getframerate()) > except: > audio_out.close() > OSSResult = ((_('OSS Sound Support'), _('Unable to play sound, your\nSound card may not be configured correctly'), 'red'))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60014
:
37186
| 37187