Changeset 1c71552


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/freetype2.xml

    re156fcd r1c71552  
    145145    </para>
    146146
    147 <screen role="root"><userinput>make install</userinput></screen>
     147<screen role="root"><userinput>make install &amp;&amp;
     148cp builds/unix/freetype-config /usr/bin</userinput></screen>
    148149
    149150    <para>If you downloaded the optional documentation, install it as the
     
    181182    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    182183      href="../../xincludes/static-libraries.xml"/>
     184
     185    <para>
     186      <command>cp builds/unix/freetype-config /usr/bin</command>: Manually
     187      place the freetype configureation program needed by other programs when
     188      using the freetype library.
     189    </para>
    183190
    184191  </sect2>
  • general/graphlib/poppler.xml

    re156fcd r1c71552  
    133133      <xref linkend="libjpeg"/>,
    134134      <xref linkend="libpng"/>,
    135       <xref linkend="nss"/>, and
    136       <xref linkend="openjpeg2"/>
     135      <xref linkend="nss"/>,
     136      <xref linkend="openjpeg2"/>, and
     137      <xref linkend="python2"/>
    137138    </para>
    138139
  • introduction/welcome/changelog.xml

    re156fcd r1c71552  
    4545      <para>August 24th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Add a patch for MPlayer.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[bdubbs] - Update to gparted-0.32.0. Fixes
  • 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.