mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Add sed to libcdio to fix version number.
Update to pinentry-1.1.0. Update to poppler-0.62.0. Update to gmime3-3.0.5. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19579 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0b5169afe0
commit
5eafafd6d9
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY gmime3-download-http "&gnome-download-http;/gmime/3.0/gmime-&gmime3-version;.tar.xz">
|
||||
<!ENTITY gmime3-download-ftp "&gnome-download-ftp;/gmime/3.0/gmime-&gmime3-version;.tar.xz">
|
||||
<!ENTITY gmime3-md5sum "1ef4b2d21d4c10634adeb53816dafea5">
|
||||
<!ENTITY gmime3-md5sum "3a281d0b9487fa3281cb776daeca50c3">
|
||||
<!ENTITY gmime3-size "748 KB">
|
||||
<!ENTITY gmime3-buildsize "20 MB (with tests)">
|
||||
<!ENTITY gmime3-time "0.3 SBU (with tests)">
|
||||
|
@ -8,9 +8,9 @@
|
||||
<!-- Something is wrong with ftp server and it confuses curl when currency runs it -->
|
||||
<!-- <!ENTITY pinentry-download-ftp "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2"> -->
|
||||
<!ENTITY pinentry-download-ftp " ">
|
||||
<!ENTITY pinentry-md5sum "4a3fad8b31f9b4c5526c8837495015dc">
|
||||
<!ENTITY pinentry-size "428 KB">
|
||||
<!ENTITY pinentry-buildsize "7.7 MB">
|
||||
<!ENTITY pinentry-md5sum "3829315cb0a1e9cedc05ffe6def7a2c6">
|
||||
<!ENTITY pinentry-size "460 KB">
|
||||
<!ENTITY pinentry-buildsize "11 MB">
|
||||
<!ENTITY pinentry-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
<para>Install <application>PIN-Entry</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -132,6 +132,10 @@ make</userinput></screen>
|
||||
Actually, it is the gtk3 pinentry.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-pinentry-tty</option>: Default is 'maybe'.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -6,11 +6,10 @@
|
||||
|
||||
<!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
|
||||
<!ENTITY poppler-download-ftp " ">
|
||||
<!ENTITY poppler-md5sum "2d3dcea88d6a814317fac74d2a16c3cd">
|
||||
<!ENTITY poppler-md5sum "42b801f2defaccb6b6cf1bf783ee1552">
|
||||
<!ENTITY poppler-size "1.4 MB">
|
||||
<!ENTITY poppler-buildsize "55 MB (with Qt5 library and tests)">
|
||||
<!ENTITY poppler-time "0.7 SBU (with parallelism=4, Qt5 library, and tests)">
|
||||
|
||||
<!ENTITY poppler-buildsize "59 MB (with Qt5 library and tests)">
|
||||
<!ENTITY poppler-time "0.5 SBU (with parallelism=4, Qt5 library, and tests)">
|
||||
|
||||
<!ENTITY poppler-data-version "0.4.8">
|
||||
|
||||
@ -202,7 +201,7 @@ install -m644 poppler-qt5.pc /usr/lib/pkgconfig</userinput></screen>
|
||||
<systemitem class="username">root</systemitem>:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; &&
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; &&
|
||||
cp -vr ../glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen>
|
||||
|
||||
<!-- ==== Poppler Data ====== -->
|
||||
@ -243,13 +242,13 @@ cd poppler-data-&poppler-data-version;</userinput></screen>
|
||||
<application>Okular</application>, <application>LibreOffice</application>
|
||||
and <application>Inkscape</application>).
|
||||
</para>
|
||||
|
||||
<!-- This was broken for me - Bruce
|
||||
<para>
|
||||
<option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
|
||||
GTK-Doc is installed and you wish to rebuild and install
|
||||
the API documentation.
|
||||
</para>
|
||||
|
||||
-->
|
||||
<para>
|
||||
<command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite.
|
||||
The environment variable LC_ALL=en_US.UTF-8 is only needed if the
|
||||
|
@ -44,6 +44,22 @@
|
||||
<listitem>
|
||||
<para>December 5th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add sed to libcdio to fix version number. Fixes
|
||||
<ulink url="&blfs-ticket-root;10108">#10108</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to pinentry-1.1.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;10111">#10111</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to poppler-0.62.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;10110">#10110</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gmime3-3.0.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;10109">#10109</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem revision="systemd">
|
||||
<para>[dj] - Update to libgweather-3.26.1, zenity-3.26.0,
|
||||
gnome-settings-daemon-3.26.2, gnome-control-center-2.26.2,
|
||||
|
@ -97,7 +97,8 @@
|
||||
following commands:</para>
|
||||
|
||||
<!-- The patch will go away with next release -->
|
||||
<screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch &&
|
||||
<screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch &&
|
||||
sed -i '/^LIBCDIO_VERSION_NUM=/s/=.*$/=10000/' configure &&
|
||||
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
@ -104,7 +104,7 @@
|
||||
<!ENTITY glib2-version "2.54.2">
|
||||
<!ENTITY glibmm-version "2.54.1">
|
||||
<!ENTITY gmime-version "2.6.23">
|
||||
<!ENTITY gmime3-version "3.0.4">
|
||||
<!ENTITY gmime3-version "3.0.5">
|
||||
<!ENTITY gobject-introspection-version "1.54.1">
|
||||
<!ENTITY grantlee-version "5.1.0">
|
||||
<!ENTITY gsl-version "2.4">
|
||||
@ -220,7 +220,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY openjpeg-version "1.5.2">
|
||||
<!ENTITY openjpeg2-version "2.3.0">
|
||||
<!ENTITY pixman-version "0.34.0"> <!-- Even minors only -->
|
||||
<!ENTITY poppler-version "0.61.1">
|
||||
<!ENTITY poppler-version "0.62.0">
|
||||
<!ENTITY potrace-version "1.15">
|
||||
<!ENTITY qpdf-version "7.0.0">
|
||||
|
||||
@ -243,7 +243,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY imagemagick-version "7.0.7">
|
||||
<!ENTITY intltool-version "0.50.2">
|
||||
<!ENTITY lsof-version "4.89">
|
||||
<!ENTITY pinentry-version "1.0.0">
|
||||
<!ENTITY pinentry-version "1.1.0">
|
||||
<!ENTITY rarian-version "0.8.1">
|
||||
<!ENTITY recode-version "3.6">
|
||||
<!ENTITY rep-gtk-version "0.90.8.3">
|
||||
|
Loading…
Reference in New Issue
Block a user