Changeset b1623c2 for multimedia


Ignore:
Timestamp:
06/24/2004 10:02:07 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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:
2b257922
Parents:
bb2a071c
Message:

more package patch renaming

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

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/udftools.xml

    rbb2a071c rb1623c2  
    1818<title>Introduction to <application><acronym>UDF</acronym>tools</application></title>
    1919
    20 <para>The <application><acronym>UDF</acronym>tools</application> package contains utilities
    21 for creating and mounting <acronym>CD</acronym>-<acronym>RW</acronym> disks with
     20<para>The <application><acronym>UDF</acronym>tools</application> package
     21contains utilities for creating and mounting
     22<acronym>CD</acronym>-<acronym>RW</acronym> disks with
    2223<acronym>UDF</acronym> file systems for both
    2324reading and writing. <acronym>UDF</acronym> files systems are used on
     
    2526on <acronym>DVD</acronym>.  For more details of the
    2627<acronym>UDF</acronym> file system standard see:
    27 <ulink url="http://www.osta.org"/> and <ulink
    28 url="http://www.ecma-international.org"/>.</para>
     28<ulink url="http://www.osta.org"/> and
     29<ulink url="http://www.ecma-international.org"/>.</para>
    2930
    3031<sect3><title>Package information</title>
     
    4041<itemizedlist spacing='compact'>
    4142<listitem><para>Required Patch: <ulink
    42 url="&patch-root;/linux-2.4.26-packet.patch"/></para></listitem>
     43url="&patch-root;/linux-2.4.26-packet-1.patch"/></para></listitem>
    4344<listitem><para>Patches for other kernel versions:
    4445<ulink url="http://w1.894.telia.com/~u89404340/patches/packet/"/></para></listitem>
    4546</itemizedlist></sect3>
    46 
    4747
    4848</sect2>
     
    5252
    5353<warning>
    54 <para>Note that this patch can permanently damage your
    55 <acronym>CD</acronym> drive if it is
    56 from one of the few mentioned at
     54<para>Note that this patch can permanently damage your <acronym>CD</acronym>
     55drive if it is from one of the few mentioned at
    5756<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
    5857not apply the patch without first checking out the article.</para>
     
    6261the kernel source directory:</para>
    6362
    64 <screen><userinput><command>patch -Np1 -i ../linux-2.4.26-packet.patch</command></userinput></screen>
     63<screen><userinput><command>patch -Np1 -i ../linux-2.4.26-packet-1.patch</command></userinput></screen>
    6564
    6665<para>In the kernel configuration, check your setting with those listed
     
    7473
    7574<para>If necessary, recompile the kernel with:</para>
     75
    7676<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
    7777make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
    7878make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
    7979make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen>
     80
    8081<para>
    8182Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
     
    8384<filename class="directory">/boot</filename>. If you utilize
    8485<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
    85 appropriately and run <command>lilo</command>.
    86 </para>
     86appropriately and run <command>lilo</command>.</para>
    8787
    8888<para>If you built packet writer as a module, add the following to
    8989<filename>/etc/modules.conf</filename>:</para>
     90
    9091<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
    9192
     
    9495<acronym>CD</acronym>-<acronym>RW</acronym> drive you
    9596want to support:</para>
     97
    9698<screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
    9799mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
     
    102104<title>Installation of <application><acronym>UDF</acronym>tools</application></title>
    103105
    104 <para>Install <application><acronym>UDF</acronym>tools</application> by running the following commands:</para>
     106<para>Install <application><acronym>UDF</acronym>tools</application> by
     107running the following commands:</para>
    105108
    106109<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    113116<title>Contents</title>
    114117
    115 <para>The <application><acronym>UDF</acronym>tools</application> package contains <command>
    116 pktsetup</command>, <command>cdrwtool</command>, and
     118<para>The <application><acronym>UDF</acronym>tools</application> package
     119contains <command>pktsetup</command>, <command>cdrwtool</command>, and
    117120<command>mkudffs</command>.</para>
    118121
     
    124127<para><command>pktsetup</command> is used to establish and break down
    125128associations between the kernel packet driver and a physical drive.</para>
     129
    126130<para>Example:
    127131<screen><command>pktsetup /dev/pktcdvd0 /dev/scd0
    128132mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</command></screen>
     133
    129134associates the physical device <filename>/dev/scd0</filename> with the
    130135kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a
    131 <acronym>UDF</acronym> formatted <acronym>CD-RW</acronym> for read/write
     136<acronym>UDF</acronym> formatted
     137<acronym>CD</acronym>-<acronym>RW</acronym> for read/write
    132138access.</para></sect3>
    133139
    134140<sect3><title>cdrwtool</title>
    135141<para><command>cdrwtool</command> provides facilities to manage
    136 <acronym>CD</acronym>-RW
    137 drives, including formatting new disks, setting the read and write
    138 speeds, etc. </para>
     142<acronym>CD</acronym>-<acronym>RW</acronym> drives, including formatting
     143new disks, setting the read and write speeds, etc.</para>
     144
    139145<para>Example:
    140146<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
     147
    141148prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and
    142 formats it with a <acronym>UDF</acronym>
    143 file system.</para></sect3>
     149formats it with a <acronym>UDF</acronym> file system.</para></sect3>
    144150
    145151<sect3><title>mkudffs</title>
    146152<para><command>mkudffs</command> is used to create new
    147 <acronym>UDF</acronym> file systems,
    148 it can be used on hard disks and <acronym>CD</acronym>-R as well as
     153<acronym>UDF</acronym> file systems. It can be used on hard disks and
     154<acronym>CD</acronym>-R as well as
    149155<acronym>CD</acronym>-<acronym>RW</acronym>.</para></sect3>
    150156 
    151 
    152157</sect2>
    153158
  • multimedia/libdriv/nas.xml

    rbb2a071c rb1623c2  
    3333<sect3><title>Additional downloads</title>
    3434<itemizedlist spacing='compact'>
    35 <listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison-fix.patch"/></para></listitem>
     35<listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison_fix-1.patch"/></para></listitem>
    3636</itemizedlist></sect3>
    3737
     
    4747<title>Installation of <application><acronym>NAS</acronym></application></title>
    4848
    49 <para>Install <application><acronym>NAS</acronym></application> by running the following commands:</para>
     49<para>Install <application><acronym>NAS</acronym></application> by running the
     50following commands:</para>
    5051
    51 <screen><userinput><command>patch -Np1 -i ../nas-1.6-bison-fix.patch &amp;&amp;
     52<screen><userinput><command>patch -Np1 -i ../nas-1.6-bison_fix-1.patch &amp;&amp;
    5253xmkmf &amp;&amp;
    5354make Makefiles &amp;&amp;
     
    6869<title>Command explanations</title>
    6970
    70 <para><command>xmkmf...</command>: These commands use the standard for compiling <application>X</application> based applications.</para>
     71<para><command>xmkmf...</command>: These commands use the standard for
     72compiling <application>X</application> based applications.</para>
    7173
    7274<!--
Note: See TracChangeset for help on using the changeset viewer.