Changeset 5eafafd6
- Timestamp:
- 12/05/2017 04:46:10 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5f96946
- Parents:
- 0b5169af
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gmime3.xml
r0b5169af r5eafafd6 7 7 <!ENTITY gmime3-download-http "&gnome-download-http;/gmime/3.0/gmime-&gmime3-version;.tar.xz"> 8 8 <!ENTITY gmime3-download-ftp "&gnome-download-ftp;/gmime/3.0/gmime-&gmime3-version;.tar.xz"> 9 <!ENTITY gmime3-md5sum " 1ef4b2d21d4c10634adeb53816dafea5">9 <!ENTITY gmime3-md5sum "3a281d0b9487fa3281cb776daeca50c3"> 10 10 <!ENTITY gmime3-size "748 KB"> 11 11 <!ENTITY gmime3-buildsize "20 MB (with tests)"> -
general/genutils/pinentry.xml
r0b5169af r5eafafd6 9 9 <!-- <!ENTITY pinentry-download-ftp "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2"> --> 10 10 <!ENTITY pinentry-download-ftp " "> 11 <!ENTITY pinentry-md5sum " 4a3fad8b31f9b4c5526c8837495015dc">12 <!ENTITY pinentry-size "4 28KB">13 <!ENTITY pinentry-buildsize " 7.7MB">11 <!ENTITY pinentry-md5sum "3829315cb0a1e9cedc05ffe6def7a2c6"> 12 <!ENTITY pinentry-size "460 KB"> 13 <!ENTITY pinentry-buildsize "11 MB"> 14 14 <!ENTITY pinentry-time "less than 0.1 SBU"> 15 15 ]> … … 99 99 commands:</para> 100 100 101 <screen><userinput>./configure --prefix=/usr &&101 <screen><userinput>./configure --prefix=/usr --enable-pinentry-tty && 102 102 make</userinput></screen> 103 103 … … 131 131 <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes. 132 132 Actually, it is the gtk3 pinentry. 133 </para> 134 135 <para> 136 <option>--enable-pinentry-tty</option>: Default is 'maybe'. 133 137 </para> 134 138 -
general/graphlib/poppler.xml
r0b5169af r5eafafd6 7 7 <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> 8 8 <!ENTITY poppler-download-ftp " "> 9 <!ENTITY poppler-md5sum " 2d3dcea88d6a814317fac74d2a16c3cd">9 <!ENTITY poppler-md5sum "42b801f2defaccb6b6cf1bf783ee1552"> 10 10 <!ENTITY poppler-size "1.4 MB"> 11 <!ENTITY poppler-buildsize "55 MB (with Qt5 library and tests)"> 12 <!ENTITY poppler-time "0.7 SBU (with parallelism=4, Qt5 library, and tests)"> 13 11 <!ENTITY poppler-buildsize "59 MB (with Qt5 library and tests)"> 12 <!ENTITY poppler-time "0.5 SBU (with parallelism=4, Qt5 library, and tests)"> 14 13 15 14 <!ENTITY poppler-data-version "0.4.8"> … … 203 202 </para> 204 203 205 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; &&204 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; && 206 205 cp -vr ../glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen> 207 206 … … 244 243 and <application>Inkscape</application>). 245 244 </para> 246 245 <!-- This was broken for me - Bruce 247 246 <para> 248 247 <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if … … 250 249 the API documentation. 251 250 </para> 252 251 --> 253 252 <para> 254 253 <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite. -
introduction/welcome/changelog.xml
r0b5169af r5eafafd6 45 45 <para>December 5th, 2017</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Add sed to libcdio to fix version number. Fixes 49 <ulink url="&blfs-ticket-root;10108">#10108</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to pinentry-1.1.0. Fixes 53 <ulink url="&blfs-ticket-root;10111">#10111</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to poppler-0.62.0. Fixes 57 <ulink url="&blfs-ticket-root;10110">#10110</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to gmime3-3.0.5. Fixes 61 <ulink url="&blfs-ticket-root;10109">#10109</ulink>.</para> 62 </listitem> 47 63 <listitem revision="systemd"> 48 64 <para>[dj] - Update to libgweather-3.26.1, zenity-3.26.0, -
multimedia/libdriv/libcdio.xml
r0b5169af r5eafafd6 98 98 99 99 <!-- The patch will go away with next release --> 100 <screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch && 100 <screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch && 101 sed -i '/^LIBCDIO_VERSION_NUM=/s/=.*$/=10000/' configure && 101 102 102 103 ./configure --prefix=/usr --disable-static && -
packages.ent
r0b5169af r5eafafd6 105 105 <!ENTITY glibmm-version "2.54.1"> 106 106 <!ENTITY gmime-version "2.6.23"> 107 <!ENTITY gmime3-version "3.0. 4">107 <!ENTITY gmime3-version "3.0.5"> 108 108 <!ENTITY gobject-introspection-version "1.54.1"> 109 109 <!ENTITY grantlee-version "5.1.0"> … … 221 221 <!ENTITY openjpeg2-version "2.3.0"> 222 222 <!ENTITY pixman-version "0.34.0"> <!-- Even minors only --> 223 <!ENTITY poppler-version "0.6 1.1">223 <!ENTITY poppler-version "0.62.0"> 224 224 <!ENTITY potrace-version "1.15"> 225 225 <!ENTITY qpdf-version "7.0.0"> … … 244 244 <!ENTITY intltool-version "0.50.2"> 245 245 <!ENTITY lsof-version "4.89"> 246 <!ENTITY pinentry-version "1. 0.0">246 <!ENTITY pinentry-version "1.1.0"> 247 247 <!ENTITY rarian-version "0.8.1"> 248 248 <!ENTITY recode-version "3.6">
Note:
See TracChangeset
for help on using the changeset viewer.