farstream:add dep

This commit is contained in:
alihanozturk
2016-03-30 20:03:20 +03:00
parent 9b9d361661
commit fc81865c92
2 changed files with 6 additions and 8 deletions
+2 -3
View File
@@ -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())
+4 -5
View File
@@ -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>