Changes in / [ea13fa0:170d1f9]
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rea13fa0 r170d1f9 46 46 <itemizedlist> 47 47 <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> 48 52 <para>[bdubbs] - Update to newt-0.52.22. Fixes 49 53 <ulink url="&blfs-ticket-root;17339">#17339</ulink>.</para> -
multimedia/videoutils/vlc.xml
rea13fa0 r170d1f9 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> -
packages.ent
rea13fa0 r170d1f9 948 948 <!ENTITY mplayer-version "1.5"> 949 949 <!ENTITY transcode-version "1.1.7"> 950 <!ENTITY vlc-version "3.0.1 7.4">950 <!ENTITY vlc-version "3.0.18"> 951 951 <!ENTITY xine-ui-version "0.99.13"> 952 952
Note:
See TracChangeset
for help on using the changeset viewer.