farstream:add dep

This commit is contained in:
alihanozturk
2015-11-20 19:58:44 +02:00
parent d4e75d6769
commit 7acab27c7e
4 changed files with 33 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@ def setup():
autotools.autoreconf("-fi")
autotools.configure("--prefix=/usr \
--disable-static \
--enable-python \
--with-html-dir=/%s/%s/html \
--with-package-name='PisiLinux farstream package' \
--with-package-origin='http://www.pisilinux.org'"
@@ -0,0 +1,14 @@
Index: farstream-0.2.7/configure.ac
===================================================================
--- farstream-0.2.7.orig/configure.ac
+++ farstream-0.2.7/configure.ac
@@ -177,7 +177,8 @@ AC_SUBST(NICE_LIBS)
AC_SUBST(FS_TRANSMITTER_PLUGINS_SELECTED)
dnl set the plugindir where plugins should be installed
-AS_AC_EXPAND(FS_PLUGIN_PATH, ${libdir}/farstream-$FS_APIVERSION)
+AS_VAR_ARITH(FS_MAJOR, $FS_CURRENT-$FS_AGE)
+AS_AC_EXPAND(FS_PLUGIN_PATH, ${libdir}/farstream-$FS_APIVERSION-$FS_MAJOR)
AC_SUBST(FS_PLUGIN_PATH)
AC_DEFINE_UNQUOTED(FS_PLUGIN_PATH, "${FS_PLUGIN_PATH}", [The path were plugins are installed and search by default])
+12
View File
@@ -0,0 +1,12 @@
diff -urNp farstream-0.1.1.orig/gst/fsrtpconference/default-codec-preferences farstream-0.1.1/gst/fsrtpconference/default-codec-preferences
--- farstream-0.1.1.orig/gst/fsrtpconference/default-codec-preferences 2012-03-20 12:12:22.644324485 +0100
+++ farstream-0.1.1/gst/fsrtpconference/default-codec-preferences 2012-03-21 09:32:04.468634455 +0100
@@ -41,6 +41,8 @@ feedback:nack/pli=
[video/H263]
feedback:nack/pli=
+[video/VP8-DRAFT-IETF-01]
+
[video/THEORA]
#feedback:tfrc=
feedback:nack/pli=
+7 -1
View File
@@ -16,9 +16,13 @@
<BuildDependencies>
<Dependency>libnice-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
<!-- <Dependency>Dep4-devel</Dependency> -->
</BuildDependencies>
<Patches>
<!-- <Patch level="1">farstream-plugin-path.patch</Patch> -->
<!-- <Patch level="1">vp8.patch</Patch> -->
</Patches>
</Source>
<Package>
@@ -36,6 +40,8 @@
<Path fileType="library">/usr/lib/libfarstream-0.2*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/farstream</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>