Changeset 9e7475f0


Ignore:
Timestamp:
11/29/2017 05:17:57 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
c052d9f
Parents:
1d75124
Message:

Work around a problem introduced by libcdio-1.0.0

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

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-plugins-bad.xml

    r1d75124 r9e7475f0  
    184184
    185185    <para>
    186       <parameter>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ...</parameter>: The
     186      <command>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ...</command>: The
    187187      openjpeg headers are in a versioned directory, BLFS has now moved to a
    188188      newer version. Omit this if you are building against
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r1d75124 r9e7475f0  
    124124    </para>
    125125
    126 <screen><userinput>./configure --prefix=/usr \
     126<screen><userinput>sed -e "/cdtext.h/a #undef LIBCDIO_VERSION_NUM\n#define LIBCDIO_VERSION_NUM 84" \
     127    -i ext/cdio/gstcdio.h &amp;&amp;
     128
     129./configure --prefix=/usr \
    127130            --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
    128131            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     
    138141
    139142<screen role="root"><userinput>make install</userinput></screen>
     143  </sect2>
     144
     145  <sect2 role="commands">
     146    <title>Command Explanations</title>
     147
     148    <para>
     149      <command>sed ... ext/cdio/gstcdio.h</command>: This command
     150      works around a problem introduced by libcdio-1.0.0.
     151    </para>
    140152  </sect2>
    141153
Note: See TracChangeset for help on using the changeset viewer.