moonlight_embedded: fixed libssl,FFmpeg7 (#13850)

This commit is contained in:
kenmays
2026-04-01 22:41:53 -07:00
committed by GitHub
parent 47d25c8b59
commit 88d5115a0a

View File

@@ -5,7 +5,7 @@ full collection of games and applications from your PC to other devices to play
HOMEPAGE="https://github.com/moonlight-stream/moonlight-embedded"
COPYRIGHT="2015-2024 Iwan Timmer"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
# Main moonlight-embedded
srcGitRev="2782ec6a79ac0cecf316ad361de3f28a1fa80393"
SOURCE_URI="https://github.com/robante15/moonlight-embedded/archive/$srcGitRev.tar.gz"
@@ -42,6 +42,7 @@ REQUIRES="
lib:libcurl$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
lib:libopus$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libuuid$secondaryArchSuffix
@@ -49,12 +50,11 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
ffmpeg5${secondaryArchSuffix}_devel
# devel:libavcodec$secondaryArchSuffix >= 59
# devel:libavutil$secondaryArchSuffix >= 57
ffmpeg7${secondaryArchSuffix}_devel
devel:libcurl$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:libopus$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libuuid$secondaryArchSuffix
"