Changeset 731b319c


Ignore:
Timestamp:
01/20/2005 03:17:56 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
4e046302
Parents:
ec2270f
Message:

Updated to xine Libraries-1.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rec2270f r731b319c  
    445445<!ENTITY liba52-version               "0.7.4">   
    446446<!ENTITY xvid-version                 "1.0.2"> 
    447 <!ENTITY xine-lib-version             "1-rc7"> 
     447<!ENTITY xine-lib-version             "1.0"> 
    448448<!ENTITY libmikmod-version            "3.1.11">
    449449<!ENTITY gstreamer-version            "0.8.7">
  • introduction/welcome/changelog.xml

    rec2270f r731b319c  
    2323<itemizedlist>
    2424
    25 <listitem><para>January 20th, 2005 [randy]: Updated to
    26 MPlayer-1.0pre6a.</para></listitem>
     25<listitem><para>January 20th, 2005 [randy]: Updated to MPlayer-1.0pre6a and
     26xine Libraries-1.0.</para></listitem>
    2727
    2828<listitem><para>January 19th, 2005 [randy]: Added installation of
  • multimedia/libdriv/xine-lib.xml

    rec2270f r731b319c  
    88  <!ENTITY xine-lib-size          "7.3 MB">
    99  <!ENTITY xine-lib-buildsize     "82 MB">
    10   <!ENTITY xine-lib-time          "3.44 SBU">
     10  <!ENTITY xine-lib-time          "3.56 SBU">
    1111]>
    1212
     
    1818<?dbhtml filename="xine-lib.html"?>
    1919<title>xine Libraries-&xine-lib-version;</title>
     20<indexterm zone="xine-lib">
     21<primary sortas="a-Xine-Libraries">Xine Libraries</primary></indexterm>
    2022
    2123<sect2>
     
    3941</sect3>
    4042
    41 <sect3><title>Additional downloads</title>
     43<!-- <sect3><title>Additional downloads</title>
    4244<itemizedlist spacing='compact'>
    4345<listitem><para><ulink
    4446url="&patch-root;/xine-lib-&xine-lib-version;-discover_smb-1.patch"/></para>
    4547</listitem></itemizedlist>
    46 </sect3>
     48</sect3> -->
    4749
    4850<sect3><title><application>xine Libraries</application> dependencies</title>
     
    7173<ulink url="http://www.audiocoding.com/modules/mydownloads/">FAAD</ulink>,
    7274<ulink url="http://www.libstk.org/">LibSTK</ulink>,
     75<ulink
     76url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
    7377<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
    7478<ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
     
    8791following commands:</para>
    8892
    89 <screen><userinput><command>patch -Np1 -i ../xine-lib-&xine-lib-version;-discover_smb-1.patch &amp;&amp;
    90 ./configure --prefix=/usr &amp;&amp;
    91 make &amp;&amp;
    92 make install</command></userinput></screen>
     93<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     94make</command></userinput></screen>
     95
     96<para>Now, as the root user:</para>
     97
     98<screen><userinput role='root'><command>make install</command></userinput></screen>
    9399
    94100</sect2>
     
    97103<title>Contents</title>
    98104
    99 <para>The <application>xine Libraries</application> package contains
    100 <command>xine-config</command>,
    101 the <filename class="libraryfile">libxine</filename> library,
    102 various input/output plugins and fonts used by the output display
    103 engine.</para>
     105<segmentedlist>
     106<segtitle>Installed Program</segtitle>
     107<segtitle>Installed Libraries</segtitle>
     108<segtitle>Installed Fonts</segtitle>
     109<segtitle>Installed Directories</segtitle>
     110<seglistitem>
     111<seg>xine-config</seg>
     112<seg>libxine.so and numerous plugin modules and video extensions</seg>
     113<seg>Output display engine fonts located in
     114/usr/share/xine/libxine1/fonts</seg>
     115<seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine and
     116/usr/share/doc/xine</seg>
     117</seglistitem>
     118</segmentedlist>
    104119
    105 </sect2>
     120<variablelist>
     121<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     122<?dbfo list-presentation="list"?>
    106123
    107 <sect2><title>Description</title>
     124<varlistentry id="xine-config">
     125<term><command>xine-config</command></term>
     126<listitem><para>provides information to programs trying to link with the
     127<application>xine</application> libraries.</para>
     128<indexterm zone="xine-lib xine-config">
     129<primary sortas="b-xine-config">xine-config</primary></indexterm>
     130</listitem>
     131</varlistentry>
    108132
    109 <sect3><title>xine-config</title>
    110 <para><command>xine-config</command> provides information to programs trying
    111 to link with the <application>xine</application> libraries.</para></sect3>
    112 
    113 <sect3><title>libxine libraries</title>
    114 <para><filename class="libraryfile">libxine</filename> libraries provide the
    115 <acronym>API</acronym> for processing audio/video files.</para></sect3>
     133<varlistentry id="libxine">
     134<term><filename class='libraryfile'>libxine.so</filename></term>
     135<listitem><para> provides the <acronym>API</acronym> for processing
     136audio/video files.</para>
     137<indexterm zone="xine-lib libxine">
     138<primary sortas="c-libxine">libxine.so</primary></indexterm>
     139</listitem>
     140</varlistentry>
     141</variablelist>
    116142
    117143</sect2>
Note: See TracChangeset for help on using the changeset viewer.