Changeset 65b99b9
- Timestamp:
- 12/22/2018 06:19:04 PM (6 years ago)
- Branches:
- elogind
- Children:
- 9a8e5d2
- Parents:
- 340d045
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r340d045 r65b99b9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 17"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 17th, &year;">9 <!ENTITY releasedate "December 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libassuan.xml
r340d045 r65b99b9 9 9 <!-- <!ENTITY libassuan-download-ftp "&gnupg-ftp;/libassuan/libassuan-&libassuan-version;.tar.bz2"> --> 10 10 <!ENTITY libassuan-download-ftp " "> 11 <!ENTITY libassuan-md5sum "4 354b7ae296894f232ada226a062d7d7">12 <!ENTITY libassuan-size "5 52KB">13 <!ENTITY libassuan-buildsize "5. 7MB (with tests)">11 <!ENTITY libassuan-md5sum "4d0d5738936bd8f4f0287e1dd80432b6"> 12 <!ENTITY libassuan-size "560 KB"> 13 <!ENTITY libassuan-buildsize "5.9 MB (with tests)"> 14 14 <!ENTITY libassuan-time "less than 0.1 SBU (with tests)"> 15 15 ]> -
general/genlib/nodejs.xml
r340d045 r65b99b9 85 85 <bridgehead renderas="sect4">Required</bridgehead> 86 86 <para role="required"> 87 <xref linkend="python2"/> 87 <xref linkend="python2"/> and 88 <xref linkend="which"/> 88 89 </para> 89 90 -
general/genutils/highlight.xml
r340d045 r65b99b9 7 7 <!ENTITY highlight-download-http "http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2"> 8 8 <!ENTITY highlight-download-ftp " "> 9 <!ENTITY highlight-md5sum " 7ef509379b41886c706b89183112e5f8">9 <!ENTITY highlight-md5sum "d41acae977026cdfeec59e342cbe48ae"> 10 10 <!ENTITY highlight-size "1.3 MB"> 11 11 <!ENTITY highlight-buildsize "20 MB"> -
general/graphlib/libjpeg-turbo.xml
r340d045 r65b99b9 128 128 129 129 </sect2> 130 <!-- 130 131 131 <sect2 role="commands"> 132 132 <title>Command Explanations</title> 133 133 134 134 <para> 135 <parameter>- -with-jpeg8</parameter>: This switch enables compatibility135 <parameter>-DWITH_JPEG8=ON</parameter>: This switch enables compatibility 136 136 with <application>libjpeg</application> version 8. 137 137 </para> 138 138 <!-- 139 139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 140 href="../../xincludes/static-libraries.xml"/> 141 142 </sect2>143 141 --> 142 </sect2> 143 144 144 <sect2 role="content"> 145 145 <title>Contents</title> -
general/prog/llvm.xml
r340d045 r65b99b9 8 8 <!ENTITY llvm-download-http "http://llvm.org/releases/&llvm-version;/llvm-&llvm-version;.src.tar.xz"> 9 9 <!ENTITY llvm-download-ftp " "> 10 <!ENTITY llvm-md5sum " e0140354db83cdeb8668531b431398f0">11 <!ENTITY llvm-size "2 8MB">12 <!ENTITY llvm-buildsize " 2.8 GB (with Clang, 670MB installed, add 16 GB for tests)">13 <!ENTITY llvm-time "2 6SBU (with Clang and parallelism=4, add 8 SBU for tests)">10 <!ENTITY llvm-md5sum "79f1256f97d52a054da8660706deb5f6"> 11 <!ENTITY llvm-size "27 MB"> 12 <!ENTITY llvm-buildsize "1.8 GB (with Clang, 670MB installed, add 16 GB for tests)"> 13 <!ENTITY llvm-time "20 SBU (with Clang and parallelism=4, add 8 SBU for tests)"> 14 14 15 15 <!ENTITY clang-download-http "http://llvm.org/releases/&llvm-version;/cfe-&llvm-version;.src.tar.xz"> 16 <!ENTITY clang-md5sum " 2ac5d8d78be681e31611c5e546e11174">16 <!ENTITY clang-md5sum "8583c9fb2af0ce61a7154fd9125363c1"> 17 17 <!ENTITY clang-size "12 MB"> 18 18 19 19 <!ENTITY rt-version "&llvm-version;"> 20 20 <!ENTITY compiler-rt-download-http "http://llvm.org/releases/&rt-version;/compiler-rt-&rt-version;.src.tar.xz"> 21 <!ENTITY compiler-rt-md5sum " 3b759c47076298363f4443395e0e51c1">21 <!ENTITY compiler-rt-md5sum "697b70141ae7cc854e4fbde1a07b7287"> 22 22 <!ENTITY compiler-rt-size "1.8 MB"> 23 23 ]> -
introduction/welcome/changelog.xml
r340d045 r65b99b9 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 21st, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to llvm-7.0.1. Fixes 49 <ulink url="&blfs-ticket-root;11453">#11453</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to highlight-3.48. Fixes 53 <ulink url="&blfs-ticket-root;11450">#11450</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to gparted-0.33.0. Fixes 57 <ulink url="&blfs-ticket-root;11448">#11448</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to libassuan-2.5.2. Fixes 61 <ulink url="&blfs-ticket-root;11446">#11446</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[bdubbs] - Update to qemu-3.1.0. Fixes 65 <ulink url="&blfs-ticket-root;11224">#11224</ulink>.</para> 66 </listitem> 67 </itemizedlist> 68 </listitem> 69 70 <listitem> 71 <para>December 20th, 2018</para> 72 <itemizedlist> 73 <listitem> 74 <para>[bdubbs] - Update to wpa_supplicant-2.7. Fixes 75 <ulink url="&blfs-ticket-root;11405">#11405</ulink>.</para> 76 </listitem> 77 <listitem> 78 <para>[timtas] - Update to ffmpeg-4.1. Fixes 79 <ulink url="&blfs-ticket-root;11310">#11310</ulink>.</para> 80 </listitem> 81 </itemizedlist> 82 </listitem> 83 84 <listitem> 85 <para>December 19th, 2018</para> 86 <itemizedlist> 87 <listitem> 88 <para>[renodr] - Fix Inkscape build and generate a consolidated 89 patch to make maintenance easier.</para> 90 </listitem> 91 </itemizedlist> 92 </listitem> 44 93 45 94 <listitem> -
multimedia/audioutils/cdparanoia.xml
r340d045 r65b99b9 118 118 119 119 </sect2> 120 120 <!-- 121 121 <sect2 role="configuration"> 122 122 <title>Configuring CDParanoia</title> … … 131 131 132 132 </sect2> 133 133 As far as I can tell, no other packages have this information. The 134 instructions above all assume that the libraries are installed in /usr 135 (see the chmod... and prefix=/usr above). I believe this information 136 is redundant/useless for this package, so I'm commenting it out. -renodr 137 --> 134 138 <sect2 role="content"> 135 139 <title>Contents</title> -
multimedia/libdriv/alsa-tools.xml
r340d045 r65b99b9 310 310 <listitem> 311 311 <para> 312 are tools used to initialize Creative cards.312 are tools used to initialize Creative Sound Blaster Audigy-series cards. 313 313 </para> 314 314 <indexterm zone="alsa-tools init_audigy_progs"> … … 322 322 <listitem> 323 323 <para> 324 is a tool used to initialize Creative cards.324 is a tool used to initialize Creative Sound Blaster Live cards. 325 325 </para> 326 326 <indexterm zone="alsa-tools init_live"> -
multimedia/libdriv/pulseaudio.xml
r340d045 r65b99b9 177 177 <sect2 role="commands"> 178 178 <title>Command Explanations</title> 179 179 <!-- 180 180 <para> 181 181 <command>AUTOPOINT='intltoolize ...</command>: 182 <command>autoreconf</command> needs otbe run after applying the182 <command>autoreconf</command> needs to be run after applying the 183 183 patch. Running <command>intltoolize</command> instead of 184 184 <command>autopoint</command> prevents an error when running 185 185 <command>configure</command> afterwards. 186 186 </para> 187 --> 187 188 188 189 <para> -
multimedia/videoutils/ffmpeg.xml
r340d045 r65b99b9 7 7 <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz"> 8 8 <!ENTITY ffmpeg-download-ftp " "> 9 <!ENTITY ffmpeg-md5sum " ae0bfdf809306a212b4f0e6eb8d1c75e">10 <!ENTITY ffmpeg-size "8. 3MB">11 <!ENTITY ffmpeg-buildsize "1 54MB (add 3.1 GB for the FATE suite/tests, add 17 MB for docs)">9 <!ENTITY ffmpeg-md5sum "b011c94e075c2d0cd7c914730f55f9a9"> 10 <!ENTITY ffmpeg-size "8.5 MB"> 11 <!ENTITY ffmpeg-buildsize "160 MB (add 3.1 GB for the FATE suite/tests, add 17 MB for docs)"> 12 12 <!ENTITY ffmpeg-time "1.8 SBU (using parallelism=4; add 3.8 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.4 SBU for docs)"> 13 13 ]> -
networking/netprogs/wpa_supplicant.xml
r340d045 r65b99b9 8 8 "https://w1.fi/releases/wpa_supplicant-&wpa_supplicant-version;.tar.gz"> 9 9 <!ENTITY wpa_supplicant-download-ftp " "> 10 <!ENTITY wpa_supplicant-md5sum " 091569eb4440b7d7f2b4276dbfc03c3c">11 <!ENTITY wpa_supplicant-size " 2.6MB">10 <!ENTITY wpa_supplicant-md5sum "a68538fb62766f40f890125026c42c10"> 11 <!ENTITY wpa_supplicant-size "3.0 MB"> 12 12 <!ENTITY wpa_supplicant-buildsize "36 MB"> 13 <!ENTITY wpa_supplicant-time "0. 4 SBU (includesoptional gui)">13 <!ENTITY wpa_supplicant-time "0.2 SBU (without optional gui)"> 14 14 ]> 15 15 … … 76 76 </listitem> 77 77 </itemizedlist> 78 78 <!-- 79 79 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 80 80 <itemizedlist spacing="compact"> … … 86 86 </listitem> 87 87 </itemizedlist> 88 88 --> 89 89 <bridgehead renderas="sect3">WPA Supplicant Dependencies</bridgehead> 90 90 … … 195 195 </para> 196 196 197 <screen><userinput>patch -p1 -i ../wpa_supplicant-&wpa_supplicant-version;-upstream_fixes-2.patch && 198 cd wpa_supplicant && 197 <screen><userinput>cd wpa_supplicant && 199 198 make BINDIR=/sbin LIBDIR=/lib</userinput></screen> 200 199 -
packages.ent
r340d045 r65b99b9 80 80 81 81 <!-- Chapter 8 Virtualization --> 82 <!ENTITY qemu-version "3. 0.0">82 <!ENTITY qemu-version "3.1.0"> 83 83 84 84 <!-- Part III --> … … 128 128 <!ENTITY libaio-version "0.3.111"> 129 129 <!ENTITY libarchive-version "3.3.3"> 130 <!ENTITY libassuan-version "2.5. 1">130 <!ENTITY libassuan-version "2.5.2"> 131 131 <!ENTITY libatasmart-version "0.19"> 132 132 <!ENTITY libatomic_ops-version "7.6.8"> … … 245 245 <!ENTITY hicolor-icon-theme-version "0.17"> 246 246 <!ENTITY icon-naming-utils-version "0.8.90"> 247 <!ENTITY highlight-version "3.4 7">247 <!ENTITY highlight-version "3.48"> 248 248 <!ENTITY ibus-version "1.5.19"> 249 249 <!ENTITY imagemagick6-version "6.9.10"> … … 330 330 <!ENTITY guile-version "2.2.4"> 331 331 <!ENTITY librep-version "0.92.7"> 332 <!ENTITY llvm-version "7.0. 0">332 <!ENTITY llvm-version "7.0.1"> 333 333 <!ENTITY llvm-old-version "3.9.1"> 334 334 <!ENTITY lua-version "5.3.5"> … … 558 558 <!ENTITY wget-version "1.20"> 559 559 <!ENTITY wireless-tools-version "29"> 560 <!ENTITY wpa_supplicant-version "2. 6">560 <!ENTITY wpa_supplicant-version "2.7"> 561 561 562 562 <!-- Chapter 16 --> … … 867 867 <!--<!ENTITY fontforge-date "2015-02-28">--> 868 868 <!ENTITY fontforge-version "20170731"> 869 <!ENTITY gparted-version "0.3 2.0">869 <!ENTITY gparted-version "0.33.0"> 870 870 <!ENTITY gimp-version "2.10.8"> 871 871 <!ENTITY hexchat-version "2.14.2"> … … 965 965 966 966 <!-- Chapter 48 --> 967 <!ENTITY ffmpeg-version "4. 0.2">967 <!ENTITY ffmpeg-version "4.1"> 968 968 <!ENTITY mplayer-version "1.3.0"> 969 969 <!ENTITY xine-ui-version "0.99.10"> -
postlfs/virtualization/qemu.xml
r340d045 r65b99b9 7 7 <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.xz"> 8 8 <!ENTITY qemu-download-ftp " "> 9 <!ENTITY qemu-md5sum " 6a5c8df583406ea24ef25b239c3243e0">9 <!ENTITY qemu-md5sum "fb687ce0b02d3bf4327e36d3b99427a8"> 10 10 <!ENTITY qemu-size "34 MB"> 11 <!ENTITY qemu-buildsize "5 11 MB (add 383MB for tests)">12 <!ENTITY qemu-time "0.8 SBU (using parallelism=4; add 2.0SBU for tests)">11 <!ENTITY qemu-buildsize "526 MB (add 414 MB for tests)"> 12 <!ENTITY qemu-time "0.8 SBU (using parallelism=4; add 1.9 SBU for tests)"> 13 13 ]> 14 14 -
pst/printing/cups-filters.xml
r340d045 r65b99b9 178 178 <title>Command Explanations</title> 179 179 <!-- please comment this if no patches are currently needed --> 180 180 <!--<para> 181 181 <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</parameter>: 182 182 Conditionally apply changes for recent versions of poppler. 183 </para> 183 </para> 184 Poppler-0.72.0, cups-filters-1.21.5 - no longer needed.--> 184 185 <para> 185 186 <parameter>--disable-avahi</parameter>: This switch is needed -
x/installing/libinput.xml
r340d045 r65b99b9 180 180 181 181 <para> 182 If <xref linkend="doxygen"/> and <xref linkend="graphviz"/> were 182 If <xref linkend="doxygen"/>, <xref linkend="graphviz"/>, and 183 <ulink url="http://sphinx-doc.org/">Sphinx</ulink> were 183 184 present during the build, you can install the generated documentation 184 185 by running the following commands as the <systemitem … … 186 187 </para> 187 188 188 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version; && 189 cp -rv html/* /usr/share/doc/libinput-&libinput-version;</userinput></screen> 189 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version;/{html,api} && 190 cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html && 191 cp -rv api/* /usr/share/doc/libinput-&libinput-version;/api</userinput></screen> 190 192 191 193 </sect3> -
x/wm/openbox.xml
r340d045 r65b99b9 79 79 <xref role="runtime" linkend="dbus"/> (runtime), 80 80 <xref linkend="imlib2"/> (to enable icons in the right click menu), 81 <xref linkend="imagemagick"/> (to show desktop backgrounds as seen in the 82 Configuration Information section below), 81 83 <xref linkend="pyxdg"/>, 82 84 <xref linkend="startup-notification"/>, and -
xsoft/other/gimp.xml
r340d045 r65b99b9 114 114 Download size: &gimp-help-size; 115 115 </para> 116 </listitem> 117 <listitem> 116 118 <para> 117 119 Download md5sum: &gimp-help-md5sum; -
xsoft/other/gparted.xml
r340d045 r65b99b9 7 7 <!ENTITY gparted-download-http "&sourceforge-dl;/gparted/gparted-&gparted-version;.tar.gz"> 8 8 <!ENTITY gparted-download-ftp " "> 9 <!ENTITY gparted-md5sum " df4fe0350ba55cee6fddae289bd9d3f1">9 <!ENTITY gparted-md5sum "2f481ad34decb7021ca04ca305e79e7d"> 10 10 <!ENTITY gparted-size "3.7 MB"> 11 <!ENTITY gparted-buildsize "10 8MB">11 <!ENTITY gparted-buildsize "109 MB"> 12 12 <!ENTITY gparted-time "0.4 SBU (using parallelism=4)"> 13 13 ]> -
xsoft/other/inkscape.xml
r340d045 r65b99b9 73 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 74 <itemizedlist spacing="compact"> 75 <!-- 75 76 <listitem> 76 77 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para> … … 78 79 <listitem> 79 80 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch"/></para> 81 </listitem>--> 82 <listitem> 83 <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-consolidated_fixes-1.patch"/></para> 80 84 </listitem> 81 85 </itemizedlist> … … 144 148 <sect2 role="installation"> 145 149 <title>Installation of Inkscape</title> 146 150 <!-- 147 151 <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used, 148 152 and fix the build for the changes in some recent versions of 149 153 <application>poppler</application>:</para> 150 154 --> 155 <para>Fix build problems related to poppler-0.72.0 and allow proper detection 156 of libraries from <xref linkend="imagemagick6"/>:</para> 157 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-consolidated_fixes-1.patch</userinput></screen> 158 <!-- 151 159 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch && 152 160 patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch 153 161 </userinput></screen> 154 162 --> 155 163 <para> 156 164 Fix build issues with <application>GCC-7.1</application> and
Note:
See TracChangeset
for help on using the changeset viewer.