Changeset 5be5fc08


Ignore:
Timestamp:
05/16/2017 03:18:40 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
69d725d4
Parents:
bf18f95
Message:

Update to vlc-2.2.5.1.
Update to postgresql-9.6.3.
Update to php-7.1.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18728 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rbf18f95 r5be5fc08  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "a74c13f8779349872b365e6732e8c98e">
     9  <!ENTITY php-md5sum        "fb0702321c7aceac68c82b8c7a10d196">
    1010  <!ENTITY php-size          "12.2 MB">
    11   <!ENTITY php-buildsize     "451 MB (add 4 MB for tests)">
    12   <!ENTITY php-time          "4.4 SBU (add 3.9 SBU for tests)">
     11  <!ENTITY php-buildsize     "452 MB (add 2 MB for tests)">
     12  <!ENTITY php-time          "3.9 SBU (add 5.6 SBU for tests)">
    1313]>
    1414
     
    3838
    3939    &lfs80_checked;
     40    &gcc7_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    rbf18f95 r5be5fc08  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to vlc-2.2.5.1. Fixes
     49          <ulink url="&blfs-ticket-root;9242">#9242</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to postgresql-9.6.3. Fixes
     53          <ulink url="&blfs-ticket-root;9239">#9239</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to php-7.1.5. Fixes
     57          <ulink url="&blfs-ticket-root;9238">#9238</ulink>.</para>
     58        </listitem>
     59        <listitem>
    4860          <para>[bdubbs] - Fix aspell issues with gcc7.</para>
    4961        </listitem>
  • multimedia/videoutils/vlc.xml

    rbf18f95 r5be5fc08  
    77  <!ENTITY vlc-download-http "http://get.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "55666c9898f658c7fcca12725bf7dd1b">
     9  <!ENTITY vlc-md5sum        "7ab63964ffec4c92a54deb018f23318b">
    1010  <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "559 MB (add 4 MB for tests)">
    12   <!ENTITY vlc-time          "5.0 SBU (add 0.2 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "486 MB (add 1 MB for tests)">
     12  <!ENTITY vlc-time          "1.3 SBU (using parallism-4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    8282          <ulink
    8383            url="&patch-root;/vlc-&vlc-version;-ffmpeg3-1.patch"/>
    84         </para>
    85       </listitem>
    86       <listitem>
    87         <para>
    88           Required patch:
    89           <ulink
    90             url="&patch-root;/vlc-&vlc-version;-gcc6_fixes-1.patch"/>
    9184        </para>
    9285      </listitem>
     
    230223
    231224<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch    &amp;&amp;
    232 patch -Np1 -i ../vlc-&vlc-version;-gcc6_fixes-1.patch &amp;&amp;
     225sed -i 's/error-implicit-function-declaration//' configure &amp;&amp;
    233226
    234227CFLAGS="-DLUA_COMPAT_5_1" \
     
    249242      <para>
    250243        If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH
    251         environment variable is set properly when doing the install, For example:
     244        environment variable is set properly for the root user when
     245        doing the install, For example:
    252246        <command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>.
    253247      </para>
     
    265259
    266260    <para>
    267       <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar> This environment variable
     261      <command>sed ... configure</command>: This command removes
     262      a gcc option that treats a warning as an error.
     263    </para>
     264
     265    <para>
     266      <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
    268267      ensures the use of the correct variation of <xref linkend='lua'/>.
    269268    </para>
  • packages.ent

    rbf18f95 r5be5fc08  
    311311<!ENTITY ninja-version                "1.7.2">
    312312<!ENTITY npapi-sdk-version            "0.27.2">
    313 <!ENTITY php-version                  "7.1.4">
     313<!ENTITY php-version                  "7.1.5">
    314314<!ENTITY python2-version              "2.7.13">
    315315<!ENTITY python3-version              "3.6.1">
     
    487487<!ENTITY lmdb-version                 "0.9.19">
    488488<!ENTITY mariadb-version              "10.1.23">
    489 <!ENTITY postgresql-version           "9.6.2">
     489<!ENTITY postgresql-version           "9.6.3">
    490490<!ENTITY sqlite-version               "3.18.0">
    491491
     
    824824<!ENTITY xine-ui-version              "0.99.9">
    825825<!ENTITY transcode-version            "1.1.7">
    826 <!ENTITY vlc-version                  "2.2.4">
     826<!ENTITY vlc-version                  "2.2.5.1">
    827827
    828828<!-- Chapter 49 -->
  • server/databases/postgresql.xml

    rbf18f95 r5be5fc08  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "ee9cd5dfa24f691275cc65c92b6ff8f7">
     9  <!ENTITY postgresql-md5sum        "ce1d0a57ace0a5b7a994b56796fdba35">
    1010  <!ENTITY postgresql-size          "19 MB">
    11   <!ENTITY postgresql-buildsize     "249 MB (with tests)">
     11  <!ENTITY postgresql-buildsize     "199 MB (with tests)">
    1212  <!ENTITY postgresql-time          "1.8 SBU (with tests)">
    1313]>
     
    3535
    3636    &lfs80_checked;
     37    &gcc7_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9394
    9495<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
     96
    9597./configure --prefix=/usr          \
    9698            --enable-thread-safety \
Note: See TracChangeset for help on using the changeset viewer.