Changeset a0fd2f2c
- Timestamp:
- 12/19/2018 06:13:22 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, 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:
- 1c459bf2
- Parents:
- e2aae21f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re2aae21f ra0fd2f2c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 7"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 7th, &year;">9 <!ENTITY releasedate "December 19th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
re2aae21f ra0fd2f2c 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 19th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Fix Inkscape build and generate a consolidated 49 patch to make maintenance easier.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
xsoft/other/inkscape.xml
re2aae21f ra0fd2f2c 73 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 74 <itemizedlist spacing="compact"> 75 <!-- 75 76 <listitem> 76 77 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para> … … 78 79 <listitem> 79 80 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch"/></para> 81 </listitem>--> 82 <listitem> 83 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-consolidated_fixes-1.patch"/></para> 80 84 </listitem> 81 85 </itemizedlist> … … 144 148 <sect2 role="installation"> 145 149 <title>Installation of Inkscape</title> 146 150 <!-- 147 151 <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used, 148 152 and fix the build for the changes in some recent versions of 149 153 <application>poppler</application>:</para> 150 154 --> 155 <para>Fix build problems related to poppler-0.72.0 and allow proper detection 156 of libraries from <xref linkend="imagemagick6"/>:</para> 157 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-consolidated_fixes-1.patch</userinput></screen> 158 <!-- 151 159 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch && 152 160 patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch 153 161 </userinput></screen> 154 162 --> 155 163 <para> 156 164 Fix build issues with <application>GCC-7.1</application> and
Note:
See TracChangeset
for help on using the changeset viewer.