Changeset 03886fd


Ignore:
Timestamp:
07/30/2013 12:06:43 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
37c43561
Parents:
5a88db56
Message:

seriously ...

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11526 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5a88db56 r03886fd  
    44-->
    55
    6 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     6<!ENTITY day          "30">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "July 29th, &year;">
     12<!ENTITY releasedate  "July 30th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    822822<!ENTITY xine-ui-version              "0.99.7">
    823823<!ENTITY transcode-version            "1.1.7">
    824 <!ENTITY vlc-version                  "2.0.7">
     824<!ENTITY vlc-version                  "2.0.8">
    825825
    826826<!-- Chapter 41 -->
  • introduction/welcome/changelog.xml

    r5a88db56 r03886fd  
    4545-->
    4646    <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>
    4756      <para>July 29th, 2013</para>
    4857      <itemizedlist>
  • multimedia/videoutils/vlc.xml

    r5a88db56 r03886fd  
    99  <!ENTITY vlc-download-ftp
    1010           "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    11   <!ENTITY vlc-md5sum        "3b0e465b0990097b65abaf3e25589957">
     11  <!ENTITY vlc-md5sum        "6445eb55aa087f30abe27423535e1ab8">
    1212  <!ENTITY vlc-size          "18 MB">
    1313  <!ENTITY vlc-buildsize     "as much as 600 MB, but likely around 500 MB">
     
    8383          Required patch:
    8484          <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"/>
    8591        </para>
    8692      </listitem>
     
    222228
    223229<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-opencv_fixes-1.patch &amp;&amp;
    224 sed -i '/#include/s:stream_:FLAC/&amp;:' modules/codec/flac.c &amp;&amp;
     230patch -Np1 -i ../vlc-&vlc-version;-live_fixes-1.patch &amp;&amp;
    225231sed -i 's:libsmbclient.h:samba-4.0/&amp;:' configure.ac modules/access/smb.c &amp;&amp;
    226 sed -i 's:va_x11.h&gt;:&amp;\n#include &lt;va/va_compat.h&gt;:' modules/codec/avcodec/vaapi.c &amp;&amp;
    227232./bootstrap &amp;&amp;
    228233
     
    242247    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    243248      href="../../xincludes/update-icons-and-desktop.xml"/>
     249
    244250  </sect2>
    245251
     
    248254
    249255    <para>
    250       <command>sed -i ...</command>: This command fixes compilation with
    251         <xref linkend="flac"/>.
     256      <command>sed -i ...</command>: This sed fixes compilation with
     257        <application>Samba</application> 4.
    252258    </para>
    253259
Note: See TracChangeset for help on using the changeset viewer.