Changeset 7ebcf19
- Timestamp:
- 08/18/2020 06:53:24 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 58387b50
- Parents:
- b4a94be
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/librsvg.xml
rb4a94be r7ebcf19 36 36 </para> 37 37 38 &lfs 91_checked;38 &lfs10_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/graphlib/openjpeg2.xml
rb4a94be r7ebcf19 38 38 </para> 39 39 40 &lfs 91_checked;40 &lfs10_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/graphlib/poppler.xml
rb4a94be r7ebcf19 44 44 </para> 45 45 46 &lfs 91_checked;46 &lfs10_checked; 47 47 48 48 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/graphlib/potrace.xml
rb4a94be r7ebcf19 36 36 </para> 37 37 38 &lfs 91_checked;38 &lfs10_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/prog/lxml.xml
rb4a94be r7ebcf19 31 31 </para> 32 32 33 &lfs 91_checked;33 &lfs10_checked; 34 34 35 35 <bridgehead renderas="sect4">Package Information</bridgehead> -
general/prog/scour.xml
rb4a94be r7ebcf19 31 31 </para> 32 32 33 &lfs 91_checked;33 &lfs10_checked; 34 34 35 35 <bridgehead renderas="sect4">Package Information</bridgehead> -
introduction/welcome/changelog.xml
rb4a94be r7ebcf19 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Fix building Inkscape with glibc-2.32.</para> 49 </listitem> 50 <listitem> 48 51 <para>[pierre] - Update to blocaled-0.3. Fixes 49 52 <ulink url="&blfs-ticket-root;13938">#13938</ulink>.</para> -
x/icons/adwaita-icon-theme.xml
rb4a94be r7ebcf19 37 37 </para> 38 38 39 &lfs 91_checked;39 &lfs10_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/atkmm.xml
rb4a94be r7ebcf19 35 35 </para> 36 36 37 &lfs 91_checked;37 &lfs10_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/cairomm.xml
rb4a94be r7ebcf19 35 35 </para> 36 36 37 &lfs 91_checked;37 &lfs10_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/gdl.xml
rb4a94be r7ebcf19 35 35 </para> 36 36 37 &lfs 91_checked;37 &lfs10_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/gtk-engines.xml
rb4a94be r7ebcf19 38 38 </para> 39 39 40 &lfs 91_checked;40 &lfs10_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/gtkmm2.xml
rb4a94be r7ebcf19 37 37 </para> 38 38 39 &lfs 91_checked;39 &lfs10_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/gtkmm3.xml
rb4a94be r7ebcf19 35 35 </para> 36 36 37 &lfs 91_checked;37 &lfs10_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
x/lib/pangomm.xml
rb4a94be r7ebcf19 35 35 </para> 36 36 37 &lfs 91_checked;37 &lfs10_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
xsoft/other/inkscape.xml
rb4a94be r7ebcf19 35 35 </para> 36 36 37 &lfs 91_checked;37 &lfs10_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 177 177 <title>Installation of Inkscape</title> 178 178 179 <!-- Not needed with 0.92.5, but let's keep the template instead. 180 <para> 181 First, fix a problem introduced by Poppler-0.76.1. 182 </para> 183 184 <screen><userinput remap="pre">sed -e 's|new Lexer(xref, obj)|obj|g' -i src/extension/internal/pdfinput/pdf-parser.cpp</userinput></screen> 185 186 <para> 187 Next, fix Inkscape to be able to build with poppler-0.82.0 and higher: 188 </para> 189 190 <screen><userinput remap="pre">sed -e 's|Unicode \*u|Unicode const *u|g' -i src/extension/internal/pdfinput/*</userinput></screen> 179 <!-- Not needed with 1.0, but let's keep the template. 191 180 192 181 <para> … … 196 185 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch</userinput></screen> 197 186 --> 198 199 <!-- Inkscape now has a hard dependency on IM7.200 <para>201 Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:202 </para>203 204 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen>205 -->206 <!--207 <para>208 Apply a patch to prevent out-of-bounds writes in the text and fill-bucket209 tools:210 </para>211 212 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-upstream_fixes-1.patch</userinput></screen>213 -->214 187 215 188 <!-- If there is no test suite, then this is not needed. … … 225 198 <screen remap="test"><userinput>bash download-gtest.sh</userinput></screen> 226 199 --> 200 201 <para> 202 First, fix build failure with glibc-2.32: 203 </para> 204 205 <screen><userinput remap="pre">sed -i '/#include <iostream>/a #include <atomic>' src/ui/tool/node.cpp</userinput></screen> 227 206 228 207 <para>
Note:
See TracChangeset
for help on using the changeset viewer.