mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix VLC-2.1.1 to build with FreeType-2.5.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12328 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
acdf868e2a
commit
716c8f8a43
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>December 2nd, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Fix VLC-2.1.1 to build with FreeType-2.5.1.
|
||||
Fixes <ulink url="&blfs-ticket-root;4402">#4402</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Restore gnome-screenshot -3.10.1 from archive.
|
||||
Fixes <ulink url="&blfs-ticket-root;4351">#4351</ulink>.</para>
|
||||
|
@ -76,6 +76,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/vlc-&vlc-version;-freetype-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">VLC Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -209,9 +219,10 @@
|
||||
Install <application>VLC</application> by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i 's:libsmbclient.h:samba-4.0/&:' modules/access/smb.c &&
|
||||
./bootstrap &&
|
||||
./configure --prefix=/usr &&
|
||||
<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-freetype-1.patch &&
|
||||
sed -i 's:libsmbclient.h:samba-4.0/&:' modules/access/smb.c &&
|
||||
./bootstrap &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user