Changeset cd3cc530


Ignore:
Timestamp:
10/11/2005 07:07:54 PM (19 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:
908f201
Parents:
6166d9e
Message:

Updated to GNOME Media-2.12.0

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-media.xml

    r6166d9e rcd3cc530  
    66
    77  <!ENTITY gnome-media-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
    8   <!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
    9   <!ENTITY gnome-media-md5sum "3d73cd40cfa52c5eef882302f92c60d6">
    10   <!ENTITY gnome-media-size "3.3 MB">
    11   <!ENTITY gnome-media-buildsize "36 MB">
    12   <!ENTITY gnome-media-time "0.50 SBU">
     8  <!ENTITY gnome-media-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
     9  <!ENTITY gnome-media-md5sum        "74d9a78f7269602e033ab1a4a144afdf">
     10  <!ENTITY gnome-media-size          "3.4 MB">
     11  <!ENTITY gnome-media-buildsize     "39.2 MB">
     12  <!ENTITY gnome-media-time          "0.8 SBU">
    1313]>
    1414
     
    5858
    5959    <bridgehead renderas="sect4">Required</bridgehead>
    60     <para><xref linkend="libgnomeui"/>,
    61     <xref linkend="nautilus-cd-burner"/>,
    62     <xref linkend="gst-plugins"/> and
    63     <xref linkend="scrollkeeper"/></para>
     60    <para><xref linkend="nautilus-cd-burner"/></para>
     61
     62    <bridgehead renderas="sect4">Recommended</bridgehead>
     63    <para><xref linkend="gst-plugins"/> (required for the mixer and
     64    recorder to work)</para>
    6465
    6566    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para><xref linkend="gail"/>,
    67     <ulink url="../server/mail.html">MTA</ulink>,
     67    <para><xref linkend="sendmail"/> (or other
     68    <ulink url="../server/mail.html">MTA</ulink> that provides
     69    <command>/usr/sbin/sendmail</command>) and
    6870    <xref linkend="docbook-utils"/></para>
    6971
     
    7678    running the following commands:</para>
    7779
    78 <screen><userinput>sed -i -e \
    79 "s/-lORBit-2 -lbonobo-2 -lgobject-2.0 -lglib-2.0/\$(CDDBSLAVE_LIBS)/" \
    80     cddb-slave2/Makefile.in &amp;&amp;
    81 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     80<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    8281    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    8382    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
     
    9594  <sect2 role="commands">
    9695    <title>Command Explanations</title>
    97 
    98     <para><command>sed -i -e ... cddb-slave2/Makefile.in</command>: This
    99     command fixes a bug encountered if <envar>$GNOME_PREFIX</envar> is not
    100     set to <filename class='directory'>/usr</filename>.</para>
    10196
    10297    <para><parameter>--libexecdir=`pkg-config --variable=prefix
  • introduction/welcome/changelog.xml

    r6166d9e rcd3cc530  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GNOME Media-2.12.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Nautilus CD Burner-2.12.1.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.