Ignore:
Timestamp:
09/16/2014 06:11:39 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
b28afcc
Parents:
0e657ea
Message:

Fixed configure switch formatting on lxdm page. Merged changes from trunk to tl-installer page and updates to libdvdnav and libdvdread.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libdvdnav.xml

    r0e657ea rb1f9f130  
    66
    77  <!ENTITY libdvdnav-download-http
    8   "http://dvdnav.mplayerhq.hu/releases/libdvdnav-&libdvdnav-version;.tar.xz">
     8  "http://download.videolan.org/pub/videolan/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2">
    99  <!ENTITY libdvdnav-download-ftp  " ">
    1010  <!ENTITY libdvdnav-md5sum        "8a1b2ebfe81daecb590893cb9093f832">
    11   <!ENTITY libdvdnav-size          "108 KB">
    12   <!ENTITY libdvdnav-buildsize     "4.8 MB">
    13   <!ENTITY libdvdnav-time          "0.1 SBU">
     11  <!ENTITY libdvdnav-size          "348 KB">
     12  <!ENTITY libdvdnav-buildsize     "7.2 MB">
     13  <!ENTITY libdvdnav-time          "less than 0.1 SBU">
    1414]>
    1515
     
    7474    following commands:</para>
    7575
    76 <screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &amp;&amp;
    7777make</userinput></screen>
    7878
     
    8383
    8484<screen role="root"><userinput>make install</userinput></screen>
    85   </sect2>
    86 
    87   <sect2 role="commands">
    88     <title>Command Explanations</title>
    89 
    90     <para><command>./autogen.sh</command>: This package does not come with the
    91     normal <command>configure</command> script, so
    92     the <command>autogen.sh</command> script is used to generate and run
    93     <command>configure</command>.</para>
    9485  </sect2>
    9586
Note: See TracChangeset for help on using the changeset viewer.