libQuotient: update to 0.8.2.
This commit is contained in:
parent
5bcc372f21
commit
446bccc8fe
|
@ -3697,6 +3697,8 @@ libopkg.so.1 libopkg-0.4.4_2
|
|||
libpkgconf.so.4 libpkgconf-1.9.3_1
|
||||
libkodiplatform.so.19.0 kodi-platform-20180302_1
|
||||
libQuotient.so.0.8 libQuotient-0.8.1.2_1
|
||||
libQuotientQt6.so.0.8 libQuotient-0.8.1.2_2
|
||||
libQuotientQt6.so.0.8 libQuotient-0.8.2_1
|
||||
libipset.so.13 libipset-7.9_1
|
||||
libmp3splt.so.0 libmp3splt-0.9.2_1
|
||||
libliquid.so.1 liquid-dsp-1.4.0_1
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'libQuotient'
|
||||
pkgname=libQuotient
|
||||
version=0.8.1.2
|
||||
version=0.8.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0
|
||||
$(vopt_bool e2ee Quotient_ENABLE_E2EE)"
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel qt5-multimedia-devel qtkeychain-qt5-devel
|
||||
$(vopt_if e2ee 'olm-devel openssl-devel qt5-plugin-mysql qt5-plugin-odbc
|
||||
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds')"
|
||||
short_desc="Qt5 library to write cross-platform clients for Matrix"
|
||||
-DBUILD_WITH_QT6=ON $(vopt_bool e2ee Quotient_ENABLE_E2EE)"
|
||||
hostmakedepends="qt6-base qt6-tools"
|
||||
makedepends="qt6-multimedia-devel qtkeychain-qt6-devel
|
||||
$(vopt_if e2ee 'olm-devel openssl-devel qt6-plugin-mysql qt6-plugin-odbc
|
||||
qt6-plugin-pgsql qt6-plugin-sqlite')"
|
||||
short_desc="Qt6 library to write cross-platform clients for Matrix"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://matrix.org/docs/projects/sdk/quotient"
|
||||
distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
|
||||
checksum=5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
|
||||
checksum=12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9
|
||||
|
||||
build_options="e2ee"
|
||||
build_options_default="e2ee"
|
||||
|
|
Loading…
Reference in New Issue