Changeset 22c6402 for multimedia


Ignore:
Timestamp:
07/29/2021 11:49:14 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
f3e940f7
Parents:
9706fa99
Message:

Package updates.
Update to mplayer-export-2021-07-29.
Update to postfix-3.6.2.
Update to feh-3.7.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    r9706fa99 r22c6402  
    55  %general-entities;
    66
     7<!--
    78  <!ENTITY mplayer-download-http "http://www.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
    89  <!ENTITY mplayer-download-ftp  "ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
    9   <!ENTITY mplayer-md5sum        "58d39f72bf7f3ddaa9e019224bffcb74">
    10   <!ENTITY mplayer-size          "14 MB">
     10-->
     11  <!ENTITY mplayer-download-http "&sources-anduin-http;/mplayer/mplayer-&mplayer-version;.tar.bz2">
     12  <!ENTITY mplayer-download-ftp  " ">
     13
     14  <!ENTITY mplayer-md5sum        "887fa9fce21feecbe0f43388d49f4a93">
     15  <!ENTITY mplayer-size          "5.7 MB">
    1116  <!ENTITY mplayer-buildsize     "207 MB">
    12   <!ENTITY mplayer-time          "1.4 SBU (Using parallelism=4)">
     17  <!ENTITY mplayer-time          "0.4 SBU (Using parallelism=4)">
    1318
    1419  <!ENTITY mplayer-skin          "Clearlooks-2.0">
     
    4449    </para>
    4550
     51    <note>
     52      <para>The latest <quote>stable</quote> version was released in April
     53      2019. That version no longer builds properly with the latest build tools
     54      and system libraries. The version below is a snapshot that may not be
     55      available on the upstream server but was uploaded
     56      to our file server.  If you want to test a later version, check
     57      <ulink url="http://www.mplayerhq.hu/MPlayer/releases/"/>.
     58      </para>
     59    </note>
     60
    4661    &lfs101_checked;
    4762
     
    136151    <bridgehead renderas="sect4">Recommended</bridgehead>
    137152    <para role="recommended">
    138       <xref linkend="gtk2"/> and
     153      <xref linkend="ffmpeg"/>,
     154      <xref linkend="gtk2"/>, and
    139155      <xref linkend="libvdpau-va-gl"/>
    140156    </para>
     
    265281            --confdir=/etc/mplayer        \
    266282            --enable-dynamic-plugins      \
     283            --disable-libmpeg2-internal   \
     284            --disable-ffmpeg_a            \
    267285            --enable-menu                 \
    268286            --enable-runtime-cpudetection \
     
    360378    </para>
    361379
    362 <!--Currently broken
    363     <para>
    364       <option>-\-disable-ffmpeg_a</option>: You can use this option if you have
    365       installed <xref linkend="ffmpeg"/>. MPlayer includes a copy of the FFmpeg
     380    <para>
     381      <option>--disable-ffmpeg_a</option>: You can use this option if you have
     382      installed <xref linkend="ffmpeg"/>. <!--MPlayer includes a copy of the FFmpeg
    366383      source and without this option it will statically compile the included
    367       version of FFmpeg into itself. Dynamically linking to a system installed
    368       FFmpeg makes MPlayer and Mencoder about 9MB smaller. If MPlayer exhibits
     384      version of FFmpeg into itself.--> Dynamically linking to a system installed
     385      FFmpeg makes MPlayer and Mencoder about 9MB smaller. <!--If MPlayer exhibits
    369386      unstable behavior linked to a system installed FFmpeg, try recompiling MPlayer
    370387      without this option (it is always more thoroughly tested with the included
    371       FFmpeg).
    372     </para>-->
     388      FFmpeg).-->
     389    </para>
     390
     391    <para>
     392      <parameter>--disable-libmpeg2-internal</parameter>: This option makes
     393      MPlayer run with a system version of libmpeg2.
     394    </para>
    373395
    374396    <para>
Note: See TracChangeset for help on using the changeset viewer.