gstreamer fix and update
This commit is contained in:
@@ -13,18 +13,9 @@ def setup():
|
||||
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
|
||||
opts = {
|
||||
"introspection": "no" if get.buildTYPE() == "emul32" else "yes",
|
||||
"libvisual": "dis" if get.buildTYPE() == "emul32" else "en",
|
||||
"theora": "dis" if get.buildTYPE() == "emul32" else "en",
|
||||
}
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-examples \
|
||||
--disable-gnome-vfs \
|
||||
--%(libvisual)sable-libvisual \
|
||||
--%(theora)sable-theora \
|
||||
--enable-experimental \
|
||||
--enable-introspection=%(introspection)s \
|
||||
autotools.configure("--enable-introspection=%(introspection)s \
|
||||
--with-package-name='PisiLinux gstreamer-plugins-base package' \
|
||||
--with-package-origin='http://www.pisilinux.org' \
|
||||
" % opts)
|
||||
@@ -34,13 +25,8 @@ def setup():
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
# tests fail sandbox
|
||||
#def check():
|
||||
#autotools.make("-C tests/check check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/share/gtk-doc")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
Reference in New Issue
Block a user