strawberry: fix TLS initialization failed

This commit is contained in:
rooyca 2025-05-24 13:32:00 -05:00 committed by classabbyamp
parent 0dbf630304
commit 7fe6030ee7

View file

@ -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 <voidisnull@duck.com>"
license="GPL-3.0-or-later"