[Lunar-commits] <moonbase-other> vlc: Adding some sedits becuase of the recent ffmpeg bump.

Dennis Veatch dennisveatch at bellsouth.net
Mon Sep 22 23:35:25 CEST 2014


commit 3b1fb83b5ab7675020292f8ef52bd733e47bbe6d
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 22 Sep 2014 17:35:03 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/3b1fb83b5ab7675020292f8ef52bd733e47bbe6d

vlc: Adding some sedits becuase of the recent ffmpeg bump.
---
  video/vlc/BUILD | +5/-0     
  1 file changed, 5 insertions(+)

--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -1,5 +1,10 @@
 sedit "s:FLAC/FLAC:FLAC:g" modules/codec/flac.c &&
 
+# Some giggling because of the recent ffmpeg bump
+sedit "s:libavcodec >= 53.34.0:libavcodec >= 56.1.100:g" configure &&
+sedit "s:libavutil >= 51.22.0:libavutil >= 54.7.100:g" configure &&
+sedit "s:libavcodec < 56:libavcodec < 57:g" configure &&
+
 if in_depends $MODULE lua; then
   export LUA_LIBS+=" /usr/lib/liblua.so" &&
   export LUA_CFLAGS+=" -DLUA_COMPAT_ALL=1"




More information about the Lunar-commits mailing list