Changeset df50655
- Timestamp:
- 01/30/2021 07:56:52 PM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 7aa91c69
- Parents:
- 26dab634
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r26dab634 rdf50655 45 45 <para>January 30th, 2021</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Move sed of a Makefile.in in dvisvgm after 49 autoreconf which recreates the original. Further fix for 50 <ulink url="&blfs-ticket-root;14547">#14547</ulink>.</para> 51 </listitem> 47 52 <listitem> 48 53 <para>[renodr] - Update to xf86-video-nouveau-1.0.17. Fixes -
pst/typesetting/dvisvgm.xml
r26dab634 rdf50655 120 120 <screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen> 121 121 122 122 <!--<para> 123 123 The testsuite assumes that a modern version of <application>Python</application> 124 124 has been installed as plain <command>python</command>. Adjust it to use … … 128 128 <screen><userinput>sed -i 's/python/&3/' tests/Makefile.in</userinput></screen> 129 129 130 <para> 131 Now install <application>dvisvgm</application> by running the following 130 --> 131 <para> 132 The testsuite assumes that a modern version of <application>Python</application> 133 has been installed as plain <command>python</command>. Changing this to use 134 <command>python3</command> requires a sed to one of <filename>Makefile.in</filename> 135 files, but that gets regenerated when <command>autoreconf</command> is run, so 136 the sed must come after that. 137 </para> 138 139 <para> 140 <!-- Now install <application>dvisvgm</application> by running the following--> 141 Install <application>dvisvgm</application> by running the following 132 142 commands: 133 143 </para> 134 144 135 <screen><userinput>autoreconf -fiv && 145 <screen><userinput>sed -i 's/python/&3/' tests/Makefile.in && 146 autoreconf -fiv && 136 147 ./configure \ 137 148 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH} \
Note:
See TracChangeset
for help on using the changeset viewer.