gst-plugins-base fix
This commit is contained in:
@@ -14,11 +14,20 @@ def setup():
|
||||
"introspection": "no" if get.buildTYPE() == "emul32" else "yes",
|
||||
}
|
||||
|
||||
autotools.configure("--enable-introspection=%(introspection)s \
|
||||
--with-package-name='PisiLinux gstreamer-plugins-base package' \
|
||||
--with-package-origin='http://www.pisilinux.org' \
|
||||
--disable-examples \
|
||||
" % opts)
|
||||
options = "--with-package-name='PisiLinux gstreamer-plugins-base package' \
|
||||
--with-package-origin='http://www.pisilinux.org' \
|
||||
--disable-examples \
|
||||
"
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--enable-introspection=no \
|
||||
--disable-wayland \
|
||||
--disable-gbm \
|
||||
"
|
||||
else:
|
||||
options += "--enable-introspection=yes \
|
||||
"
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
@@ -47,6 +47,10 @@
|
||||
<Package>
|
||||
<Name>gst-plugins-base</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
<Dependency>libgudev</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>orc</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
@@ -103,6 +107,7 @@
|
||||
<Dependency>libvisual-32bit</Dependency>
|
||||
<Dependency>gstreamer-32bit</Dependency>
|
||||
<Dependency>libgudev-32bit</Dependency>
|
||||
<Dependency>libdrm-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gst-plugins-base</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user