[Lunar-commits] <moonbase-other> vlc: fix compilation with ffmpeg 2.4
Stefan Wold
ratler at lunar-linux.org
Mon Oct 27 20:37:32 CET 2014
commit b9977e4801233fa822629980007d4111f781b985
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 27 Oct 2014 20:37:03 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/b9977e4801233fa822629980007d4111f781b985
vlc: fix compilation with ffmpeg 2.4
---
video/vlc/DETAILS | +4/-1
video/vlc/PRE_BUILD | +2/-0
2 files changed, 6 insertions(+), 1 deletion(-)
--- a/video/vlc/DETAILS
+++ b/video/vlc/DETAILS
@@ -1,9 +1,12 @@
MODULE=vlc
VERSION=2.1.5
SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE2=vlc-2.1.5-ffmpeg-2.4.patch
SOURCE_URL=http://download.videolan.org/pub/videolan/vlc/$VERSION
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:7f1cb6324a04cf393896bbb5976ca9febd7b3efc
- WEB_SITE=http://www.videolan.org
+ SOURCE2_VFY=sha256:250949a9c984e5b98adbcf57c39a2d6508a10f18190fe072fb47a08ae42b478f
+ WEB_SITE=http://www.videolan.org/
ENTERED=20011113
UPDATED=20140708
SHORT="Videolan client multimedia player"
--- /dev/null
+++ b/video/vlc/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list