Ignore:
Timestamp:
06/12/2012 04:17:57 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:
7af0a35d
Parents:
68d9a97
Message:

xine-ui-0.99.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/xine-ui.xml

    r68d9a97 rbb2d236  
    55  %general-entities;
    66
    7   <!ENTITY xine-ui-download-http "&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.xz">
    8   <!ENTITY xine-ui-download-ftp  "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
    9   <!ENTITY xine-ui-md5sum        "d468b4e7fe39ff19888261e1da9be914">
     7  <!ENTITY xine-ui-download-http
     8    "&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.xz">
     9  <!ENTITY xine-ui-download-ftp
     10    "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
     11  <!ENTITY xine-ui-md5sum        "2af6fcc2ad6af6ba2e471497c5d140dc">
    1012  <!ENTITY xine-ui-size          "1.7 MB">
    11   <!ENTITY xine-ui-buildsize     "19 MB">
     13  <!ENTITY xine-ui-buildsize     "34 MB">
    1214  <!ENTITY xine-ui-time          "0.3 SBU">
    1315]>
     
    3032    <title>Introduction to Xine User Interface</title>
    3133
    32     <para>The <application>xine User Interface</application> package contains
    33     a multimedia player. It plays back CDs, DVDs and VCDs. It also decodes
    34     multimedia files like AVI, MOV, WMV, MPEG and MP3 from local disk drives,
    35     and displays multimedia streamed over the Internet.</para>
     34    <para>
     35      The <application>xine User Interface</application> package contains a
     36      multimedia player. It plays back CDs, DVDs and VCDs. It also decodes
     37      multimedia files like AVI, MOV, WMV, MPEG and MP3 from local disk drives,
     38      and displays multimedia streamed over the Internet.
     39    </para>
    3640
    3741    &lfs71_checked;
     
    7680    </para>
    7781
    78     <para condition="html" role="usernotes">User Notes:
    79     <ulink url="&blfs-wiki;/xine-ui"/></para>
    80 
     82    <para condition="html" role="usernotes">
     83      User Notes: <ulink url="&blfs-wiki;/xine-ui"/>
     84    </para>
    8185  </sect2>
    8286
     
    8488    <title>Installation of Xine User Interface</title>
    8589
    86     <para>Install <application>xine User Interface</application> by running the
    87     following commands:</para>
    88 
    89 <screen><userinput>sed -i -e 's/info_ptr-&gt;//'                                            \
    90        -e '/RGB/icolor_type = png_get_color_type(png_ptr, info_ptr);' \
    91                                        src/xitk/Imlib-light/load.c &amp;&amp;
    92 sed -i -e '/#include.*curl.types.h*/d' src/xitk/download.c         &amp;&amp;
    93 ./configure --prefix=/usr --disable-lirc                           &amp;&amp;
     90    <para>
     91      Install <application>xine User Interface</application> by running the
     92      following commands:
     93    </para>
     94
     95<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9496make</userinput></screen>
    9597
    9698    <para>This package does not come with a test suite.</para>
    9799
    98     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     100    <para>
     101      Now, as the <systemitem class="username">root</systemitem> user:
     102    </para>
    99103
    100104<screen role="root"><userinput>make docsdir=/usr/share/doc/xine-ui-&xine-ui-version; install</userinput></screen>
    101 
    102105  </sect2>
    103106
     
    105108    <title>Command Explanations</title>
    106109
    107     <para><command>sed -i -e 's/info_ptr-&gt;// ...</command>: this sed fixes
    108     compiling against libpng-&libpng-version;.</para>
    109 
    110     <para><command>sed -i -e '/#include.*curl.types.h*/d' src/xitk/download.c</command>:
    111     <application>curl-&curl-version;</application> no longer installs
    112     <filename>curl/types.h</filename>, this fixes the compile.</para>
    113 
    114     <para><option>--disable-lirc</option>: remove this option if you&apos;ve
    115     installed <ulink url="http://www.lirc.org">LIRC</ulink>.</para>
    116 
    117     <para><parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
    118     This parameter causes the <application>Xine UI</application> documentation
    119     to be installed in the versioned directory
    120     <filename class="directory">/usr/share/doc/xine-ui-&xine-ui-version;</filename>,
    121     rather that the default
    122     <filename class="directory">/usr/share/doc/xine-ui</filename>.</para>
    123 
     110    <para>
     111      <parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
     112      This parameter causes the <application>Xine UI</application> documentation
     113      to be installed in the versioned directory
     114      <filename class="directory">/usr/share/doc/xine-ui-&xine-ui-version;</filename>,
     115      rather that the default
     116      <filename class="directory">/usr/share/doc/xine-ui</filename>.
     117    </para>
    124118  </sect2>
    125119
     
    135129        <primary sortas="e-AA.xine-config">~/.xine/config</primary>
    136130      </indexterm>
    137 
    138131    </sect3>
    139132
     
    141134      <title>Configuration Information</title>
    142135
    143       <para>The above file is created and maintainable through the
    144       <command>xine</command> setup dialog box. The documentation for the
    145       configuration settings is located at
    146       <filename>/usr/share/doc/xine-ui-&xine-ui-version;/README.config_en</filename>.</para>
    147 
    148136      <para>
    149         If you have a DVB TV card and would like to use Xine to watch tv, use
    150         <xref linkend="dvb-apps"/> to create /etc/channels.conf then make a
    151         symbolic link to it in ~/.xine
     137        The above file is created and maintainable through the
     138        <command>xine</command> setup dialog box. The documentation for the
     139        configuration settings is located at
     140        <filename>/usr/share/doc/xine-ui-&xine-ui-version;/README.config_en</filename>.
    152141      </para>
    153142
    154 <screen><userinput>ln -sfv /etc/channels.conf ~/.xine/channels.conf</userinput></screen>
    155 
    156143      <para>
    157         Then you can watch TV with the command <command>xine dvb://</command>
    158         and change channel with the scroll wheel on your mouse
     144        If you have a DVB TV card you can watch TV with the command
     145        <command>xine dvb://</command> and change channel with the scroll wheel
     146        on your mouse
    159147      </para>
    160148    </sect3>
     
    169157
    170158      <seglistitem>
    171         <seg>aaxine, cacaxine, fbxine, xine, xine-bugreport, xine-check, and
    172         xine-remote</seg>
    173         <seg>/usr/share/xine/{desktop,skins,visuals} and
    174         /usr/share/doc/xine-ui-&xine-ui-version;</seg>
     159        <seg>
     160          aaxine,
     161          cacaxine,
     162          fbxine,
     163          xine,
     164          xine-bugreport,
     165          xine-check and
     166          xine-remote
     167        </seg>
     168        <seg>
     169          /usr/share/xine and
     170          /usr/share/doc/xine-ui-&xine-ui-version;</seg>
    175171      </seglistitem>
    176172    </segmentedlist>
     
    184180        <term><command>aaxine</command></term>
    185181        <listitem>
    186           <para>is an ASCII art video player which utilizes
    187           <application>AAlib</application> as the frontend for the
    188           <application>xine Libraries</application>.</para>
     182          <para>
     183            is an ASCII art video player which utilizes
     184            <application>AAlib</application> as the frontend for the
     185            <application>xine Libraries</application>.
     186          </para>
    189187          <indexterm zone="xine-ui aaxine">
    190188            <primary sortas="b-aaxine">aaxine</primary>
     
    196194        <term><command>cacaxine</command></term>
    197195        <listitem>
    198           <para>is a color ASCII art video player which
    199           utilizes <application>CACA</application> as the frontend for the
    200           <application>xine Libraries</application>.</para>
     196          <para>
     197            is a color ASCII art video player which utilizes
     198            <application>CACA</application> as the frontend for the
     199            <application>xine Libraries</application>.
     200          </para>
    201201          <indexterm zone="xine-ui cacaxine">
    202202            <primary sortas="b-cacaxine">cacaxine</primary>
     
    208208        <term><command>fbxine</command></term>
    209209        <listitem>
    210           <para>is a frame buffer interface to the
    211           <application>xine Libraries</application>.</para>
     210          <para>
     211            is a frame buffer interface to the
     212            <application>xine Libraries</application>.
     213          </para>
    212214          <indexterm zone="xine-ui fbxine">
    213215            <primary sortas="b-fbxine">fbxine</primary>
     
    219221        <term><command>xine</command></term>
    220222        <listitem>
    221           <para>is a multimedia player designed to play MPEG streams (audio
    222           and video), MPEG elementary streams (MP3), MPEG transport streams,
    223           Ogg files, AVI files, ASF files, some Quicktime files, VCDs
    224           and DVDs (non-encrypted).</para>
     223          <para>
     224            is a multimedia player designed to play MPEG streams (audio and
     225            video), MPEG elementary streams (MP3), MPEG transport streams, Ogg
     226            files, AVI files, ASF files, some Quicktime files, VCDs and DVDs.
     227          </para>
    225228          <indexterm zone="xine-ui xine">
    226229            <primary sortas="b-xine">xine</primary>
     
    232235        <term><command>xine-bugreport</command></term>
    233236        <listitem>
    234           <para>produces a terse system description and guides you through the
    235           process of reporting a bug.</para>
     237          <para>
     238            produces a terse system description and guides you through the
     239            process of reporting a bug.
     240          </para>
    236241          <indexterm zone="xine-ui xine-bugreport">
    237242            <primary sortas="b-xine-bugreport">xine-bugreport</primary>
     
    243248        <term><command>xine-check</command></term>
    244249        <listitem>
    245           <para>tests the <command>xine</command> video player installation
    246           for common problems. It tests the operating system settings, installation of
    247           plugins, CD/DVD drive settings and video support parameters.</para>
     250          <para>
     251            tests the <command>xine</command> video player installation for
     252            common problems. It tests the operating system settings,
     253            installation of plugins, CD/DVD drive settings and video support
     254            parameters.
     255          </para>
    248256          <indexterm zone="xine-ui xine-check">
    249257            <primary sortas="b-xine-check">xine-check</primary>
     
    255263        <term><command>xine-remote</command></term>
    256264        <listitem>
    257           <para>is a tool to connect to a <command>xine</command> remote
    258           control server.</para>
     265          <para>
     266            is a tool to connect to a <command>xine</command> remote control
     267            server.
     268          </para>
    259269          <indexterm zone="xine-ui xine-remote">
    260270            <primary sortas="b-xine-remote">xine-remote</primary>
     
    262272        </listitem>
    263273      </varlistentry>
    264 
    265274    </variablelist>
    266 
    267   </sect2>
    268 
     275  </sect2>
    269276</sect1>
Note: See TracChangeset for help on using the changeset viewer.