Changeset 59a6b63 for multimedia


Ignore:
Timestamp:
08/08/2015 01:03:10 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
604bf744
Parents:
037fc0be
Message:
  • Update to tcsh-6.19.00.
  • Update to fribidi-0.19.7.
  • Update to subversion-1.9.0.
  • Update to mariadb-10.0.21.
  • Update to firefox-39.0.3.
  • SDL-1.2.15: Move "--disable-sdl-dlopen" to option.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    r037fc0be r59a6b63  
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para role="optional">
     64      <xref linkend="aalib"/>,
    6465      <xref linkend="alsa"/>,
    65       <xref linkend='pulseaudio'/>
     66      <xref linkend="glu"/>,
    6667      <xref linkend="nasm"/>,
     68      <xref linkend="pulseaudio"/>,
     69      <xref linkend="pth"/>,
    6770      <xref linkend="x-window-system"/>,
    68       <xref linkend="glu"/>,
    69       <xref linkend="aalib"/>,
    70       <xref linkend="pth"/>,
    7171      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    72       <ulink url="http://www.ggi-project.org/">GGI</ulink>,
    73       <ulink url="http://my.arava.co.il/~matan/svgalib/">SVGAlib-1.9.5</ulink>
    74       (<ulink url="&patch-root;/svgalib-1.9.25-megafixes-1.patch">patched</ulink>),
    75       <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink> and
    76       <ulink url="http://picogui.org/">PicoGUI</ulink>
     72      <ulink url="http://ibiblio.org/ggicore/">GGI</ulink>,
     73      <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink>,
     74      <ulink url="http://picogui.org/">PicoGUI</ulink>, and
     75      <ulink url="http://arava.co.il/matan/svgalib/">SVGAlib</ulink>
    7776    </para>
    7877
     
    8887    following commands:</para>
    8988
    90 <screen><userinput>sed -i '/_XData32/s:register long:register _Xconst long:' src/video/x11/SDL_x11sym.h &amp;&amp;
    91 
    92 ./configure --prefix=/usr --disable-static --disable-sdl-dlopen &amp;&amp;
     89<screen><userinput>sed -e '/_XData32/s:register long:register _Xconst long:' \
     90    -i src/video/x11/SDL_x11sym.h &amp;&amp;
     91
     92./configure --prefix=/usr --disable-static &amp;&amp;
     93
    9394make</userinput></screen>
    9495
     
    118119    <para>You'll need to manually run all the test programs (they are listed in
    119120    the <filename>README</filename> file in this directory).  Many of them will
    120     need to be manually killed, and you'll need to turn your speakers on with the
    121     volume at a suitable level.</para>
     121    need to be manually killed, and you'll need to turn your speakers on with
     122    the volume at a suitable level.</para>
    122123
    123124  </sect2>
     
    126127    <title>Command Explanations</title>
    127128
    128     <para><command>sed -i ...</command>: This command fixes compilation with libX11-1.6.0</para>
     129    <para><command>sed -e ...</command>: This command fixes compilation with
     130    libX11-1.6.0</para>
    129131
    130132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131133      href="../../xincludes/static-libraries.xml"/>
    132134
    133     <para><parameter>--disable-sdl-dlopen</parameter>: This switch disables
    134     using dlopen for shared object loading.</para>
     135    <para><option>--disable-alsa-shared</option>: This switch disables
     136    dynamically loading ALSA shared libraries.</para>
     137
     138    <para><option>--disable-sdl-dlopen</option>: This switch disables using
     139    dlopen for shared object loading. Loading image backend libraries like
     140    libpng dynamically on the fly does not work.</para>
     141
     142    <para><option>--disable-x11-shared</option>: This switch disables
     143    dynamically loading X11 shared libraries.</para>
    135144
    136145  </sect2>
Note: See TracChangeset for help on using the changeset viewer.