gstreamer fix and update

This commit is contained in:
alihanozturk
2017-02-17 12:24:37 +03:00
parent f469d079ec
commit 0ec2f41802
27 changed files with 442 additions and 382 deletions
+2 -16
View File
@@ -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")