Changeset 4291c1e
- Timestamp:
- 09/23/2018 12:31:14 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 30203c2c
- Parents:
- fb940713
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfb940713 r4291c1e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2 2nd, &year;">9 <!ENTITY releasedate "September 23rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rfb940713 r4291c1e 43 43 --> 44 44 <listitem> 45 <para>September 23rd, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to WebKitGTK+-2.22.2. Fixes 49 <ulink url="&blfs-ticket-root;11107">#11107</ulink>. 50 WebM playback and YouTube playback is still broken until gstreamer 51 and Epiphany get updated.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 45 57 <para>September 22nd, 2018</para> 46 58 <itemizedlist> -
packages.ent
rfb940713 r4291c1e 594 594 <!ENTITY shared-mime-info-version "1.10"> 595 595 <!ENTITY startup-notification-version "0.12"> 596 <!ENTITY webkitgtk-version "2.2 0.5"> <!-- Even minors only -->596 <!ENTITY webkitgtk-version "2.22.2"> <!-- Even minors only --> 597 597 598 598 <!ENTITY gtk2-libdir "2.0/2.10.0"> -
x/lib/webkitgtk.xml
rfb940713 r4291c1e 7 7 <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz"> 8 8 <!ENTITY webkitgtk-download-ftp " "> 9 <!ENTITY webkitgtk-md5sum " 72a05f6a4dc1c78b079590a8fd280401">9 <!ENTITY webkitgtk-md5sum "207d50d313c07b03726f3a7f22643934"> 10 10 <!ENTITY webkitgtk-size "16 MB"> 11 <!ENTITY webkitgtk-buildsize " 963MB (128 MB installed)">12 <!ENTITY webkitgtk-time "1 8 SBU (using parallelism=4, 49SBUs using one core)">11 <!ENTITY webkitgtk-buildsize "788 MB (128 MB installed)"> 12 <!ENTITY webkitgtk-time "16 SBU (using parallelism=4, 50 SBUs using one core)"> 13 13 ]> 14 14 … … 125 125 <application>WebKitGTK+</application></bridgehead> 126 126 127 <!-- Remove for 8.2 (or 9.0) release -->128 <caution>129 <para>130 You must rebuild <application>Perl</application> with -Dusethreads131 if LFS was built without that option. LFS made this change in132 April 2017.133 </para>134 </caution>135 136 <!-- <para>137 First, fix a build issue with an invalid header path.138 </para>139 140 <screen><userinput>sed -i '/Activity.h/s:WebCore/:&platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen>141 -->142 127 <para> 143 128 Install <application>WebKitGTK+</application> by running the … … 158 143 -DENABLE_MINIBROWSER=ON \ 159 144 -DUSE_WOFF2=OFF \ 160 -Wno-dev .. &&161 make</userinput></screen>145 -Wno-dev -G Ninja .. && 146 ninja</userinput></screen> 162 147 163 148 <para> … … 180 165 </para> 181 166 182 <screen role="root"><userinput> makeinstall &&167 <screen role="root"><userinput>ninja install && 183 168 184 169 install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 && … … 252 237 jsc, 253 238 MiniBrowser, and 254 WebKitWebDriver <!-- New in 2.18.0 -->239 WebKitWebDriver 255 240 </seg> 256 241 <seg>
Note:
See TracChangeset
for help on using the changeset viewer.