Changeset 5909a5ed
- Timestamp:
- 03/23/2019 07:17:14 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 941658d
- Parents:
- b84bf41
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rb84bf41 r5909a5ed 45 45 <para>March 23rd, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Fix building vlc-3.0.6 when libssh2-1.8.1 49 is installed.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Update to firefox-66.0.1 (security fixes). Fixes -
multimedia/videoutils/vlc.xml
rb84bf41 r5909a5ed 90 90 <bridgehead renderas="sect4">Optional features and packages</bridgehead> 91 91 <para role="optional"> 92 <xref linkend="dbus"/> 92 <xref linkend="dbus"/> and 93 <xref linkend="libssh2"/> 93 94 </para> 94 95 … … 138 139 <xref linkend="speex"/>, 139 140 <xref linkend="x264"/>, 141 <ulink url="https://aomedia.googlesource.com/aom/">aom</ulink>, 142 <ulink url="https://code.videolan.org/videolan/dav1d">dav1d</ulink>, 140 143 <ulink url="http://sourceforge.net/projects/dirac/">Dirac</ulink>, 141 144 <ulink url="http://sourceforge.net/projects/fluidsynth/">FluidSynth</ulink>, … … 144 147 <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>, 145 148 <ulink url="http://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>, 149 <ulink url="https://sourceforge.net/p/soxr/wiki/Home/">SoX</ulink>, 146 150 <ulink url="http://wiki.xiph.org/Tremor">Tremor</ulink>, 147 151 <ulink url="http://www.twolame.org/">Twolame</ulink>, and … … 212 216 213 217 <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h && 218 sed -i '/LIBSSH2_VERSION_NUM/s/10801/10900/' modules/access/sftp.c && 214 219 215 220 BUILDCC=gcc ./configure --prefix=/usr \ … … 243 248 244 249 <para> 245 <option>--disable-opencv</option>: This switch is required to disable 250 <command>sed ... modules/access/sftp.c</command>: This command fixes 251 building with <xref linkend="libssh2"/>. 252 </para> 253 254 <para> 255 <parameter>--disable-opencv</parameter>: This switch is required to disable 246 256 <application>opencv</application> which is not compatible with this 247 257 version of <application>vlc</application>. … … 249 259 250 260 <para> 251 < option>--disable-vpx</option>: This switch is required to disable261 <parameter>--disable-vpx</parameter>: This switch is required to disable 252 262 <application>libvpx</application>. The latest version is not compatible 253 263 with this version of <application>vlc</application>. … … 287 297 <option>--disable-libgcrypt</option>: Use this switch if you don't 288 298 have <application>libgcrypt</application> installed. 299 </para> 300 301 <para> 302 <option>--disable-sftp</option>: The default is to build the sftp 303 module if <xref linkend="libssh2"/> is installed. Use this switch 304 if you do not want to build this module. 289 305 </para> 290 306
Note:
See TracChangeset
for help on using the changeset viewer.