Changeset 09a2590
- Timestamp:
- 08/13/2020 01:14:57 PM (4 years ago)
- Branches:
- 10.0, 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:
- f0bedadb
- Parents:
- 7d50f20
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7d50f20 r09a2590 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 2th, &year;">9 <!ENTITY releasedate "August 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r7d50f20 r09a2590 43 43 --> 44 44 <listitem> 45 <para>August 13th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[xry111] - Revert r23505, and fix the instruction to build 49 texlive with poppler-20.08.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>August 12th, 2020</para> 46 56 <itemizedlist> -
pst/typesetting/texlive.xml
r7d50f20 r09a2590 223 223 224 224 <caution> 225 <!--<para>225 <para> 226 226 The instructions here for dealing with <application>poppler</application> 227 227 will only work with versions of poppler used in BLFS-9.1 and later, i.e. … … 232 232 which version of <application>poppler</application> is installed and use 233 233 the appropriate versions of these files. 234 </para> -->235 236 <para> 237 If you wish to upgrade to current <application>texlive</application>234 </para> 235 236 <para> 237 Similarly, if you wish to upgrade to current <application>texlive</application> 238 238 on an older system where extra packages (<application>asymptote</application>. 239 239 <application>biber</application>, <application>dvisvgm</application> or … … 258 258 EOF</userinput></screen> 259 259 260 <para> 261 <application>TexLive</application> ships with a very old version of 262 <application>poppler</application>, and some updated files for newer versions. 263 To use the system version, first identify it and then copy the correct 264 versions of the updated files (please read the Caution above): 265 </para> 266 267 <!-- on a release, drop this back to current version but update the 268 Caution above and ideally keep this commented, every other (expletive 269 deleted) poppler update tends to break this. --> 270 <screen><userinput>SYSPOP= && 271 let MYPOPPLER_MAJOR=$(pkg-config --modversion poppler | cut -d '.' -f1) 272 let MYPOPPLER_MINOR=$(pkg-config --modversion poppler | cut -d '.' -f2) 273 if [ "$MYPOPPLER_MAJOR" -eq 0 ] && [ "$MYPOPPLER_MINOR" -lt 85 ]; then 274 # BLFS-9.1 uses 0.85.0, ignore earlier versions in this script. 275 SYSPOP= 276 else 277 SYSPOP="--with-system-poppler --with-system-xpdf" 278 if [ "$MYPOPPLER_MAJOR" -eq 0 ] && [ "$MYPOPPLER_MINOR" -lt 86 ]; then 279 mv -v texk/web2c/pdftexdir/pdftoepdf{-poppler0.83.0,}.cc 280 else # 0.86.0 or later, including 20.08.0. 281 mv -v texk/web2c/pdftexdir/pdftoepdf{-poppler0.86.0,}.cc 282 fi 283 # For pdftosrc BLFS-9.1 uses 0.83.0 and that is the latest variant. 284 mv -v texk/web2c/pdftexdir/pdftosrc{-poppler0.83.0,}.cc 285 fi && 286 export SYSPOP && 287 unset MYPOPPLER_{MAJOR,MINOR}</userinput></screen> 288 260 289 <note> 261 290 <para> … … 271 300 <!-- after the export! 272 301 patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-1.patch &&--> 273 274 <!-- System poppler was removed from upstream in275 https://tug.org/svn/texlive?view=revision&revision=55138276 so for remaining lifetime of TL2020 use its shipped version277 because it does not build with current system poppler -->278 279 302 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') && 280 303 … … 305 328 --with-system-mpfr \ 306 329 --with-system-pixman \ 330 ${SYSPOP} \ 307 331 --with-system-zlib \ 308 332 --with-banner-add=" - BLFS" && 309 333 310 make</userinput></screen> 334 make && 335 unset SYSPOP</userinput></screen> 311 336 312 337 <para> -
xincludes/texrecommendlibs.xml
r7d50f20 r09a2590 18 18 <xref linkend="icu"/>, 19 19 <xref linkend="libpaper"/> (used by at least context and xelatex), 20 and <xref linkend="libpng"/> 21 <!-- System poppler was removed from upstream in 22 https://tug.org/svn/texlive?view=revision&revision=55138 23 so for remaining lifetime of TL2020 use its shipepd version --> 20 and <xref linkend="libpng"/>, also 21 <xref linkend="poppler"/> (only used if suitable file versions 22 are available in <filename class="directory">texk/web2c/pdftexdir</filename>) 24 23 </para>
Note:
See TracChangeset
for help on using the changeset viewer.