Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
yt-dlp
Commits:
897d1ef4 by T.J. Townsend at 2026-01-22T12:04:02-05:00
move yt-dlp-ejs to depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -13,6 +13,7 @@ pkgbase = yt-dlp
depends = python-certifi
depends = python-requests
depends = python-urllib3
+ depends = yt-dlp-ejs
optdepends = ffmpeg: for video post-processing
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
@@ -27,7 +28,6 @@ pkgbase = yt-dlp
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
- optdepends = yt-dlp-ejs: non-deprecated YouTube support
source =
yt-dlp-2025.12.08.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.12.08/yt-dlp.tar.gz
sha256sums =
9814ae7dd4118a80a6104399d4984e355d2a71f78e6bbc48137a5b299eddcbaf
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,8 @@ license=(Unlicense)
depends=(python
python-certifi
python-requests
- python-urllib3)
+ python-urllib3
+ yt-dlp-ejs)
makedepends=(python-build
python-hatchling
python-installer)
@@ -30,8 +31,7 @@ optdepends=('ffmpeg: for video post-processing'
'python-xattr: for writing xattr metadata'
'python-pyxattr: for writing xattr metadata (alternative option)'
'phantomjs: for extractors with javascript code'
- 'python-secretstorage: For -cookies-from-browser to access the
GNOME keyring while decrypting cookies of Chromium-based browsers'
- 'yt-dlp-ejs: non-deprecated YouTube support')
+ 'python-secretstorage: For -cookies-from-browser to access the
GNOME keyring while decrypting cookies of Chromium-based browsers')
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
sha256sums=('9814ae7dd4118a80a6104399d4984e355d2a71f78e6bbc48137a5b299eddcbaf')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/897d1ef4a5ca7aa47803d60e300e6e194a44139f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/897d1ef4a5ca7aa47803d60e300e6e194a44139f
You're receiving this email because of your account on gitlab.archlinux.org.