mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to evince-3.38.0 and restore DVI support
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23820 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a951acef03
commit
5468eaa9f2
@ -78,7 +78,7 @@
|
||||
<!ENTITY brasero-version "3.12.2">
|
||||
<!ENTITY cheese-version "3.38.0">
|
||||
<!ENTITY eog-version "3.38.0">
|
||||
<!ENTITY evince-version "3.36.7">
|
||||
<!ENTITY evince-version "3.38.0">
|
||||
<!ENTITY evolution-version "3.36.5">
|
||||
<!ENTITY file-roller-version "3.36.3">
|
||||
<!-- gedit moved to Editors, so it's now in packages.ent -->
|
||||
|
@ -5,12 +5,12 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY evince-download-http
|
||||
"&gnome-download-http;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
|
||||
"&gnome-download-http;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
|
||||
<!ENTITY evince-download-ftp
|
||||
"&gnome-download-ftp;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
|
||||
<!ENTITY evince-md5sum "a7ebf1f76552579be71fc63947a15297">
|
||||
<!ENTITY evince-size "2.5 MB">
|
||||
<!ENTITY evince-buildsize "99 MB">
|
||||
"&gnome-download-ftp;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
|
||||
<!ENTITY evince-md5sum "29dd770b8255bdf6343f83419c975905">
|
||||
<!ENTITY evince-size "2.8 MB">
|
||||
<!ENTITY evince-buildsize "84 MB">
|
||||
<!ENTITY evince-time "0.4 SBU (Using parallelism=4)">
|
||||
]>
|
||||
|
||||
@ -124,6 +124,15 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Evince</title>
|
||||
|
||||
<para>
|
||||
First, make sure that meson can find TeXLive if it is installed.
|
||||
This has no effect on systems without TeXLive installed.
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">export CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include" &&
|
||||
export CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" &&
|
||||
export LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib"</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Evince</application> by running the following
|
||||
commands:
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>October 18th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to evince-3.38.0 and restore DVI support.
|
||||
Part of <ulink url="&blfs-ticket-root;14032">#14032</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to lxml-4.6.0 (Perl Module). Fixes
|
||||
<ulink url="&blfs-ticket-root;14148">#14148</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user