From 716c8f8a438823eca4218abda07fd9b713a0ec4c Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Mon, 2 Dec 2013 16:48:10 +0000 Subject: [PATCH] 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 --- introduction/welcome/changelog.xml | 4 ++++ multimedia/videoutils/vlc.xml | 17 ++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 1257ac4336..ba4e553b2f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,10 @@ December 2nd, 2013 + + [fernando] - Fix VLC-2.1.1 to build with FreeType-2.5.1. + Fixes #4402. + [fernando] - Restore gnome-screenshot -3.10.1 from archive. Fixes #4351. diff --git a/multimedia/videoutils/vlc.xml b/multimedia/videoutils/vlc.xml index 953bf51e2a..fc8ead5885 100644 --- a/multimedia/videoutils/vlc.xml +++ b/multimedia/videoutils/vlc.xml @@ -76,6 +76,16 @@ + Additional Downloads + + + + Required patch: + + + + + VLC Dependencies Recommended @@ -209,9 +219,10 @@ Install VLC by running the following commands: -sed -i 's:libsmbclient.h:samba-4.0/&:' modules/access/smb.c && -./bootstrap && -./configure --prefix=/usr && +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