gst-plugins-base fix build, grantlee-qt5-devel gix deps
This commit is contained in:
@@ -13,13 +13,16 @@ def setup():
|
||||
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
|
||||
opts = {
|
||||
"introspection": "no" if get.buildTYPE() == "emul32" else "yes",
|
||||
"gnome-vfs": "dis" if get.buildTYPE() == "emul32" else "en"
|
||||
"libvisual": "dis" if get.buildTYPE() == "emul32" else "en",
|
||||
"theora": "dis" if get.buildTYPE() == "emul32" else "en",
|
||||
}
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-examples \
|
||||
--%(gnome-vfs)sable-gnome-vfs \
|
||||
--enable-libvisual \
|
||||
--disable-gnome-vfs \
|
||||
--%(libvisual)sable-libvisual \
|
||||
--%(theora)sable-theora \
|
||||
--enable-experimental \
|
||||
--enable-introspection=%(introspection)s \
|
||||
--with-package-name='PisiLinux gstreamer-plugins-base package' \
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
<Dependency>libvisual-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>orc-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<!--<Dependency>gnome-vfs-devel</Dependency>-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -85,10 +86,10 @@
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
<Dependency>alsa-lib-32bit</Dependency>
|
||||
<Dependency>libtheora-32bit</Dependency>
|
||||
<!--Dependency>libtheora-32bit</Dependency-->
|
||||
<Dependency>gstreamer-32bit</Dependency>
|
||||
<Dependency>libvorbis-32bit</Dependency>
|
||||
<Dependency>libvisual-32bit</Dependency>
|
||||
<!--Dependency>libvisual-32bit</Dependency-->
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gst-plugins-base</Dependency>
|
||||
@@ -104,10 +105,10 @@
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
<Dependency>alsa-lib-32bit</Dependency>
|
||||
<Dependency>libtheora-32bit</Dependency>
|
||||
<!--Dependency>libtheora-32bit</Dependency-->
|
||||
<Dependency>gstreamer-32bit</Dependency>
|
||||
<Dependency>libvorbis-32bit</Dependency>
|
||||
<Dependency>libvisual-32bit</Dependency>
|
||||
<!--Dependency>libvisual-32bit</Dependency-->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/gstreamer-0.10</Path>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<Name>grantlee-qt5-devel</Name>
|
||||
<Summary>Development files for grantlee</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">grantlee</Dependency>
|
||||
<Dependency release="current">grantlee-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
|
||||
Reference in New Issue
Block a user