diff --git a/srcpkgs/qxmpp/template b/srcpkgs/qxmpp/template index d50a2305123..318a974f50c 100644 --- a/srcpkgs/qxmpp/template +++ b/srcpkgs/qxmpp/template @@ -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 " 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"