Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55630 Details for
Bug 76127
Gyach enhanced is a Yahoo Messenger linux client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working Distutils setup
setup.py (text/plain), 1.18 KB, created by
Marvin
on 2005-04-07 23:09:05 UTC
(
hide
)
Description:
Working Distutils setup
Filename:
MIME Type:
Creator:
Marvin
Created:
2005-04-07 23:09:05 UTC
Size:
1.18 KB
patch
obsolete
>#~/usr/bin/env python > >from distutils.core import setup, Extension > >setup(name="pyvoice", > version="1.0.6", > ext_modules=[Extension('_pyesd', ['pytsp/pyesd.c','pytsp/pyesd.i'], > library_dirs=['/usr/lib'], > libraries=['esd', > 'audiofile', > 'm', > 'asound' > ] > ), > Extension('_pytsp',['pytsp/pyesd.c', > 'pytsp/pyesd.i', > 'pytsp/pytruespeech.c', > 'pytsp/ldt_keeper.c', > 'pytsp/pe_image.c', > 'pytsp/module.c', > 'pytsp/ext.c', > 'pytsp/win32.c', > 'pytsp/driver.c', > 'pytsp/pe_resource.c', > 'pytsp/resource.c', > 'pytsp/registry.c', > 'pytsp/elfdll.c', > 'pytsp/afl.c', > 'pytsp/vfl.c', > 'pytsp/cpudetect.c', > 'pytsp/mp_msg.c', > 'pytsp/pytsp.i', > 'pytsp/main.c'], > extra_objects=['pytsp/wrapper.o','pytsp/stubs.o'], > include_dirs=['pytsp'], > define_macros=[('__WINE__','None'), > ('dbg_printf','__vprintf'), > ('MPLAYER','None'), > ('TRACE','__vprintf'), > ('_REENTRANT','None')], > library_dirs=['/usr/lib'], > libraries=['esd', > 'audiofile', > 'm', > 'asound' > ] > ) > ], > package_dir = {"":"pyvoice"}, > py_modules=["pyvoice","pyvoiceui"] > )
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 Raw
Actions:
View
Attachments on
bug 76127
:
51178
|
53246
|
53247
|
53248
|
53659
|
53660
|
54911
|
54914
|
55611
|
55612
|
55613
|
55628
|
55629
| 55630 |
55631
|
55698
|
55699
|
55700
|
55830
|
57052
|
57054
|
57684
|
60349
|
60350
|
60351
|
60353
|
62038