Ignore:
Timestamp:
08/24/2014 03:57:54 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
22899f9
Parents:
12cb8c2d
Message:

More checks and stuff.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14030 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r12cb8c2d r528112b  
    4141    </para>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787      <xref linkend="libmad"/>,
    8888      <xref linkend="lua"/>, and
    89       <xref linkend="x-window-system"/>,
     89      <xref linkend="x-window-system"/>
    9090    </para>
    9191
     
    9797    <bridgehead renderas="sect4">Optional input plugins</bridgehead>
    9898    <para role="optional">
    99 
    10099      <xref linkend="libdv"/>,
    101100      <xref linkend="libdvdcss"/>,
     
    177176      <ulink url="http://pkgbuild.com/~giovanni/libtar/">libtar</ulink>, and
    178177      <ulink url="http://www.lirc.org/">LIRC</ulink>
    179       <!--<ulink url="http://www.feep.net/libtar/">libtar</ulink>-->
    180178    </para>
    181179
     
    214212    </para>
    215213
    216 <screen><userinput>sed -i 's:libsmbclient.h:samba-4.0/&amp;:' modules/access/smb.c &amp;&amp;
    217 ./bootstrap                                                 &amp;&amp;
    218 ./configure --prefix=/usr                                   &amp;&amp;
     214<screen><userinput>./configure --prefix=/usr &amp;&amp;
    219215make</userinput></screen>
    220216
     
    226222      Now, as the <systemitem class="username">root</systemitem> user:
    227223    </para>
    228 
    229     <note>
    230       <para>
    231         If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH
    232         environment variable is set properly when doing the install, For example:
    233         <command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>.
    234       </para>
    235     </note>
    236224
    237225<screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen>
     
    246234
    247235    <para>
    248       <command>sed -i ...</command>: This sed fixes compilation with
    249       <application>Samba</application> 4.
    250     </para>
    251 
    252     <para>
    253       <command>./bootstrap</command>: This command calls autoreconf to generate
    254       m4 macros and prepare Makefiles.
    255     </para>
    256 
    257     <para>
    258236      <option>--disable-lua</option>: Use this switch if you don't have
    259237      <application>Lua</application> installed.
     
    289267      have <application>libgcrypt</application> installed.
    290268    </para>
    291 
    292 <!--
    293     <para>
    294       <option>- -enable-shine</option>: Use this option if you wish to build the
    295       <application>Shine</application> plugin.
    296     </para>
    297 
    298     <para>
    299       <option>- -enable-tremor</option>: Use this option if you have
    300       <application>Tremor</application> installed and wish to build the
    301       <application>Tremor</application> plugin.
    302     </para>
    303 
    304     <para>
    305       <option>- -enable-aa</option>: Use this option if you have
    306       <application>AAlib</application> installed and wish to build the
    307       <application>AAlib</application> plugin.
    308     </para>
    309 -->
    310269
    311270    <note>
Note: See TracChangeset for help on using the changeset viewer.