Changeset 71b2520e for multimedia


Ignore:
Timestamp:
11/12/2015 01:35:07 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
def0c00
Parents:
b800b517
Message:

Update to mesa-11.0.5.
Update to libevdev-1.4.5.
Update to libvpx-1.5.0.

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

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    rb800b517 r71b2520e  
    77  <!ENTITY libvpx-download-http "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2">
    88  <!ENTITY libvpx-download-ftp  " ">
    9   <!ENTITY libvpx-md5sum        "63b1d7f59636a42eeeee9225cc14e7de">
     9  <!ENTITY libvpx-md5sum        "49e59dd184caa255886683facea56fca">
    1010  <!ENTITY libvpx-size          "1.8 MB">
    11   <!ENTITY libvpx-buildsize     "38 MB (without the documentation)">
    12   <!ENTITY libvpx-time          "0.9 SBU">
     11  <!ENTITY libvpx-buildsize     "41 MB (without the documentation)">
     12  <!ENTITY libvpx-time          "1.2 SBU">
    1313]>
    1414
     
    8080    following commands:</para>
    8181
    82 <screen><userinput>sed   -e 's/cp -p/cp/'       \
    83       -i build/make/Makefile &amp;&amp;
    84 chmod -v 644 vpx/*.h         &amp;&amp;
     82<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
    8583
    86 mkdir ../libvpx-build &amp;&amp;
    87 cd    ../libvpx-build &amp;&amp;
     84mkdir libvpx-build            &amp;&amp;
     85cd    libvpx-build            &amp;&amp;
    8886
    89 ../libvpx-&libvpx-version;/configure --prefix=/usr    \
    90                           --enable-shared  \
    91                           --disable-static &amp;&amp;
     87../configure --prefix=/usr    \
     88             --enable-shared  \
     89             --disable-static &amp;&amp;
    9290make</userinput></screen>
    9391
     
    104102    <title>Command Explanations</title>
    105103
    106     <para><command>sed ... &amp;&amp; chmod ...</command>: These commands
    107     correct ownership and permissions of installed files.</para>
     104    <para><command>sed ... </command>: This command
     105    corrects ownership and permissions of installed files.</para>
    108106
    109     <para><command>mkdir ../libvpx-build &amp;&amp; cd
    110     ../libvpx-build</command>: The <application>libvpx</application> developers
     107    <para><command>mkdir libvpx-build &amp;&amp; cd
     108    libvpx-build</command>: The <application>libvpx</application> developers
    111109    recommend building in a dedicated build directory.</para>
    112110
  • multimedia/libdriv/xine-lib.xml

    rb800b517 r71b2520e  
    192192      <segtitle>Installed Fonts</segtitle>
    193193      <segtitle>Installed Directories</segtitle>
    194 
     194<!-- When updating, check plugins subdir -->
    195195      <seglistitem>
    196196        <seg>xine-config and xine-list-1.2</seg>
    197197        <seg>libxine.so and numerous plugin modules and video extensions under
    198           /usr/lib/xine/plugins/2.4</seg>
     198          /usr/lib/xine/plugins/2.5</seg>
    199199        <seg>
    200200          Output display engine fonts located in /usr/share/xine-lib/fonts
Note: See TracChangeset for help on using the changeset viewer.