Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147406 Details for
Bug 70480
pymedia (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
amd64 patch for compilation errors
pymedia-1.3.7.3-amd64.patch (text/plain), 2.59 KB, created by
Rob McMullen
on 2008-03-26 21:10:04 UTC
(
hide
)
Description:
amd64 patch for compilation errors
Filename:
MIME Type:
Creator:
Rob McMullen
Created:
2008-03-26 21:10:04 UTC
Size:
2.59 KB
patch
obsolete
>diff -ru pymedia-1.3.7.3/audio/inttypes.h pymedia-1.3.7.3-amd64/audio/inttypes.h >--- pymedia-1.3.7.3/audio/inttypes.h 2006-06-13 13:32:22.000000000 -0700 >+++ pymedia-1.3.7.3-amd64/audio/inttypes.h 2008-03-26 08:05:57.000000000 -0700 >@@ -2,6 +2,7 @@ > #if !defined( __INTTYPES_H__ ) > #define __INTTYPES_H__ > >+#include <stdint.h> > #if defined( _STDINT_H ) > > typedef unsigned short UINT16; >diff -ru pymedia-1.3.7.3/setup.py pymedia-1.3.7.3-amd64/setup.py >--- pymedia-1.3.7.3/setup.py 2006-06-19 23:04:43.000000000 -0700 >+++ pymedia-1.3.7.3-amd64/setup.py 2008-03-26 08:16:04.000000000 -0700 >@@ -216,7 +216,7 @@ > FILES[ 'video.vcodec' ][ 'libavcodec' ]+= NONMMX_FILES > else: > print 'Using UNIX configuration...\n' >- disable_fPIC() >+ #disable_fPIC() > dep= config.Dependency_unix > inc_hunt = [ > '/usr/include', >@@ -224,13 +224,13 @@ > '/usr/local/include', > '/usr/local/include/lame',] > lib_hunt = [ '/usr/lib64', '/usr/lib', '/usr/local/lib64', '/usr/local/lib' ] >- LIBS= [] >+ LIBS= ['avcodec', 'avformat'] > DEFINES+= [ > ('PATH_DEV_DSP', '"/dev/dsp"' ), > ('PATH_DEV_MIXER','"/dev/mixer"' ), > ('_FILE_OFFSET_BITS',64), > ('ACCEL_DETECT',1), >- ('HAVE_MMX', '1' ), >+ ('HAVE_LRINTF', '1' ), > ] > if sys.platform== 'cygwin': > DEFINES+= [ >@@ -243,13 +243,13 @@ > ('DVD_STRUCT_IN_LINUX_CDROM_H', '1' ), > ] > >- FILES[ 'video.vcodec' ][ 'libavcodec' ]+= MMX_FILES >+ FILES[ 'video.vcodec' ][ 'libavcodec' ]#+= MMX_FILES > > DEPS = [ > dep('OGG', 'libogg-[1-9].*', 'ogg/ogg.h', 'libogg', 'CONFIG_VORBIS').configure(inc_hunt,lib_hunt), > dep('VORBIS', 'libvorbis-[1-9].*', 'vorbis/codec.h', 'libvorbis', 'CONFIG_VORBIS' ).configure(inc_hunt,lib_hunt), > dep('FAAD', 'libfaad2', 'faad.h', 'libfaad', 'CONFIG_FAAD').configure(inc_hunt,lib_hunt), >- dep('MP3LAME', 'lame-3.95.*', 'lame.h', 'libmp3lame', 'CONFIG_MP3LAME').configure(inc_hunt,lib_hunt), >+ dep('MP3LAME', 'lame-3.96.*', 'lame.h', 'libmp3lame', 'CONFIG_MP3LAME').configure(inc_hunt,lib_hunt), > dep('VORBISENC', 'libvorbis-[1-9].*','vorbis/vorbisenc.h','libvorbisenc', 'CONFIG_VORBIS').configure(inc_hunt,lib_hunt), > dep('ALSA', 'libasound','alsa/asoundlib.h','libasound', 'CONFIG_ALSA').configure(inc_hunt,lib_hunt), > ] >@@ -260,7 +260,7 @@ > DEFINES+= [ ( x.define, None ) for x in DEPS ]+ [ ( 'HAVE_AV_CONFIG_H', None ), ( 'UDF_CACHE', 1 ) ] > LIBS+= [ x.lib for x in DEPS ] > >-choice = raw_input('Continue building '+MODULE_NAME+' ? [Y,n]:') >+choice = 'Y' > if choice== 'n': > print 'To start installation please run: \n\tsetup.py install and press Enter when prompted\n' > sys.exit()
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 70480
:
65783
|
71707
|
71708
|
71709
|
82558
|
82559
|
83151
| 147406 |
165908
|
165909
|
177895