mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
qxmpp: update to 1.3.0
Remove unrecognized configure_args.
This commit is contained in:
parent
793c2c87e5
commit
66a0592b2b
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
# Template file for 'qxmpp'
|
# Template file for 'qxmpp'
|
||||||
pkgname=qxmpp
|
pkgname=qxmpp
|
||||||
version=1.2.1
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_EXAMPLES=false $(vopt_if opus -DWITH_OPUS=true)
|
configure_args="-DBUILD_EXAMPLES=false"
|
||||||
$(vopt_if speex -DWITH_SPEEX=true) $(vopt_if theora -DWITH_THEORA=true)
|
|
||||||
$(vopt_if vpx -DWITH_VPX=true)"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-devel opus-devel speex-devel libtheora-devel libvpx-devel"
|
makedepends="qt5-devel opus-devel speex-devel libtheora-devel libvpx-devel"
|
||||||
short_desc="Cross-platform C++ XMPP client and server library"
|
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"
|
license="LGPL-2.1"
|
||||||
homepage="https://github.com/qxmpp-project/qxmpp/"
|
homepage="https://github.com/qxmpp-project/qxmpp/"
|
||||||
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
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="opus speex theora vpx"
|
||||||
build_options_default="opus speex theora vpx"
|
build_options_default="opus speex theora vpx"
|
||||||
|
|
Loading…
Add table
Reference in a new issue