Changeset a1698194


Ignore:
Timestamp:
02/08/2012 01:32:53 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:
0b0fa17
Parents:
d5e0c9e
Message:

xine-lib-1.2.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd5e0c9e ra1698194  
    877877<!ENTITY liba52-version               "0.7.4">
    878878<!ENTITY xvid-version                 "1.2.2">
    879 <!ENTITY xine-lib-version             "1.1.20">
     879<!ENTITY xine-lib-version             "1.2.0">
    880880<!ENTITY libmikmod-version            "3.1.11">
    881881<!ENTITY gstreamer-version            "0.10.35">
  • introduction/welcome/changelog.xml

    rd5e0c9e ra1698194  
    8181          <para>[ken] - add itstool-1.1.1 from Wayne.</para>
    8282        </listitem>
     83        <listitem>
     84          <para>[abenton] - xine-lib 1.2.0.</para>
     85        </listitem>
    8386      </itemizedlist>
    8487    </listitem>
  • multimedia/libdriv/xine-lib.xml

    rd5e0c9e ra1698194  
    77  <!ENTITY xine-lib-download-http "&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.xz">
    88  <!ENTITY xine-lib-download-ftp "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.xz">
    9   <!ENTITY xine-lib-md5sum        "acfb6e08188fd60ad88ff83831d592d7">
    10   <!ENTITY xine-lib-size          "5.7 MB">
    11   <!ENTITY xine-lib-buildsize     "118 MB (without the API documentation)">
    12   <!ENTITY xine-lib-time          "1.5 SBU">
     9  <!ENTITY xine-lib-md5sum        "2227791afa6edb17f2b768365a7fb27f">
     10  <!ENTITY xine-lib-size          "4.6 MB">
     11  <!ENTITY xine-lib-buildsize     "107 MB (without the API documentation)">
     12  <!ENTITY xine-lib-time          "1.1 SBU">
    1313]>
    1414
     
    9292      <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
    9393      <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
    94       <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
     94      <ulink
     95      url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
    9596      <xref linkend="aalib"/>,
    96       <xref linkend="liba52"/>,
    97       libdts (now <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>),
     97      <xref linkend="liba52"/>,
     98      <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
     99      <ulink url="http://www.vcdimager.org/">VCDImager</ulink>,
     100      <ulink url="http://www.musepack.net/">libmpcdec</ulink>,
     101      libdts (now <ulink
     102      url="http://www.videolan.org/developers/libdca.html">libdca</ulink>),
    98103      <ulink url="http://www.wavpack.com/">WavPack</ulink>, and
    99104      <ulink url="http://dxr3.sourceforge.net/">libdxr3</ulink>
    100105    </para>
    101106
    102     <para>If the following packages are not found on the system, versions
    103     of their libraries from the internal source tree will be used:
    104     <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
    105     <ulink url="http://www.vcdimager.org/">VCDImager</ulink> and
    106     <ulink url="http://www.musepack.net/">libmpcdec</ulink>.</para>
    107 
    108107    <para>The following are needed to build the API documentation:
    109     <ulink url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
     108    <ulink
     109    url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
    110110    and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
    111111
    112112    <para condition="html" role="usernotes">User Notes:
    113113    <ulink url="&blfs-wiki;/xine-lib"/></para>
    114 
    115114  </sect2>
    116115
     
    121120    following commands:</para>
    122121
    123 <screen><userinput>./configure --prefix=/usr          \
    124             --with-external-ffmpeg \
    125             --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
    126 
     122<screen><userinput>sed -i 's#gzgetc(#gzgetc_(#' src/xine-engine/osd.c &amp;&amp;
     123./configure --prefix=/usr --disable-musepack --disable-vcd \
     124  --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
    127125make</userinput></screen>
    128126
     
    133131
    134132<screen role="root"><userinput>make install</userinput></screen>
    135 
    136133  </sect2>
    137134
     
    139136    <title>Command Explanations</title>
    140137
    141     <para><option>--with-external-ffmpeg</option>:
    142     The internal version of <application>ffmpeg</application> fails.
    143     This switch forces the use of the external version.
    144     </para>
     138    <para><command>sed -i 's#gzgetc(#gzgetc_(#' ...</command>: This sed fixes
     139    compiling <application>xine-lib</application> if you have zlib-1.2.6
     140    installed.</para>
     141
     142    <para><option>--disable-musepack</option>: Remove this option if you've
     143    installed <ulink url="http://www.musepack.net/">libmpcdec</ulink>.</para>
     144
     145    <para><option>--disable-vcd</option>: Remove this option if you've
     146    installed <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>
     147    and <ulink url="http://www.vcdimager.org/">VCDImager</ulink>.</para>
    145148
    146149    <para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
     
    148151    directory instead of the default
    149152    <filename class="directory">/usr/share/doc/xine-lib</filename>.</para>
     153
     154    <para><option>--disable-xinerama</option>: Use this option if you didn't
     155    install libXinerama when you installed
     156    <xref linkend="x-window-system"/>.</para>
    150157
    151158    <para><option>--with-xv-path=/path/to/somewhere</option>: if
     
    154161    <filename class="directory">/usr/lib</filename> you will need to tell
    155162    the <command>configure</command> command where to find it.</para>
    156 
    157     <para><option>--with-external-a52dec</option>: use this option to force the
    158     <filename>xineplug_decode_a52.so</filename> plugin to link against the
    159     system installed liba52.</para>
    160 
    161     <para><option>--with-external-libmad</option>: use this option to force the
    162     <filename>xineplug_decode_mad.so</filename> plugin to link against the
    163     system installed libmad.</para>
    164 
    165     <para><option>--with-external-dvdnav</option>: use this option to force the
    166     <filename>xineplug_decode_dxr3_spu.so</filename>,
    167     <filename>xineplug_decode_spu.so</filename> and
    168     <filename>xineplug_inp_dvd.so</filename> plugins to link against the
    169     system installed libdvdnav and libdvdread</para>
    170 
    171163  </sect2>
    172164
     
    181173
    182174      <seglistitem>
    183         <seg>xine-config and xine-list-1.1</seg>
     175        <seg>xine-config and xine-list-1.2</seg>
    184176        <seg>libxine.so and numerous plugin modules and video extensions</seg>
    185177        <seg>Output display engine fonts located in
    186         /usr/share/xine/libxine1/fonts</seg>
    187         <seg>/usr/include/xine, /usr/lib/xine, and
     178        /usr/share/xine-lib/fonts</seg>
     179        <seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine-lib and
    188180        /usr/share/doc/xine-lib-&xine-lib-version;</seg>
    189181      </seglistitem>
     
    206198      </varlistentry>
    207199
    208       <varlistentry id="xine-list-1.1">
    209         <term><command>xine-list-1.1</command></term>
     200      <varlistentry id="xine-list-1.2">
     201        <term><command>xine-list-1.2</command></term>
    210202        <listitem>
    211203          <para>is used to get supported filetype information from
    212204          <application>xine-lib</application>.</para>
    213           <indexterm zone="xine-lib xine-list-1.1">
    214             <primary sortas="b-xine-list-1.1">xine-list-1.1</primary>
     205          <indexterm zone="xine-lib xine-list-1.2">
     206            <primary sortas="b-xine-list-1.2">xine-list-1.2</primary>
    215207          </indexterm>
    216208        </listitem>
     
    226218        </listitem>
    227219      </varlistentry>
    228 
    229220    </variablelist>
    230 
    231   </sect2>
    232 
     221  </sect2>
    233222</sect1>
Note: See TracChangeset for help on using the changeset viewer.