qxmpp: update to 1.3.0

Remove unrecognized configure_args.
This commit is contained in:
Jürgen Buchmüller 2020-04-10 18:54:39 +02:00
parent 793c2c87e5
commit 66a0592b2b

View file

@ -1,11 +1,9 @@
# Template file for 'qxmpp'
pkgname=qxmpp
version=1.2.1
version=1.3.0
revision=1
build_style=cmake
configure_args="-DBUILD_EXAMPLES=false $(vopt_if opus -DWITH_OPUS=true)
$(vopt_if speex -DWITH_SPEEX=true) $(vopt_if theora -DWITH_THEORA=true)
$(vopt_if vpx -DWITH_VPX=true)"
configure_args="-DBUILD_EXAMPLES=false"
hostmakedepends="pkg-config"
makedepends="qt5-devel opus-devel speex-devel libtheora-devel libvpx-devel"
short_desc="Cross-platform C++ XMPP client and server library"
@ -13,7 +11,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="LGPL-2.1"
homepage="https://github.com/qxmpp-project/qxmpp/"
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=f83eb44e2b21b070a7568b2b234e269a6ab7c64007728d62b01487de843688ee
checksum=3c83d7cb3e790afd62a5232956ca85378aa76b6e1d1875c921ead05b70bb0fa5
build_options="opus speex theora vpx"
build_options_default="opus speex theora vpx"