Changeset 1b533771


Ignore:
Timestamp:
11/27/2022 11:06:47 PM (17 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
170d1f9
Parents:
8ce66378
Message:

Update to vlc-3.0.18.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8ce66378 r1b533771  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to vlc-3.0.18. Fixes
     49          <ulink url="&blfs-ticket-root;17343">#17343</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to newt-0.52.22. Fixes
    4953          <ulink url="&blfs-ticket-root;17339">#17339</ulink>.</para>
  • multimedia/videoutils/vlc.xml

    r8ce66378 r1b533771  
    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        "951878d524e089bf4c80614c93c68c0c">
     9  <!ENTITY vlc-md5sum        "f3c031357c0eeffb41e928eca220a803">
    1010  <!ENTITY vlc-size          "25 MB">
    1111  <!ENTITY vlc-buildsize     "700 MB">
    12   <!ENTITY vlc-time          "1.8 SBU (using parallelism=4)">
     12  <!ENTITY vlc-time          "1.7 SBU (using parallelism=4)">
    1313]>
    1414
     
    103103      <xref linkend="libdvdread"/>,
    104104      <xref linkend="libdvdnav"/>,
    105       <xref linkend="opencv"/> (currently broken),
     105      <xref linkend="opencv"/>,
    106106      <xref linkend="samba"/>,
    107107      <xref linkend="v4l-utils"/>,
     
    141141      <xref linkend="opus"/>,
    142142      <xref linkend="speex"/>,
     143      <xref linkend="libvpx"/>,
    143144      <xref linkend="x264"/>,
    144145      <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>,
     
    228229      Install <application>VLC</application> by running the following commands:
    229230    </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-libva  \
    239                         --disable-vpx    &amp;&amp;
     231
     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 --disable-libva &amp;&amp;
    240237
    241238make</userinput></screen>
     
    243240    <para>
    244241      To test the results, issue: <command>make check</command>.
    245       One test, test_interrupt, is known to fail.
    246242    </para>
    247243
     
    275271    </para>-->
    276272
    277     <para>
    278       <parameter>--disable-opencv</parameter>: This switch is required to disable
     273    <!--<para>
     274      <parameter>- -disable-opencv</parameter>: This switch is required to disable
    279275      <application>opencv</application> which is not compatible with this
    280276      version of <application>vlc</application>.
    281     </para>
     277    </para>-->
    282278
    283279    <para>
     
    288284
    289285    <para>
    290       <parameter>--disable-vpx</parameter>: This switch is required to disable
    291       <application>libvpx</application>. The latest version is not compatible
    292       with this version of <application>vlc</application>.
    293     </para>
    294 
    295     <para>
    296       <option>--disable-lua</option>: Use this switch if you don't have
     286      <option>--disable-vpx</option>: Use this switch to disable
     287      <application>libvpx</application>.
     288    </para>
     289
     290    <!--<para>
     291      <option>- -disable-lua</option>: Use this switch if you don't have
    297292      <application>Lua</application> installed.
    298     </para>
     293    </para>-->
    299294
    300295    <para>
  • packages.ent

    r8ce66378 r1b533771  
    948948<!ENTITY mplayer-version              "1.5">
    949949<!ENTITY transcode-version            "1.1.7">
    950 <!ENTITY vlc-version                  "3.0.17.4">
     950<!ENTITY vlc-version                  "3.0.18">
    951951<!ENTITY xine-ui-version              "0.99.13">
    952952
Note: See TracChangeset for help on using the changeset viewer.