Changeset d5127a18


Ignore:
Timestamp:
05/16/2005 12:50:36 AM (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.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:
703cfe4
Parents:
f1d9c53
Message:

Updated to GNOME Media-2.10.2

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

Files:
2 edited

Legend:

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

    rf1d9c53 rd5127a18  
    77<!ENTITY gnome-media-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
    88<!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 "c200cb577be1adb6bedb8c6528d738a1">
    10 <!ENTITY gnome-media-size "3.1 MB">
    11 <!ENTITY gnome-media-buildsize "36.9 MB">
    12 <!ENTITY gnome-media-time "0.60 SBU">
     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">
    1313]>
    1414
     
    4747<sect4><title>Required</title>
    4848<para><xref linkend="libgnomeui"/>,
     49<xref linkend="nautilus-cd-burner"/>,
    4950<xref linkend="gst-plugins"/> and
    5051<xref linkend="scrollkeeper"/></para>
     
    6768running the following commands:</para>
    6869
    69 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     70<screen><userinput><command>sed -i -e \
     71"s/-lORBit-2 -lbonobo-2 -lgobject-2.0 -lglib-2.0/\$(CDDBSLAVE_LIBS)/" \
     72    cddb-slave2/Makefile.in &amp;&amp;
     73./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    7074    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    7175    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    72 make &amp;&amp;
    73 make install</command></userinput></screen>
     76make</command></userinput></screen>
     77
     78<para>This package does not come with a test suite.</para>
     79
     80<para>Now, as the root user:</para>
     81
     82<screen><userinput role='root'><command>make install &amp;&amp;
     83gst-register</command></userinput></screen>
    7484
    7585</sect2>
     
    7787<sect2>
    7888<title>Command explanations</title>
     89
     90<para><command>sed -i -e ... cddb-slave2/Makefile.in</command>: This
     91command fixes a bug encountered if <envar>$GNOME_PREFIX</envar> is not
     92set to <filename class='directory'>/usr</filename>.</para>
    7993
    8094<para><parameter>--libexecdir=`pkg-config --variable=prefix
     
    136150
    137151</sect1>
    138 
  • introduction/welcome/changelog.xml

    rf1d9c53 rd5127a18  
    2626
    2727    <listitem>
    28       <para>May 15th, 2005 [randy]: Updated to Evolution-2.2.2 and
    29       Epiphany-1.6.2.</para>
     28      <para>May 15th, 2005 [randy]: Updated to Evolution-2.2.2, Epiphany-1.6.2,
     29      Nautilus CD Burner-2.10.1 and GNOME Media-2.10.2.</para>
    3030    </listitem>
    3131
Note: See TracChangeset for help on using the changeset viewer.