Changeset 29c6998 for gnome/add


Ignore:
Timestamp:
09/06/2003 02:46:19 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f58752e
Parents:
72df9d3
Message:

update to eog-2.2.2, gstreamer-0.6.2, gst-plugins-0.6.2 and gnome-media-2.2.2

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

Location:
gnome/add
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/eog/eog-desc.xml

    r72df9d3 r29c6998  
    22<title>Contents</title>
    33
    4 <para>The eog package contains <userinput>eog</userinput>.</para>
     4<para>The <application>eog</application> package contains
     5<command>eog</command>.</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>eog</title>
    11 <para>eog is a fast and functional image viewer as well as an image
     12<para><command>eog</command> is a fast and functional image viewer as well as an image
    1213cataloging program.</para></sect3>
    1314
  • gnome/add/eog/eog-exp.xml

    r72df9d3 r29c6998  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts
     4<para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch puts
    55libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of
    66<filename>$GNOME_PREFIX/libexec</filename>.</para>
    77
    8 <para><userinput>--localstatedir=/var/lib</userinput> : This switch
     8<para><command>--localstatedir=/var/lib</command> : This switch
    99puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
    1010instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    1111
    12 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
     12<para><command>--sysconfdir=/etc/gnome</command> : This switch
    1313puts configuration files in <filename>/etc/gnome</filename> instead of
    1414<filename>$GNOME_PREFIX/etc</filename>.</para>
  • gnome/add/eog/eog-inst.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Installation of eog</title>
     2<title>Installation of <application>eog</application></title>
    33
    4 <para>Install eog by running the following commands:</para>
     4<para>Install <application>eog</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
    77--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    88make &amp;&amp;
    9 make install </userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/add/eog/eog-intro.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Introduction to eog</title>
     2<title>Introduction to <application>eog</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&eog-download-http;"/>
    5 Download location (FTP):        <ulink url="&eog-download-ftp;"/>
    6 Version used:                   &eog-version;
    7 Package size:                   &eog-size;
    8 Estimated Disk space required:  &eog-buildsize;
    9 Estimated build time:           &eog-time;</screen>
    10 
    11 <para>The eog package contains Eyes of Gnome. This is useful for viewing
     4<para>The <application>eog</application> package contains Eyes of Gnome. This is useful for viewing
    125and cataloging image files.</para>
    136
    14 <screen>eog depends on:
    15 <xref linkend="libgnomeui"/> and <xref linkend="libgnomeprint"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&eog-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&eog-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &eog-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&eog-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&eog-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>eog</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/> and <xref linkend="libgnomeprint"/></para></sect4>
     23</sect3>
    1624
    1725</sect2>
  • gnome/add/eog/eog.ent

    r72df9d3 r29c6998  
    55<!ENTITY eog-desc SYSTEM "eog-desc.xml">
    66<!ENTITY eog-config SYSTEM "eog-config.xml">
    7 <!ENTITY eog-buildsize "5.3 MB">
    8 <!ENTITY eog-version "2.2.1">
    9 <!ENTITY eog-download-http "http://ftp.gnome.org/pub/GNOME/sources/eog/2.2/eog-2.2.1.tar.bz2">
    10 <!ENTITY eog-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eog/2.2/eog-2.2.1.tar.bz2">
    11 <!ENTITY eog-size "470 KB">
    12 <!ENTITY eog-time "0.82 SBU">
     7<!ENTITY eog-buildsize "16.1 MB">
     8<!ENTITY eog-version "2.2.2">
     9<!ENTITY eog-download-http "http://ftp.gnome.org/pub/GNOME/sources/eog/2.2/eog-2.2.2.tar.bz2">
     10<!ENTITY eog-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eog/2.2/eog-2.2.2.tar.bz2">
     11<!ENTITY eog-size "480 KB">
     12<!ENTITY eog-time "0.19 SBU">
  • gnome/add/media/gnome-media-desc.xml

    r72df9d3 r29c6998  
    33
    44<para>The gnome-media package contains
    5 <userinput>gnome-sound-recorder</userinput>,
    6 <userinput>gnome-cd</userinput>,
    7 <userinput>gnome-volume-control</userinput> and
    8 <userinput>vumeter</userinput>.</para>
     5<command>gnome-sound-recorder</command>,
     6<command>gnome-cd</command>,
     7<command>gnome-volume-control</command> and
     8<command>vumeter</command>.</para>
    99
    1010</sect2>
     
    1313
    1414<sect3><title>gnome-sound-recorder</title>
    15 <para>gnome-sound-recorder is Gnome's recorder.</para></sect3>
     15<para><command>gnome-sound-recorder</command> is Gnome's recorder.</para></sect3>
    1616
    1717<sect3><title>gnome-cd</title>
    18 <para>gnome-cd is Gnome's CD Player.</para></sect3>
     18<para><command>gnome-cd</command> is Gnome's CD Player.</para></sect3>
    1919
    2020<sect3><title>gnome-volume-control</title>
    21 <para>gnome-volume-control is Gnome's mixer with volume
     21<para><command>gnome-volume-control</command> is Gnome's mixer with volume
    2222applet.</para></sect3>
    2323
    2424<sect3><title>vumeter</title>
    25 <para>vumeter is a visual volume meter.</para></sect3>
     25<para><command>vumeter</command> is a visual volume meter.</para></sect3>
    2626
    2727</sect2>
  • gnome/add/media/gnome-media-exp.xml

    r72df9d3 r29c6998  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch puts
     4<para><command>--sysconfdir=/etc/gnome</command> : This switch puts
    55configuration files in <filename>/etc/gnome</filename> instead of
    66<filename>$GNOME_PREFIX/etc</filename>.</para>
    77
    8 <para><userinput>--localstatedir=/var/lib</userinput> : This switch
     8<para><command>--localstatedir=/var/lib</command> : This switch
    99puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
    1010instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    1111
    12 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This
     12<para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This
    1313command puts libexec files in <filename>$GNOME_PREFIX/sbin</filename>
    1414instead of <filename>$GNOME_PREFIX/libexec</filename>.</para>
  • gnome/add/media/gnome-media-inst.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Installation of gnome-media</title>
     2<title>Installation of <application>gnome-media</application></title>
    33
    4 <para>Install gnome-media by running the following commands:</para>
     4<para>Install <application>gnome-media</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \
    77--localstatedir=/var/lib --libexecdir=$GNOME_PREFIX/sbin &amp;&amp;
    88make &amp;&amp;
    9 make install </userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/add/media/gnome-media-intro.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Introduction to gnome-media</title>
     2<title>Introduction to <application>gnome-media</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gnome-media-download-http;"/>
    5 Download location (FTP):        <ulink url="&gnome-media-download-ftp;"/>
    6 Version used:                   &gnome-media-version;
    7 Package size:                   &gnome-media-size;
    8 Estimated Disk space required:  &gnome-media-buildsize;
    9 Estimated build time:           &gnome-media-time;</screen>
     4<para>The <application>gnome-media</application> package contains GNOME's media
     5applications.</para>
    106
    11 <para>The gnome-media package contains GNOME's media applications.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&gnome-media-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&gnome-media-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &gnome-media-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&gnome-media-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&gnome-media-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>gnome-media</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/> and <xref linkend="gstreamer"/></para></sect4>
     23</sect3>
    1224
    13 <screen>gnome-media depends on:
    14 <xref linkend="libgnomeui"/> and <xref linkend="gstreamer"/></screen>
    1525
    1626</sect2>
  • gnome/add/media/gnome-media.ent

    r72df9d3 r29c6998  
    55<!ENTITY gnome-media-desc SYSTEM "gnome-media-desc.xml">
    66<!ENTITY gnome-media-config SYSTEM "gnome-media-config.xml">
    7 <!ENTITY gnome-media-buildsize "12.3 MB">
    8 <!ENTITY gnome-media-version "2.2.1.1">
    9 <!ENTITY gnome-media-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.2/gnome-media-2.2.1.1.tar.bz2">
    10 <!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.2/gnome-media-2.2.1.1.tar.bz2">
    11 <!ENTITY gnome-media-size "1.1 MB">
    12 <!ENTITY gnome-media-time "1.76 SBU">
     7<!ENTITY gnome-media-buildsize "37.8 MB">
     8<!ENTITY gnome-media-version "2.2.2">
     9<!ENTITY gnome-media-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.2/gnome-media-2.2.2.tar.bz2">
     10<!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.2/gnome-media-2.2.2.tar.bz2">
     11<!ENTITY gnome-media-size "2.8 MB">
     12<!ENTITY gnome-media-time "0.49 SBU">
  • gnome/add/media/gst-plugins-desc.xml

    r72df9d3 r29c6998  
    22<title>Contents</title>
    33
    4 <para>The gst-plugins package contains <userinput>LISTOFFILES</userinput></para>
     4<para>The <application>gst-plugins</application> package contains <userinput>LISTOFFILES</userinput></para>
    55
    66</sect2>
  • gnome/add/media/gst-plugins-inst.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Installation of gst-plugins</title>
     2<title>Installation of <application>gst-plugins</application></title>
    33
    4 <para>Install gst-plugins by running the following commands:</para>
     4<para>Install <application>gst-plugins</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    77make &amp;&amp;
    88make install &amp;&amp;
    9 gst-register</userinput></screen></para>
     9gst-register</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/add/media/gst-plugins-intro.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Introduction to gst-plugins</title>
     2<title>Introduction to <application>gst-plugins</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gst-plugins-download-http;"/>
    5 Download location (FTP):        <ulink url="&gst-plugins-download-ftp;"/>
    6 Version used:                   &gst-plugins-version;
    7 Package size:                   &gst-plugins-size;
    8 Estimated Disk space required:  &gst-plugins-buildsize;</screen>
     4<para>The <application>gst-plugins</application> package contains codec interfaces.</para>
    95
    10 <para>The gst-plugins package contains codec interfaces.</para>
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink
     9url="&gst-plugins-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&gst-plugins-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &gst-plugins-size;</para></listitem>
     13<listitem><para>Estimated Disk space required:
     14&gst-plugins-buildsize;</para></listitem>
     15<listitem><para>Estimated build time:
     16&gst-plugins-time;</para></listitem></itemizedlist>
     17</sect3>
     18                                                                               
     19<sect3><title><application>gst-plugins</application> dependencies</title>
     20<sect4><title>Required</title>
     21<para><xref linkend="gstreamer"/></para></sect4>
     22</sect3>
    1123
    12 <screen>gst-plugins depends on:
    13 <xref linkend="gstreamer"/></screen>
    1424
    1525</sect2>
  • gnome/add/media/gst-plugins.ent

    r72df9d3 r29c6998  
    55<!ENTITY gst-plugins-desc SYSTEM "gst-plugins-desc.xml">
    66<!ENTITY gst-plugins-config SYSTEM "gst-plugins-config.xml">
    7 <!ENTITY gst-plugins-buildsize "98 MB">
    8 <!ENTITY gst-plugins-version "0.6.0">
    9 <!ENTITY gst-plugins-download-http "http://ftp.gnome.org/pub/GNOME/sources/gst-plugins/0.6/gst-plugins-0.6.0.tar.bz2">
    10 <!ENTITY gst-plugins-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gst-plugins/0.6/gst-plugins-0.6.0.tar.bz2">
    11 <!ENTITY gst-plugins-size "1.8 MB">
    12 <!ENTITY gst-plugins-time "6.18 SBU">
     7<!ENTITY gst-plugins-buildsize "102 MB">
     8<!ENTITY gst-plugins-version "0.6.2">
     9<!ENTITY gst-plugins-download-http "http://ftp.gnome.org/pub/GNOME/sources/gst-plugins/0.6/gst-plugins-0.6.2.tar.bz2">
     10<!ENTITY gst-plugins-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gst-plugins/0.6/gst-plugins-0.6.2.tar.bz2">
     11<!ENTITY gst-plugins-size "1.9 MB">
     12<!ENTITY gst-plugins-time "2.16 SBU">
  • gnome/add/media/gstreamer-desc.xml

    r72df9d3 r29c6998  
    22<title>Contents</title>
    33
    4 <para>The gstreamer package contains <filename>libgstreamer</filename>
     4<para>The <application>gstreamer</application> package contains <filename>libgstreamer</filename>
    55libraries and <filename>libgst</filename> libraries.</para>
    66
  • gnome/add/media/gstreamer-exp.xml

    r72df9d3 r29c6998  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--localstatedir=/var/lib</userinput> : This switch
     4<para><command>--localstatedir=/var/lib</command> : This switch
    55puts gst-register's cache in <filename>/var/lib/cache</filename>
    66instead of <filename>$GNOME_PREFIX/var/cache</filename>.</para>
  • gnome/add/media/gstreamer-intro.xml

    r72df9d3 r29c6998  
    11<sect2>
    2 <title>Introduction to gstreamer</title>
     2<title>Introduction to <application>gstreamer</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gstreamer-download-http;"/>
    5 Download location (FTP):        <ulink url="&gstreamer-download-ftp;"/>
    6 Version used:                   &gstreamer-version;
    7 Package size:                   &gstreamer-size;
    8 Estimated Disk space required:  &gstreamer-buildsize;
    9 Estimated build time:           &gstreamer-time;</screen>
     4<para>The <application>gstreamer</application> package contains a framework for streaming media.
     5This is useful for interfacing with binary codecs.</para>
    106
    11 <para>The gstreamer package contains a framework for streaming media. This is useful for interfacing with binary codecs.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&gstreamer-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&gstreamer-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &gstreamer-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&gstreamer-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&gstreamer-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>template</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/></para></sect4>
     23</sect3>
    1224
    13 <screen>gstreamer depends on:
    14 <xref linkend="libgnomeui"/></screen>
    1525
    1626</sect2>
  • gnome/add/media/gstreamer.ent

    r72df9d3 r29c6998  
    55<!ENTITY gstreamer-desc SYSTEM "gstreamer-desc.xml">
    66<!ENTITY gstreamer-config SYSTEM "gstreamer-config.xml">
    7 <!ENTITY gstreamer-buildsize "65.2 MB">
    8 <!ENTITY gstreamer-version "0.6.0">
    9 <!ENTITY gstreamer-download-http "http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.0.tar.bz2">
    10 <!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.0.tar.bz2">
    11 <!ENTITY gstreamer-size "1.1 MB">
    12 <!ENTITY gstreamer-time "3.95 SBU">
     7<!ENTITY gstreamer-buildsize "72.7 MB">
     8<!ENTITY gstreamer-version "0.6.2">
     9<!ENTITY gstreamer-download-http "http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.2.tar.bz2">
     10<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.2.tar.bz2">
     11<!ENTITY gstreamer-size "1.2 MB">
     12<!ENTITY gstreamer-time "1.31 SBU">
Note: See TracChangeset for help on using the changeset viewer.