summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2019-01-04 13:30:24 -0500
committerfrealgagu2019-01-04 13:30:24 -0500
commita1d1c59523d643db734e75c1f1df943668d079ed (patch)
treeb7b396709edb33cce47b227f862371637bdf80fb
parent1ec3b7d5a2b3b842883ac05ae93cd88539b8bfda (diff)
downloadaur-a1d1c59523d643db734e75c1f1df943668d079ed.tar.gz
Removing unused temporal fix.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
-rw-r--r--linphone.patch4
3 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c100b21b757..db974628eea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linphone-desktop-all-git
pkgdesc = A free VoIP and video softphone based on the SIP protocol (Installed in /opt with all deps included).
- pkgver = 4.1.1.r640.f923ab1a
+ pkgver = 4.1.1.r652.cc958940
pkgrel = 1
url = https://www.linphone.org/
arch = x86_64
@@ -126,7 +126,7 @@ pkgbase = linphone-desktop-all-git
sha256sums = SKIP
sha256sums = 346d983f503873811b3a4f72772e5afe4990275526c9e15c1b5cde2ad69a0544
sha256sums = e7574cdb0a5f8d334b1ed1d938fd6c7639e5785b80f01d39e81a682595af4171
- sha256sums = 88bc7f2f6ca9cf9ad54c1e4f42fe02597070aa2cb6c8d21c3b619739550a6651
+ sha256sums = c1f54c0634c2d42d091890ed5a73bcecf8c7c2d0c7f052a0014840ab36c64a01
sha256sums = 61a9a107267658971348343433a0709af7e1160d4227867faa8decd255f0289c
pkgname = linphone-desktop-all-git
diff --git a/PKGBUILD b/PKGBUILD
index ac75abde37a1..3f1e90d5f01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=linphone-desktop-all-git
-pkgver=4.1.1.r640.f923ab1a
+pkgver=4.1.1.r652.cc958940
pkgrel=1
pkgdesc="A free VoIP and video softphone based on the SIP protocol (Installed in /opt with all deps included)."
arch=("x86_64")
@@ -65,7 +65,7 @@ sha256sums=("SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP
"SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP"
"346d983f503873811b3a4f72772e5afe4990275526c9e15c1b5cde2ad69a0544"
"e7574cdb0a5f8d334b1ed1d938fd6c7639e5785b80f01d39e81a682595af4171"
- "88bc7f2f6ca9cf9ad54c1e4f42fe02597070aa2cb6c8d21c3b619739550a6651"
+ "c1f54c0634c2d42d091890ed5a73bcecf8c7c2d0c7f052a0014840ab36c64a01"
"61a9a107267658971348343433a0709af7e1160d4227867faa8decd255f0289c")
prepare() {
@@ -133,11 +133,6 @@ prepare() {
cd "${srcdir}/${pkgname%-all-git}/${pkgname%-desktop-all-git}-sdk/external/soci"
patch -Np1 -i "${srcdir}/soci.patch"
-
- #Temporal fix
- cd "${srcdir}/${pkgname%-all-git}/${pkgname%-desktop-all-git}-sdk/external/opencore-amr"
-
- git checkout 6e799838855bca868ef50a0953f0c771924321c3
}
pkgver() {
diff --git a/linphone.patch b/linphone.patch
index fba7ed8927d5..7dbcc9735440 100644
--- a/linphone.patch
+++ b/linphone.patch
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 62acd791f..55646a5e7 100644
+index a5b40e872..3a4bfed90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,8 @@
@@ -11,7 +11,7 @@ index 62acd791f..55646a5e7 100644
set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
set(LINPHONE_MINOR_VERSION ${PROJECT_VERSION_MINOR})
-@@ -51,8 +53,8 @@ option(ENABLE_JAVA_WRAPPER "Build the Java wrapper for Liblinphone." OFF)
+@@ -52,8 +54,8 @@ option(ENABLE_JAVA_WRAPPER "Build the Java wrapper for Liblinphone." OFF)
option(ENABLE_JAVADOC "Add a target to generate documentation for Java API" NO)
option(ENABLE_LDAP "Enable LDAP support." NO)
option(ENABLE_LIME "Enable Instant Messaging Encryption." YES)