summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsehraf2019-03-02 19:42:42 +0100
committersehraf2019-03-02 19:42:42 +0100
commit05b706e84e9cbb7f44b90efd271983a4d804cf2d (patch)
tree8297c8d6717379814801e7216dee92f1ee770f6a
parent80132d876bc81ef6acf5c5b1557000a90edb2d10 (diff)
downloadaur-05b706e84e9cbb7f44b90efd271983a4d804cf2d.tar.gz
VOIP is broken
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6fad6177678..191cf0524d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 11 18:54:54 UTC 2019
+# Sat Mar 2 18:42:09 UTC 2019
pkgbase = retroshare
pkgdesc = Serverless encrypted instant messenger with filesharing, chatgroups, e-mail.
pkgver = 0.6.5
diff --git a/PKGBUILD b/PKGBUILD
index 3aca676e366b..3539e68e6d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Set this to 'true' to build and install the plugins
#_plugin_feedreader='true'
-#_plugin_voip='true'
+#_plugin_voip='true' # currently broken!!!
# Set this to 'true' to enable the new automatically generated jsaon api
#_jsonapi='true'
@@ -73,8 +73,8 @@ fi
prepare() {
cd "${srcdir}/RetroShare-${pkgver}"
- #patch -p1 -i "${srcdir}"/4d287d68bc9725f403dc7d952a927d401c5d6c97.patch
- #patch -p1 -i "${srcdir}"/428b331d8efede1e2f39f2fc49216c675d081030.patch
+
+ [[ "$_plugin_voip" == 'true' ]] && sed -i -e 's/PKGCONFIG += opencv/PKGCONFIG += opencv4/g' plugins/VOIP/VOIP.pro
}
build() {