PKGBUILDs/extra/yt-dlp/.SRCINFO

35 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-10-07 14:56:23 +00:00
pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
2024-04-10 00:18:09 +00:00
pkgver = 2024.04.09
2024-04-27 16:15:36 +00:00
pkgrel = 2
2023-10-07 14:56:23 +00:00
url = https://github.com/yt-dlp/yt-dlp
arch = any
license = Unlicense
checkdepends = python-pytest
makedepends = pandoc
makedepends = python-build
2024-03-11 00:49:19 +00:00
makedepends = python-hatchling
2023-10-07 14:56:23 +00:00
makedepends = python-installer
depends = python
depends = python-certifi
2024-01-06 00:53:39 +00:00
depends = python-requests
2024-03-11 00:49:19 +00:00
depends = python-urllib3
2023-10-07 14:56:23 +00:00
optdepends = ffmpeg: for video post-processing
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
optdepends = aria2: for using aria2 as external downloader
optdepends = python-mutagen: for embedding thumbnail in certain formats
2024-01-06 00:53:39 +00:00
optdepends = python-pycryptodome: for decrypting AES-128 HLS streams and various other data
2023-10-07 14:56:23 +00:00
optdepends = python-pycryptodomex: for decrypting AES-128 HLS streams and various other data
optdepends = python-websockets: for downloading over websocket
optdepends = python-brotli: brotli content encoding support
optdepends = python-brotlicffi: brotli content encoding support
optdepends = python-xattr: for writing xattr metadata
optdepends = python-pyxattr: for writing xattr metadata (alternative option)
optdepends = phantomjs: for extractors with javascript code
optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
2024-04-10 00:18:09 +00:00
source = yt-dlp-2024.04.09.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.04.09/yt-dlp.tar.gz
sha256sums = 59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed
2023-10-07 14:56:23 +00:00
pkgname = yt-dlp