mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
xine-ui: added a patch fixing curl support
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1782 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2f3e25a172
commit
8924621c57
@ -11,6 +11,10 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 7th, 2004 [igor]: Added a patch for xine
|
||||
User Interface which fixes compilation errors if cURL is
|
||||
being utilized, reported by Nathan Coulson.</para></listitem>
|
||||
|
||||
<listitem><para>February 7th, 2004 [igor]: Added sed command for
|
||||
configuring fontconfig's font directories, contributed by
|
||||
Ken Moffat.</para></listitem>
|
||||
|
@ -1,6 +1,12 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>xine User Interface</application></title>
|
||||
|
||||
<para>Apply the following patch if you have
|
||||
<application>cURL</application> installed and you wish to utilize
|
||||
it:</para>
|
||||
|
||||
<screen><userinput><command>patch -Np1 -i ../xine-ui-&xine-ui-version;-curl.patch</command></userinput></screen>
|
||||
|
||||
<para>Install <application>xine User Interface</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
@ -8,4 +14,3 @@ make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -18,6 +18,13 @@ url="&xine-ui-download-ftp;"/></para></listitem>
|
||||
&xine-ui-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Required patch (if utilizing cURL): <ulink
|
||||
url="&patch-root;/xine-ui-&xine-ui-version;-curl.patch"/>
|
||||
</para></listitem>
|
||||
</itemizedlist></sect3>
|
||||
|
||||
<sect3><title><application>xine User Interface</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="xine-lib"/></para></sect4>
|
||||
|
Loading…
Reference in New Issue
Block a user