mumble: rebuild with libressl-2.8
This commit is contained in:
parent
2c9ffed9b3
commit
5b565cf273
2 changed files with 12 additions and 1 deletions
11
srcpkgs/mumble/patches/std-float.patch
Normal file
11
srcpkgs/mumble/patches/std-float.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/mumble/AudioOutput.cpp.orig 2018-10-29 00:43:02.953895662 +0100
|
||||||
|
+++ src/mumble/AudioOutput.cpp 2018-10-29 00:43:49.407481605 +0100
|
||||||
|
@@ -431,7 +431,7 @@
|
||||||
|
top[2] = 0.0f;
|
||||||
|
}
|
||||||
|
|
||||||
|
- if (std::abs<float>(front[0] * top[0] + front[1] * top[1] + front[2] * top[2]) > 0.01f) {
|
||||||
|
+ if (std::abs(front[0] * top[0] + front[1] * top[1] + front[2] * top[2]) > 0.01f) {
|
||||||
|
// Not perpendicular. Assume Y up and rotate 90 degrees.
|
||||||
|
|
||||||
|
float azimuth = 0.0f;
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mumble'
|
# Template file for 'mumble'
|
||||||
pkgname=mumble
|
pkgname=mumble
|
||||||
version=1.2.19
|
version=1.2.19
|
||||||
revision=13
|
revision=14
|
||||||
hostmakedepends="Ice pkg-config protobuf qt-host-tools qt-qmake"
|
hostmakedepends="Ice pkg-config protobuf qt-host-tools qt-qmake"
|
||||||
makedepends="Ice-devel MesaLib-devel avahi-compat-libs-devel boost-devel
|
makedepends="Ice-devel MesaLib-devel avahi-compat-libs-devel boost-devel
|
||||||
libcap-devel libressl-devel libsndfile-devel opus-devel protobuf-devel
|
libcap-devel libressl-devel libsndfile-devel opus-devel protobuf-devel
|
||||||
|
|
Loading…
Reference in a new issue