Changeset 503a60a0
- Timestamp:
- 12/30/2012 07:29:07 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f38727d
- Parents:
- a3dca06
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra3dca06 r503a60a0 800 800 <!ENTITY gimp-version "2.8.2"> 801 801 <!ENTITY icedtea-web-version "1.3"> 802 <!ENTITY inkscape-version "0.48. 3.1">802 <!ENTITY inkscape-version "0.48.4"> 803 803 <!ENTITY pan-version "0.133"> 804 804 <!ENTITY pidgin-version "2.10.6"> -
introduction/welcome/changelog.xml
ra3dca06 r503a60a0 103 103 <listitem> 104 104 <para>[krejzi] - Harfbuzz 0.9.9.</para> 105 </listitem> 106 <listitem> 107 <para>[krejzi] - Inkscape 0.48.4.</para> 105 108 </listitem> 106 109 <listitem> -
xsoft/other/inkscape.xml
ra3dca06 r503a60a0 7 7 <!ENTITY inkscape-download-http "&sourceforge-repo;/inkscape/inkscape-&inkscape-version;.tar.bz2"> 8 8 <!ENTITY inkscape-download-ftp " "> 9 <!ENTITY inkscape-md5sum " f0fcc02088cc643634806064e7ab4ec3">9 <!ENTITY inkscape-md5sum "47bd8546e42ba396624eef9eb66b9b6c"> 10 10 <!ENTITY inkscape-size "19 MB"> 11 <!ENTITY inkscape-buildsize " 1.5GB">11 <!ENTITY inkscape-buildsize "2.0 GB"> 12 12 <!ENTITY inkscape-time "18 SBU"> 13 13 ]> … … 72 72 </itemizedlist> 73 73 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>75 <itemizedlist spacing="compact">76 <listitem>77 <para>78 Optional patch:79 <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-0.20-1.patch"/>80 </para>81 </listitem>82 </itemizedlist>83 84 74 <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead> 85 75 … … 101 91 <xref linkend="aspell"/>, 102 92 <xref linkend="doxygen"/>, 103 <xref linkend="gnome-vfs"/>,104 93 <xref linkend="imagemagick"/>, 105 94 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>, … … 115 104 <sect2 role="installation"> 116 105 <title>Installation of Inkscape</title> 117 118 <para>119 If you have installed <xref linkend="poppler"/>, apply the patch to fix120 compiling with Poppler 0.20:121 </para>122 123 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-0.20-1.patch</userinput></screen>124 125 <para>126 Fix a bug that will prevent from compiling with127 <application>libpng 1.5</application>:128 </para>129 130 <screen><userinput>sed -i 's/ptr->jmpbuf/jmpbuf(png_ptr)/' \131 src/{extension/internal/pdfinput/svg-builder,helper/png-write}.cpp &&132 sed -i 's#if ( png_get_iCCP.*#if (0) {#' src/sp-image.cpp</userinput></screen>133 106 134 107 <para>
Note:
See TracChangeset
for help on using the changeset viewer.