Changeset 57e07f4


Ignore:
Timestamp:
12/17/2017 04:55:55 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:
ce508efa
Parents:
08f2ed34
Message:

Fix a url
Remove obsolete patch.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libcdio.xml

    r08f2ed34 r57e07f4  
    6666      <listitem>
    6767        <para>
    68           Required patch:
    69           <ulink
    70           url="&patch-root;/libcdio-1.0.0-upstream_fix-1.patch"/>
    71         </para>
    72       </listitem>
    73       <listitem>
    74         <para>
    7568          Required file:
    7669          <ulink
     
    9790    following commands:</para>
    9891
    99 <!-- The patch will go away with next release -->
    100 <screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch      &amp;&amp;
    101 sed -i '/^LIBCDIO_VERSION_NUM=/s/=.*$/=10000/' configure &amp;&amp;
    102 
    103 ./configure --prefix=/usr --disable-static &amp;&amp;
     92<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    10493make</userinput></screen>
    10594
  • x/lib/qtwebengine.xml

    r08f2ed34 r57e07f4  
    66
    77  <!ENTITY qtwebengine-major "5.10">
    8   <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-opensource-src-&qtwebengine-version;.tar.xz">
     8  <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz">
    99  <!ENTITY qtwebengine-download-ftp  " ">
    1010  <!ENTITY qtwebengine-md5sum        "0ea0b32e97911cf80d32b31cf10a6d8b">
Note: See TracChangeset for help on using the changeset viewer.