farstream:add dep
This commit is contained in:
@@ -9,16 +9,15 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
#autotools.autoreconf("-fi")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--disable-static \
|
||||
--with-html-dir=/%s/%s/html \
|
||||
--with-package-name='PisiLinux farstream package' \
|
||||
--with-package-origin='http://www.pisilinux.org'"
|
||||
% (get.docDIR(), get.srcNAME()))
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -16,14 +16,12 @@
|
||||
<Archive sha1sum="3b1c40afdb34e96d6d5c5feecbcfda36630d5c0c" type="targz">http://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnice-devel</Dependency>
|
||||
<Dependency>valgrind</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>gstreamer-next-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">farstream-plugin-path.patch</Patch> -->
|
||||
<!-- <Patch level="1">vp8.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -51,7 +49,8 @@
|
||||
<Summary>Development files for farstream</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">farstream</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gstreamer-next-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
|
||||
Reference in New Issue
Block a user