Changeset 10dfe1d8 for multimedia


Ignore:
Timestamp:
10/07/2002 11:56:10 PM (22 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a9ca3c1
Parents:
b35b684
Message:

update to cdrdao-1.1.7

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

Location:
multimedia/cdwriteutils
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao.xml

    rb35b684 r10dfe1d8  
    33<title>cdrdao-&cdrdao-version;</title>
    44
    5 <para>The cdrdao project was temporarily frozen on September 23, 2002
    6 due to license issues with one of its libraries.  The author is
    7 attempting to write a GPL version of this library.  This page will be
    8 restored when the project is unfrozen.</para>
    9 
     5&cdrdao-intro;
     6&cdrdao-inst;
     7&cdrdao-desc;
    108
    119</sect1>
  • multimedia/cdwriteutils/cdrdao/cdrdao-inst.xml

    rb35b684 r10dfe1d8  
    22<title>Installation of cdrdao</title>
    33
    4 <para>Before installing cdrdao, you need to download <filename>cdrdao-&cdrdao-version;-gcc-&gcc-version;.patch.bz2</filename>
    5 from <ulink url="&ffile-root;"/> and decompress it to your source directory.</para>
    6 
    74<para>Install cdrdao by running the following commands:</para>
    85
    9 <para><screen><userinput>patch -Np1 -i ../cdrdao-&cdrdao-version;-gcc-&gcc-version;.patch &amp;&amp;
    10 ./configure --prefix=/usr &amp;&amp;
     6<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    117make &amp;&amp;
    128make install </userinput></screen></para>
  • multimedia/cdwriteutils/cdrdao/cdrdao-intro.xml

    rb35b684 r10dfe1d8  
    1111
    1212<screen>cdrdao depends on:
    13 <xref linkend="pccts"/></screen>
     13<xref linkend="pccts"/>
     14cdrdao will utilize:
     15<xref linkend="lame"/>
     16cdrdao will utilize to build gui interface:
     17<xref linkend="GTK"/>, <xref linkend="gnome-libs"/>, gtkmm-1.2.9 and gnomemm-1.2.2</screen>
    1418
    1519</sect2>
  • multimedia/cdwriteutils/cdrdao/cdrdao.ent

    rb35b684 r10dfe1d8  
    44<!ENTITY cdrdao-desc SYSTEM "cdrdao-desc.xml">
    55<!ENTITY cdrdao-buildsize "15.9 MB">
    6 <!ENTITY cdrdao-version "1.1.5">
    7 <!ENTITY cdrdao-download-http "http://sourceforge.net/projects/cdrdao">
     6<!ENTITY cdrdao-version "1.1.7">
     7<!ENTITY cdrdao-download-http
     8"http://telia.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-1.1.7.src.tar.bz2">
    89<!ENTITY cdrdao-download-ftp "">
    9 <!ENTITY cdrdao-size "852 KB">
     10<!ENTITY cdrdao-size "1.1 MB">
Note: See TracChangeset for help on using the changeset viewer.