vlc-3.0.1:rebuild
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user