Changeset 7094a58


Ignore:
Timestamp:
04/29/2012 06:26:12 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
656cca3
Parents:
304ca8e
Message:

replace Xorriso with Libisoburn

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

Files:
3 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r304ca8e r7094a58  
    10371037<!ENTITY dvd-rw-tools-version         "7.1">
    10381038<!ENTITY k3b-version                  "1.0.4">
    1039 <!ENTITY xorriso-version              "1.2.2">
     1039<!ENTITY libisofs-version             "1.2.2">
     1040<!ENTITY libburn-version              "1.2.2">
     1041<!ENTITY libisoburn-version           "1.2.2">
    10401042
    10411043<!-- Part XII -->
  • general/prog/perl-modules.xml

    r304ca8e r7094a58  
    204204        <para><ulink
    205205        url="http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-&Finance-Quote-version;.tar.gz">
    206 Finance::Quote-&Finance-Quote-version;</ulink></para>
     206        Finance::Quote-&Finance-Quote-version;</ulink></para>
    207207
    208208        <itemizedlist>
  • introduction/welcome/changelog.xml

    r304ca8e r7094a58  
    9999          <para>[krejzi] - Added yelp-tools 3.4.1.</para>
    100100        </listitem>
     101        <listitem>
     102          <para>[abenton] - replace Xorriso with Libisoburn.</para>
     103        </listitem>
     104        <listitem>
     105          <para>[abenton] - Added Libisofs and Libburn, dependencies of
     106          Libisoburn.</para>
     107        </listitem>
    101108      </itemizedlist>
    102109    </listitem>
  • multimedia/cdwriteutils/cdwriteutils.xml

    r304ca8e r7094a58  
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvd+rw-tools.xml"/>
    4343<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="k3b.xml"/> -->
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorriso.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libisofs.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libburn.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libisoburn.xml"/>
    4547
    4648</chapter>
  • multimedia/cdwriteutils/dvd+rw-tools.xml

    r304ca8e r7094a58  
    8282      Though not required during the build, you must have installed a package
    8383      which provides the <command>xorrisofs</command> command, such as
    84       <xref linkend="xorriso"/>, or the <command>growisofs</command> command
     84      <xref linkend="libisoburn"/>, or the <command>growisofs</command> command
    8585      will not function properly, rendering the entire package useless.
    8686    </para>
Note: See TracChangeset for help on using the changeset viewer.