Bug 109195

Summary: [GTK] Add an optional moduleset with hard to get packages (including libsecret)
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal CC: a.renevier, cgarcia, dpranke, gustavo, pnormand, vivekgalatage, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Martin Robinson
Reported 2013-02-07 08:26:29 PST
This allows people to build on distributions like Ubuntu Precise without installing anything outside the jhbuild.
Attachments
Patch (54.12 KB, patch)
2013-02-08 14:46 PST, Martin Robinson
no flags
Patch (2.26 KB, patch)
2013-02-11 20:18 PST, Martin Robinson
no flags
Martin Robinson
Comment 1 2013-02-08 14:46:51 PST
Philippe Normand
Comment 2 2013-02-09 01:53:37 PST
Comment on attachment 187366 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187366&action=review It looks good but please remove the gyp stuff, which I think is unrelated to this patch ;) > Source/WTF/ChangeLog:10 > + * WTF.gyp/WTF.gyp: Filter out MetaAllocator.(cpp/h) from the Chromium > + build. It's only necessary for GTK+. > + * WTF.gypi: Add MetaAllocator to the build for WebKitGTK+. Is this really related with the scope of this patch? > Source/WebKit/gtk/ChangeLog:12 > + Add an experimental gyp build for WebKitGTK+. Currently only libjavascriptcoregtk, > + jsc, and minidom build (and only on platforms for that support bash). To use the > + build simply run: > + > + $ gyp --generator-output=build --depth=. Source/WebKit/gtk/gyp/JavaScriptCore.gyp Hum, ditto :) Looks like some ChangeLog entries belong to another bug. > Source/JavaScriptCore/JavaScriptCore.gypi:13 > + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h', > + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h', Ok I guess this is unrelated as well > Source/WebCore/platform/gtk/GRefPtrGtk.cpp:26 > +#ifdef HAVE_LIBSECRET Perhaps that could be #if HAVE(LIBSECRET) ?
Martin Robinson
Comment 3 2013-02-11 20:16:00 PST
Retargeting this bug a bit. Instead of making libsecret optional, it makes sense to add some hard-to-get packages to the jhbuild setup that are just not installed by default.
Martin Robinson
Comment 4 2013-02-11 20:18:20 PST
WebKit Review Bot
Comment 5 2013-02-12 07:08:37 PST
Comment on attachment 187764 [details] Patch Clearing flags on attachment: 187764 Committed r142620: <http://trac.webkit.org/changeset/142620>
WebKit Review Bot
Comment 6 2013-02-12 07:08:47 PST
All reviewed patches have been landed. Closing bug.
Martin Robinson
Comment 7 2013-02-12 09:43:46 PST
*** Bug 101813 has been marked as a duplicate of this bug. ***
Martin Robinson
Comment 8 2013-02-12 09:43:50 PST
*** Bug 101594 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.