mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
inkscape-0.91 : if anybody can find *better* links to the source itself, or to libcdr and libvisio, please feel free to change them.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15468 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9a3726eb2f
commit
8e5b57e9a2
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>February 7th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to inkscape-0.91. Fixes
|
||||
<ulink url="&blfs-ticket-root;6107">#6107</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Patch cairo to prevent crashes with certain files.</para>
|
||||
</listitem>
|
||||
|
@ -600,7 +600,7 @@
|
||||
<!ENTITY gimp-version "2.8.14">
|
||||
<!ENTITY hexchat-version "2.10.2">
|
||||
<!ENTITY icedtea-web-version "1.5.2">
|
||||
<!ENTITY inkscape-version "0.48.5">
|
||||
<!ENTITY inkscape-version "0.91">
|
||||
<!ENTITY pan-version "0.133">
|
||||
<!ENTITY pidgin-version "2.10.11">
|
||||
<!ENTITY rox-filer-version "2.11">
|
||||
|
@ -3,13 +3,13 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY inkscape-download-http "&sourceforge-repo;/inkscape/inkscape-&inkscape-version;.tar.bz2">
|
||||
<!-- inkscape.org appears to point to launchpad, sf is out of date -->
|
||||
<!ENTITY inkscape-download-http "https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-&inkscape-version;.tar.bz2">
|
||||
<!ENTITY inkscape-download-ftp " ">
|
||||
<!ENTITY inkscape-md5sum "431cda5cd40cd4fdf2b89db1bdcce61f">
|
||||
<!ENTITY inkscape-size "19 MB">
|
||||
<!ENTITY inkscape-buildsize "1.4 GB">
|
||||
<!ENTITY inkscape-time "12 SBU">
|
||||
<!ENTITY inkscape-md5sum "278dfa4514adcde23546370ec2c84581">
|
||||
<!ENTITY inkscape-size "25 MB">
|
||||
<!ENTITY inkscape-buildsize "1.9 GB">
|
||||
<!ENTITY inkscape-time "16 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="inkscape" xreflabel="Inkscape-&inkscape-version;">
|
||||
@ -75,8 +75,9 @@
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/>
|
||||
Optional patch:
|
||||
<ulink url="&patch-root;/inkscape-&inkscape-version;-testfiles-1.patch"/>
|
||||
for full test coverage.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -88,30 +89,46 @@
|
||||
<xref linkend="boost"/>,
|
||||
<xref linkend="gc"/>,
|
||||
<xref linkend="gsl"/>,
|
||||
<xref linkend="gtkmm2"/> and
|
||||
<xref linkend="libxslt"/>
|
||||
<xref linkend="gtkmm2"/>
|
||||
(or <xref linkend="gtkmm3"/> and
|
||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gdl/">gnome docking library</ulink>
|
||||
for the experimental gtk+-3 build),
|
||||
<xref linkend="libxslt"/> and
|
||||
<xref linkend="popt"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="lcms2"/> or
|
||||
<xref linkend="lcms"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="aspell"/>,
|
||||
<xref linkend="dbus"/>,
|
||||
<xref linkend="doxygen"/>,
|
||||
<xref linkend="imagemagick"/>,
|
||||
<!-- these document foundation links work from firefox's address bar, or from
|
||||
google (pages telling you how to get it from git), but when I link them here
|
||||
I get "There is currently no text in this page..."
|
||||
<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr/">libcdr</ulink>,
|
||||
<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio/">libvisio</ulink>,
|
||||
-->
|
||||
<ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
|
||||
<ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
|
||||
<ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
|
||||
<ulink url="https://sourceforge.net/projects/NumPy/files/">NumPy</ulink>
|
||||
(for the testsuite and at runtime for some extensions)
|
||||
<xref linkend="poppler"/> and
|
||||
<xref linkend="popt"/>
|
||||
<ulink url="http://cheeseshop.python.org/pypi/lxml/">python-lxml</ulink>
|
||||
(for the testsuite, and at runtime for some of the extensions)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional Runtime Dependencies
|
||||
(for some of the Inkscape extensions)</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="http://search.cpan.org/~tjmather/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
|
||||
and <ulink url="http://cheeseshop.python.org/pypi/lxml/">python-lxml</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
@ -135,19 +152,14 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch &&
|
||||
autoreconf -vi &&
|
||||
|
||||
sed -ri "s:.*(unsigned GC_version).*:\1 = GC_get_version()\;:" configure &&
|
||||
<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-testfiles-1.patch &&
|
||||
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<!-- Test suite is broken as of inkscape-0.48.5
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
-->
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user