Skip to content

Commit 42a1c2d

Browse files
committed
qxmpp: update to 1.14.0
1 parent 2ef945d commit 42a1c2d

2 files changed

Lines changed: 9 additions & 24 deletions

File tree

common/shlibs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,8 @@ leatherman_execution.so.1.12.4 leatherman-1.12.4_1
27732773
leatherman_ruby.so.1.12.4 leatherman-1.12.4_1
27742774
libfbclient.so.2 libfbclient3-3.0.4.33054_1
27752775
libipmiutil.so.1 ipmiutil-3.1.3_4
2776-
libqxmpp.so.3 qxmpp-1.2.0_1
2776+
libQXmppQt6.so.8 qxmpp-1.14.0_1
2777+
libQXmppOmemoQt6.so.8 qxmpp-1.14.0_1
27772778
libunwind.so.1 llvm-libunwind-3.8.0_1
27782779
libc++abi.so.1 libcxxabi-3.8.0_1
27792780
libfastjson.so.4 libfastjson-0.99.3_1

srcpkgs/qxmpp/template

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
# Template file for 'qxmpp'
22
pkgname=qxmpp
3-
version=1.4.0
3+
version=1.14.0
44
revision=1
55
build_style=cmake
6-
configure_args="-DBUILD_EXAMPLES=false"
7-
hostmakedepends="pkg-config"
8-
makedepends="qt5-devel opus-devel speex-devel libtheora-devel libvpx-devel"
6+
configure_args="-DBUILD_EXAMPLES=false -DBUILD_OMEMO=true -DWITH_GSTREAMER=true -DBUILD_TESTS=false"
7+
hostmakedepends="pkg-config qt6-base qt6-tools"
8+
makedepends="qt6-base-devel opus-devel speex-devel libtheora-devel libvpx-devel libomemo-c-devel qt6-qt5compat-devel qca-qt6-devel gstreamer1-devel"
99
short_desc="Cross-platform C++ XMPP client and server library"
1010
maintainer="Orphaned <orphan@voidlinux.org>"
1111
license="LGPL-2.1-or-later"
12-
homepage="https://github.com/qxmpp-project/qxmpp/"
13-
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
14-
checksum=2148162138eaf4b431a6ee94104f87877b85a589da803dff9433c698b4cf4f19
15-
16-
build_options="opus speex theora vpx"
17-
build_options_default="opus speex theora vpx"
18-
desc_option_opus="Enable Opus audio codec"
19-
desc_option_speex="Enable Speex audio codec"
20-
desc_option_theora="Enable Theora video codec"
21-
22-
if [ -z "$XBPS_CHECK_PKGS" ]; then
23-
configure_args+=" -DBUILD_TESTS=false"
24-
else
25-
configure_args+=" -DBUILD_TESTS=true"
26-
fi
27-
28-
if [ -n "$CROSS_BUILD" ]; then
29-
hostmakedepends+=" qt5-host-tools qt5-devel"
30-
fi
12+
homepage="https://invent.kde.org/libraries/qxmpp"
13+
distfiles="https://invent.kde.org/libraries/qxmpp/-/archive/v${version}/qxmpp-v${version}.tar.gz"
14+
checksum=eeb1c3d5fa5f737761e06ae41a479921e75328622729bea527b21ecd95caadc3
3115

3216
qxmpp-devel_package() {
3317
short_desc+=" - development files"

0 commit comments

Comments
 (0)