Ignore:
Timestamp:
10/29/2014 10:20:36 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
fde7a06
Parents:
67f4e079
Message:

Finalize multimedia section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14793 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
multimedia/cdwriteutils
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao.xml

    r67f4e079 r3f05421  
    4141        <para>Download (HTTP): <ulink url="&cdrdao-download-http;"/></para>
    4242      </listitem>
    43 <!--      <listitem>
     43      <listitem>
    4444        <para>Download (FTP): <ulink url="&cdrdao-download-ftp;"/></para>
    45       </listitem>-->
     45      </listitem>
    4646      <listitem>
    4747        <para>Download MD5 sum: &cdrdao-md5sum;</para>
     
    8686      <ulink url="http://www.gtkmm.org/">libgnomeuimm</ulink>
    8787    </para>
    88 
     88-->
    8989    <para>There are two additional optional dependencies that can be used by
    9090    the <application>Cdrdao</application> build:
    91     <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">Cdrtools</ulink>
     91    <ulink url="&sourceforge-repo;/cdrtools/files/alpha/">Cdrtools</ulink>
    9292    and <ulink url="http://www.polhode.com/pccts133mr.html">PCCTS</ulink>.
    9393    The pieces of these two packages required to build
    9494    <application>Cdrdao</application> are also included in the source tree
    95     and are used by default.</para>-->
     95    and are used by default.</para>
    9696
    9797    <para condition="html" role="usernotes">User Notes:
  • multimedia/cdwriteutils/k3b.xml

    r67f4e079 r3f05421  
    111111      There are programs from three packages that
    112112      <application>K3b</application> will look for at runtime:
    113       <ulink url="http://freecode.com/projects/cdrecord">Cdrtools</ulink>
     113      <ulink url="&sourceforge-repo;/cdrtools/files/alpha/">Cdrtools</ulink>
    114114      (required to burn CD-ROM media), <xref linkend="dvd-rw-tools"/>
    115115      (required to burn or format DVD media), and <xref linkend="cdrdao"/>
     
    159159
    160160cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    161       -DSYSCONF_INSTALL_DIR=/etc/kde     \
     161      -DSYSCONF_INSTALL_DIR=/etc         \
    162162      -Wno-dev ..  &amp;&amp;
    163163make</userinput></screen>
  • multimedia/cdwriteutils/simpleburn.xml

    r67f4e079 r3f05421  
    134134<screen role="root"><userinput>make install</userinput></screen>
    135135
    136     <para>
     136    <!-- <para>
    137137      All optical devices are not accessible for any user except <systemitem
    138138      class="username">root</systemitem> and members of the <systemitem
     
    141141    </para>
    142142
    143 <screen role="root"><userinput>usermod -a -G cdrom <replaceable>&lt;username&gt;</replaceable></userinput></screen>
     143<screen role="root"><userinput>usermod -a -G cdrom <replaceable>&lt;username&gt;</replaceable></userinput></screen> -->
    144144
    145145  </sect2>
Note: See TracChangeset for help on using the changeset viewer.