Changeset 2a10f8d4


Ignore:
Timestamp:
02/11/2019 04:17:29 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
192cd85
Parents:
be46d3d
Message:

Merge to HEAD 21133.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbe46d3d r2a10f8d4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 10th, &year;">
     9<!ENTITY releasedate  "February 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rbe46d3d r2a10f8d4  
    4242    </listitem>
    4343    -->
     44
     45    <listitem>
     46      <para>February 11th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Add gst-plugins-good-1.14.4-vpx_1.8-1.patch.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
  • multimedia/libdriv/gst10-plugins-bad.xml

    rbe46d3d r2a10f8d4  
    8181        <para>
    8282          Required patch:
    83           <ulink url="&patch-root;/gst10-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch"/>
     83          <ulink url="&patch-root;/gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch"/>
    8484        </para>
    8585      </listitem>
     
    168168
    169169    <para>
     170      Apply a patch to allow the build to complete with libvpx-1.8.
     171    </para>
     172
     173<screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch</userinput></screen>
     174
     175    <para>
    170176      Install <application>GStreamer Bad Plug-ins</application> by running the
    171177      following commands:
  • multimedia/libdriv/gst10-plugins-good.xml

    rbe46d3d r2a10f8d4  
    7171        <para>
    7272          Estimated build time: &gst10-plugins-good-time;
     73        </para>
     74      </listitem>
     75    </itemizedlist>
     76
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/gst-plugins-good-&gst10-plugins-good-version;-vpx_1.8-1.patch"/>
    7383        </para>
    7484      </listitem>
     
    140150
    141151    <para>
     152      Apply a patch to allow the build to complete with libvpx-1.8.
     153    </para>
     154
     155<screen><userinput>patch -Np1 -i ../gst-plugins-good-&gst10-plugins-good-version;-vpx_1.8-1.patch &amp;&amp;
     156autoreconf -fi</userinput></screen>
     157
     158    <para>
    142159      Install <application>GStreamer Good Plug-ins</application> by running the
    143160      following commands:
Note: See TracChangeset for help on using the changeset viewer.