Changeset c4ebaa6
- Timestamp:
- 04/19/2003 02:05:48 PM (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, v1_0, 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:
- e80cc95
- Parents:
- d8ab902
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/lib/gnome-vfs/gnome-vfs1.ent
rd8ab902 rc4ebaa6 5 5 <!ENTITY gnome-vfs1-desc SYSTEM "gnome-vfs1-desc.xml"> 6 6 <!ENTITY gnome-vfs1-config SYSTEM "gnome-vfs1-config.xml"> 7 <!ENTITY gnome-vfs1-buildsize " 35MB">7 <!ENTITY gnome-vfs1-buildsize "9 MB"> 8 8 <!ENTITY gnome-vfs1-version "1.0.5"> 9 9 <!ENTITY gnome-vfs1-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/1.0/gnome-vfs-1.0.5.tar.bz2"> 10 10 <!ENTITY gnome-vfs1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/1.0/gnome-vfs-1.0.5.tar.bz2"> 11 <!ENTITY gnome-vfs1-size " 768MB">11 <!ENTITY gnome-vfs1-size "1.1 MB"> -
gnome/otherlibs/bonobo14/bonobo14-inst.xml
rd8ab902 rc4ebaa6 4 4 <para>Install bonobo by running the following commands:</para> 5 5 6 <para><screen><userinput> 7 ./configure --prefix=/opt/gnome && 6 <para><screen><userinput>./configure --prefix=/opt/gnome && 8 7 make && 9 make install 10 </userinput></screen></para> 8 make install</userinput></screen></para> 11 9 12 10 </sect2> -
gnome/otherlibs/gal/gal-inst.xml
rd8ab902 rc4ebaa6 4 4 <para>Install gal by running the following commands:</para> 5 5 6 <para><screen><userinput> 7 ./configure --prefix=/opt/gnome --disable-gtk-doc && 6 <para><screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc && 8 7 make && 9 make install 10 </userinput></screen></para> 8 make install</userinput></screen></para> 11 9 12 10 </sect2> -
gnome/otherlibs/gal/gal.ent
rd8ab902 rc4ebaa6 9 9 <!ENTITY gal-download-http "http://ftp.gnome.org/pub/GNOME/sources/gal/&gal-version;/gal-&gal-version;.tar.bz2"> 10 10 <!ENTITY gal-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal-version;/gal-&gal-version;.tar.bz2"> 11 <!ENTITY gal-size "1 004 KB">11 <!ENTITY gal-size "1 MB"> -
kde/inst/kde-libs.xml
rd8ab902 rc4ebaa6 1 <sect1 id="kde-libs" xreflabel="kde base-&kde-version;">1 <sect1 id="kde-libs" xreflabel="kdelibs-&kde-version;"> 2 2 <title>kdelibs-&kde-version;</title> 3 3 -
multimedia/videoutils/mplayer/mplayer-desc.xml
rd8ab902 rc4ebaa6 17 17 mplayer -vo fbdev -fb /dev/fb0 -dvd 1 -aid 128 -sub en -framedrop 18 18 mplayer -fs -vcd 1; # works both for VCDs and SVCDs 19 mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg 20 </userinput></screen></para> 19 mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen></para> 21 20 <para>For further information, have a look at the very good 22 21 documentation -
multimedia/videoutils/mplayer/mplayer-inst.xml
rd8ab902 rc4ebaa6 19 19 --enable-freetype --enable-shared-pp && 20 20 make && 21 make install 22 </userinput></screen></para> 21 make install</userinput></screen></para> 23 22 24 23 <para> Each user of MPlayer should complete the install by running the 25 following commands:</para> 26 <para><screen><userinput> 27 mkdir ~/.mplayer && 24 following commands: 25 <screen><userinput>mkdir ~/.mplayer && 28 26 cp etc/codecs.conf ~/.mplayer && 29 cp etc/example.conf ~/.mplayer/example.conf 30 </userinput></screen></para> 27 cp etc/example.conf ~/.mplayer/example.conf</userinput></screen></para> 31 28 32 29 <sect3> … … 50 47 <para>If you want DVD playback with MPlayer, you need to make a link 51 48 from your DVD drive to <filename>/dev/dvd</filename>:</para> 52 <para><screen><userinput>ln -s /dev/<dvd drive> /dev/dvd 53 </userinput></screen></para> 49 <para><screen><userinput>ln -s /dev/<dvd drive> /dev/dvd</userinput></screen></para> 54 50 <para>replace <userinput><dvd drive></userinput> with whatever 55 51 device is appropriate, for example <filename>/dev/hdc</filename>. if -
pst/printing/gs/espgs-exp.xml
rd8ab902 rc4ebaa6 3 3 4 4 <para><userinput>--enable-gimp-print</userinput> : This switch enables 5 the building fothe gimp-print driver.</para>5 the building of the gimp-print driver.</para> 6 6 7 7 <para><userinput>--enable-ijs</userinput> : This switch enables the IJS -
pst/scanning/sane/sane-inst.xml
rd8ab902 rc4ebaa6 17 17 <para><screen><userinput>./configure --prefix=/usr && 18 18 make && 19 make install 20 </userinput></screen></para> 19 make install</userinput></screen></para> 21 20 22 21 </sect3> … … 28 27 <para><screen><userinput>./configure --prefix=/usr && 29 28 make && 30 make install 31 </userinput></screen></para> 29 make install</userinput></screen></para> 32 30 33 31 </sect3> -
pst/scanning/sane/sane-intro.xml
rd8ab902 rc4ebaa6 4 4 <screen>Download location (HTTP): <ulink url="&sane-download-http;"/> 5 5 Download location (FTP): <ulink url="&sane-be-download-ftp;"/> 6 6 Download location (FTP): <ulink url="&sane-fe-download-ftp;"/> 7 7 Version used: &sane-version; 8 8 Package size: &sane-be-size; (Backends), &sane-fe-size; (Frontends) -
pst/scanning/xsane/xsane-inst.xml
rd8ab902 rc4ebaa6 6 6 <para><screen><userinput>./configure --prefix=/usr && 7 7 make && 8 make install 9 </userinput></screen></para> 8 make install</userinput></screen></para> 10 9 11 10 </sect2> -
xsoft/graphweb/galeon/galeon-intro.xml
rd8ab902 rc4ebaa6 14 14 15 15 <screen>galeon depends on: 16 <xref linkend="libgnomeui"/> and <xref linkend="mozilla"/> 17 galeon will utilize: 18 <ulink url="http://gtm.sourceforge.net">gtm > 0.4.10</ulink></screen> 16 <xref linkend="libgnomeui"/> and <xref linkend="mozilla"/></screen> 19 17 20 18 </sect2> -
xsoft/office/evolution/evolution-intro.xml
rd8ab902 rc4ebaa6 14 14 <xref linkend="bonobo14"></xref>, <xref linkend="bonobo-conf"></xref>, 15 15 <xref linkend="gal"></xref>, <xref linkend="libcapplet"></xref>, <xref linkend="gtkhtml"></xref> and 16 <xref linkend="soup"></xref> 17 18 </screen> 16 <xref linkend="soup"></xref></screen> 19 17 20 18 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.