gst-plugins-bad:ver.bump

This commit is contained in:
Rmys
2018-08-03 10:06:24 +03:00
parent 7d0b736125
commit e7564c554a
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -10,11 +10,11 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.export("AUTOPOINT", "true")
pisitools.dosed("autogen.sh", "tool_run.*autopoint --force.*")
#shelltools.export("AUTOPOINT", "true")
#pisitools.dosed("autogen.sh", "tool_run.*autopoint --force.*")
pisitools.dosed("ext/modplug/gstmodplug.cc", "stdafx.h", "libmodplug/stdafx.h")
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
#pisitools.dosed("ext/modplug/gstmodplug.cc", "stdafx.h", "libmodplug/stdafx.h")
#pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
shelltools.export("NOCONFIGURE", "1")
shelltools.system("./autogen.sh")