tg_owt: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-25 09:15:09 +02:00
parent 5c9ad4c5be
commit 552daf48ce

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Telegram Desktop's fork of Google's WebRTC."
HOMEPAGE="https://github.com/desktop-app/tg_owt"
COPYRIGHT="2013-2024 Telegram"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
srcGitRev="dc17143230b5519f3c1a8da0079e00566bd4c5a8"
SOURCE_URI="https://github.com/desktop-app/tg_owt/archive/$srcGitRev.tar.gz"
SOURCE_DIR="tg_owt-$srcGitRev"
@@ -53,14 +53,13 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix >= 60
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libjpeg$secondaryArchSuffix
devel:libopenh264$secondaryArchSuffix
devel:libopus$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libvpx$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"