Changeset 1b533771 for multimedia/videoutils/vlc.xml
- Timestamp:
- 11/27/2022 11:06:47 PM (6 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 170d1f9
- Parents:
- 8ce66378
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/videoutils/vlc.xml
r8ce66378 r1b533771 7 7 <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz"> 8 8 <!ENTITY vlc-download-ftp " "> 9 <!ENTITY vlc-md5sum " 951878d524e089bf4c80614c93c68c0c">9 <!ENTITY vlc-md5sum "f3c031357c0eeffb41e928eca220a803"> 10 10 <!ENTITY vlc-size "25 MB"> 11 11 <!ENTITY vlc-buildsize "700 MB"> 12 <!ENTITY vlc-time "1. 8SBU (using parallelism=4)">12 <!ENTITY vlc-time "1.7 SBU (using parallelism=4)"> 13 13 ]> 14 14 … … 103 103 <xref linkend="libdvdread"/>, 104 104 <xref linkend="libdvdnav"/>, 105 <xref linkend="opencv"/> (currently broken),105 <xref linkend="opencv"/>, 106 106 <xref linkend="samba"/>, 107 107 <xref linkend="v4l-utils"/>, … … 141 141 <xref linkend="opus"/>, 142 142 <xref linkend="speex"/>, 143 <xref linkend="libvpx"/>, 143 144 <xref linkend="x264"/>, 144 145 <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>, … … 228 229 Install <application>VLC</application> by running the following commands: 229 230 </para> 230 <!-- 231 <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h &&--> 232 <screen><userinput>export LUAC=/usr/bin/luac5.2 && 233 export LUA_LIBS="$(pkg-config --libs lua52)" && 234 export CPPFLAGS="$(pkg-config --cflags lua52)" && 235 236 BUILDCC=gcc ./configure --prefix=/usr \ 237 --disable-opencv \ 238 --disable-libva \ 239 --disable-vpx && 231 232 <screen><userinput>export LUAC=/usr/bin/luac5.2 && 233 export LUA_LIBS="$(pkg-config --libs lua52)" && 234 export CPPFLAGS="$(pkg-config --cflags lua52)" && 235 236 BUILDCC=gcc ./configure --prefix=/usr --disable-libva && 240 237 241 238 make</userinput></screen> … … 243 240 <para> 244 241 To test the results, issue: <command>make check</command>. 245 One test, test_interrupt, is known to fail.246 242 </para> 247 243 … … 275 271 </para>--> 276 272 277 < para>278 <parameter>- -disable-opencv</parameter>: This switch is required to disable273 <!--<para> 274 <parameter>- -disable-opencv</parameter>: This switch is required to disable 279 275 <application>opencv</application> which is not compatible with this 280 276 version of <application>vlc</application>. 281 </para> 277 </para>--> 282 278 283 279 <para> … … 288 284 289 285 <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 297 292 <application>Lua</application> installed. 298 </para> 293 </para>--> 299 294 300 295 <para>
Note:
See TracChangeset
for help on using the changeset viewer.