Changeset 82459c3 for gnome


Ignore:
Timestamp:
06/27/2006 07:58:59 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
bc2b746
Parents:
c10dc37
Message:

Updated the Sound Juicer instructions to conform with the GNOME 2.14.2 update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/sound-juicer.xml

    rc10dc37 r82459c3  
    77  <!ENTITY sound-juicer-download-http "&gnome-download-http;/sound-juicer/&gnome-version;/sound-juicer-&sound-juicer-version;.tar.bz2">
    88  <!ENTITY sound-juicer-download-ftp  "&gnome-download-ftp;/sound-juicer/&gnome-version;/sound-juicer-&sound-juicer-version;.tar.bz2">
    9   <!ENTITY sound-juicer-md5sum        "395395c26b035d466f145dc908021a7f">
    10   <!ENTITY sound-juicer-size          "802 KB">
    11   <!ENTITY sound-juicer-buildsize     "11.5 MB">
     9  <!ENTITY sound-juicer-md5sum        "677ed6e3e7b4aa1602d35c46a8e0bc31">
     10  <!ENTITY sound-juicer-size          "876 KB">
     11  <!ENTITY sound-juicer-buildsize     "11.8 MB">
    1212  <!ENTITY sound-juicer-time          "0.2 SBU">
    1313]>
     
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para role="required"><xref linkend="gnome-media"/>,
    69     <xref linkend="gst-plugins-base"/>, and
    70     <xref linkend="libmusicbrainz"/></para>
     69    <xref linkend="gst-plugins-base"/> (for the cdparanoiasrc, gnomevfssink
     70    and vorbisenc plugins), and <xref linkend="libmusicbrainz"/></para>
     71
     72    <bridgehead renderas="sect4">Optional</bridgehead>
     73    <para role="optional"><xref linkend="intltool"/>,
     74    <xref linkend="gst-plugins-good"/> (for the flacenc and wavenc plugins),
     75    <xref linkend="gst-plugins-ugly"/> (for the lame plugin),
     76    <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>
     77    (which can use <xref linkend="cdparanoia"/>,
     78    <ulink url="http://sourceforge.net/projects/libcddb">libcddb</ulink>, and
     79    <ulink url="http://www.gnu.org/software/vcdimager/">VCDImager</ulink>), and
     80    <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink></para>
    7181
    7282    <note>
    7383      <para>At a minimum you should have the following plugins configured into
    74       the GStreamer Plug-ins: cdparanoia, vorbisenc, flacenc, wavenc,
    75       gnomevfssink and if you plan on encoding into MP3 format, lame. You can
    76       easily determine if you have the necessary plugins configured by using
    77       the <command>gst-inspect</command> program. Here is an example:</para>
     84      the <application>GStreamer</application> installation: cdparanoiasrc and
     85      gnomevfssink. If either of these plugins are not configured into the
     86      <application>GStreamer</application> setup, <application>Sound
     87      Juicer</application> will fail at run-time. Additionally, if you need to
     88      encode in Ogg Vorbis, FLAC, Wave or MP3 formats, you should ensure the
     89      vorbisenc, flacenc, wavenc and lame plugins are configured into
     90      <application>GStreamer</application>. You can easily determine if you
     91      have the necessary plugins configured by using the
     92      <command>gst-inspect</command> program. Here is an example:</para>
    7893
    79 <screen><userinput>gst-inspect | grep cdparanoia</userinput></screen>
     94<screen><userinput>gst-inspect | grep cdparanoiasrc</userinput></screen>
    8095    </note>
    8196
     
    91106    commands:</para>
    92107
    93 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    94             --localstatedir=/var/lib \
    95             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     108<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     109            --sysconfdir=&gnome-etc-dir; \
     110            --localstatedir=/var/lib &amp;&amp;
    96111make</userinput></screen>
    97112
     
    107122    <title>Command Explanations</title>
    108123
    109     <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    110     puts <application>ScrollKeeper</application> files in
    111     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    112     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     124    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     125    href="../../xincludes/gnome-prefix.xml"/>
    113126
    114     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    115     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    116     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     127    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     128    href="../../xincludes/gnome-sysconfdir.xml"/>
     129
     130    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     131    href="../../xincludes/scrollkeeper-dir.xml"/>
    117132
    118133  </sect2>
     
    146161        <seg>sound-juicer</seg>
    147162        <seg>none</seg>
    148         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/sound-juicer
    149         and $GNOME_PREFIX/share/{,gnome/help/ ,omf/}sound-juicer</seg>
     163        <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
     164        ,omf/}sound-juicer</seg>
    150165      </seglistitem>
    151166    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.