Changeset 6c1aa8c for multimedia


Ignore:
Timestamp:
12/26/2005 08:53:42 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d08e04bb
Parents:
c183a7b
Message:

Updated xine-lib to 1.1.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    rc183a7b r6c1aa8c  
    77  <!ENTITY xine-lib-download-http "http://prdownloads.sourceforge.net/xine/xine-lib-&xine-lib-version;.tar.gz">
    88  <!ENTITY xine-lib-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xine-lib-&xine-lib-version;.tar.gz">
    9   <!ENTITY xine-lib-md5sum        "3537cfd58d253b4be20a4975e7086e38">
    10   <!ENTITY xine-lib-size          "8.0 MB">
    11   <!ENTITY xine-lib-buildsize     "98.0 MB">
    12   <!ENTITY xine-lib-time          "3.8 SBU">
     9  <!ENTITY xine-lib-md5sum        "b1f42602c776bb93e3cbf127e220cbfd">
     10  <!ENTITY xine-lib-size          "7.8 MB">
     11  <!ENTITY xine-lib-buildsize     "87.7 MB">
     12  <!ENTITY xine-lib-time          "3.2 SBU">
    1313]>
    1414
     
    9090    <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
    9191    <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
    92     <ulink url="http://sourceforge.net/projects/unichrome/">XvMC Wrapper</ulink>,
     92    <ulink url="http://sourceforge.net/projects/unichrome/">libXvMCW Wrapper</ulink>,
    9393    <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
    9494    <ulink url="http://www.vcdimager.org/">VCDImager</ulink>,
     
    104104    following commands:</para>
    105105
    106 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr --enable-static &amp;&amp;
    107107make</userinput></screen>
    108108
     
    111111    <command>configure</command> may not compile cleanly.</para>
    112112
     113    <para>You will need to pass <command>configure</command> the option
     114    <option>--with-xv-path=</option> If you didn't install
     115    <application>Xorg</application> or <application>XFree86</application> in
     116    <filename class='directory'>/usr/X11R6</filename>. For example, if you installed
     117    <application>Xorg</application> in <filename class='directory'>/usr</filename>
     118    you will need to use <option>--with-xv-path=/usr/lib</option> .</para>
     119
    113120    <para>This package does not come with a test suite.</para>
    114121
     
    116123
    117124<screen role="root"><userinput>make install</userinput></screen>
     125
     126  </sect2>
     127
     128  <sect2 role="commands">
     129    <title>Command Explanations</title>
     130
     131    <para><option>--enable-static</option>: This switch is used to enable
     132    building the static library as some programs link against it.</para>
    118133
    119134  </sect2>
     
    130145      <seglistitem>
    131146        <seg>xine-config</seg>
    132         <seg>libxine.so and numerous plugin modules and video extensions</seg>
     147        <seg>libxine.{a,so} and numerous plugin modules and video extensions</seg>
    133148        <seg>Output display engine fonts located in
    134149        /usr/share/xine/libxine1/fonts</seg>
Note: See TracChangeset for help on using the changeset viewer.