youtube-dl + yt_dlp: depend on ffmpeg6_tools

As other wise it demands the first ffmpeg_tools it can find, which is
v4, resulting in more ffmpeg v4 packages being installed. As beta5
comes with ffmpeg6, it makes sense to use the same v6 of ffmpeg_tools.

Fixes #10837
This commit is contained in:
Humdinger
2024-08-16 11:37:04 +02:00
parent 2eac4f7db1
commit 8cad77931b
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ HOMEPAGE="https://ytdl-org.github.io/youtube-dl/index.html
https://github.com/ytdl-org/youtube-dl"
COPYRIGHT="2006-2021 youtube-dl contributors"
LICENSE="Unlicense"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/ytdl-org/youtube-dl/releases/download/$portVersion/youtube-dl-$portVersion.tar.gz"
CHECKSUM_SHA256="9f3b99c8b778455165b4525f21505e86c7ff565f3ac319e19733d810194135df"
SOURCE_DIR="youtube-dl"
@@ -22,7 +22,7 @@ PROVIDES="
"
REQUIRES="
haiku
ffmpeg_tools
ffmpeg6_tools
cmd:python3
"

View File

@@ -9,7 +9,7 @@ to download these videos by itself."
HOMEPAGE="https://github.com/yt-dlp/yt-dlp"
COPYRIGHT="2006-2024 youtube-dl and yt-dlp contributors"
LICENSE="Unlicense"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/yt-dlp/yt-dlp/releases/download/$portVersion/yt-dlp.tar.gz"
SOURCE_FILENAME="yt-dlp-$portVersion.tar.gz"
CHECKSUM_SHA256="e08331fb9a36eba56b4efd074b5b25fbf08413e9cb47009a28ecbffe47150310"
@@ -23,7 +23,7 @@ PROVIDES="
"
REQUIRES="
haiku
ffmpeg_tools
ffmpeg6_tools
cmd:python3
"