Changeset 862886a5 for gnome/add


Ignore:
Timestamp:
04/19/2004 08:04:20 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c08d7f24
Parents:
ee548af
Message:

updated to gstreamer-0.8.1

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

Location:
gnome/add
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/applets/gnome-applets-inst.xml

    ree548af r862886a5  
    55
    66<screen><userinput><command>PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    7 ./configure --prefix=$PRE \
    8     --libexecdir=$PRE/sbin \
     7./configure --prefix=$PRE --libexecdir=$PRE/sbin \
    98    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    109make tooldir=$PRE/lib/gnome-applets &amp;&amp;
     
    1312
    1413</sect2>
    15 
  • gnome/add/applets/gnome-applets-intro.xml

    ree548af r862886a5  
    2222<sect4><title>Required</title>
    2323<para>
    24 <xref linkend="gail"/>
    25 <xref linkend="gnome-panel"/>
     24<xref linkend="gail"/>,
     25<xref linkend="gnome-panel"/> and
    2626<xref linkend="libxklavier"/>
    2727</para></sect4>
  • gnome/add/gstreamer/gstreamer-exp.xml

    ree548af r862886a5  
    1212<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    1313
    14 <para><option>--disable-gtk-doc</option>: This switch prevents
     14<para><option>--disable-docs-build</option>: This switch prevents
    1515the rebuilding of documentation during the <command>make</command>
    1616command.</para>
    1717
    18 
    1918</sect2>
    20 
  • gnome/add/gstreamer/gstreamer-inst.xml

    ree548af r862886a5  
    55
    66<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    7     --localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc  &amp;&amp;
     7    --localstatedir=/var/lib --sysconfdir=/etc/gnome \
     8    --disable-docs-build &amp;&amp;
    89make &amp;&amp;
    910make install &amp;&amp;
  • gnome/add/gstreamer/gstreamer-intro.xml

    ree548af r862886a5  
    2020<sect3><title><application>GStreamer</application> dependencies</title>
    2121<sect4><title>Required</title>
    22 <para><xref linkend="libgnomeui"/></para></sect4>
     22<para>
     23<xref linkend="libgnomeui"/>
     24</para></sect4>
    2325<sect4><title>Optional</title>
    24 <para><xref linkend="gtk-doc"/> and <xref
    25 linkend="DocBook"/></para></sect4>
     26<para>
     27<xref linkend="Python"/>,
     28<xref linkend="gtk-doc"/>,
     29<xref linkend="pst-typesetting-tex"/>,
     30<xref linkend="gs"/> or
     31<xref linkend="espgs"/>,
     32<ulink url="http://sources.redhat.com/docbook-tools/">docbook-utils</ulink>,
     33<ulink url="http://epb.lbl.gov/xfig/">TransFig</ulink>,
     34<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink> and
     35<ulink url="http://valgrind.kde.org/">Valgrind</ulink>
     36</para></sect4>
    2637</sect3>
    2738
    28 
    2939</sect2>
  • gnome/add/gstreamer/gstreamer.ent

    ree548af r862886a5  
    44<!ENTITY gstreamer-exp SYSTEM "gstreamer-exp.xml">
    55<!ENTITY gstreamer-desc SYSTEM "gstreamer-desc.xml">
    6 <!ENTITY gstreamer-version "0.8.0">
     6<!ENTITY gstreamer-version "0.8.1">
    77<!ENTITY gstreamer-download-http "http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
    8 <!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-&gstreamer-version;.tar.bz2">
    9 <!ENTITY gstreamer-size "1.6 MB">
    10 <!ENTITY gstreamer-buildsize "83.0 MB">
     8<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
     9<!ENTITY gstreamer-size "1.2 MB">
     10<!ENTITY gstreamer-buildsize "86 MB">
    1111<!ENTITY gstreamer-time "1.31 SBU">
Note: See TracChangeset for help on using the changeset viewer.