Changeset e104a36


Ignore:
Timestamp:
08/31/2016 09:55:52 PM (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, 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:
ad67ec1
Parents:
7a327b0
Message:

Update to mplayer-1.3.0

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7a327b0 re104a36  
    4848      <para>August 31st, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to mplayer-1.3.0. Fixes
     52          <ulink url="&blfs-ticket-root;8222">#8222</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[bdubbs] - Update to unrar-5.4.5. Fixes
  • multimedia/videoutils/mplayer.xml

    r7a327b0 re104a36  
    55  %general-entities;
    66
    7 <!--  <!ENTITY mplayer-download-http "http://www.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
    8   <!ENTITY mplayer-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">-->
    9   <!ENTITY mplayer-download-http "&sources-anduin-http;/other/mplayer-&mplayer-version;.tar.xz">
    10   <!ENTITY mplayer-download-ftp " ">
    11   <!ENTITY mplayer-md5sum        "80ff1cb24128ec6889ce931f0503cae7">
    12   <!ENTITY mplayer-size          "18 MB">
    13   <!ENTITY mplayer-buildsize     "264 MB">
    14   <!ENTITY mplayer-time          "3.7 SBU">
     7  <!ENTITY mplayer-download-http "http://www.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
     8  <!ENTITY mplayer-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
     9  <!--<!ENTITY mplayer-download-http "&sources-anduin-http;/other/mplayer-&mplayer-version;.tar.xz">
     10  <!ENTITY mplayer-download-ftp " ">-->
     11  <!ENTITY mplayer-md5sum        "e8a4d77ad4f509e81dd5e13b51636c1d">
     12  <!ENTITY mplayer-size          "12.6 MB">
     13  <!ENTITY mplayer-buildsize     "206 MB">
     14  <!ENTITY mplayer-time          "4.2 SBU">
    1515
    1616  <!ENTITY mplayer-skin          "Clearlooks-1.7">
     
    4747    </para>
    4848
    49     &lfs79_checked;
     49    &lfs7a_checked;
    5050
    5151    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9696
    9797    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    98 <!--
    99     <itemizedlist spacing="compact">
    100       <listitem>
    101         <para>
    102           Required patch:
    103           <ulink url="&patch-root;/MPlayer-&mplayer-version;-giflib_fixes-1.patch"/>
    104         </para>
    105       </listitem>
    106       <listitem>
    107         <para>
    108           Required patch:
    109           <ulink url="&patch-root;/MPlayer-&mplayer-version;-live_fixes-1.patch"/>
    110         </para>
    111       </listitem>
    112     </itemizedlist>-->
    113 
    11498    <itemizedlist spacing='compact'>
    11599      <title>Skins</title>
     
    159143    <para role="recommended">
    160144      <xref linkend="gtk2"/> and
    161       <xref linkend="libvdpau"/>
     145      <xref linkend="libvdpau-va-gl"/>
    162146    </para>
    163147
     
    284268      </para>
    285269
    286 <screen><userinput>sed -i 's:libsmbclient.h:samba-4.0/&amp;:' configure stream/stream_smb.c &amp;&amp;
    287 
    288 ./configure --prefix=/usr            \
     270<screen><userinput>./configure --prefix=/usr            \
    289271            --confdir=/etc/mplayer   \
    290272            --enable-dynamic-plugins \
     
    365347  <sect2 role="commands">
    366348    <title>Command Explanations</title>
    367 
    368     <para>
    369       <command>sed -i 's:libsmbclient.h:samba-4.0 ...</command>: Include
    370       support for Samba 4.
    371     </para>
    372349
    373350    <para>
     
    446423        <filename>~/.mplayer/*</filename>
    447424      </para>
     425
     426      <note><para>To play a DVD, it may be useful to ensure a /dev/dvd
     427      device is created.  You may need to set this up as described in
     428      <xref linkend="dev-dvd"/>.</para></note>
    448429
    449430      <indexterm zone="mplayer mplayer-config">
  • packages.ent

    r7a327b0 re104a36  
    787787<!-- Chapter 48 -->
    788788<!ENTITY ffmpeg-version               "3.1.3">
    789 <!ENTITY mplayer-version              "SVN-r37794">
     789<!ENTITY mplayer-version              "1.3.0">
    790790<!ENTITY xine-ui-version              "0.99.9">
    791791<!ENTITY transcode-version            "1.1.7">
  • postlfs/config/devices.xml

    r7a327b0 re104a36  
    176176  </sect2>
    177177
     178  <sect2 id="dev-dvd">
     179    <title>Devices for DVD Drives</title>
     180
     181    <para>If the initial boot process doe not set up the
     182    <systemitem>/dev/dvd</systemitem> device properly, it can
     183    be installed using the following modification to the default udev rules.
     184    As the <systemitem class="username">root</systemitem> user, run:</para>
     185
     186<screen><userinput>sed '1d;/SYMLINK.*cdrom/ a\
     187KERNEL=="sr0", ENV{ID_CDROM_DVD}=="1", SYMLINK+="dvd", OPTIONS+="link_priority=-100"' \
     188/lib/udev/rules.d/60-cdrom_id.rules > /etc/udev/rules.d/60-cdrom_id.rules</userinput></screen>
     189
     190  </sect2>
     191
    178192</sect1>
  • x/installing/x7driver.xml

    r7a327b0 re104a36  
    145145          </para>
    146146        </listitem>
     147        <listitem>
     148          <para>
     149            <xref linkend="libvdpau-va-gl"/>
     150          </para>
     151        </listitem>
    147152      </itemizedlist>
    148153
Note: See TracChangeset for help on using the changeset viewer.