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:
Bruce Dubbs 2017-12-05 16:46:10 +00:00
parent 0b5169afe0
commit 5eafafd6d9
6 changed files with 36 additions and 16 deletions

View File

@ -6,7 +6,7 @@
<!ENTITY gmime3-download-http "&gnome-download-http;/gmime/3.0/gmime-&gmime3-version;.tar.xz"> <!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-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-size "748 KB">
<!ENTITY gmime3-buildsize "20 MB (with tests)"> <!ENTITY gmime3-buildsize "20 MB (with tests)">
<!ENTITY gmime3-time "0.3 SBU (with tests)"> <!ENTITY gmime3-time "0.3 SBU (with tests)">

View File

@ -8,9 +8,9 @@
<!-- Something is wrong with ftp server and it confuses curl when currency runs it --> <!-- 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 "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2"> -->
<!ENTITY pinentry-download-ftp " "> <!ENTITY pinentry-download-ftp " ">
<!ENTITY pinentry-md5sum "4a3fad8b31f9b4c5526c8837495015dc"> <!ENTITY pinentry-md5sum "3829315cb0a1e9cedc05ffe6def7a2c6">
<!ENTITY pinentry-size "428 KB"> <!ENTITY pinentry-size "460 KB">
<!ENTITY pinentry-buildsize "7.7 MB"> <!ENTITY pinentry-buildsize "11 MB">
<!ENTITY pinentry-time "less than 0.1 SBU"> <!ENTITY pinentry-time "less than 0.1 SBU">
]> ]>
@ -98,7 +98,7 @@
<para>Install <application>PIN-Entry</application> by running the following <para>Install <application>PIN-Entry</application> by running the following
commands:</para> commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp; <screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>This package does not come with a test suite.</para> <para>This package does not come with a test suite.</para>
@ -132,6 +132,10 @@ make</userinput></screen>
Actually, it is the gtk3 pinentry. Actually, it is the gtk3 pinentry.
</para> </para>
<para>
<option>--enable-pinentry-tty</option>: Default is 'maybe'.
</para>
</sect2> </sect2>
<sect2 role="content"> <sect2 role="content">

View File

@ -6,11 +6,10 @@
<!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
<!ENTITY poppler-download-ftp " "> <!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "2d3dcea88d6a814317fac74d2a16c3cd"> <!ENTITY poppler-md5sum "42b801f2defaccb6b6cf1bf783ee1552">
<!ENTITY poppler-size "1.4 MB"> <!ENTITY poppler-size "1.4 MB">
<!ENTITY poppler-buildsize "55 MB (with Qt5 library and tests)"> <!ENTITY poppler-buildsize "59 MB (with Qt5 library and tests)">
<!ENTITY poppler-time "0.7 SBU (with parallelism=4, Qt5 library, and tests)"> <!ENTITY poppler-time "0.5 SBU (with parallelism=4, Qt5 library, and tests)">
<!ENTITY poppler-data-version "0.4.8"> <!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>: <systemitem class="username">root</systemitem>:
</para> </para>
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; &amp;&amp; <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; &amp;&amp;
cp -vr ../glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen> cp -vr ../glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen>
<!-- ==== Poppler Data ====== --> <!-- ==== Poppler Data ====== -->
@ -243,13 +242,13 @@ cd poppler-data-&poppler-data-version;</userinput></screen>
<application>Okular</application>, <application>LibreOffice</application> <application>Okular</application>, <application>LibreOffice</application>
and <application>Inkscape</application>). and <application>Inkscape</application>).
</para> </para>
<!-- This was broken for me - Bruce
<para> <para>
<option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
GTK-Doc is installed and you wish to rebuild and install GTK-Doc is installed and you wish to rebuild and install
the API documentation. the API documentation.
</para> </para>
-->
<para> <para>
<command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite. <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 The environment variable LC_ALL=en_US.UTF-8 is only needed if the

View File

@ -44,6 +44,22 @@
<listitem> <listitem>
<para>December 5th, 2017</para> <para>December 5th, 2017</para>
<itemizedlist> <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"> <listitem revision="systemd">
<para>[dj] - Update to libgweather-3.26.1, zenity-3.26.0, <para>[dj] - Update to libgweather-3.26.1, zenity-3.26.0,
gnome-settings-daemon-3.26.2, gnome-control-center-2.26.2, gnome-settings-daemon-3.26.2, gnome-control-center-2.26.2,

View File

@ -97,7 +97,8 @@
following commands:</para> following commands:</para>
<!-- The patch will go away with next release --> <!-- The patch will go away with next release -->
<screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch &amp;&amp; <screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch &amp;&amp;
sed -i '/^LIBCDIO_VERSION_NUM=/s/=.*$/=10000/' configure &amp;&amp;
./configure --prefix=/usr --disable-static &amp;&amp; ./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen> make</userinput></screen>

View File

@ -104,7 +104,7 @@
<!ENTITY glib2-version "2.54.2"> <!ENTITY glib2-version "2.54.2">
<!ENTITY glibmm-version "2.54.1"> <!ENTITY glibmm-version "2.54.1">
<!ENTITY gmime-version "2.6.23"> <!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 gobject-introspection-version "1.54.1">
<!ENTITY grantlee-version "5.1.0"> <!ENTITY grantlee-version "5.1.0">
<!ENTITY gsl-version "2.4"> <!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 openjpeg-version "1.5.2">
<!ENTITY openjpeg2-version "2.3.0"> <!ENTITY openjpeg2-version "2.3.0">
<!ENTITY pixman-version "0.34.0"> <!-- Even minors only --> <!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 potrace-version "1.15">
<!ENTITY qpdf-version "7.0.0"> <!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 imagemagick-version "7.0.7">
<!ENTITY intltool-version "0.50.2"> <!ENTITY intltool-version "0.50.2">
<!ENTITY lsof-version "4.89"> <!ENTITY lsof-version "4.89">
<!ENTITY pinentry-version "1.0.0"> <!ENTITY pinentry-version "1.1.0">
<!ENTITY rarian-version "0.8.1"> <!ENTITY rarian-version "0.8.1">
<!ENTITY recode-version "3.6"> <!ENTITY recode-version "3.6">
<!ENTITY rep-gtk-version "0.90.8.3"> <!ENTITY rep-gtk-version "0.90.8.3">