mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Update to inkscape-1.2_2022-05-15_dc2aedaf03.
This commit is contained in:
parent
1e6fb6d81d
commit
c5bffa64db
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>May 17th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to inkscape-1.2_2022-05-15_dc2aedaf03. Fixes
|
||||
<ulink url="&blfs-ticket-root;16553">#16553</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mutt-2.2.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;16552">#16552</ulink>.</para>
|
||||
|
@ -974,11 +974,11 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY gimp-version "2.10.30">
|
||||
<!ENTITY hexchat-version "2.16.1">
|
||||
<!ENTITY icedtea-web-version "1.7.1">
|
||||
<!ENTITY inkscape-minor-version "1.1">
|
||||
<!ENTITY inkscape-minor-version "1.2">
|
||||
<!-- For point versions -->
|
||||
<!ENTITY inkscape-version "&inkscape-minor-version;.2">
|
||||
<!--<!ENTITY inkscape-version "&inkscape-minor-version;.2">-->
|
||||
<!-- For minor versions -->
|
||||
<!--<!ENTITY inkscape-version "&inkscape-minor-version;">-->
|
||||
<!ENTITY inkscape-version "&inkscape-minor-version;_2022-05-15_dc2aedaf03">
|
||||
<!ENTITY pan-version "0.133">
|
||||
<!ENTITY pavucontrol-version "5.0">
|
||||
<!ENTITY pidgin-version "2.14.9">
|
||||
|
@ -3,15 +3,15 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
<!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/31668/inkscape-&inkscape-version;.tar.xz">
|
||||
<!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/33449/inkscape-&inkscape-version;.tar.xz">
|
||||
|
||||
<!-- When updating, remember to change the numeric part of the URL -->
|
||||
|
||||
<!ENTITY inkscape-download-ftp " ">
|
||||
<!ENTITY inkscape-md5sum "a486807ffdf89a1d7ce9425dd60555ec">
|
||||
<!ENTITY inkscape-size "33 MB">
|
||||
<!ENTITY inkscape-buildsize "645 MB (169 MB installed)">
|
||||
<!ENTITY inkscape-time "6.6 SBU (with parallelism=4)">
|
||||
<!ENTITY inkscape-md5sum "fb40ac4635b9ea5608e1706584cd0665">
|
||||
<!ENTITY inkscape-size "37 MB">
|
||||
<!ENTITY inkscape-buildsize "713 MB (181 MB installed)">
|
||||
<!ENTITY inkscape-time "6.1 SBU (with parallelism=4)">
|
||||
|
||||
<!-- To find newer tarballs, look here:
|
||||
https://inkscape.org/release/all/source/archive/?pre=0
|
||||
@ -75,7 +75,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -85,12 +85,11 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
-->
|
||||
<note>
|
||||
<para>
|
||||
The tarball <emphasis>inkscape-&inkscape-version;.tar.xz</emphasis>
|
||||
will extract to
|
||||
<emphasis>inkscape-&inkscape-version;_2022-02-04_0a00cf5339</emphasis>.
|
||||
will extract to the directory <emphasis>inkscape-&inkscape-version;</emphasis>.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
@ -159,13 +158,13 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Inkscape</title>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
First, fix Inkscape to build with poppler-22.04.0:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_04_fixes-1.patch</userinput></screen>
|
||||
|
||||
-->
|
||||
|
||||
<!-- If there is no test suite, then this is not needed.
|
||||
There is none if the command below is not run.
|
||||
@ -180,13 +179,6 @@
|
||||
<screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Next, fix the build with poppler-22.03.0:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i '/filename_goo,/s/filename_goo.*/std::make_unique<GooString>(uri));/' \
|
||||
src/extension/internal/pdfinput/pdf-input.cpp</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Inkscape</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user