mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to Net-DNS-1.30 (Perl Module)
Update to libXres-1.2.1 (Xorg Library) Update to ghostscript-9.54.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24426 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8d52465b30
commit
f863a1b094
@ -5,7 +5,7 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY my-download-http "&perl_authors;/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
|
||||
<!ENTITY my-md5sum "2c9120830a68f18deb43a95826ea6372">
|
||||
<!ENTITY my-md5sum "2d0751f5f1a92e4cc95835cd4b9a1d8e">
|
||||
|
||||
]>
|
||||
|
||||
|
@ -44,6 +44,18 @@
|
||||
<listitem>
|
||||
<para>April 1st, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to ghostscript-9.54.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;14842">#14842</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libXres-1.2.1 (Xorg Library). Fixes
|
||||
<ulink url="&blfs-ticket-root;14845">#14845</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to Net-DNS-1.30 (Perl Module). Fixes
|
||||
<ulink url="&blfs-ticket-root;14841">#14841</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix Hexchat to work with Python-3.8+ and fix a crash
|
||||
that occurs when Lua-5.4.3 is installed.</para>
|
||||
|
@ -428,7 +428,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY Log-Log4perl-version "1.54">
|
||||
<!ENTITY LWP-Protocol-https-version "6.10">
|
||||
<!ENTITY Module-Build-version "0.4231">
|
||||
<!ENTITY Net-DNS-version "1.29">
|
||||
<!ENTITY Net-DNS-version "1.30">
|
||||
<!ENTITY Parse-RecDescent-version "1.967015">
|
||||
<!ENTITY Parse-Yapp-version "1.21">
|
||||
<!ENTITY PerlIO-utf8_strict-version "0.008">
|
||||
@ -1056,8 +1056,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 46 -->
|
||||
<!ENTITY cups-version "2.3.3">
|
||||
<!ENTITY cups-filters-version "1.28.8">
|
||||
<!ENTITY gs-version "9.53.3">
|
||||
<!ENTITY gs-packver "9533">
|
||||
<!ENTITY gs-version "9.54.0">
|
||||
<!ENTITY gs-packver "9540">
|
||||
<!ENTITY gutenprint-version "5.3.3">
|
||||
|
||||
<!-- Chapter 47 -->
|
||||
|
@ -9,10 +9,10 @@
|
||||
<!ENTITY gs-download-http
|
||||
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-version;.tar.xz">
|
||||
<!ENTITY gs-download-ftp " ">
|
||||
<!ENTITY gs-md5sum "bf0b41d6e19fdeb4b050afad309248d2">
|
||||
<!ENTITY gs-size "39 MB">
|
||||
<!ENTITY gs-buildsize "247 MB (with fonts and libgs.so)">
|
||||
<!ENTITY gs-time "0.7 SBU (Using parallelism=4; with libgs.so)">
|
||||
<!ENTITY gs-md5sum "72535d31018129a1a8ff636a47ba1f92">
|
||||
<!ENTITY gs-size "53 MB">
|
||||
<!ENTITY gs-buildsize "342 MB (with fonts and libgs.so)">
|
||||
<!ENTITY gs-time "1.8 SBU (Using parallelism=4; with libgs.so)">
|
||||
|
||||
<!ENTITY gs-standard-fonts-download
|
||||
"&sourceforge-dl;/gs-fonts/ghostscript-fonts-std-8.11.tar.gz">
|
||||
@ -84,6 +84,8 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- Commenting this out since it's no longer needed, but keeping it for the
|
||||
inevitable next time that we need a patch for this package.
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -93,6 +95,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
|
||||
<para>
|
||||
If you wish, you can download additional fonts.
|
||||
@ -197,11 +200,13 @@
|
||||
|
||||
<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
Apply a patch to fix a problem introduced by changes in freetype-2.10.3:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-freetype_fix-1.patch</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Compile <application>Ghostscript</application>:
|
||||
@ -253,7 +258,7 @@ install -v -m644 base/*.h /usr/include/ghostscript &&
|
||||
ln -sfvn ghostscript /usr/include/ps</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now make the documentation accessible from the normal place:
|
||||
Now make the documentation accessible from a standard place:
|
||||
</para>
|
||||
<!-- Starting with 9.23, the install does not seem to copy the examples any more -->
|
||||
|
||||
@ -264,7 +269,7 @@ cp -r examples/ /usr/share/ghostscript/&gs-version;/</userinput></screen>
|
||||
<para>
|
||||
If you have downloaded the fonts, unpack them to
|
||||
<filename class="directory">/usr/share/ghostscript</filename> and ensure
|
||||
the ownerships of the files are
|
||||
the ownership of the files are
|
||||
<systemitem class="username">root</systemitem>:
|
||||
<systemitem class="groupname">root</systemitem>.
|
||||
</para>
|
||||
@ -274,9 +279,9 @@ tar -xvf ../gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-sam
|
||||
fc-cache -v /usr/share/ghostscript/fonts/</userinput></screen>
|
||||
|
||||
<para>
|
||||
You can now test the rendering of various postscript and pdf files from the
|
||||
You can now test the rendering of various postscript and pdf files from the
|
||||
<filename class="directory">/usr/share/ghostscript/&gs-version;/examples
|
||||
</filename>, for example (you need an X window system display):
|
||||
</filename>. To do this, run the following command (in a X Windows display):
|
||||
</para>
|
||||
|
||||
<screen remap="test"><userinput>gs -q -dBATCH /usr/share/ghostscript/&gs-version;/examples/tiger.eps</userinput></screen>
|
||||
|
@ -76,8 +76,8 @@
|
||||
<!ENTITY libXrandr-version "1.5.2">
|
||||
<!ENTITY libXrandr-md5sum "18f3b20d522f45e4dadd34afb5bea048">
|
||||
|
||||
<!ENTITY libXres-version "1.2.0">
|
||||
<!ENTITY libXres-md5sum "5d6d443d1abc8e1f6fc1c57fb27729bb">
|
||||
<!ENTITY libXres-version "1.2.1">
|
||||
<!ENTITY libXres-md5sum "e142ef0ed0366ae89c771c27cfc2ccd1">
|
||||
|
||||
<!ENTITY libXtst-version "1.2.3">
|
||||
<!ENTITY libXtst-md5sum "ef8c2c1d16a00bd95b9fdcef63b8a2ca">
|
||||
|
Loading…
Reference in New Issue
Block a user