Changeset fdaae04
- Timestamp:
- 11/24/2016 02:59:48 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8d68192
- Parents:
- e935527
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re935527 rfdaae04 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 1st&year;">9 <!ENTITY releasedate "November 23rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/npth.xml
re935527 rfdaae04 7 7 <!ENTITY npth-download-http " "> 8 8 <!ENTITY npth-download-ftp "ftp://ftp.gnupg.org/gcrypt/npth/npth-&npth-version;.tar.bz2"> 9 <!ENTITY npth-md5sum " 226bac7374b9466c6ec26b1c34dab844">9 <!ENTITY npth-md5sum "efe1524c53670b5755dc27893d2d68a0"> 10 10 <!ENTITY npth-size "292 KB"> 11 <!ENTITY npth-buildsize "2. 6 MB">12 <!ENTITY npth-time "less than 0.1 SBU ">11 <!ENTITY npth-buildsize "2.5 MB (with checks)"> 12 <!ENTITY npth-time "less than 0.1 SBU (with checks)"> 13 13 ]> 14 14 15 <sect1 id="npth" xreflabel=" NPth-&npth-version;">15 <sect1 id="npth" xreflabel="npth-&npth-version;"> 16 16 <?dbhtml filename="npth.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> NPth-&npth-version;</title>23 <title>npth-&npth-version;</title> 24 24 25 25 <indexterm zone="npth"> -
general/genutils/pinentry.xml
re935527 rfdaae04 7 7 <!ENTITY pinentry-download-http " "> 8 8 <!ENTITY pinentry-download-ftp "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2"> 9 <!ENTITY pinentry-md5sum " 9510b2de013e818dab619e468298703a">10 <!ENTITY pinentry-size "42 4KB">11 <!ENTITY pinentry-buildsize " 10MB">9 <!ENTITY pinentry-md5sum "4a3fad8b31f9b4c5526c8837495015dc"> 10 <!ENTITY pinentry-size "428 KB"> 11 <!ENTITY pinentry-buildsize "7.7 MB"> 12 12 <!ENTITY pinentry-time "less than 0.1 SBU"> 13 13 ]> 14 14 15 <sect1 id="pinentry" xreflabel=" PIN-Entry-&pinentry-version;">15 <sect1 id="pinentry" xreflabel="pinEntry-&pinentry-version;"> 16 16 <?dbhtml filename="pinentry.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> PIN-Entry-&pinentry-version;</title>23 <title>pinentry-&pinentry-version;</title> 24 24 25 25 <indexterm zone="pinentry"> … … 98 98 99 99 <screen><userinput>./configure --prefix=/usr && 100 make</userinput></screen><!-- && 101 102 makeinfo - -html - -no-split -o doc/pinentry_nochunks.html doc/pinentry.texi && 103 makeinfo - -plaintext -o doc/pinentry.txt doc/pinentry.texi</userinput></screen> 104 105 <para>If you wish to build alternate formats of the documentation, you 106 must have <xref linkend="texlive"/> installed, 107 then issue the following command:</para> 108 109 <screen><userinput>make -k -C doc pdf ps html</userinput></screen> --> 100 make</userinput></screen> 110 101 111 102 <para>This package does not come with a test suite.</para> … … 113 104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 114 105 115 <screen role="root"><userinput>make install</userinput></screen><!-- && 116 117 install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html && 118 install -v -m644 README doc/pinentry{_*.html,.txt,.texi} \ 119 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> 120 121 <para>If you built the additional documentation, install it by issuing the 122 following commands as the <systemitem class="username">root</systemitem> 123 user:</para> 124 125 <screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \ 126 /usr/share/doc/pinentry-&pinentry-version;/html && 127 install -v -m644 doc/pinentry.{pdf,ps,dvi} \ 128 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> --> 106 <screen role="root"><userinput>make install</userinput></screen> 129 107 130 108 </sect2> … … 134 112 135 113 <para> 136 <option>--enable-emacs=yes/no</option>: Default is yes.114 <option>--enable-emacs=yes/no</option>: Default is no. 137 115 </para> 138 116 -
general/sysutils/dbus.xml
re935527 rfdaae04 13 13 ]> 14 14 15 <sect1 id="dbus" xreflabel=" D-Bus-&dbus-version;">15 <sect1 id="dbus" xreflabel="dbus-&dbus-version;"> 16 16 <?dbhtml filename="dbus.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> D-Bus-&dbus-version;</title>23 <title>dbus-&dbus-version;</title> 24 24 25 25 <indexterm zone="dbus"> -
introduction/welcome/changelog.xml
re935527 rfdaae04 45 45 46 46 <listitem> 47 <para>November 23rd, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to gnupg-2.1.16. Fixes 51 <ulink url="&blfs-ticket-root;8552">#8552</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Update to gpgme-1.8.0. Fixes 55 <ulink url="&blfs-ticket-root;8542">#8542</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[bdubbs] - Update to npth-1.3. Fixes 59 <ulink url="&blfs-ticket-root;8563">#8563</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[bdubbs] - Update to pinentry-1.0.0. Fixes 63 <ulink url="&blfs-ticket-root;8564">#8564</ulink>.</para> 64 </listitem> 65 </itemizedlist> 66 </listitem> 67 68 <listitem> 47 69 <para>November 22nd, 2016</para> 48 70 <itemizedlist> -
kde/kf5/kf5-frameworks.xml
re935527 rfdaae04 225 225 7d524ba30f518a0937c3912475a59a13 ktexteditor-5.28.0.tar.xz 226 226 ba8603c7f6f3b3290e19f1f5d3fb3e8c kdesignerplugin-5.28.0.tar.xz 227 dfa9a794aea1104bb45e17f229b2da8e kwayland-5.28.0.tar.xz 227 228 bf213e3cf7628b9433cd21bd47c08d8d plasma-framework-5.28.0.tar.xz 228 229 #4c261149dd6b42f7f7af1ae13576e99b modemmanager-qt-5.28.0.tar.xz … … 236 237 1285ab8095ca21aa0f7f6a5dade6c1c5 kactivities-stats-5.28.0.tar.xz 237 238 0c44e78e610504ee8b2f2e5f040c602c krunner-5.28.0.tar.xz 238 dfa9a794aea1104bb45e17f229b2da8e kwayland-5.28.0.tar.xz239 239 68221bafb3e5dbf04be6317526d18d2d syntax-highlighting-5.28.0.tar.xz 240 240 2d3a4679fe09493144e06abb3b77631d portingAids/kjs-5.28.0.tar.xz -
multimedia/libdriv/gstreamer10-vaapi.xml
re935527 rfdaae04 21 21 </sect1info> 22 22 23 <title> GStreamer-vaapi-&gstreamer-vaapi-version;</title>23 <title>gstreamer-vaapi-&gstreamer-vaapi-version;</title> 24 24 25 25 <indexterm zone="gstreamer10-vaapi"> … … 32 32 <para> 33 33 The <application>gstreamer-vaapi</application> package contains a 34 <application> GStreamer</application> plugin for hardware accelerated34 <application>gstreamer</application> plugin for hardware accelerated 35 35 video decode/encode for the prevailing coding standards today (MPEG-2, 36 36 MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). … … 73 73 </itemizedlist> 74 74 75 <bridgehead renderas="sect3"> GStreamer-vaapi Dependencies</bridgehead>75 <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead> 76 76 77 77 <bridgehead renderas="sect4">Required</bridgehead> -
multimedia/libdriv/gstreamer10.xml
re935527 rfdaae04 13 13 ]> 14 14 15 <sect1 id="gstreamer10" xreflabel=" GStreamer-&gstreamer10-version;">15 <sect1 id="gstreamer10" xreflabel="gstreamer-&gstreamer10-version;"> 16 16 <?dbhtml filename="gstreamer10.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> GStreamer-&gstreamer10-version;</title>23 <title>gstreamer-&gstreamer10-version;</title> 24 24 25 25 <indexterm zone="gstreamer10"> 26 <primary sortas="a- GStreamer">GStreamer</primary>26 <primary sortas="a-gstreamer">gstreamer</primary> 27 27 </indexterm> 28 28 29 29 <sect2 role="package"> 30 <title>Introduction to GStreamer</title>31 32 <para> 33 <application> GStreamer</application> is a streaming media framework that enables30 <title>Introduction to gstreamer</title> 31 32 <para> 33 <application>gstreamer</application> is a streaming media framework that enables 34 34 applications to share a common set of plugins for things like video encoding and 35 35 decoding, audio encoding and decoding, audio and video filters, audio visualisation, … … 75 75 </itemizedlist> 76 76 77 <bridgehead renderas="sect3"> GStreamer Dependencies</bridgehead>77 <bridgehead renderas="sect3">gstreamer Dependencies</bridgehead> 78 78 79 79 <bridgehead renderas="sect4">Required</bridgehead> … … 102 102 103 103 <sect2 role="installation"> 104 <title>Installation of GStreamer</title>105 106 <para> 107 Install <application> GStreamer</application> by running the following104 <title>Installation of gstreamer</title> 105 106 <para> 107 Install <application>gstreamer</application> by running the following 108 108 commands: 109 109 </para> … … 159 159 <para> 160 160 is a tool that prints out information on available 161 <application> GStreamer</application> plugins,161 <application>gstreamer</application> plugins, 162 162 information about a particular plugin, or information 163 163 about a particular element. … … 174 174 <para> 175 175 is a tool that builds and runs basic 176 <application> GStreamer</application> pipelines.176 <application>gstreamer</application> pipelines. 177 177 </para> 178 178 <indexterm zone="gstreamer10 gst-launch-1.0"> … … 187 187 <para> 188 188 is a tool used to gather statistics about 189 <application> GStreamer</application> operations.189 <application>gstreamer</application> operations. 190 190 </para> 191 191 <indexterm zone="gstreamer10 gst-stats-1.0"> … … 199 199 <listitem> 200 200 <para> 201 uses the <application> GStreamer</application> type finding system202 to determine the relevant <application> GStreamer</application>201 uses the <application>gstreamer</application> type finding system 202 to determine the relevant <application>gstreamer</application> 203 203 plugin to parse or decode files, and the corresponding MIME type. 204 204 </para> … … 263 263 <listitem> 264 264 <para> 265 provides all of the core <application> GStreamer</application>265 provides all of the core <application>gstreamer</application> 266 266 services, including initialization, plugin management and types, 267 267 as well as the object hierarchy that defines elements and bins, -
packages.ent
re935527 rfdaae04 13 13 <!ENTITY cracklib-version "2.9.6"> 14 14 <!ENTITY cyrus-sasl-version "2.1.26"> 15 <!ENTITY gnupg2-version "2.1.1 5">15 <!ENTITY gnupg2-version "2.1.16"> 16 16 <!ENTITY gnutls-version "3.5.6"> 17 <!ENTITY gpgme-version "1. 7.1">17 <!ENTITY gpgme-version "1.8.0"> 18 18 <!ENTITY haveged-version "1.9.1"> 19 19 <!ENTITY iptables-version "1.6.0"> … … 152 152 <!ENTITY lzo-version "2.09"> 153 153 <!ENTITY mtdev-version "1.1.5"> 154 <!ENTITY npth-version "1. 2">154 <!ENTITY npth-version "1.3"> 155 155 <!ENTITY nspr-version "4.13.1"> 156 156 <!ENTITY openobex-version "1.7.2"> … … 218 218 <!ENTITY intltool-version "0.50.2"> 219 219 <!ENTITY lsof-version "4.89"> 220 <!ENTITY pinentry-version " 0.9.7">220 <!ENTITY pinentry-version "1.0.0"> 221 221 <!ENTITY rarian-version "0.8.1"> 222 222 <!ENTITY recode-version "3.6"> -
postlfs/security/gnupg2.xml
re935527 rfdaae04 7 7 <!ENTITY gnupg2-download-http "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2"> 8 8 <!ENTITY gnupg2-download-ftp "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2"> 9 <!ENTITY gnupg2-md5sum " 808d10b89c1f0de8d4d2a556aa36b623">9 <!ENTITY gnupg2-md5sum "bfb53004773a014d401694f94229fc00"> 10 10 <!ENTITY gnupg2-size "5.5 MB"> 11 <!ENTITY gnupg2-buildsize " 114 MB (with tests and makeinfo docs)">12 <!ENTITY gnupg2-time " 1.6 SBU (with tests and makeinfo docs)">11 <!ENTITY gnupg2-buildsize "99 MB (with makeinfo docs, add 24 MB for tests)"> 12 <!ENTITY gnupg2-time "0.7 SBU (with makeinfo docs, add 4.1 SBU for tests)"> 13 13 ]> 14 14 … … 115 115 you wish to run the test suite, fix that with:</para> 116 116 117 <screen><userinput>sed -e ' s|\(GNUPGHOME\)=\$(abs_builddir)|\1=`/bin/pwd`|' \118 -i t ests/openpgp/Makefile.in</userinput></screen>117 <screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \ 118 -i tools/Makefile.in</userinput></screen> 119 119 120 120 <para>Install <application>GnuPG</application> by running the following 121 121 commands:</para> 122 122 123 <screen><userinput>./configure --prefix=/usr \ 124 --enable-symcryptrun \ 123 <screen><userinput>./configure --prefix=/usr \ 124 --enable-symcryptrun \ 125 --enable-maintainer-mode \ 125 126 --docdir=/usr/share/doc/gnupg-&gnupg2-version; && 126 127 make && … … 177 178 <title>Command Explanations</title> 178 179 180 <para><command>sed ... tools/Makefile.in</command>: 181 This command is needed to build the gpg-zip program.</para> 182 179 183 <para><parameter>--docdir=/usr/share/doc/gnupg-&gnupg2-version;</parameter>: 180 184 This switch changes the default docdir to <filename … … 183 187 <para><parameter>--enable-symcryptrun</parameter>: This switch enables 184 188 building the symcryptrun program.</para> 189 190 <para><parameter>--enable-maintainer-mode</parameter>: This switch is 191 needed for proper completion of the tests.</para> 185 192 186 193 <para><option>--enable-g13</option>: This switch enables building the … … 200 207 <seg>addgnupghome, applygnupgdefaults, dirmngr, dirmngr-client, g13, 201 208 gpg-agent, gpg-connect-agent, gpg, gpg2, gpgconf, gpgparsemail, 202 gpgscm, gpgsm, gpgtar, gpgv, gpgv2, kbxutil, symcryptrun,209 gpgscm, gpgsm, gpgtar, gpgv, gpgv2, igpg-zip, kbxutil, symcryptrun, 203 210 and watchgnupg</seg> 204 211 <seg>None</seg> … … 396 403 </varlistentry> 397 404 405 <varlistentry id="gpg-zip"> 406 <term><command>gpg-zip</command></term> 407 <listitem> 408 <para> encrypts or signs files into an archive.</para> 409 <indexterm zone="gnupg2 gpg-zip"> 410 <primary sortas="b-gpg-zip">gpg-zip</primary> 411 </indexterm> 412 </listitem> 413 </varlistentry> 414 398 415 <varlistentry id="kbxutil"> 399 416 <term><command>kbxutil</command></term> -
postlfs/security/gpgme.xml
re935527 rfdaae04 7 7 <!ENTITY gpgme-download-http " "> 8 8 <!ENTITY gpgme-download-ftp "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2"> 9 <!ENTITY gpgme-md5sum " 9ab4a18094ca0cf9a0687e0b7d10b63d">10 <!ENTITY gpgme-size "1.2 KB">11 <!ENTITY gpgme-buildsize "1 18 MB (with tests and all bindings)">12 <!ENTITY gpgme-time "1. 2 SBU (with tests and all bindings)">9 <!ENTITY gpgme-md5sum "722a4153904b9b5dc15485a22d29263b"> 10 <!ENTITY gpgme-size "1.2 MB"> 11 <!ENTITY gpgme-buildsize "134 MB (with all bindings, add 1 MB for tests)"> 12 <!ENTITY gpgme-time "1.3 SBU (with all bindingsi, add 1.3 SBU for tests)"> 13 13 ]> 14 14 … … 86 86 <para role="optional"> 87 87 <xref linkend="doxygen"/> (for API documentation), 88 <xref linkend="gnupg2"/> (used during the testsuite) .and88 <xref linkend="gnupg2"/> (used during the testsuite), and 89 89 <xref linkend="clisp"/>, 90 90 <xref linkend="python2"/>,
Note:
See TracChangeset
for help on using the changeset viewer.