[opensuse-buildservice] Help in formatting a .spec file
Hi, I need some help in formatting a .spec file for the Mozilla xulrunner package. The xulrunner rpm for 11.0 is built without the --enable-system-cairo option. I need to add the following line to the spec file:- ac_add_options --enable-system-cairo I have linked the xulrunner from the mozilla repository, but I do not know how to edit the _link file to add this line. Can someone help me please? :) Regards Anshul -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Anshul Jain napsal(a):
I have linked the xulrunner from the mozilla repository, but I do not know how to edit the _link file to add this line. Can someone help me please? :)
Run 'osc up -e' in the working copy and edit the specfile directly. Michal -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
2009/8/4 Anshul Jain <anshulajain@gmail.com>:
Hi, I need some help in formatting a .spec file for the Mozilla xulrunner package. The xulrunner rpm for 11.0 is built without the --enable-system-cairo option. I need to add the following line to the spec file:- ac_add_options --enable-system-cairo
I have linked the xulrunner from the mozilla repository, but I do not know how to edit the _link file to add this line. Can someone help me please? :) you cannot modify a file who is not own, either the autor modify it or give you privilege (collaborate feature), or, but really bad for ressource , you make an new project with all files
Regards Anshul -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Aug 04, 2009 at 03:57:11PM +0530, Anshul Jain wrote:
Hi, I need some help in formatting a .spec file for the Mozilla xulrunner package. The xulrunner rpm for 11.0 is built without the --enable-system-cairo option. I need to add the following line to the spec file:- ac_add_options --enable-system-cairo
I have linked the xulrunner from the mozilla repository, but I do not know how to edit the _link file to add this line. Can someone help me please? :)
YOu could just mail Wolfgang ... ;) Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am 04.08.2009 13:08, schrieb Marcus Meissner:
On Tue, Aug 04, 2009 at 03:57:11PM +0530, Anshul Jain wrote:
Hi, I need some help in formatting a .spec file for the Mozilla xulrunner package. The xulrunner rpm for 11.0 is built without the --enable-system-cairo option. I need to add the following line to the spec file:- ac_add_options --enable-system-cairo
I have linked the xulrunner from the mozilla repository, but I do not know how to edit the _link file to add this line. Can someone help me please? :)
YOu could just mail Wolfgang ... ;)
Not really needed ;-) But the mail misses some important information so I'm going to guess something and answer to the guessed facts. openSUSE's cairo on 11.0 and below is not sufficient to work with Gecko 1.9 so system cairo is not enabled (let me know if I'm wrong but I think I've tested it in the past). Anshul is probably trying to build xulrunner with subpixel-hinting support by using a modified cairo in his local project (as many other people do). (This is wild guessing so if there is another reason, please let me know). Wolfgang -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Aug 4, 2009 at 4:43 PM, Wolfgang Rosenauer<wolfgang@rosenauer.org> wrote:
Am 04.08.2009 13:08, schrieb Marcus Meissner:
On Tue, Aug 04, 2009 at 03:57:11PM +0530, Anshul Jain wrote:
Hi, I need some help in formatting a .spec file for the Mozilla xulrunner package. The xulrunner rpm for 11.0 is built without the --enable-system-cairo option. I need to add the following line to the spec file:- ac_add_options --enable-system-cairo
I have linked the xulrunner from the mozilla repository, but I do not know how to edit the _link file to add this line. Can someone help me please? :)
YOu could just mail Wolfgang ... ;)
Not really needed ;-)
But the mail misses some important information so I'm going to guess something and answer to the guessed facts.
openSUSE's cairo on 11.0 and below is not sufficient to work with Gecko 1.9 so system cairo is not enabled (let me know if I'm wrong but I think I've tested it in the past). Anshul is probably trying to build xulrunner with subpixel-hinting support by using a modified cairo in his local project (as many other people do). (This is wild guessing so if there is another reason, please let me know).
Wolfgang -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Yep, absolutely right :) I really dislike the non-subpixel enabled text, looks very jagged. I don't want to download the entire xulrunner src file and just to edit the --enable-system-cairo field. It would take ages for me to download over my connection. If I could just link the package and edit the options, it would be just perfect. The cairo 1.6.4 version libraries available with opensuse-community.org/subpixel works pretty good (not as good as Ubuntu or patched Fedora ones). Can you enable this option for xulrunner by default?:) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (5)
-
Anshul Jain
-
Marcus Meissner
-
Michal Marek
-
Petit Eric
-
Wolfgang Rosenauer