Changeset dab2444
- Timestamp:
- 01/15/2019 07:57:17 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1575ce1
- Parents:
- 3f7654ea
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r3f7654ea rdab2444 46 46 <para>January 15th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbbs] - Update to vlc-3.0.6. Finishes 50 <ulink url="&blfs-ticket-root;11487">#11487</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[bdubbbs] - Update to cmake-3.13.3. Finishes -
multimedia/videoutils/vlc.xml
r3f7654ea rdab2444 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 " 33ecd94ed9568bb19b4ca729eecca076">9 <!ENTITY vlc-md5sum "4ff71d262e070fd19f86a1c3542c7b4e"> 10 10 <!ENTITY vlc-size "25 MB"> 11 <!ENTITY vlc-buildsize " 642 MB (add 14MB for tests)">12 <!ENTITY vlc-time "2. 0SBU (using parallelism=4; add 0.2 SBU for tests)">11 <!ENTITY vlc-buildsize "714 MB (add 13 MB for tests)"> 12 <!ENTITY vlc-time "2.1 SBU (using parallelism=4; add 0.2 SBU for tests)"> 13 13 ]> 14 14 … … 212 212 213 213 <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h && 214 sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c &&215 sed -i '/118/s/$/\&\& X264_BUILD < 153/' modules/codec/x264.c &&216 214 217 215 BUILDCC=gcc ./configure --prefix=/usr --disable-opencv && … … 219 217 make</userinput></screen> 220 218 221 <!-- No longer needed222 sed -i '/#include <QString>/i#include <QButtonGroup>' \223 modules/gui/qt/components/simple_preferences.cpp &&224 -->225 219 <para> 226 220 To test the results, issue: <command>make check</command>. … … 230 224 Now, as the <systemitem class="username">root</systemitem> user: 231 225 </para> 232 <!-- 233 <note> 234 <para> 235 If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH 236 environment variable is set properly for the root user when 237 doing the install, For example: 238 <command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>. 239 </para> 240 </note> 241 --> 226 242 227 <screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen> 243 228 … … 255 240 </para> 256 241 257 <para>258 <command>sed ... text_layout.c</command>: This command allows259 building with the current version of <xref linkend="freetype2"/>.260 </para>261 262 <para>263 <command>sed ... modules/codec/x264.c</command> This command allows264 building with the current version of <xref linkend="x264"/>.265 </para>266 <!--267 <para>268 <command>sed -i '/#include <QString>/ ...</command> This269 command allows building with the current version of270 <xref linkend="qt5"/>.271 </para>272 -->273 242 <para> 274 243 <option>--disable-opencv</option>: This switch is required to disable -
packages.ent
r3f7654ea rdab2444 967 967 <!ENTITY xine-ui-version "0.99.10"> 968 968 <!ENTITY transcode-version "1.1.7"> 969 <!ENTITY vlc-version "3.0. 5">969 <!ENTITY vlc-version "3.0.6"> 970 970 971 971 <!-- Chapter 49 -->
Note:
See TracChangeset
for help on using the changeset viewer.