bootstrap.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
#from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
@@ -14,7 +14,7 @@ WorkDir = "dvdauthor"
|
||||
def setup():
|
||||
# disable ImageMagick, use GraphicsMagick
|
||||
#shelltools.export("MAGICKCONFIG", "/bin/true")
|
||||
autotools.autoreconf("-fiv")
|
||||
shelltools.system("./bootstrap")
|
||||
autotools.configure("--disable-rpath \
|
||||
--with-graphicsmagick \
|
||||
--enable-default-video-format=NTSC")
|
||||
|
||||
Reference in New Issue
Block a user