Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92500 Details for
Bug 131527
New package: media-video/miro
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this patch is a port of the 0.8.4 from layman overlay, it should work although not for me.
democracy-0.8.5-firefox.patch (text/plain), 2.08 KB, created by
Jorge Vargas
on 2006-07-22 09:24:22 UTC
(
hide
)
Description:
this patch is a port of the 0.8.4 from layman overlay, it should work although not for me.
Filename:
MIME Type:
Creator:
Jorge Vargas
Created:
2006-07-22 09:24:22 UTC
Size:
2.08 KB
patch
obsolete
>diff -ur Democracy-0.8.5.orig/platform/gtk-x11/frontend_implementation/MozillaBrowserXPCOM.h Democracy-0.8.5/platform/gtk-x11/frontend_implementation/MozillaBrowserXPCOM.h >--- Democracy-0.8.5.orig/platform/gtk-x11/frontend_implementation/MozillaBrowserXPCOM.h 2006-08-04 07:26:34.000000000 -0400 >+++ Democracy-0.8.5/platform/gtk-x11/frontend_implementation/MozillaBrowserXPCOM.h 2006-08-04 07:28:39.000000000 -0400 >@@ -4,6 +4,9 @@ > #include <gtkmozembed.h> > #include <nscore.h> > >+#ifndef MOZILLA_INTERNAL_API >+#define MOZILLA_INTERNAL_API >+ > #ifdef __cplusplus > extern "C" { > #endif >@@ -25,4 +28,5 @@ > } > #endif > >+#endif /* MOZILLA_INTERNAL_API */ > #endif /* MOZILLA_BROWSER_XPCOM_H */ >diff -ur Democracy-0.8.5.orig/platform/gtk-x11/setup.py Democracy-0.8.5/platform/gtk-x11/setup.py >--- Democracy-0.8.5.orig/platform/gtk-x11/setup.py 2006-08-04 07:26:34.000000000 -0400 >+++ Democracy-0.8.5/platform/gtk-x11/setup.py 2006-08-04 07:34:30.000000000 -0400 >@@ -145,8 +145,10 @@ > > if options_dict is None: > options_dict = { >- 'include_dirs' : [], >- 'library_dirs' : [], >+ 'include_dirs' : ['/usr/lib/mozilla-firefox/include/webbrwsr', >+ '/usr/lib/mozilla-firefox/include/dom', >+ '/usr/lib/mozilla-firefox/include/uriloader'], >+ 'library_dirs' : [], > 'libraries' : [], > 'extra_compile_args' : [] > } >@@ -160,8 +162,6 @@ > options_dict['library_dirs'].append(rest) > elif prefix == '-l': > options_dict['libraries'].append(rest) >- else: >- options_dict['extra_compile_args'].append(comp) > return options_dict > > #### The fasttypes extension #### >@@ -179,6 +179,9 @@ > elif re.search("^mozilla-xpcom", packages, re.MULTILINE): > xpcom = 'mozilla-xpcom' > gtkmozembed = 'mozilla-gtkmozembed' >+elif re.search("^firefox-xpcom", packages, re.MULTILINE): >+ xpcom = 'firefox-xpcom' >+ gtkmozembed = 'firefox-gtkmozembed' > else: > raise RuntimeError("Can't find xulrunner-xpcom or mozilla-xpcom") > mozilla_browser_options = parsePkgConfig("pkg-config" ,
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 131527
:
85736
|
86050
|
86052
|
86784
|
89777
|
89850
|
90673
|
90676
|
90698
|
90699
|
90934
|
92500
|
92969
|
94428
|
96139
|
96225
|
96226
|
110720
|
121332
|
121366
|
125404
|
125406
|
127304
|
127306
|
128851
|
128883
|
131025
|
131026
|
131028
|
134207
|
134719
|
135498
|
135971
|
136108
|
136228
|
138503
|
141238
|
141335
|
142679
|
143021
|
143084
|
143091
|
143096
|
143098
|
143103
|
143168
|
146803
|
147454
|
147643
|
147665
|
159508
|
159512
|
159550
|
166518
|
166717
|
176853
|
177317
|
177425
|
180787
|
180853
|
180875
|
180879
|
181000
|
181001
|
181221
|
181225
|
181729
|
181829
|
182101
|
182111
|
182809
|
186070
|
187487
|
189895
|
189897
|
192198
|
192677
|
193427
|
193432
|
200099
|
201645
|
201648
|
201830
|
201834
|
202097
|
202112
|
202218
|
202219
|
202280
|
202405
|
202447
|
202518
|
202746
|
202748
|
202924
|
203662
|
208473