mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Adjust Inkscape to build with poppler-0.82.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22317 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ef085b3d56
commit
a353c3a909
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "27"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "28"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2019">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "October 27th, &year;">
|
||||
<!ENTITY releasedate "October 28th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>October 28th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Adjust inkscape to build with poppler-0.82.0
|
||||
and higher.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 27th, 2019</para>
|
||||
<itemizedlist>
|
||||
|
@ -78,6 +78,9 @@
|
||||
<listitem>
|
||||
<para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_fixes-1.patch"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler_0_82_0_fixes-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
|
||||
@ -151,6 +154,12 @@
|
||||
|
||||
<screen><userinput remap="pre">sed -e 's|new Lexer(xref, obj)|obj|g' -i src/extension/internal/pdfinput/pdf-parser.cpp</userinput></screen>
|
||||
|
||||
<para>
|
||||
Next, fix Inkscape to be able to build with poppler-0.82.0 and higher:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_82_0_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user