Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r3f2db3a6 r8558044  
    77  <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "f3c031357c0eeffb41e928eca220a803">
     9  <!ENTITY vlc-md5sum        "efc5f7331c033bf81536531c6eba5aa5">
    1010  <!ENTITY vlc-size          "25 MB">
    11   <!ENTITY vlc-buildsize     "700 MB">
    12   <!ENTITY vlc-time          "1.7 SBU (using parallelism=4)">
     11  <!ENTITY vlc-buildsize     "849 MB (add 36 MB for tests)">
     12  <!ENTITY vlc-time          "2.1 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="vlc.html"?>
    1717
     18  <sect1info>
     19    <date>$Date$</date>
     20  </sect1info>
    1821
    1922  <title>VLC-&vlc-version;</title>
     
    3538    </para>
    3639
    37     &lfs112_checked;
     40    &lfs110a_checked;
    3841
    3942    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8285      <xref linkend="libmad"/>,
    8386      <xref linkend="lua52"/>, and
    84       <xref linkend="x-window-system"/>
     87      <xref linkend="x-window-system"/>,
    8588    </para>
    8689
     
    100103      <xref linkend="libdvdread"/>,
    101104      <xref linkend="libdvdnav"/>,
    102       <xref linkend="opencv"/>,
     105      <xref linkend="opencv"/> (currently broken),
    103106      <xref linkend="samba"/>,
    104107      <xref linkend="v4l-utils"/>,
     
    138141      <xref linkend="opus"/>,
    139142      <xref linkend="speex"/>,
    140       <xref linkend="libvpx"/>,
    141143      <xref linkend="x264"/>,
    142144      <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,
     
    212214      <ulink url="https://github.com/videolabs/libmicrodns">libmicrodns</ulink>,
    213215      <ulink url="https://developers.google.com/protocol-buffers/">protobuf</ulink>, and
    214       <ulink url="https://github.com/Haivision/srt">Srt</ulink>
     216      <ulink url="https://www.srtalliance.org/">srt</ulink>
    215217    </para>
    216218
     
    226228      Install <application>VLC</application> by running the following commands:
    227229    </para>
    228 
    229 <screen><userinput>export LUAC=/usr/bin/luac5.2                          &amp;&amp;
    230 export LUA_LIBS="$(pkg-config --libs lua52)"          &amp;&amp;
    231 export CPPFLAGS="$(pkg-config --cflags lua52)"        &amp;&amp;
    232 
    233 BUILDCC=gcc ./configure --prefix=/usr --disable-libva &amp;&amp;
     230<!--
     231<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;-->
     232<screen><userinput>export LUAC=/usr/bin/luac5.2                   &amp;&amp;
     233export LUA_LIBS="$(pkg-config --libs lua52)"   &amp;&amp;
     234export CPPFLAGS="$(pkg-config --cflags lua52)" &amp;&amp;
     235
     236BUILDCC=gcc ./configure --prefix=/usr    \
     237                        --disable-opencv \
     238                        --disable-vpx    &amp;&amp;
    234239
    235240make</userinput></screen>
     
    268273    </para>-->
    269274
    270     <!--<para>
    271       <parameter>- -disable-opencv</parameter>: This switch is required to disable
     275    <para>
     276      <parameter>--disable-opencv</parameter>: This switch is required to disable
    272277      <application>opencv</application> which is not compatible with this
    273278      version of <application>vlc</application>.
    274     </para>-->
    275 
    276     <para>
    277       <parameter>--disable-libva</parameter>: This switch is required to disable
    278       video acceleration in VLC since it is incompatible with ffmpeg-5, and
    279       upstream has no plans to port it due to complexity.
    280     </para>
    281 
    282     <para>
    283       <option>--disable-vpx</option>: Use this switch to disable
    284       <application>libvpx</application>.
    285     </para>
    286 
    287     <!--<para>
    288       <option>- -disable-lua</option>: Use this switch if you don't have
     279    </para>
     280
     281    <para>
     282      <parameter>--disable-vpx</parameter>: This switch is required to disable
     283      <application>libvpx</application>. The latest version is not compatible
     284      with this version of <application>vlc</application>.
     285    </para>
     286
     287    <para>
     288      <option>--disable-lua</option>: Use this switch if you don't have
    289289      <application>Lua</application> installed.
    290     </para>-->
     290    </para>
    291291
    292292    <para>
Note: See TracChangeset for help on using the changeset viewer.