Ignore:
Timestamp:
10/16/2023 01:23:28 AM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
600f3e1
Parents:
0b6a7de
Message:

Update to vlc-3.0.19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r0b6a7de r8514a50  
    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">
    10   <!ENTITY vlc-size          "25 MB">
    11   <!ENTITY vlc-buildsize     "700 MB">
    12   <!ENTITY vlc-time          "1.7 SBU (using parallelism=4)">
     9  <!ENTITY vlc-md5sum        "44d249998b7ead0a2a8d172c0099092c">
     10  <!ENTITY vlc-size          "24 MB">
     11  <!ENTITY vlc-buildsize     "726 MB">
     12  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    223223      Install <application>VLC</application> by running the following commands:
    224224    </para>
    225 
     225<!--
    226226<screen><userinput>export LUAC=/usr/bin/luac5.2                          &amp;&amp;
    227 export LUA_LIBS="$(pkg-config --libs lua52)"          &amp;&amp;
    228 export CPPFLAGS="$(pkg-config --cflags lua52)"        &amp;&amp;
    229 
    230 BUILDCC=gcc ./configure --prefix=/usr --disable-libva &amp;&amp;
     227export LUA_LIBS="$(pkg-config - -libs lua52)"          &amp;&amp;
     228export CPPFLAGS="$(pkg-config - -cflags lua52)"        &amp;&amp;
     229-->
     230<screen><userinput>BUILDCC=gcc ./configure --prefix=/usr &amp;&amp;
    231231
    232232make</userinput></screen>
     
    254254      <xref linkend="lua52"/>.  Upstream does not support lua 5.4 yet.
    255255    </para>
    256 
    257     <!--<para>
    258       <command>sed ... modules/lua/...</command>: This command allows
    259       building with the current version of <xref linkend="lua"/>.
    260     </para>-->
    261 
    262     <!--<para>
    263       <command>sed ... a\#include &lt;QPainterPath&gt;/ ...</command>: These two
    264       sed commands fix building with Qt-5.15.0.
    265     </para>-->
    266 
    267     <!--<para>
    268       <parameter>- -disable-opencv</parameter>: This switch is required to disable
    269       <application>opencv</application> which is not compatible with this
    270       version of <application>vlc</application>.
    271     </para>-->
    272 
    273     <para>
    274       <parameter>--disable-libva</parameter>: This switch is required to disable
     256<!--  Using this causes problems.  Builds and works fine without this parameter.
     257    <para>
     258      <parameter>- -disable-libva</parameter>: This switch is required to disable
    275259      video acceleration in VLC since it is incompatible with ffmpeg-5, and
    276260      upstream has no plans to port it due to complexity.
    277261    </para>
    278 
     262-->
    279263    <para>
    280264      <option>--disable-vpx</option>: Use this switch to disable
Note: See TracChangeset for help on using the changeset viewer.