Changeset cbcd88e


Ignore:
Timestamp:
06/24/2006 01:57:29 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:
ca109fa5
Parents:
a7e2709
Message:

Updated to Totem-1.4.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra7e2709 rcbcd88e  
    477477<!ENTITY gnome-games-version          "2.14.2">
    478478<!ENTITY sound-juicer-version         "2.14.4">
    479 <!ENTITY totem-version                "1.4.1">
     479<!ENTITY totem-version                "1.4.2">
    480480<!ENTITY gdm-version                  "2.14.7">
    481481
  • gnome/add/totem.xml

    ra7e2709 rcbcd88e  
    55  %general-entities;
    66
    7   <!ENTITY totem-download-http "&gnome-download-http;/totem/1.2/totem-&totem-version;.tar.bz2">
    8   <!ENTITY totem-download-ftp  "&gnome-download-ftp;/totem/1.2/totem-&totem-version;.tar.bz2">
    9   <!ENTITY totem-md5sum        "7915469973500dba01d51edfd9e49cf3">
    10   <!ENTITY totem-size          "1.4 MB">
    11   <!ENTITY totem-buildsize     "27.6 MB">
     7  <!ENTITY totem-download-http "&gnome-download-http;/totem/1.4/totem-&totem-version;.tar.bz2">
     8  <!ENTITY totem-download-ftp  "&gnome-download-ftp;/totem/1.4/totem-&totem-version;.tar.bz2">
     9  <!ENTITY totem-md5sum        "5a9b9d127d5065c0ea2a3c8a3c255597">
     10  <!ENTITY totem-size          "1.7 MB">
     11  <!ENTITY totem-buildsize     "25.1 MB">
    1212  <!ENTITY totem-time          "0.6 SBU">
    1313]>
     
    6767    <para role="required"><xref linkend="gnome-icon-theme"/>,
    6868    <xref linkend="gnome-desktop"/>,
    69     <xref linkend="iso-codes"/>,
    70     <xref linkend="libmusicbrainz"/>, and
     69    <xref linkend="iso-codes"/>, and
    7170    <xref linkend="xine-lib"/> (default back-end) or
    72     <xref linkend="gst-plugins-base"/> (and <ulink
    73     url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html">
    74     GStreamer FFmpeg Plug-in</ulink>)</para>
     71    <xref linkend="gst-plugins-good"/> (secondary back-end)</para>
    7572
    7673    <bridgehead renderas="sect4">Optional</bridgehead>
    77     <para role="optional"><xref linkend="nautilus"/>,
     74    <para role="optional"><xref linkend="intltool"/>,
     75    <xref linkend="nautilus"/>,
     76    <xref linkend="dbus"/>,
    7877    <xref linkend="seamonkey"/> or <xref linkend="firefox"/>
    7978    (to build the browser plug-in, requires <xref linkend="dbus"/> also),
     
    9897    commands:</para>
    9998
    100 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    101             --libexecdir=`pkg-config \
    102             --variable=prefix ORBit-2.0`/lib/totem \
     99<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    103100            --localstatedir=/var/lib \
    104             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     101            --sysconfdir=&gnome-etc-dir; \
     102            --libexecdir=$(pkg-config \
     103                --variable=prefix ORBit-2.0)/lib/totem &amp;&amp;
    105104make</userinput></screen>
    106105
     
    116115    <title>Command Explanations</title>
    117116
    118     <para><parameter>--libexecdir=`pkg-config
    119     --variable=prefix ORBit-2.0`/lib/totem</parameter>: This parameter is
     117    <para><parameter>--libexecdir=$(pkg-config
     118    --variable=prefix ORBit-2.0)/lib/totem</parameter>: This parameter is
    120119    used so that the movie player plugin for browsers is installed in
    121120    <filename class='directory'>$GNOME_PREFIX/lib/totem</filename> instead
     
    131130    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    132131
    133     <para><option>--enable-vanity</option>: Using this parameter will build the
     132    <!-- This is broken now so disabling the comment
     133    <para><option>-enable-vanity</option>: Using this parameter will build the
    134134    webcam utility (still in development).</para>
     135    -->
    135136
    136137  </sect2>
     
    163164        extension plugin and optionally, a <application>Mozilla</application>
    164165        video plugin</seg>
    165         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{{,schemas/}apps/totem,
    166         {,schemas/}desktop/gnome/{thumbnailers, url-handlers}/{too many to list}}
    167         and the following subdirectories of $GNOME_PREFIX/:
     166        <seg>The following subdirectories of $GNOME_PREFIX/:
    168167        include/totem,
    169168        lib/totem,
  • introduction/welcome/changelog.xml

    ra7e2709 rcbcd88e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Totem-1.4.2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to gcalctool-5.8.16.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.