Changeset 096730a
- Timestamp:
- 05/04/2019 02:15:12 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- bf259cfe
- Parents:
- f7b647a3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf7b647a3 r096730a 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 3rd, &year;">9 <!ENTITY releasedate "May 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rf7b647a3 r096730a 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>May 4th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Fix the build of Inkscape with Poppler-0.76.1.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
xsoft/other/inkscape.xml
rf7b647a3 r096730a 141 141 <sect2 role="installation"> 142 142 <title>Installation of Inkscape</title> 143 143 144 <para> 145 First, fix a problem introduced by Poppler-0.76.1. 146 </para> 147 148 <screen><userinput remap="pre">sed -e 's|new Lexer(xref, obj)|obj|g' -i src/extension/internal/pdfinput/pdf-parser.cpp></userinput></screen> 149 144 150 <para> 145 151 Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:
Note:
See TracChangeset
for help on using the changeset viewer.