Changeset 10cbf37
- Timestamp:
- 11/27/2018 01:34:56 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8ccc682
- Parents:
- c45eca2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc45eca2 r10cbf37 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- 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 "November 2 5th, &year;">9 <!ENTITY releasedate "November 26th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rc45eca2 r10cbf37 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>November 25th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Fix breakage from poppler versions 70,71 in 49 cups-filters, libreoffice and inkscape, and in so-doing 50 update to cups-filters-1.21.4. Fixes 51 <ulink url="&blfs-ticket-root;11096">#11096</ulink>, 52 <ulink url="&blfs-ticket-root;11245">#11245</ulink> and 53 <ulink url="&blfs-ticket-root;11383">#11383</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 44 57 45 58 <listitem> -
packages.ent
rc45eca2 r10cbf37 981 981 <!-- Chapter 50 --> 982 982 <!ENTITY cups-version "2.2.8"> 983 <!ENTITY cups-filters-version "1.21. 1">983 <!ENTITY cups-filters-version "1.21.4"> 984 984 <!ENTITY gs-version "9.25"> 985 985 <!ENTITY gutenprint-version "5.2.14"> -
pst/printing/cups-filters.xml
rc45eca2 r10cbf37 8 8 "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz"> 9 9 <!ENTITY cups-filters-download-ftp " "> 10 <!ENTITY cups-filters-md5sum " 60a27b6420703a33332f3243f43c9a62">11 <!ENTITY cups-filters-size "1. 4MB">12 <!ENTITY cups-filters-buildsize " 42 MB (with tests)">10 <!ENTITY cups-filters-md5sum "75b07268abe64a0f15caced8d33c3cc2"> 11 <!ENTITY cups-filters-size "1.5 MB"> 12 <!ENTITY cups-filters-buildsize "57 MB (with tests), 15MB installed"> 13 13 <!ENTITY cups-filters-time "0.4 SBU (with tests)"> 14 14 ]> … … 70 70 <para> 71 71 Estimated build time: &cups-filters-time; 72 </para> 73 </listitem> 74 75 <listitem> 76 <para> 77 Required patch to fix building with recent versions of <xref linkend="poppler"/>: 78 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler71-1.patch"/> 72 79 </para> 73 80 </listitem> … … 82 89 <xref linkend="gs"/>, 83 90 <xref linkend="lcms2"/>, 84 <xref linkend="mupdf"/> (mutool),85 91 <xref linkend="poppler"/>, and 86 92 <xref linkend="qpdf"/> … … 90 96 <para role="recommended"> 91 97 <xref linkend="libjpeg"/>, 92 <xref linkend="libpng"/> and 93 <xref linkend="libtiff"/> 98 <xref linkend="libpng"/>, 99 <xref linkend="libtiff"/> and 100 <xref linkend="mupdf"/> (mutool), 94 101 </para> 95 102 … … 126 133 127 134 <screen revision="systemd"><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen> 135 136 <para> 137 Fix the build for the changes in some recent versions of 138 <application>poppler</application>: 139 </para> 140 141 <screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</userinput></screen> 128 142 129 143 <para> … … 177 191 <sect2 role="commands"> 178 192 <title>Command Explanations</title> 179 <!-- no patch today180 <para> 181 <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler 67-1.patch</parameter>:193 <!-- please comment this if no patches are currently needed --> 194 <para> 195 <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</parameter>: 182 196 Conditionally apply changes for recent versions of poppler. 183 197 </para> 184 -->185 198 <para> 186 199 <parameter>--disable-avahi</parameter>: This switch is needed -
xsoft/office/libreoffice.xml
rc45eca2 r10cbf37 147 147 148 148 149 <!-- keep one commented patch, it's sure to again need one or more in a few months 150 <listitem> 151 <para> 152 Required patch to fix building with system <xref linkend="icu"/>: 153 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-icu_58-1.patch"/> 154 </para> 155 </listitem> 156 --> 149 <!-- keep one commented patch, it's sure to again need one or more in a few months --> 150 <listitem> 151 <para> 152 Required patch to fix building with system <xref linkend="poppler"/> (all 153 recent versions): 154 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler70-1.patch"/> 155 </para> 156 </listitem> 157 158 <listitem> 159 <para> 160 Required patch to fix building with system <xref linkend="poppler"/> 161 (only if using that version or a later version): 162 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler71-1.patch"/> 163 </para> 164 </listitem> 165 157 166 </itemizedlist> 158 167 <bridgehead renderas="sect3">LibreOffice Dependencies</bridgehead> … … 329 338 330 339 <screen><userinput>export LO_PREFIX=<replaceable><PREFIX></replaceable></userinput></screen> 331 <!-- 332 <para> 333 Fix build failures introduced by <xref linkend="icu"/>: 334 </para> 335 336 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-icu_58-1.patch</userinput></screen> 337 --> 340 <!-- keep a commented instruction if no patches are currently required --> 341 <para> <!-- for all recent versions --> 342 Fix build failures introduced by recent versions of <xref linkend="poppler"/>: 343 </para> 344 345 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler70-1.patch</userinput></screen> 346 347 <para> <!-- for 0.71.0, not tested on earlier versions --> 348 Similarly, fix build failures introduced with <xref linkend="poppler"/>: 349 </para> 350 351 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler71-1.patch</userinput></screen> 352 338 353 <para> 339 354 Locales "fr" and "en-GB", you will find below, are just examples; you -
xsoft/other/inkscape.xml
rc45eca2 r10cbf37 77 77 </listitem> 78 78 <listitem> 79 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;- poppler65-1.patch"/></para>79 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch"/></para> 80 80 </listitem> 81 81 </itemizedlist> … … 146 146 147 147 <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used, 148 and fix the build for the changes in <literal>poppler-0.65.0</literal>:</para> 148 and fix the build for the changes in some recent versions of 149 <application>poppler</application>:</para> 149 150 150 151 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch && 151 patch -Np1 -i ../inkscape-&inkscape-version;- poppler65-1.patch152 patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch 152 153 </userinput></screen> 153 154 154 155 <para> 155 Fix a build issue with <application>GCC-7.1</application>: 156 </para> 157 158 <screen><userinput>sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp</userinput></screen> 156 Fix build issues with <application>GCC-7.1</application> and 157 <application>poppler-0.71.0</application>: 158 </para> 159 160 <screen><userinput>sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp && 161 sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' \ 162 -i src/extension/internal/pdfinput/pdf-parser.*</userinput></screen> 159 163 160 164 <!-- If there is no test suite, then this is not needed.
Note:
See TracChangeset
for help on using the changeset viewer.