diff --git a/multimedia/video/vlc/actions.py b/multimedia/video/vlc/actions.py index ca5a2906b5..47c1ba875f 100644 --- a/multimedia/video/vlc/actions.py +++ b/multimedia/video/vlc/actions.py @@ -12,6 +12,12 @@ from pisi.actionsapi import shelltools def setup(): # Make it build with libtool 1.5 #shelltools.system("rm -rf m4/lt* m4/libtool.m4") + shelltools.system("sed -e 's:truetype/ttf-dejavu:TTF:g' -i modules/visualization/projectm.cpp") + shelltools.system("sed -e 's|-Werror-implicit-function-declaration||g' -i configure") + shelltools.system("sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c") + shelltools.system("export CFLAGS+=-I/usr/include/samba-4.0") + shelltools.system("export CPPFLAGS+=-I/usr/include/samba-4.0") + shelltools.system("export CXXFLAGS+=-std=c++11") shelltools.export("AUTOPOINT", "true") shelltools.system("./bootstrap")