Changeset f412656 for xsoft


Ignore:
Timestamp:
05/07/2012 02:58:52 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5d1cdfd
Parents:
f8d5951
Message:

Gnash tweaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gnash.xml

    rf8d5951 rf412656  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
     80      <xref linkend="agg"/>,
    8081      <xref linkend="boost"/>,
    81       <xref linkend="GConf"/>,
    82       <xref linkend="giflib"/> and
    83       <xref linkend="agg"/>.
    84     </para>
    85 
    86     <bridgehead renderas="sect4">Recommended</bridgehead>
    87     <para role="recommended">
    88       <xref linkend="ffmpeg"/>,
    89       <xref linkend="gtk2"/> and
    90       <xref linkend="firefox"/> or <xref linkend="seamonkey"/>.
     82      <xref linkend="ffmpeg"/> or <xref linkend="gst-plugins-base"/>,
     83      <xref linkend="firefox"/> or <xref linkend="seamonkey"/>,
     84      <xref linkend="GConf"/> and
     85      <xref linkend="giflib"/>.
    9186    </para>
    9287
     
    9691      <xref linkend="dejagnu"/>,
    9792      <xref linkend="git"/>,
    98       <xref linkend="gst-plugins-base"/>,
    9993      <xref linkend="libogg"/>,
    10094      <xref linkend="libvorbis"/>,
     95      <xref linkend="qt4"/>,
    10196      <xref linkend="speex"/>,
    10297      <xref linkend="wget"/>,
     
    123118    </para>
    124119
    125 <screen><userinput>./configure --prefix=/usr --enable-gui=gtk --sysconfdir=/etc \
    126   --enable-media=ffmpeg --with-npapi-incl=/usr/include/npapi \
    127   --with-npapi-plugindir=/usr/lib/mozilla/plugins            &amp;&amp;
     120<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc      \
     121  --with-npapi-incl=/usr/include/npapi            \
     122  --with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
    128123make</userinput></screen>
    129124
     
    144139
    145140    <para>
    146       <option>--enable-gui=gtk</option>: This tells it to use Gtk+ 2 for its
    147       GUI. The other option is Qt4 (not tested).
    148     </para>
    149 
    150     <para>
    151       <option>--enable-media=ffmpeg</option>: This tells it to use FFmpeg to
    152       render video. The default is to use Gstreamer (not tested).
     141      <option>--enable-media=ffmpeg</option>: This tells it to use FFmpeg
     142      instead of Gstreamer to render video.
    153143    </para>
    154144
    155145    <para>
    156146      <option>--with-npapi-incl=/usr/include/npapi</option>: This option tells
    157       it where to find some Mozilla headers that it needs. Remove this option if
    158       you didn't install Firefox or Seamonkey.
     147      it where to find some Mozilla headers that it needs.
    159148    </para>
    160149
Note: See TracChangeset for help on using the changeset viewer.