Changeset a8d5ef7 for kde/core/arts.xml


Ignore:
Timestamp:
12/21/2011 04:45:39 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
09eebec
Parents:
3863533e
Message:

Changed KDE3 to Trinity-3.5.13.
The core files are done, but the additional and
development packages have not been updated yet

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/arts.xml

    r3863533e ra8d5ef7  
    55  %general-entities;
    66
    7   <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
    8   <!ENTITY arts-download-ftp  "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
    9   <!ENTITY arts-md5sum        "6da172aab2a4a44929b5fdfc30fa3efc">
    10   <!ENTITY arts-size          "956 KB">
    11   <!ENTITY arts-buildsize     "28 MB">
    12   <!ENTITY arts-time          "1.4 SBU">
     7  <!ENTITY arts-download-http "&trinity-repo-http;/arts-&trinity-version;.tar.gz">
     8  <!ENTITY arts-download-ftp  "&trinity-repo-ftp;/arts-&trinity-version;.tar.gz">
     9  <!ENTITY arts-md5sum        "109124dabb1aaa9d44eb32e43b549142">
     10  <!ENTITY arts-size          "920 KB">
     11  <!ENTITY arts-buildsize     "36 MB">
     12  <!ENTITY arts-time          "0.6 SBU">
    1313]>
    1414
    15 <sect1 id="aRts" xreflabel="aRts-&arts-version;">
     15<sect1 id="aRts" xreflabel="aRts-&trinity-version;">
    1616  <?dbhtml filename="aRts.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>aRts-&arts-version;</title>
     23  <title>aRts-&trinity-version;</title>
    2424
    2525  <indexterm zone='aRts'>
     
    3131
    3232    <para>The Analog Real-time Synthesizer (<application>aRts</application>)
    33     provides sound support for <application>KDE</application> and necessary
    34     libraries for <application>kdelibs</application>.</para>
     33    provides sound support for <application>Trinity</application> programs
     34    and libraries.</para>
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para role="required"><xref linkend="qt"/> and
    62     <xref linkend="glib2"/></para>
    63 
    64     <bridgehead renderas="sect4">Recommended</bridgehead>
    65     <para role="recommended"><xref linkend="libjpeg"/></para>
    66 
    67     <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="libvorbis"/>,
    69     <xref linkend="alsa"/>,
    70     <xref linkend="audiofile"/>,
    71     <xref linkend="libmad"/>,
    72     <xref linkend="esound"/>,
    73 <!--    <xref linkend="nas"/>, -->
    74     <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and
    75     <ulink url="http://jackit.sourceforge.net/">JACK</ulink></para>
     61    <para role="required">
     62      <xref linkend="alsa"/>,
     63      <xref linkend="audiofile"/>,
     64      <xref linkend="cmake"/>,
     65      <xref linkend="glib2"/>
     66      <xref linkend="libmad"/>,
     67      <xref linkend="libvorbis"/>, and
     68      <xref linkend="qt"/>
     69    </para>
    7670
    7771    <para condition="html" role="usernotes">User Notes:
     
    8377    <title>Installation of aRts</title>
    8478
     79    <note><para>When extracted, the <application>aRts</application> tar
     80    file expands into the directory
     81    <filename class='directory'>dependencies/arts</filename>.</para></note>
     82
    8583    <para>Install <application>aRts</application> by running
    8684    the following commands:</para>
    8785
    88 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
    89     --disable-dependency-tracking --enable-final &amp;&amp;
     86<screen><userinput>BUILD=/tmp/buildarts &amp;&amp;
     87ARTS=`pwd`           &amp;&amp;
     88rm -rf   $BUILD      &amp;&amp;
     89mkdir -p $BUILD      &amp;&amp;
     90cd       $BUILD      &amp;&amp;
     91
     92cmake $ARTS                              \
     93  -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
     94  -DCMAKE_VERBOSE_MAKEFILE=ON &amp;&amp;
     95
     96unset ARTS BUILD     &amp;&amp;
    9097make</userinput></screen>
    9198
    92     <para>This package does not come with a test suite that works with
    93     <application>GCC</application>-&gcc-version;.</para>
     99    <para>This package does not come with a test suite.</para>
    94100
    95101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    102108    <title>Command Explanations</title>
    103109
    104     <para><parameter>--prefix=&kde-dir;</parameter>: This option
    105     tells the process to install the package in
    106     <filename class="directory">&kde-dir;</filename>.
    107     <application>aRts</application> is installed here as it's required
    108     before installing <application>KDE</application>.</para>
    109 
    110     <para><parameter>--disable-debug</parameter>: This option causes the
    111     package to be compiled without debugging code.</para>
    112 
    113     <para><parameter>--disable-dependency-tracking</parameter>: This option
    114     speeds up one time builds.</para>
    115 
    116     <para><parameter>--enable-final</parameter>: This option combines
    117     source code during compilation speeding up the build.  It also
    118     avoids a problem with missing headers in some files.</para>
     110    <para><userinput>ARTS=`pwd`</userinput>: This command saves the
     111    location of the <application>aRts</application> source code.</para>
     112
     113    <para><userinput>rm -rf /tmp/buildarts; mkdir -p /tmp/buildarts; cd
     114    /tmp/buildarts</userinput>:  The developers strongly recommend building
     115    Trinity components in a directory separate from the source code.  These
     116    commands ensure a clean starting location for the build process.</para>
     117
     118    <para><option>-DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX</option>: This option
     119    is the equivalent of the ./configure <option>--prefix</option>
     120    option.</para>
     121
     122    <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This option
     123    provides verrbose messages when <userinput>make</userinput> is
     124    run.</para>
    119125
    120126  </sect2>
     
    129135
    130136      <seglistitem>
    131         <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, artscontrol,
    132         artsc-config, and mcopidl</seg>
     137        <seg>artsc-config, artscat, artsd, artsdsp, artsplay, artsrec,
     138        artsshell, artswrapper, and mcopidl </seg>
     139
    133140        <seg>aRts libraries</seg>
    134         <seg>The following subdirectories of &kde-dir;/: bin, include/arts,
    135         include/artsc, and lib/mcop</seg>
     141       
     142        <seg>The following subdirectories of $TRINITY_PREFIX: bin,
     143        include/arts, include/artsc, and lib/mcop</seg>
    136144      </seglistitem>
    137145    </segmentedlist>
     
    142150      <?dbhtml list-presentation="table"?>
    143151
     152      <varlistentry id="artsc-config">
     153        <term><command>artsc-config</command></term>
     154        <listitem>
     155          <para>is a utility to assist developers using the
     156          <application>aRts</application> C API.</para>
     157          <indexterm zone="aRts  artsc-config">
     158            <primary sortas="b-artsc-config">artsc-config</primary>
     159          </indexterm>
     160        </listitem>
     161      </varlistentry>
     162
     163      <varlistentry id="artscat">
     164        <term><command>artscat</command></term>
     165        <listitem>
     166          <para>is a simple utility to send raw audio data to the sound server.</para>
     167          <indexterm zone="aRts artscat">
     168            <primary sortas="b-artscat">artscat</primary>
     169          </indexterm>
     170        </listitem>
     171      </varlistentry>
     172
    144173      <varlistentry id="artsd">
    145174        <term><command>artsd</command></term>
     
    148177          <indexterm zone="aRts artsd">
    149178            <primary sortas="b-artsd">artsd</primary>
     179          </indexterm>
     180        </listitem>
     181      </varlistentry>
     182
     183      <varlistentry id="artsdsp">
     184        <term><command>artsdsp</command></term>
     185        <listitem>
     186          <para>provides an interim solution that allows most of legacy
     187          sound applications to run unchanged.</para>
     188          <indexterm zone="aRts artsdsp">
     189            <primary sortas="b-artsdsp">artsdsp</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194      <varlistentry id="libaRts">
     195        <term><filename class='libraryfile'>aRts Libraries</filename></term>
     196        <listitem>
     197          <para>contains functions that support <application>aRts</application>
     198          programs.</para>
     199          <indexterm zone="aRts libaRts">
     200            <primary sortas="c-libaRts">aRts Libraries</primary>
     201          </indexterm>
     202        </listitem>
     203      </varlistentry>
     204
     205      <varlistentry id="artsplay">
     206        <term><command>artsplay</command></term>
     207        <listitem>
     208          <para>is a simple utility to play a sound file.</para>
     209          <indexterm zone="aRts artsplay">
     210            <primary sortas="b-artsplay">artsplay</primary>
     211          </indexterm>
     212        </listitem>
     213      </varlistentry>
     214
     215      <varlistentry id="artsrec">
     216        <term><command>artsrec</command></term>
     217        <listitem>
     218          <para>is a simple utility to record audio input.</para>
     219          <indexterm zone="aRts artsrec">
     220            <primary sortas="b-artsrec">artsrec</primary>
     221          </indexterm>
     222        </listitem>
     223      </varlistentry>
     224
     225      <varlistentry id="artsshell">
     226        <term><command>artsshell</command></term>
     227        <listitem>
     228          <para>is intended as a utility to perform miscellaneous functions
     229          related to the sound server.</para>
     230          <indexterm zone="aRts artsshell">
     231            <primary sortas="b-artsshell">artsshell</primary>
    150232          </indexterm>
    151233        </listitem>
     
    164246      </varlistentry>
    165247
    166       <varlistentry id="artsshell">
    167         <term><command>artsshell</command></term>
    168         <listitem>
    169           <para>is intended as a utility to perform miscellaneous functions
    170           related to the sound server.</para>
    171           <indexterm zone="aRts artsshell">
    172             <primary sortas="b-artsshell">artsshell</primary>
    173           </indexterm>
    174         </listitem>
    175       </varlistentry>
    176 
    177       <varlistentry id="artsplay">
    178         <term><command>artsplay</command></term>
    179         <listitem>
    180           <para>is a simple utility to play a sound file.</para>
    181           <indexterm zone="aRts artsplay">
    182             <primary sortas="b-artsplay">artsplay</primary>
    183           </indexterm>
    184         </listitem>
    185       </varlistentry>
    186 
    187       <varlistentry id="artsdsp">
    188         <term><command>artsdsp</command></term>
    189         <listitem>
    190           <para>provides an interim solution that allows most of legacy
    191           sound applications to run unchanged.</para>
    192           <indexterm zone="aRts artsdsp">
    193             <primary sortas="b-artsdsp">artsdsp</primary>
    194           </indexterm>
    195         </listitem>
    196       </varlistentry>
    197 
    198       <varlistentry id="artscat">
    199         <term><command>artscat</command></term>
    200         <listitem>
    201           <para>is a simple utility to send raw audio data to the sound server.</para>
    202           <indexterm zone="aRts artscat">
    203             <primary sortas="b-artscat">artscat</primary>
    204           </indexterm>
    205         </listitem>
    206       </varlistentry>
    207 
    208       <varlistentry id="artscontrol">
    209         <term><command>artscontrol</command></term>
    210         <listitem>
    211           <para>is a graphical utility for performing a number of tasks
    212           related to the sound server.</para>
    213           <indexterm zone="aRts  artscontrol">
    214             <primary sortas="b-artscontrol">artscontrol</primary>
    215           </indexterm>
    216         </listitem>
    217       </varlistentry>
    218 
    219       <varlistentry id="artsc-config">
    220         <term><command>artsc-config</command></term>
    221         <listitem>
    222           <para>is a utility to assist developers using the
    223           <application>aRts</application> C API.</para>
    224           <indexterm zone="aRts  artsc-config">
    225             <primary sortas="b-artsc-config">artsc-config</primary>
    226           </indexterm>
    227         </listitem>
    228       </varlistentry>
    229 
    230248      <varlistentry id="mcopidl">
    231249        <term><command>mcopidl</command></term>
     
    239257      </varlistentry>
    240258
    241       <varlistentry id="libaRts">
    242         <term><filename class='libraryfile'>aRts Libraries</filename></term>
    243         <listitem>
    244           <para>contains functions that support <application>aRts</application>
    245           programs.</para>
    246           <indexterm zone="aRts libaRts">
    247             <primary sortas="c-libaRts">aRts Libraries</primary>
    248           </indexterm>
    249         </listitem>
    250       </varlistentry>
    251 
    252259    </variablelist>
    253 
     260<!--
    254261    <para>To find out information about <application>aRts</application> and the
    255262    various programs included in the package, see <ulink
     
    259266    Documentation</ulink> and navigate to the <application>aRts</application>
    260267    documentation in your language.</para>
    261 
     268-->
    262269  </sect2>
    263270
Note: See TracChangeset for help on using the changeset viewer.