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