Changeset d8a5def6 for multimedia


Ignore:
Timestamp:
06/14/2004 03:23:08 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
73ddd1a0
Parents:
01062dd
Message:

XML update for Chapter 40

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

Location:
multimedia
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao.xml

    r01062dd rd8a5def6  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5 
     6  <!ENTITY cdrdao-download-http "http://prdownloads.sourceforge.net/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
     7  <!ENTITY cdrdao-download-ftp  " ">
     8  <!ENTITY cdrdao-size          "1.5 MB">
     9  <!ENTITY cdrdao-buildsize     "35 MB">
     10  <!ENTITY cdrdao-time          "0.68 SBU">
     11]>
     12
    113<sect1 id="cdrdao" xreflabel="Cdrdao-&cdrdao-version;">
    214<?dbhtml filename="cdrdao.html"?>
    315<title>Cdrdao-&cdrdao-version;</title>
    416
    5 &cdrdao-intro;
    6 &cdrdao-inst;
    7 &cdrdao-desc;
     17<sect2>
     18<title>Introduction to <application>Cdrdao</application></title>
     19
     20<para>The <application>Cdrdao</application> package contains
     21<acronym>CD</acronym> recording utilities. These are useful for burning a
     22<acronym>CD</acronym> in disk-at-once mode.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink
     27url="&cdrdao-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&cdrdao-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &cdrdao-size;</para></listitem>
     31<listitem><para>Estimated Disk space required:
     32&cdrdao-buildsize;</para></listitem>
     33<listitem><para>Estimated build time:
     34&cdrdao-time;</para></listitem></itemizedlist>
     35</sect3>
     36
     37<sect3><title><application>Cdrdao</application> dependencies</title>
     38<sect4><title>Optional</title>
     39<para>
     40<xref linkend="lame"/>,
     41<xref linkend="pkgconfig"/>,
     42<ulink url="http://www.gtkmm.org/">gtkmm</ulink> and
     43<ulink url="http://www.gtkmm.org/">gnomemm</ulink>
     44</para></sect4>
     45</sect3>
     46
     47</sect2>
     48
     49<sect2>
     50<title>Installation of <application>Cdrdao</application></title>
     51
     52<para>Install <application>Cdrdao</application> by running the following
     53commands:</para>
     54
     55<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     56make &amp;&amp;
     57make install</command></userinput></screen>
     58
     59</sect2>
     60
     61<sect2>
     62<title>Contents</title>
     63
     64<para>The <application>Cdrdao</application> package contains
     65<command>cdrdao</command>,
     66<command>cue2toc</command> and
     67<command>toc2cue</command>.</para>
     68
     69</sect2>
     70
     71<sect2><title>Description</title>
     72
     73<sect3><title>cdrdao</title>
     74<para><command>cdrdao</command> records audio or data
     75<acronym>CD</acronym>-Rs in disk-at-once
     76(<acronym>DAO</acronym>) mode based on a textual description of the
     77<acronym>CD</acronym> contents.
     78</para></sect3>
     79
     80<sect3><title>cue2toc, toc2cue</title>
     81<para><command>cue2toc</command> and <command>toc2cue</command>
     82convert CUE to TOC format (and vice versa) for audio
     83<acronym>CD</acronym>s.</para></sect3>
     84
     85</sect2>
    886
    987</sect1>
  • multimedia/cdwriteutils/cdrtools.xml

    r01062dd rd8a5def6  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5 
     6  <!ENTITY cdrtools-download-http "http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-&cdrtools-version;.tar.gz">
     7  <!ENTITY cdrtools-download-ftp  "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-&cdrtools-version;.tar.gz">
     8  <!ENTITY cdrtools-size          "1.6 MB">
     9  <!ENTITY cdrtools-buildsize     "19.1 MB">
     10  <!ENTITY cdrtools-time          "0.44 SBU">
     11]>
     12
    113<sect1 id="cdrtools" xreflabel="Cdrtools-&cdrtools-version;">
    214<?dbhtml filename="cdrtools.html"?>
    315<title>Cdrtools-&cdrtools-version;</title>
    416
    5 &cdrtools-intro;
    6 &cdrtools-inst;
    7 &cdrtools-exp;
    8 &cdrtools-desc;
     17<sect2>
     18<title>Introduction to <application>Cdrtools</application></title>
     19
     20<para>The <application>Cdrtools</application> package contains
     21<acronym>CD</acronym> recording utilities. These are
     22useful for reading, creating or writing (burning) Compact Discs.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink url="&cdrtools-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink url="&cdrtools-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &cdrtools-size;</para></listitem>
     29<listitem><para>Estimated Disk space required: &cdrtools-buildsize;</para></listitem>
     30<listitem><para>Estimated build time: &cdrtools-time;</para></listitem></itemizedlist>
     31</sect3>
     32
     33</sect2>
     34
     35<sect2>
     36<title>Installation of <application>Cdrtools</application></title>
     37
     38<para>Install <application>Cdrtools</application> by running the following commands:</para>
     39
     40<screen><userinput><command>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
     41make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</command></userinput></screen>
     42
     43</sect2>
     44
     45<sect2>
     46<title>Command explanations</title>
     47
     48<para><parameter>INS_BASE=/usr</parameter>: This command moves the
     49install directory from <filename class="directory">/opt/schily
     50</filename> to <filename class="directory">/usr</filename>.</para>
     51
     52<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
     53commands install all programs with root:root ownership instead of the default
     54bin:bin.</para>
     55
     56</sect2>
     57
     58<sect2>
     59<title>Contents</title>
     60
     61<para>The <application>Cdrtools</application> package contains <command>cdrecord</command>,
     62<command>cdda2wav</command>, <command>mkisofs</command>, <command>mkhybrid</command>,
     63<command>readcd</command>, <command>scgcheck</command>,
     64<command>isoinfo</command>, <command>isodump</command>,
     65<command>isovfy</command>, <command>isodebug</command>, <command>devdump</command>,
     66<command>rscsi</command> and support libraries.</para>
     67
     68</sect2>
     69
     70<sect2><title>Description</title>
     71
     72<sect3><title>cdrecord</title>
     73<para><command>cdrecord</command> records audio or data Compact Discs.</para></sect3>
     74
     75<sect3><title>cdda2wav</title>
     76<para><command>cdda2wav</command> dumps Compact Disc audio into
     77<filename>WAV</filename> sound files.</para></sect3>
     78
     79<sect3><title>mkisofs</title>
     80<para><command>mkisofs</command> and <command>mkhybrid</command>
     81generate an <acronym>ISO</acronym>9660/JOLIET/<acronym>HFS</acronym> hybrid file system.</para></sect3>
     82
     83<sect3><title>readcd</title>
     84<para><command>readcd</command> reads or writes Compact Discs.</para></sect3>
     85
     86<sect3><title>scgcheck</title>
     87<para><command>scgcheck</command> is used to check and verify the Application Binary
     88Interface of <filename class="libraryfile">libscg.</filename></para></sect3>
     89
     90<sect3><title>support utilities</title>
     91<para><command>isoinfo</command>, <command>isodump</command>,
     92<command>isovfy</command>, <command>isodebug</command> and
     93<command>devdump</command> are utility programs for
     94dumping and verifying <acronym>ISO</acronym>9660 images.</para></sect3>
     95
     96<sect3><title>rscsi</title>
     97<para><command>rscsi</command> is a remote <acronym>SCSI</acronym> manager.</para></sect3>
     98
     99<sect3><title>support libraries</title>
     100<para><filename class="libraryfile">libdeflt</filename>,
     101<filename class="libraryfile">libedc_ecc</filename>,
     102<filename class="libraryfile">libfile</filename>,
     103<filename class="libraryfile">libhfs</filename>,
     104<filename class="libraryfile">libparanoia</filename>,
     105<filename class="libraryfile">librscg</filename>,
     106<filename class="libraryfile">libscg</filename>,
     107<filename class="libraryfile">libschily</filename> and
     108<filename class="libraryfile">libunls</filename>
     109are the support libraries for this package.</para></sect3>
     110
     111</sect2>
    9112
    10113</sect1>
  • multimedia/cdwriteutils/cdwriteutils.xml

    r01062dd rd8a5def6  
     1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5]>
     6
    17<chapter id="multimedia-cdwriteutils">
    28<?dbhtml filename="cdwriteutils.html"?>
     
    2127</itemizedlist>
    2228
    23 &multimedia-cdwriteutils-kernel;
    24 &cdrtools;
    25 &cdrdao;
    26 &udftools;
     29<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernel.xml"/> 
     30<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cdrtools.xml"/> 
     31<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cdrdao.xml"/> 
     32<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udftools.xml"/> 
    2733
    2834</chapter>
  • multimedia/cdwriteutils/kernel.xml

    r01062dd rd8a5def6  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5]>
     6
    17<sect1 id="kernel" xreflabel="kernel">
    28<?dbhtml filename="kernel.html"?>
  • multimedia/cdwriteutils/udftools.xml

    r01062dd rd8a5def6  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5 
     6  <!ENTITY udftools-download-http "http://prdownloads.sourceforge.net/linux-udf/udftools-&udftools-version;.tar.gz">
     7  <!ENTITY udftools-download-ftp  " ">
     8  <!ENTITY udftools-size          "236 Kb">
     9  <!ENTITY udftools-buildsize     "2.7 MB">
     10  <!ENTITY udftools-time          " ">
     11]>
     12
    113<sect1 id="udftools" xreflabel="UDFtools-&udftools-version;">
    214<?dbhtml filename="udftools.html"?>
    315<title>UDFtools-&udftools-version;</title>
    416
    5 &udftools-intro;
    6 &udftools-kernel-inst;
    7 &udftools-inst;
    8 &udftools-desc;
     17<sect2>
     18<title>Introduction to <application><acronym>UDF</acronym>tools</application></title>
     19
     20<para>The <application><acronym>UDF</acronym>tools</application> package contains utilities
     21for creating and mounting <acronym>CD</acronym>-<acronym>RW</acronym> disks with
     22<acronym>UDF</acronym> file systems for both
     23reading and writing. <acronym>UDF</acronym> files systems are used on
     24both <acronym>CD</acronym>-<acronym>RW</acronym> media and
     25on <acronym>DVD</acronym>.  For more details of the
     26<acronym>UDF</acronym> file system standard see:
     27<ulink url="http://www.osta.org"/> and <ulink
     28url="http://www.ecma-international.org"/>.</para>
     29
     30<sect3><title>Package information</title>
     31<itemizedlist spacing='compact'>
     32<listitem><para>Download (HTTP): <ulink url="&udftools-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP): <ulink url="&udftools-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &udftools-size;</para></listitem>
     35<listitem><para>Estimated Disk space required: &udftools-buildsize;</para></listitem>
     36<listitem><para>Estimated build time: &udftools-time;</para></listitem></itemizedlist>
     37</sect3>
     38
     39<sect3><title>Additional downloads</title>
     40<itemizedlist spacing='compact'>
     41<listitem><para>Required Patch: <ulink
     42url="&patch-root;/linux-2.4.26-packet.patch"/></para></listitem>
     43<listitem><para>Patches for other kernel versions:
     44<ulink url="http://w1.894.telia.com/~u89404340/patches/packet/"/></para></listitem>
     45</itemizedlist></sect3>
     46
     47
     48</sect2>
     49
     50<sect2>
     51<title>Installation of the kernel patch</title>
     52
     53<warning>
     54<para>Note that this patch can permanently damage your
     55<acronym>CD</acronym> drive if it is
     56from one of the few mentioned at
     57<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
     58not apply the patch without first checking out the article.</para>
     59</warning>
     60
     61<para>Install the kernel patch by running the following commands from
     62the kernel source directory:</para>
     63
     64<screen><userinput><command>patch -Np1 -i ../linux-2.4.26-packet.patch</command></userinput></screen>
     65
     66<para>In the kernel configuration, check your setting with those listed
     67here:</para>
     68
     69<screen>Block devices
     70   Packet writing on CD/DVD media:       Y or M
     71File Systems
     72   UDF filesystems support (read only):  Y
     73     UDF write support (DANGEROUS)       Y</screen>
     74
     75<para>If necessary, recompile the kernel with:</para>
     76<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
     77make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
     78make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
     79make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen>
     80<para>
     81Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
     82<filename>/usr/src/linux/System.map</filename> to
     83<filename class="directory">/boot</filename>. If you utilize
     84<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
     85appropriately and run <command>lilo</command>.
     86</para>
     87
     88<para>If you built packet writer as a module, add the following to
     89<filename>/etc/modules.conf</filename>:</para>
     90<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
     91
     92<para>Finally, create the packet driver device nodes in <filename
     93class="directory">/dev</filename>, add one node for every
     94<acronym>CD</acronym>-<acronym>RW</acronym> drive you
     95want to support:</para>
     96<screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
     97mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
     98
     99</sect2>
     100
     101<sect2>
     102<title>Installation of <application><acronym>UDF</acronym>tools</application></title>
     103
     104<para>Install <application><acronym>UDF</acronym>tools</application> by running the following commands:</para>
     105
     106<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     107make &amp;&amp;
     108make install</command></userinput></screen>
     109
     110</sect2>
     111
     112<sect2>
     113<title>Contents</title>
     114
     115<para>The <application><acronym>UDF</acronym>tools</application> package contains <command>
     116pktsetup</command>, <command>cdrwtool</command>, and
     117<command>mkudffs</command>.</para>
     118
     119</sect2>
     120
     121<sect2><title>Description</title>
     122
     123<sect3><title>pktsetup</title>
     124<para><command>pktsetup</command> is used to establish and break down
     125associations between the kernel packet driver and a physical drive.</para>
     126<para>Example:
     127<screen><command>pktsetup /dev/pktcdvd0 /dev/scd0
     128mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</command></screen>
     129associates the physical device <filename>/dev/scd0</filename> with the
     130kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a
     131<acronym>UDF</acronym> formatted <acronym>CD-RW</acronym> for read/write
     132access.</para></sect3>
     133
     134<sect3><title>cdrwtool</title>
     135<para><command>cdrwtool</command> provides facilities to manage
     136<acronym>CD</acronym>-RW
     137drives, including formatting new disks, setting the read and write
     138speeds, etc. </para>
     139<para>Example:
     140<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
     141prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and
     142formats it with a <acronym>UDF</acronym>
     143file system.</para></sect3>
     144
     145<sect3><title>mkudffs</title>
     146<para><command>mkudffs</command> is used to create new
     147<acronym>UDF</acronym> file systems,
     148it can be used on hard disks and <acronym>CD</acronym>-R as well as
     149<acronym>CD</acronym>-<acronym>RW</acronym>.</para></sect3>
     150 
     151
     152</sect2>
    9153
    10154</sect1>
  • multimedia/multimedia.xml

    r01062dd rd8a5def6  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
     5  %general-entities;
     6]>
     7
    18<part id="multimedia" xreflabel="Multimedia">
    29<?dbhtml filename="multimedia.html" dir="multimedia"?>
    310<title>Multimedia</title>
    411
    5 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multimedia/libdriv/libdriv.xml"/>
    6 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multimedia/audioutils/audioutils.xml"/>
    7 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multimedia/videoutils/videoutils.xml"/>
    8 
    9 <!-- &multimedia-libdriv; -->
    10 <!-- &multimedia-audioutils; -->
    11 <!-- &multimedia-videoutils; -->
    12 &multimedia-cdwriteutils;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdriv/libdriv.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="audioutils/audioutils.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="videoutils/videoutils.xml"/>
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cdwriteutils/cdwriteutils.xml"/>
    1316
    1417</part>
Note: See TracChangeset for help on using the changeset viewer.