Changeset 03886fd
- Timestamp:
- 07/30/2013 12:06:43 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 37c43561
- Parents:
- 5a88db56
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5a88db56 r03886fd 4 4 --> 5 5 6 <!ENTITY day " 29"> <!-- Always 2 digits -->6 <!ENTITY day "30"> <!-- Always 2 digits --> 7 7 <!ENTITY month "07"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2013"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "July 29th, &year;">12 <!ENTITY releasedate "July 30th, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 822 822 <!ENTITY xine-ui-version "0.99.7"> 823 823 <!ENTITY transcode-version "1.1.7"> 824 <!ENTITY vlc-version "2.0. 7">824 <!ENTITY vlc-version "2.0.8"> 825 825 826 826 <!-- Chapter 41 --> -
introduction/welcome/changelog.xml
r5a88db56 r03886fd 45 45 --> 46 46 <listitem> 47 <para>July 30th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[krejzi] - VLC 2.0.8.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 47 56 <para>July 29th, 2013</para> 48 57 <itemizedlist> -
multimedia/videoutils/vlc.xml
r5a88db56 r03886fd 9 9 <!ENTITY vlc-download-ftp 10 10 "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz"> 11 <!ENTITY vlc-md5sum " 3b0e465b0990097b65abaf3e25589957">11 <!ENTITY vlc-md5sum "6445eb55aa087f30abe27423535e1ab8"> 12 12 <!ENTITY vlc-size "18 MB"> 13 13 <!ENTITY vlc-buildsize "as much as 600 MB, but likely around 500 MB"> … … 83 83 Required patch: 84 84 <ulink url="&patch-root;/vlc-&vlc-version;-opencv_fixes-1.patch"/> 85 </para> 86 </listitem> 87 <listitem> 88 <para> 89 Required patch: 90 <ulink url="&patch-root;/vlc-&vlc-version;-live_fixes-1.patch"/> 85 91 </para> 86 92 </listitem> … … 222 228 223 229 <screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-opencv_fixes-1.patch && 224 sed -i '/#include/s:stream_:FLAC/&:' modules/codec/flac.c&&230 patch -Np1 -i ../vlc-&vlc-version;-live_fixes-1.patch && 225 231 sed -i 's:libsmbclient.h:samba-4.0/&:' configure.ac modules/access/smb.c && 226 sed -i 's:va_x11.h>:&\n#include <va/va_compat.h>:' modules/codec/avcodec/vaapi.c &&227 232 ./bootstrap && 228 233 … … 242 247 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 243 248 href="../../xincludes/update-icons-and-desktop.xml"/> 249 244 250 </sect2> 245 251 … … 248 254 249 255 <para> 250 <command>sed -i ...</command>: This command fixes compilation with251 < xref linkend="flac"/>.256 <command>sed -i ...</command>: This sed fixes compilation with 257 <application>Samba</application> 4. 252 258 </para> 253 259
Note:
See TracChangeset
for help on using the changeset viewer.