Changeset 464f030
- Timestamp:
- 12/03/2016 03:27:21 PM (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, 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:
- c336440
- Parents:
- 9ff3be8
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9ff3be8 r464f030 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- 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 "December 1st&year;">9 <!ENTITY releasedate "December 3rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/git.xml
r9ff3be8 r464f030 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!ENTITY git-download-ftp "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz"> 11 <!ENTITY git-md5sum " 3cd1dca37be60668f482545716923b72">12 <!ENTITY git-size " 3.9MB">13 <!ENTITY git-buildsize " 343 MB (including the pre-builtdocumentation)">14 <!ENTITY git-time "0.8 SBU (add 2. 3 SBU for building documentation, add 4.4SBU for tests)">11 <!ENTITY git-md5sum "dd4e3360e28aec5bb902fb34dd7fce3b"> 12 <!ENTITY git-size "4.0 MB"> 13 <!ENTITY git-buildsize "486 MB (with optional dependencies and documentation)"> 14 <!ENTITY git-time "0.8 SBU (add 2.2 SBU for building documentation, add 4.1 SBU for tests)"> 15 15 ]> 16 16 … … 124 124 <bridgehead renderas="sect4">Optional (to create the man pages, html docs 125 125 and other docs)</bridgehead> 126 <para >126 <para role="optional"> 127 127 <xref linkend="xmlto"/> and 128 128 <xref linkend="asciidoc"/> or -
general/prog/subversion.xml
r9ff3be8 r464f030 8 8 "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2"> 9 9 <!ENTITY subversion-download-ftp " "> 10 <!ENTITY subversion-md5sum " 29121a038f87641055a8183f49e9739f">11 <!ENTITY subversion-size "7. 6MB">12 <!ENTITY subversion-buildsize "1 65 MB (add 165 MB for bindings, 24 MB for docs, reportedly 800 MB for tests)">13 <!ENTITY subversion-time "1. 5 SBU (add 1.7 SBU for bindings, reportedly 67SBU for tests)">10 <!ENTITY subversion-md5sum "9fcbae352a5efe73d46a88c97c6bba14"> 11 <!ENTITY subversion-size "7.5 MB"> 12 <!ENTITY subversion-buildsize "177 MB (add 173 MB for bindings, 24 MB for docs, 1 GB for tests)"> 13 <!ENTITY subversion-time "1.3 SBU (add 1.4 SBU for bindings, 24 SBU for tests)"> 14 14 ]> 15 15 … … 185 185 186 186 <para> 187 The Java bindings test, <command>make check-javahl</command>, fails due to 188 errors in the test suite. <!--To test the results of the Java bindings build, 189 issue <command>make check-javahl</command>. Note you must have the 190 <application>JUnit</application> testing framework installed.--> 187 To test the results of the Java bindings build, 188 issue <command>make check-javahl</command>. The 189 <application>JUnit</application> testing framework must be installed, 190 and the location of the JUnit jar has to be specified by passing the 191 <option>--with-junit=<path to junit jar></option> parameter to 192 <command>configure</command>. 191 193 </para> 192 194 … … 199 201 </para> 200 202 201 < para>203 <!-- <para> 202 204 The Ruby bindings test, <command>make check-swig-rb</command>, fails due 203 205 to errors in the test suite. 204 206 </para> 205 207 --> 206 208 <para> 207 209 Now, as the <systemitem class="username">root</systemitem> user: … … 258 260 of <filename class="directory">/usr/libexec</filename>. It has no effect 259 261 if <application>Apache</application> is not installed. 262 </para> 263 264 <para> 265 <option>--enable-javahl</option>: enables compilation of Java high level 266 bindings. Running <command>make javahl</command> is necessary to do 267 the compilation. 268 </para> 269 270 <para> 271 <option>--with-junit=<location of the junit jar file></option>: 272 gives the location of the junit jar, otherwise the javahl tests cannot 273 be run. 260 274 </para> 261 275 -
introduction/welcome/changelog.xml
r9ff3be8 r464f030 43 43 </listitem> 44 44 --> 45 46 <listitem> 47 <para>December 3rd, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[pierre] - Update to gstreamer-1.10.2, gst-libav-1.10.2, 51 gst-plugins-bad-1.10.2, gst-plugins-base-1.10.2, 52 gst-plugins-good-1.10.2, gst-plugins-ugly-1.10.2, and 53 gstreamer-vaapi-1.10.2. Fixes 54 <ulink url="&blfs-ticket-root;8588">#8588</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[pierre] - Update to git-2.11.0. Fixes 58 <ulink url="&blfs-ticket-root;8587">#8587</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[pierre] - Update to libdrm-2.4.74. Fixes 62 <ulink url="&blfs-ticket-root;8585">#8585</ulink>.</para> 63 </listitem> 64 <listitem> 65 <para>[pierre] - Update to mesa-13.0.2. Fixes 66 <ulink url="&blfs-ticket-root;8583">#8583</ulink>.</para> 67 </listitem> 68 <listitem> 69 <para>[pierre] - Update to sqlite-3.15.2. Fixes 70 <ulink url="&blfs-ticket-root;8582">#8582</ulink>.</para> 71 </listitem> 72 <listitem> 73 <para>[pierre] - Update to subversion-1.9.5. Fixes 74 <ulink url="&blfs-ticket-root;8581">#8581</ulink>.</para> 75 </listitem> 76 </itemizedlist> 77 </listitem> 45 78 46 79 <listitem> -
multimedia/libdriv/gst10-libav.xml
r9ff3be8 r464f030 7 7 <!ENTITY gst10-libav-download-http "&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz"> 8 8 <!ENTITY gst10-libav-download-ftp " "> 9 <!ENTITY gst10-libav-md5sum " 9dc8fb8dd01818c27230a1ed6ba9f4de">9 <!ENTITY gst10-libav-md5sum "420d0a32f47ef02cc615f8cf6da1e94d"> 10 10 <!ENTITY gst10-libav-size "8.1 MB"> 11 <!ENTITY gst10-libav-buildsize "493 MB ( less than 1MB for tests)">11 <!ENTITY gst10-libav-buildsize "493 MB (1.2 MB for tests)"> 12 12 <!ENTITY gst10-libav-time "3.9 SBU (less than 0.1 SBU for tests)"> 13 13 ]> -
multimedia/libdriv/gst10-plugins-bad.xml
r9ff3be8 r464f030 8 8 "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-bad-download-ftp " "> 10 <!ENTITY gst10-plugins-bad-md5sum " 491d2d5aab55ffc60c66e714d3d664ea">10 <!ENTITY gst10-plugins-bad-md5sum "823f4c33fe27c61332c0122273217988"> 11 11 <!ENTITY gst10-plugins-bad-size "4.5 MB"> 12 <!ENTITY gst10-plugins-bad-buildsize " 213MB (add 20 MB for tests)">13 <!ENTITY gst10-plugins-bad-time " 2.0 SBU (add 0.9 SBUfor tests)">12 <!ENTITY gst10-plugins-bad-buildsize "194 MB (add 20 MB for tests)"> 13 <!ENTITY gst10-plugins-bad-time "1.9 SBU (add 1.5 for tests)"> 14 14 ]> 15 15 -
multimedia/libdriv/gst10-plugins-base.xml
r9ff3be8 r464f030 8 8 "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-base-download-ftp " "> 10 <!ENTITY gst10-plugins-base-md5sum " eb03953ff239b53a7d69a604edbe5c8c">10 <!ENTITY gst10-plugins-base-md5sum "8efa9e9ad9a841a900359604da82fb8b"> 11 11 <!ENTITY gst10-plugins-base-size "2.9 MB"> 12 12 <!ENTITY gst10-plugins-base-buildsize "124 MB (add 23 MB for tests)"> 13 <!ENTITY gst10-plugins-base-time "1. 3SBU (add 1.4 SBU for tests)">13 <!ENTITY gst10-plugins-base-time "1.2 SBU (add 1.4 SBU for tests)"> 14 14 ]> 15 15 -
multimedia/libdriv/gst10-plugins-good.xml
r9ff3be8 r464f030 8 8 "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-good-download-ftp " "> 10 <!ENTITY gst10-plugins-good-md5sum " 7d24b1412d49fa7bab763b35f4640abd">10 <!ENTITY gst10-plugins-good-md5sum "65c4ff9d406c3ea9383b4d38a6504349"> 11 11 <!ENTITY gst10-plugins-good-size "3.3 MB"> 12 <!ENTITY gst10-plugins-good-buildsize "13 1MB (add 18 MB for tests)">12 <!ENTITY gst10-plugins-good-buildsize "132 MB (add 18 MB for tests)"> 13 13 <!ENTITY gst10-plugins-good-time "1.4 SBU (add 0.9 SBU for tests)"> 14 14 ]> -
multimedia/libdriv/gst10-plugins-ugly.xml
r9ff3be8 r464f030 8 8 "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-ugly-download-ftp " "> 10 <!ENTITY gst10-plugins-ugly-md5sum " 646ab511bc8e56425e63d3fc4812e582">11 <!ENTITY gst10-plugins-ugly-size "88 4KB">10 <!ENTITY gst10-plugins-ugly-md5sum "c157f3fcb87db2a0f457667f3d3e6a26"> 11 <!ENTITY gst10-plugins-ugly-size "886 KB"> 12 12 <!ENTITY gst10-plugins-ugly-buildsize "18 MB (with tests)"> 13 13 <!ENTITY gst10-plugins-ugly-time "0.2 SBU (with tests)"> -
multimedia/libdriv/gstreamer10-vaapi.xml
r9ff3be8 r464f030 7 7 <!ENTITY gstreamer10-vaapi-download-http "&gstreamer-dl;/gstreamer-vaapi/gstreamer-vaapi-&gstreamer-vaapi-version;.tar.xz"> 8 8 <!ENTITY gstreamer10-vaapi-download-ftp " "> 9 <!ENTITY gstreamer10-vaapi-md5sum " 514757933ff719a6b8206091f70e0221">10 <!ENTITY gstreamer10-vaapi-size "9 52KB">9 <!ENTITY gstreamer10-vaapi-md5sum "cd8771280c8c00929cf7251c38a509dc"> 10 <!ENTITY gstreamer10-vaapi-size "914 KB"> 11 11 <!ENTITY gstreamer10-vaapi-buildsize "56 MB"> 12 12 <!ENTITY gstreamer10-vaapi-time "0.7 SBU"> … … 102 102 Tests can be run manually in the <filename class="directory">tests 103 103 </filename> directory, after building them by running 104 <command>make tests</command>. 104 <command>make tests</command>. They need a running X Window display. 105 105 </para> 106 106 -
multimedia/libdriv/gstreamer10.xml
r9ff3be8 r464f030 7 7 <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz"> 8 8 <!ENTITY gstreamer10-download-ftp " "> 9 <!ENTITY gstreamer10-md5sum " 2c0cc6907aed5ea8005a8f332e34d92f">9 <!ENTITY gstreamer10-md5sum "0d289e5bcec6353e6540ddb75b7d371b"> 10 10 <!ENTITY gstreamer10-size "3.6 MB"> 11 11 <!ENTITY gstreamer10-buildsize "102 MB (add 38 MB for tests)"> -
packages.ent
r9ff3be8 r464f030 119 119 <!ENTITY libcroco-version "0.6.11"> 120 120 <!ENTITY libdaemon-version "0.14"> 121 <!ENTITY libdrm-version "2.4.7 3">121 <!ENTITY libdrm-version "2.4.74"> 122 122 <!ENTITY libepoxy-version "1.3.1"> 123 123 <!ENTITY libesmtp-version "1.0.6"> … … 290 290 <!ENTITY gc-version "7.6.0"> 291 291 <!ENTITY gdb-version "7.12"> 292 <!ENTITY git-version "2.1 0.2">292 <!ENTITY git-version "2.11.0"> 293 293 <!ENTITY guile-version "2.0.13"> 294 294 <!ENTITY librep-version "0.92.6"> … … 307 307 <!ENTITY scons-version "2.5.1"> 308 308 <!ENTITY slang-version "2.3.1"> 309 <!ENTITY subversion-version "1.9. 4">309 <!ENTITY subversion-version "1.9.5"> 310 310 <!ENTITY swig-version "3.0.10"> 311 311 <!ENTITY tcl-version "8.6.6"> … … 471 471 <!ENTITY mariadb-version "10.1.19"> 472 472 <!ENTITY postgresql-version "9.6.1"> 473 <!ENTITY sqlite-version "3.15. 1">473 <!ENTITY sqlite-version "3.15.2"> 474 474 475 475 <!-- Chapter 23 --> … … 492 492 <!ENTITY xcursor-themes-version "1.0.4"> 493 493 <!ENTITY xkeyboard-config-version "2.19"> 494 <!ENTITY mesa-version "13.0. 1">494 <!ENTITY mesa-version "13.0.2"> 495 495 <!ENTITY xcb-util-version "0.4.0"> 496 496 <!ENTITY xcb-util-image-version "0.4.0"> … … 734 734 <!ENTITY frei0r-version "1.5.0"> 735 735 <!ENTITY gavl-version "1.4.0"> 736 <!ENTITY gstreamer10-version "1.10. 1"> <!-- Even minors only -->737 <!ENTITY gst10-plugins-base-version "1.10. 1"> <!-- Even minors only -->738 <!ENTITY gst10-plugins-good-version "1.10. 1"> <!-- Even minors only -->739 <!ENTITY gst10-plugins-bad-version "1.10. 1"> <!-- Even minors only -->740 <!ENTITY gst10-plugins-ugly-version "1.10. 1"> <!-- Even minors only -->741 <!ENTITY gst10-libav-version "1.10. 1"> <!-- Even minors only -->742 <!ENTITY gstreamer-vaapi-version "1.10. 1"> <!-- Even minors only -->736 <!ENTITY gstreamer10-version "1.10.2"> <!-- Even minors only --> 737 <!ENTITY gst10-plugins-base-version "1.10.2"> <!-- Even minors only --> 738 <!ENTITY gst10-plugins-good-version "1.10.2"> <!-- Even minors only --> 739 <!ENTITY gst10-plugins-bad-version "1.10.2"> <!-- Even minors only --> 740 <!ENTITY gst10-plugins-ugly-version "1.10.2"> <!-- Even minors only --> 741 <!ENTITY gst10-libav-version "1.10.2"> <!-- Even minors only --> 742 <!ENTITY gstreamer-vaapi-version "1.10.2"> <!-- Even minors only --> 743 743 <!ENTITY icedtea-sound-version "1.0.1"> 744 744 <!ENTITY liba52-version "0.7.4"> -
server/databases/sqlite.xml
r9ff3be8 r464f030 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "3150 100">8 <!ENTITY sqlite-doc-version "3150 100">7 <!ENTITY sqlite-dl-version "3150200"> 8 <!ENTITY sqlite-doc-version "3150200"> 9 9 10 10 <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 11 11 <!ENTITY sqlite-download-ftp " "> 12 <!ENTITY sqlite-md5sum " 0259d52be88f085d104c6d2aaa8349ac">12 <!ENTITY sqlite-md5sum "6b4fc0d8f7f02dd56bbde10a7c497a05"> 13 13 <!ENTITY sqlite-size "2.4 MB"> 14 <!ENTITY sqlite-buildsize "4 6 MB (plus 30MB for Optional Documentation)">15 <!ENTITY sqlite-time "0. 5SBU">14 <!ENTITY sqlite-buildsize "41 MB (plus 28 MB for Optional Documentation)"> 15 <!ENTITY sqlite-time "0.4 SBU"> 16 16 17 17 <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip"> 18 <!ENTITY sqlite-docs-md5sum " e6aa8e1c3c9b149f34dbaf7f98003d53">19 <!ENTITY sqlite-docs-size "5. 3MB">18 <!ENTITY sqlite-docs-md5sum "ab32f8de6d799677bf4b87fc7110193e"> 19 <!ENTITY sqlite-docs-size "5.2 MB"> 20 20 ]> 21 21 … … 163 163 <para> 164 164 <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 165 -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 165 <!-- insecure, see below: -DSQLITE_ENABLE_FTS3_TOKENIZER=1 --> 166 -DSQLITE_ENABLE_COLUMN_METADATA=1 166 167 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 167 168 -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>: Applications such as 168 169 <application>Firefox</application> require secure delete and enable 169 unlock notify to be turned on. Thunderbird requires the fts3_tokenizer 170 option. Since <application>firefox-41</application> the dbstat virtual 170 unlock notify to be turned on. 171 <!-- Thunderbird requires the 172 fts3_tokenizer option: this option is insecure if set for any 173 application using sqlite on the host. So it is disabled for now, and the 174 thunderbird static sqlite library is used instead.--> 175 Since <application>firefox-41</application> the dbstat virtual 171 176 table is also required. The only way to do this is to include them in the 172 177 CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we -
x/installing/mesa.xml
r9ff3be8 r464f030 5 5 %general-entities; 6 6 7 <!ENTITY mesa-download-http " 7 <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/&mesa-version;/mesa-&mesa-version;.tar.xz"> 8 8 <!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz"> 9 <!ENTITY mesa-md5sum " 72b7f4d0c2407f367484abd201cb8276">9 <!ENTITY mesa-md5sum "9442c2dee914cde3d1f090371ab04113"> 10 10 <!ENTITY mesa-size "8.7 MB"> 11 <!ENTITY mesa-buildsize "3 44 MB (with tests and docs)">12 <!ENTITY mesa-time " 4.2 SBU (with tests and docs and parallelism = 4),">11 <!ENTITY mesa-buildsize "313 MB (with demos and docs, add 46 MB for tests)"> 12 <!ENTITY mesa-time "8.4 SBU (with demos and docs, add 0.6 SBU for tests)"> 13 13 ]> 14 14 … … 321 321 libGL.so, 322 322 libOSMesa.so, 323 <!-- Those libraries are associated with the "swr" gallium driver, 324 which has been removed at r17757. Keeping as a comment in case we 325 reintroduce that driver. 323 326 libswrAVX.so, 324 libswrAVX2.so, 327 libswrAVX2.so,--> 325 328 libwayland-egl.so (if built with <application>Wayland</application>) 326 329 libxatracker.so, -
x/lib/libdrm.xml
r9ff3be8 r464f030 7 7 <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2"> 8 8 <!ENTITY libdrm-download-ftp " "> 9 <!ENTITY libdrm-md5sum " bc1cee09cde72ffe3b952e8f50ccdaa8">10 <!ENTITY libdrm-size "76 0KB">11 <!ENTITY libdrm-buildsize "1 4MB (add 2 MB for the tests)">12 <!ENTITY libdrm-time "0.2 SBU (add 0. 9SBU for the tests)">9 <!ENTITY libdrm-md5sum "31964aa15bdea1a40c5941d4ce0962ee"> 10 <!ENTITY libdrm-size "763 KB"> 11 <!ENTITY libdrm-buildsize "15 MB (add 2 MB for the tests)"> 12 <!ENTITY libdrm-time "0.2 SBU (add 0.8 SBU for the tests)"> 13 13 ]> 14 14
Note:
See TracChangeset
for help on using the changeset viewer.