Use GnuTLS instead

This commit is contained in:
Jonas Kvinge
2019-04-16 17:48:11 +02:00
parent 8b04a3b16a
commit 31b24d9a09
16 changed files with 146 additions and 95 deletions

View File

@@ -10,7 +10,7 @@ makedepends=(git cmake make gcc boost gettext qt5-tools)
depends=(
desktop-file-utils
hicolor-icon-theme
openssl
gnutls
udisks2
protobuf
qt5-base

View File

@@ -41,7 +41,7 @@ BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(sqlite3)

View File

@@ -140,7 +140,7 @@ Section "Strawberry" Strawberry
File "libprotobuf-18.dll"
File "libspeex-1.dll"
File "libsqlite3-0.dll"
File "libssl-1_1-x64.dll"
File "libssl-3-x64.dll"
File "libstdc++-6.dll"
File "libtag.dll"
File "libvorbis-0.dll"
@@ -384,7 +384,7 @@ Section "Uninstall"
Delete "$INSTDIR\libprotobuf-18.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libsqlite3-0.dll"
Delete "$INSTDIR\libssl-1_1-x64.dll"
Delete "$INSTDIR\libssl-3-x64.dll"
Delete "$INSTDIR\libstdc++-6.dll"
Delete "$INSTDIR\libtag.dll"
Delete "$INSTDIR\libvorbis-0.dll"

View File

@@ -140,7 +140,7 @@ Section "Strawberry" Strawberry
File "libprotobuf-18.dll"
File "libspeex-1.dll"
File "libsqlite3-0.dll"
File "libssl-1_1.dll"
File "libssl-3.dll"
File "libstdc++-6.dll"
File "libtag.dll"
File "libvorbis-0.dll"
@@ -384,7 +384,7 @@ Section "Uninstall"
Delete "$INSTDIR\libprotobuf-18.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libsqlite3-0.dll"
Delete "$INSTDIR\libssl-1_1.dll"
Delete "$INSTDIR\libssl-3.dll"
Delete "$INSTDIR\libstdc++-6.dll"
Delete "$INSTDIR\libtag.dll"
Delete "$INSTDIR\libvorbis-0.dll"

View File

@@ -140,7 +140,7 @@ Section "Strawberry" Strawberry
File "libprotobuf-18.dll"
File "libspeex-1.dll"
File "libsqlite3-0.dll"
File "libssl-1_1-x64.dll"
File "libssl-3-x64.dll"
File "libstdc++-6.dll"
File "libtag.dll"
File "libvorbis-0.dll"
@@ -352,7 +352,7 @@ Section "Uninstall"
Delete "$INSTDIR\libprotobuf-18.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libsqlite3-0.dll"
Delete "$INSTDIR\libssl-1_1-x64.dll"
Delete "$INSTDIR\libssl-3-x64.dll"
Delete "$INSTDIR\libstdc++-6.dll"
Delete "$INSTDIR\libtag.dll"
Delete "$INSTDIR\libvorbis-0.dll"

View File

@@ -140,7 +140,7 @@ Section "Strawberry" Strawberry
File "libprotobuf-18.dll"
File "libspeex-1.dll"
File "libsqlite3-0.dll"
File "libssl-1_1.dll"
File "libssl-3.dll"
File "libstdc++-6.dll"
File "libtag.dll"
File "libvorbis-0.dll"
@@ -352,7 +352,7 @@ Section "Uninstall"
Delete "$INSTDIR\libprotobuf-18.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libsqlite3-0.dll"
Delete "$INSTDIR\libssl-1_1.dll"
Delete "$INSTDIR\libssl-3.dll"
Delete "$INSTDIR\libstdc++-6.dll"
Delete "$INSTDIR\libtag.dll"
Delete "$INSTDIR\libvorbis-0.dll"