Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r8558044 r3f2db3a6  
    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        "efc5f7331c033bf81536531c6eba5aa5">
     9  <!ENTITY vlc-md5sum        "f3c031357c0eeffb41e928eca220a803">
    1010  <!ENTITY vlc-size          "25 MB">
    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)">
     11  <!ENTITY vlc-buildsize     "700 MB">
     12  <!ENTITY vlc-time          "1.7 SBU (using parallelism=4)">
    1313]>
    1414
     
    1616  <?dbhtml filename="vlc.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>VLC-&vlc-version;</title>
     
    3835    </para>
    3936
    40     &lfs110a_checked;
     37    &lfs112_checked;
    4138
    4239    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8582      <xref linkend="libmad"/>,
    8683      <xref linkend="lua52"/>, and
    87       <xref linkend="x-window-system"/>,
     84      <xref linkend="x-window-system"/>
    8885    </para>
    8986
     
    103100      <xref linkend="libdvdread"/>,
    104101      <xref linkend="libdvdnav"/>,
    105       <xref linkend="opencv"/> (currently broken),
     102      <xref linkend="opencv"/>,
    106103      <xref linkend="samba"/>,
    107104      <xref linkend="v4l-utils"/>,
     
    141138      <xref linkend="opus"/>,
    142139      <xref linkend="speex"/>,
     140      <xref linkend="libvpx"/>,
    143141      <xref linkend="x264"/>,
    144142      <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,
     
    214212      <ulink url="https://github.com/videolabs/libmicrodns">libmicrodns</ulink>,
    215213      <ulink url="https://developers.google.com/protocol-buffers/">protobuf</ulink>, and
    216       <ulink url="https://www.srtalliance.org/">srt</ulink>
     214      <ulink url="https://github.com/Haivision/srt">Srt</ulink>
    217215    </para>
    218216
     
    228226      Install <application>VLC</application> by running the following commands:
    229227    </para>
    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;
    233 export LUA_LIBS="$(pkg-config --libs lua52)"   &amp;&amp;
    234 export CPPFLAGS="$(pkg-config --cflags lua52)" &amp;&amp;
    235 
    236 BUILDCC=gcc ./configure --prefix=/usr    \
    237                         --disable-opencv \
    238                         --disable-vpx    &amp;&amp;
     228
     229<screen><userinput>export LUAC=/usr/bin/luac5.2                          &amp;&amp;
     230export LUA_LIBS="$(pkg-config --libs lua52)"          &amp;&amp;
     231export CPPFLAGS="$(pkg-config --cflags lua52)"        &amp;&amp;
     232
     233BUILDCC=gcc ./configure --prefix=/usr --disable-libva &amp;&amp;
    239234
    240235make</userinput></screen>
     
    273268    </para>-->
    274269
    275     <para>
    276       <parameter>--disable-opencv</parameter>: This switch is required to disable
     270    <!--<para>
     271      <parameter>- -disable-opencv</parameter>: This switch is required to disable
    277272      <application>opencv</application> which is not compatible with this
    278273      version of <application>vlc</application>.
    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
     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
    289289      <application>Lua</application> installed.
    290     </para>
     290    </para>-->
    291291
    292292    <para>
Note: See TracChangeset for help on using the changeset viewer.