Changeset 696833f0


Ignore:
Timestamp:
08/12/2019 04:39:20 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c716497
Parents:
1e5323fd
Message:

Patch gst-plugins-good for glibc-2.30

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r1e5323fd r696833f0  
    4242    </listitem>
    4343       -->
     44
     45    <listitem>
     46      <para>August 12th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Patch gst-plugins-good for glibc-2.30. Thanks to
     50          Riccardo G Corsi for the report and to John Burrell for pointing
     51          to the fix.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4455
    4556    <listitem>
  • multimedia/libdriv/gst10-plugins-good.xml

    r1e5323fd r696833f0  
    7171        <para>
    7272          Estimated build time: &gst10-plugins-good-time;
     73        </para>
     74      </listitem>
     75    </itemizedlist>
     76
     77<!-- Should be fixed in 1.16.1 -->
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/gst-plugins-good-&gst10-plugins-good-version;-v4l2_fix-1.patch"/>
    7384        </para>
    7485      </listitem>
     
    155166    </para>
    156167
    157 <screen><userinput>mkdir build &amp;&amp;
     168<screen><userinput>patch -Np1 -i ../gst-plugins-good-&gst10-plugins-good-version;-v4l2_fix-1.patch &amp;&amp;
     169
     170mkdir build &amp;&amp;
    158171cd    build &amp;&amp;
    159172
Note: See TracChangeset for help on using the changeset viewer.