mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
strawberry: fix TLS initialization failed
This commit is contained in:
parent
0dbf630304
commit
7fe6030ee7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue