Changeset edb16ce


Ignore:
Timestamp:
04/14/2021 10:47:53 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2b80933
Parents:
bbba22e
Message:

Fix the MPlayer instructions. This includes several URL updates, minor
tweaks to text, and the addition of the --enable-runtime-cpudetection
option to prevent runtime issues.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbbba22e redb16ce  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Fix the MPlayer instructions and apply several
     49          minor tweaks to the page. Fixes
     50          <ulink url="&blfs-ticket-root;14891">#14891</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[renodr] - Update to librsvg-2.50.4 (Security Update). Fixes
    4954          <ulink url="&blfs-ticket-root;14901">#14901</ulink>.</para>
  • multimedia/videoutils/mplayer.xml

    rbbba22e redb16ce  
    1313
    1414  <!ENTITY mplayer-skin          "Clearlooks-2.0">
    15   <!ENTITY mplayer-skin-download-http "https://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
     15  <!ENTITY mplayer-skin-download-http "http://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
    1616  <!ENTITY mplayer-skin-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
    1717  <!ENTITY mplayer-skin-md5sum   "c82d4dbd7f0c36dfecd63dff972807c5">
     
    163163      <ulink url="http://jackaudio.org/">JACK</ulink>,
    164164      <ulink url="http://www.radscan.com/nas.html">NAS</ulink>, and
    165       <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>
     165      <ulink url="https://openal.org/">OpenAL</ulink>
    166166    </para>
    167167
     
    197197      <xref linkend="xvid"/>,
    198198      <xref linkend="x264"/>,
    199       <ulink url="https://www.broadcom.com/support/crystal-hd">CrystalHD</ulink>,
     199      <ulink url="https://packages.debian.org/source/sid/crystalhd">CrystalHD</ulink>,
    200200<!--      <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,-->
    201201      <ulink url="https://sourceforge.net/projects/dirac/">Dirac</ulink>,
    202202      <ulink url="http://www.quut.com/gsm/">GSM</ulink>,
    203       <ulink url="http://www.ilbcfreeware.org/">iLBC</ulink>,
     203      <ulink url="https://webrtc.github.io/webrtc-org/license/ilbc-freeware/">iLBC</ulink>,
    204204      <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
    205205      <ulink url="http://wiki.multimedia.cx/index.php?title=NUT">libnut</ulink>,
     
    263263      </para>
    264264
    265 <screen><userinput>./configure --prefix=/usr            \
    266             --confdir=/etc/mplayer   \
    267             --enable-dynamic-plugins \
    268             --enable-menu            \
    269             --enable-gui             &amp;&amp;
     265<screen><userinput>./configure --prefix=/usr                 \
     266            --confdir=/etc/mplayer        \
     267            --enable-dynamic-plugins      \
     268            --enable-menu                 \
     269            --enable-runtime-cpudetection \
     270            --enable-gui                  &amp;&amp;
    270271make</userinput></screen>
    271272
     
    353354      on-screen display.
    354355    </para>
     356
     357    <para>
     358      <parameter>--enable-runtime-cpudetection</parameter>: This option makes
     359      MPlayer run with a generic CPU type, preventing optimizations that may
     360      cause runtime problems.
     361    </para>
     362
    355363<!--Currently broken
    356364    <para>
     
    368376      <option>--language-doc="<replaceable>&lt;lang&gt;</replaceable>"</option>:
    369377      This switch enables the language used for the documentation. Use
    370       <command>./configure --help</command> to find out what additional
    371       information.
     378      <command>./configure --help</command> for more information.
    372379    </para>
    373380
     
    375382      <option>--language-man="<replaceable>&lt;lang&gt;</replaceable>"</option>:
    376383      This switch enables the language used for the man pages. Use
    377       <command>./configure --help</command> to find out what additional
    378       information.
     384      <command>./configure --help</command> for more information.
    379385    </para>
    380386
     
    382388      <option>--language-msg="<replaceable>&lt;lang&gt;</replaceable>"</option>:
    383389      This switch enables the language used for the messages and the GUI. Use
    384       <command>./configure --help</command> to find out what additional
    385       information.
     390      <command>./configure --help</command> for more information
    386391    </para>
    387392
     
    389394      <option>--language="<replaceable>&lt;lang&gt;</replaceable>"</option>:
    390395      This switch defines the default language used. Use <command>./configure
    391       --help</command> to find out what additional information.
     396      --help</command> for more information.
    392397    </para>
    393398
Note: See TracChangeset for help on using the changeset viewer.