Changeset 3c25d1b


Ignore:
Timestamp:
12/16/2008 11:35:30 PM (15 years ago)
Author:
Ken Moffat <ken@…>
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:
7c2c7ea0
Parents:
cbc7ebe3
Message:

Update xine-lib. Removed the references to --enable-static because nobody else uses it (at least, not fedora, debian, gentoo) and to the override for external ffmpeg which is no longer required.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcbc7ebe3 r3c25d1b  
    44-->
    55
    6 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     6<!ENTITY day          "16">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    642642<!ENTITY liba52-version               "0.7.4">
    643643<!ENTITY xvid-version                 "1.1.3">
    644 <!ENTITY xine-lib-version             "1.1.12">
     644<!ENTITY xine-lib-version             "1.1.15">
    645645<!ENTITY libmikmod-version            "3.1.11">
    646646<!ENTITY gstreamer-version            "0.10.13">
  • introduction/welcome/changelog.xml

    rcbc7ebe3 r3c25d1b  
    4242-->
    4343    <listitem>
     44      <para>December 16th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[ken] - Update to xine-lib-0.15.1.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>December 6th, 2008</para>
    4554      <itemizedlist>
  • multimedia/libdriv/xine-lib.xml

    rcbc7ebe3 r3c25d1b  
    77  <!ENTITY xine-lib-download-http "&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.bz2">
    88  <!ENTITY xine-lib-download-ftp  "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.bz2">
    9   <!ENTITY xine-lib-md5sum        "b7254614c78c8b0f1652b8dc06f80b3a">
     9  <!ENTITY xine-lib-md5sum        "42a2b4893b7f892eb334de2fc36d49c8">
    1010  <!ENTITY xine-lib-size          "7.1 MB">
    11   <!ENTITY xine-lib-buildsize     "233 MB">
    12   <!ENTITY xine-lib-time          "6.1 SBU">
     11  <!ENTITY xine-lib-buildsize     "121 MB (without the API documentation)">
     12  <!ENTITY xine-lib-time          "3.2 SBU">
    1313]>
    1414
     
    6767
    6868    <bridgehead renderas="sect4">Recommended</bridgehead>
    69     <para role="recommended"><xref linkend="pkgconfig"/> and  <xref linkend="ffmpeg"/></para>
     69    <para role="recommended"><xref linkend="pkgconfig"/> and  <xref linkend="ffmpeg"/>
     70    (with <option>postproc</option> enabled)</para>
    7071
    7172    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8990    <ulink url="http://www.wavpack.com/">WavPack</ulink>,
    9091    <ulink url="http://dxr3.sourceforge.net/">libdxr3</ulink>,
    91 
    92     <ulink url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>,
     92    and to build the API documentation
     93    <ulink url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
    9394    and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
    9495
     
    110111    following commands:</para>
    111112
    112 <screen><userinput>./configure --prefix=/usr --enable-static --with-external-ffmpeg \
     113<screen><userinput>sed -i 's/\(inline \)\(_x_is_fourcc\)/__\1int \2/' src/xine-engine/buffer.h &amp;&amp;
     114./configure --prefix=/usr \
    113115            --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
    114116make</userinput></screen>
     
    125127    <title>Command Explanations</title>
    126128
    127     <para><option>--enable-static</option>: This switch is used to enable
    128     building the static library as some programs link against it.</para>
    129 
    130     <para><option>--with-external-ffmpeg</option>: This switch enables use of
     129    <para><option>
     130    sed -i 's/\(inline \)\(_x_is_fourcc\)/__\1int \2/' src/xine-engine/buffer.h &amp;&amp;
     131    </option>: This command enables c++ programs to use the header, for example
     132    in <xref linkend="kdemultimedia"/></para>
     133
     134    <!-- <para><option>\-\-enable-static</option>: This switch is used to enable
     135    building the static library as some programs link against it.</para>-->
     136
     137
     138    <!-- switch no longer needed
     139    <para><option>\-\-with-external-ffmpeg</option>: This switch enables use of
    131140    an external <application>FFmpeg</application> library.  The internaly built
    132     library produces poor resuts with some video files.</para>
     141    library produces poor resuts with some video files.</para>-->
    133142
    134143    <!-- See BLFS ticket 2476 for more info on the ffmpeg option.  -->
     
    136145    <para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
    137146    This switch causes the documentation to be installed into a versioned
    138     instead of the default
     147    directory instead of the default
    139148    <filename class="directory">/usr/share/doc/xine-lib</filename>.</para>
     149
     150    <para><option>--with-xv-path=/path/to/somewhere</option>: if
     151    <filename>libXv.so</filename> is not installed in
     152    <filename class="directory">/usr/X11R6/lib</filename> nor in
     153    <filename class="directory">/usr/lib</filename> you will need to tell
     154    the <command>configure</command> command where to find it.</para>
    140155
    141156  </sect2>
     
    152167      <seglistitem>
    153168        <seg>xine-config</seg>
    154         <seg>libxine.{a,so} and numerous plugin modules and video extensions</seg>
     169        <seg>libxine.so and numerous plugin modules and video extensions</seg>
    155170        <seg>Output display engine fonts located in
    156171        /usr/share/xine/libxine1/fonts</seg>
Note: See TracChangeset for help on using the changeset viewer.