Changeset 1c71552 for multimedia


Ignore:
Timestamp:
08/25/2018 12:59:05 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2106476
Parents:
e156fcd
Message:

Add a patch for MPlater.
Tweak freetype install instructions adding freetype-config.
Add python2 to poppler dependencies.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    re156fcd r1c71552  
    88  <!ENTITY mplayer-download-ftp  "ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
    99  <!ENTITY mplayer-md5sum        "e8a4d77ad4f509e81dd5e13b51636c1d">
    10   <!ENTITY mplayer-size          "12.6 MB">
    11   <!ENTITY mplayer-buildsize     "206 MB">
    12   <!ENTITY mplayer-time          "4.2 SBU">
     10  <!ENTITY mplayer-size          "12.7 MB">
     11  <!ENTITY mplayer-buildsize     "204 MB">
     12  <!ENTITY mplayer-time          "1.4 SBU (Using parallelism=4)">
    1313
    1414  <!ENTITY mplayer-skin          "Clearlooks-2.0">
     
    4545    </para>
    4646
    47     &lfs82_checked;
     47    &lfs83_checked;
    4848
    4949    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8282
    8383    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     84    <itemizedlist spacing='compact'>
     85      <title>Required Patch</title>
     86      <listitem>
     87        <para><ulink url="&patch-root;/mplayer/MPlayer-1.3.0-x264_fix-1.patch"/></para>
     88      </listitem>
     89    </itemizedlist>
     90
    8491    <itemizedlist spacing='compact'>
    8592      <title>Skins</title>
     
    254261      </para>
    255262
    256 <screen><userinput>./configure --prefix=/usr            \
     263<screen><userinput>patch -Np0 -i ../MPlayer-1.3.0-x264_fix-1.patch &amp;&amp;
     264
     265./configure --prefix=/usr            \
    257266            --confdir=/etc/mplayer   \
    258267            --enable-dynamic-plugins \
Note: See TracChangeset for help on using the changeset viewer.