Ignore:
Timestamp:
10/08/2004 08:14:41 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
a8f8bdad
Parents:
b1a168db
Message:

Updated to Cdrtools-2.01 and UDFtools-1.0.0b3 and removed obsolete kernel configuration for CD writing section.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/udftools.xml

    rb1a168db r33278268  
    66  <!ENTITY udftools-download-http "http://prdownloads.sourceforge.net/linux-udf/udftools-&udftools-version;.tar.gz">
    77  <!ENTITY udftools-download-ftp  " ">
    8   <!ENTITY udftools-size          "236 Kb">
    9   <!ENTITY udftools-buildsize     "2.7 MB">
    10   <!ENTITY udftools-time          " ">
    11   <!ENTITY linux-kernel-version   "2.4.26">
     8  <!ENTITY udftools-size          "287 KB">
     9  <!ENTITY udftools-buildsize     "3.5 MB">
     10  <!ENTITY udftools-time          "0.10 SBU">
    1211]>
    1312
     
    3938<listitem><para>Download (FTP): <ulink url="&udftools-download-ftp;"/></para></listitem>
    4039<listitem><para>Download size: &udftools-size;</para></listitem>
    41 <listitem><para>Estimated Disk space required: &udftools-buildsize;</para></listitem>
     40<listitem><para>Estimated disk space required: &udftools-buildsize;</para></listitem>
    4241<listitem><para>Estimated build time: &udftools-time;</para></listitem></itemizedlist>
    4342</sect3>
     
    4544<sect3><title>Additional downloads</title>
    4645<itemizedlist spacing='compact'>
    47 <listitem><para>Required Patch: <ulink
    48 url="&patch-root;/linux-&linux-kernel-version;-packet-1.patch"/></para></listitem>
    49 <listitem><para>Patches for other kernel versions:
    50 <ulink url="http://w1.894.telia.com/~u89404340/patches/packet/"/></para></listitem>
     46<listitem><para>Required patch: <ulink
     47url="http://w1.894.telia.com/~u89404340/patches/packet/2.6/packet-2.6.8-2.patch.bz2"/></para></listitem>
     48<listitem><para>Required patch: <ulink
     49url="http://w1.894.telia.com/~u89404340/patches/packet/udftools-1.0.0b3.patch.bz2"/></para></listitem>
    5150</itemizedlist></sect3>
    5251
     
    6665the kernel source directory:</para>
    6766
    68 <screen><userinput><command>patch -Np1 -i ../linux-&linux-kernel-version;-packet-1.patch</command></userinput></screen>
     67<screen><userinput><command>bzcat ../packet-2.6.8-2.patch.bz2 |patch -Np1</command></userinput></screen>
    6968
    70 <para>In the kernel configuration, check your setting with those listed
     69<para>In the kernel configuration, modify your settings to match those listed
    7170here:</para>
    7271
    7372<screen>Block devices
    74    Packet writing on CD/DVD media:       Y or M
    75 File Systems
    76    UDF filesystems support (read only):  Y
    77      UDF write support (DANGEROUS)       Y</screen>
     73    Packet writing on CD/DVD media:       Y or M
     74CD-ROM/DVD Filesystems
     75    UDF file system support               Y or M</screen>
    7876
    79 <para>If necessary, recompile the kernel with:</para>
     77<para>Recompile and install the new kernel.</para>
    8078
    81 <screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
    82 make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
    83 make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
    84 make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen>
    85 
    86 <para>
    87 Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
    88 <filename>/usr/src/linux/System.map</filename> to
    89 <filename class="directory">/boot</filename>. If you utilize
    90 <application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
    91 appropriately and run <command>lilo</command>.</para>
    92 
     79<!--
    9380<para>If you built packet writer as a module, add the following to
    9481<filename>/etc/modules.conf</filename>:</para>
     
    10390<screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
    10491mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
     92-->
    10593
    10694</sect2>
     
    113101running the following commands:</para>
    114102
    115 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     103<screen><userinput><command>bzcat ../udftools-1.0.0b3.patch.bz2 |patch -Np1 &amp;&amp;
     104./configure --prefix=/usr &amp;&amp;
    116105make &amp;&amp;
    117106make install</command></userinput></screen>
     
    123112
    124113<para>The <application><acronym>UDF</acronym>tools</application> package
    125 contains <command>pktsetup</command>, <command>cdrwtool</command>, and
    126 <command>mkudffs</command>.</para>
     114contains
     115<command>cdrwtool</command>,
     116<command>mkudffs</command>,
     117<command>pktsetup</command>,
     118<command>udffsck</command>,
     119<command>wrudf</command> and
     120<filename class="libraryfile">libudffs</filename>.</para>
    127121
    128122</sect2>
     
    164158
    165159</sect1>
    166 
Note: See TracChangeset for help on using the changeset viewer.