From 7fe6030ee71cc340d4578e4605a6ff658e6a5ec4 Mon Sep 17 00:00:00 2001 From: rooyca Date: Sat, 24 May 2025 13:32:00 -0500 Subject: [PATCH] strawberry: fix TLS initialization failed --- srcpkgs/strawberry/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template index 35171396759..eabed85df60 100644 --- a/srcpkgs/strawberry/template +++ b/srcpkgs/strawberry/template @@ -1,7 +1,7 @@ # Template file for 'strawberry' pkgname=strawberry version=1.2.11 -revision=2 +revision=3 build_style=cmake configure_args="-DQT_HOST_PATH=/usr" hostmakedepends="pkg-config protobuf gettext qt6-base qt6-tools" @@ -10,7 +10,7 @@ makedepends="alsa-lib-devel boost-devel gnutls-devel fftw-devel libmtp-devel protobuf-devel pulseaudio-devel taglib-devel qt6-base-devel qt6-base-private-devel qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite KDSingleApplication libebur128-devel rapidjson sparsehash" -depends="desktop-file-utils qt6-plugin-sqlite" +depends="desktop-file-utils qt6-plugin-sqlite qt6-plugin-tls-openssl" short_desc="Audio player and music collection organizer" maintainer="Saksham " license="GPL-3.0-or-later"