Changeset 29c6998
- Timestamp:
- 09/06/2003 02:46:19 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f58752e
- Parents:
- 72df9d3
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/add/eog/eog-desc.xml
r72df9d3 r29c6998 2 2 <title>Contents</title> 3 3 4 <para>The eog package contains <userinput>eog</userinput>.</para> 4 <para>The <application>eog</application> package contains 5 <command>eog</command>.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>eog</title> 11 <para> eogis a fast and functional image viewer as well as an image12 <para><command>eog</command> is a fast and functional image viewer as well as an image 12 13 cataloging program.</para></sect3> 13 14 -
gnome/add/eog/eog-exp.xml
r72df9d3 r29c6998 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts4 <para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch puts 5 5 libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of 6 6 <filename>$GNOME_PREFIX/libexec</filename>.</para> 7 7 8 <para>< userinput>--localstatedir=/var/lib</userinput> : This switch8 <para><command>--localstatedir=/var/lib</command> : This switch 9 9 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> 10 10 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para> 11 11 12 <para>< userinput>--sysconfdir=/etc/gnome</userinput> : This switch12 <para><command>--sysconfdir=/etc/gnome</command> : This switch 13 13 puts configuration files in <filename>/etc/gnome</filename> instead of 14 14 <filename>$GNOME_PREFIX/etc</filename>.</para> -
gnome/add/eog/eog-inst.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Installation of eog</title>2 <title>Installation of <application>eog</application></title> 3 3 4 <para>Install eogby running the following commands:</para>4 <para>Install <application>eog</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ 7 7 --localstatedir=/var/lib --sysconfdir=/etc/gnome && 8 8 make && 9 make install </userinput></screen></para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
gnome/add/eog/eog-intro.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Introduction to eog</title>2 <title>Introduction to <application>eog</application></title> 3 3 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 12 5 and cataloging image files.</para> 13 6 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 10 url="&eog-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&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> 16 24 17 25 </sect2> -
gnome/add/eog/eog.ent
r72df9d3 r29c6998 5 5 <!ENTITY eog-desc SYSTEM "eog-desc.xml"> 6 6 <!ENTITY eog-config SYSTEM "eog-config.xml"> 7 <!ENTITY eog-buildsize " 5.3MB">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 "4 70 KB">12 <!ENTITY eog-time "0. 82SBU">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 3 3 4 4 <para>The gnome-media package contains 5 < userinput>gnome-sound-recorder</userinput>,6 < userinput>gnome-cd</userinput>,7 < userinput>gnome-volume-control</userinput> and8 < 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> 9 9 10 10 </sect2> … … 13 13 14 14 <sect3><title>gnome-sound-recorder</title> 15 <para> gnome-sound-recorderis Gnome's recorder.</para></sect3>15 <para><command>gnome-sound-recorder</command> is Gnome's recorder.</para></sect3> 16 16 17 17 <sect3><title>gnome-cd</title> 18 <para> gnome-cdis Gnome's CD Player.</para></sect3>18 <para><command>gnome-cd</command> is Gnome's CD Player.</para></sect3> 19 19 20 20 <sect3><title>gnome-volume-control</title> 21 <para> gnome-volume-controlis Gnome's mixer with volume21 <para><command>gnome-volume-control</command> is Gnome's mixer with volume 22 22 applet.</para></sect3> 23 23 24 24 <sect3><title>vumeter</title> 25 <para> vumeteris a visual volume meter.</para></sect3>25 <para><command>vumeter</command> is a visual volume meter.</para></sect3> 26 26 27 27 </sect2> -
gnome/add/media/gnome-media-exp.xml
r72df9d3 r29c6998 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--sysconfdir=/etc/gnome</userinput> : This switch puts4 <para><command>--sysconfdir=/etc/gnome</command> : This switch puts 5 5 configuration files in <filename>/etc/gnome</filename> instead of 6 6 <filename>$GNOME_PREFIX/etc</filename>.</para> 7 7 8 <para>< userinput>--localstatedir=/var/lib</userinput> : This switch8 <para><command>--localstatedir=/var/lib</command> : This switch 9 9 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> 10 10 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para> 11 11 12 <para>< userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This12 <para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This 13 13 command puts libexec files in <filename>$GNOME_PREFIX/sbin</filename> 14 14 instead of <filename>$GNOME_PREFIX/libexec</filename>.</para> -
gnome/add/media/gnome-media-inst.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Installation of gnome-media</title>2 <title>Installation of <application>gnome-media</application></title> 3 3 4 <para>Install gnome-mediaby running the following commands:</para>4 <para>Install <application>gnome-media</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \ 7 7 --localstatedir=/var/lib --libexecdir=$GNOME_PREFIX/sbin && 8 8 make && 9 make install </userinput></screen></para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
gnome/add/media/gnome-media-intro.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Introduction to gnome-media</title>2 <title>Introduction to <application>gnome-media</application></title> 3 3 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 5 applications.</para> 10 6 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 10 url="&gnome-media-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&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> 12 24 13 <screen>gnome-media depends on:14 <xref linkend="libgnomeui"/> and <xref linkend="gstreamer"/></screen>15 25 16 26 </sect2> -
gnome/add/media/gnome-media.ent
r72df9d3 r29c6998 5 5 <!ENTITY gnome-media-desc SYSTEM "gnome-media-desc.xml"> 6 6 <!ENTITY gnome-media-config SYSTEM "gnome-media-config.xml"> 7 <!ENTITY gnome-media-buildsize " 12.3MB">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.1MB">12 <!ENTITY gnome-media-time " 1.76SBU">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 2 2 <title>Contents</title> 3 3 4 <para>The gst-pluginspackage contains <userinput>LISTOFFILES</userinput></para>4 <para>The <application>gst-plugins</application> package contains <userinput>LISTOFFILES</userinput></para> 5 5 6 6 </sect2> -
gnome/add/media/gst-plugins-inst.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Installation of gst-plugins</title>2 <title>Installation of <application>gst-plugins</application></title> 3 3 4 <para>Install gst-pluginsby running the following commands:</para>4 <para>Install <application>gst-plugins</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX &&6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX && 7 7 make && 8 8 make install && 9 gst-register</ userinput></screen></para>9 gst-register</command></userinput></screen> 10 10 11 11 </sect2> -
gnome/add/media/gst-plugins-intro.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Introduction to gst-plugins</title>2 <title>Introduction to <application>gst-plugins</application></title> 3 3 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> 9 5 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 9 url="&gst-plugins-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink 11 url="&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> 11 23 12 <screen>gst-plugins depends on:13 <xref linkend="gstreamer"/></screen>14 24 15 25 </sect2> -
gnome/add/media/gst-plugins.ent
r72df9d3 r29c6998 5 5 <!ENTITY gst-plugins-desc SYSTEM "gst-plugins-desc.xml"> 6 6 <!ENTITY gst-plugins-config SYSTEM "gst-plugins-config.xml"> 7 <!ENTITY gst-plugins-buildsize " 98MB">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. 8MB">12 <!ENTITY gst-plugins-time " 6.18SBU">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 2 2 <title>Contents</title> 3 3 4 <para>The gstreamerpackage contains <filename>libgstreamer</filename>4 <para>The <application>gstreamer</application> package contains <filename>libgstreamer</filename> 5 5 libraries and <filename>libgst</filename> libraries.</para> 6 6 -
gnome/add/media/gstreamer-exp.xml
r72df9d3 r29c6998 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--localstatedir=/var/lib</userinput> : This switch4 <para><command>--localstatedir=/var/lib</command> : This switch 5 5 puts gst-register's cache in <filename>/var/lib/cache</filename> 6 6 instead of <filename>$GNOME_PREFIX/var/cache</filename>.</para> -
gnome/add/media/gstreamer-intro.xml
r72df9d3 r29c6998 1 1 <sect2> 2 <title>Introduction to gstreamer</title>2 <title>Introduction to <application>gstreamer</application></title> 3 3 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. 5 This is useful for interfacing with binary codecs.</para> 10 6 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 10 url="&gstreamer-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&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> 12 24 13 <screen>gstreamer depends on:14 <xref linkend="libgnomeui"/></screen>15 25 16 26 </sect2> -
gnome/add/media/gstreamer.ent
r72df9d3 r29c6998 5 5 <!ENTITY gstreamer-desc SYSTEM "gstreamer-desc.xml"> 6 6 <!ENTITY gstreamer-config SYSTEM "gstreamer-config.xml"> 7 <!ENTITY gstreamer-buildsize " 65.2MB">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. 1MB">12 <!ENTITY gstreamer-time " 3.95SBU">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"> -
introduction/welcome/changelog.xml
r72df9d3 r29c6998 13 13 <listitem><para>September 5th, 2003 [larry]: gnome: updated to 14 14 gnome-system-moniter-2.0.5, gnome-applets-2.2.2, gnome-utils-2.2.3, 15 gnome-games-2.2.1, nautilus-2.2.4, yelp-2.2.3, bug-buddy-2.2.106 and 16 gedit-2.2.2.</para></listitem> 15 gnome-games-2.2.1, nautilus-2.2.4, yelp-2.2.3, bug-buddy-2.2.106, 16 gedit-2.2.2, eog-2.2.2, gstreamer-0.6.2, gst-plugins-0.6.2 and 17 gnome-media-2.2.2.</para></listitem> 17 18 18 19 <listitem><para>September 4th, 2003 [larry]: gnome: updated to
Note:
See TracChangeset
for help on using the changeset viewer.