mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/yt-dlp to 2023.12.30-1
This commit is contained in:
parent
e7fb3f7f03
commit
c8645a77ea
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = yt-dlp
|
||||
pkgdesc = A youtube-dl fork with additional features and fixes
|
||||
pkgver = 2023.11.16
|
||||
pkgver = 2023.12.30
|
||||
pkgrel = 1
|
||||
url = https://github.com/yt-dlp/yt-dlp
|
||||
arch = any
|
||||
|
@ -13,11 +13,13 @@ pkgbase = yt-dlp
|
|||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-certifi
|
||||
depends = python-requests
|
||||
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
|
||||
optdepends = python-pycryptodome: for decrypting AES-128 HLS streams and various other data
|
||||
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
|
||||
|
@ -26,7 +28,7 @@ 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
|
||||
source = yt-dlp-2023.11.16.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.16/yt-dlp.tar.gz
|
||||
sha256sums = aa7fb7e49b57b1b5ac439a72568575e4df904ffc30417e19e644990e7239ac53
|
||||
source = yt-dlp-2023.12.30.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.12.30/yt-dlp.tar.gz
|
||||
sha256sums = 5408fe5d12cd1c430ee10346770e3d60baad5c63a38b41c8967005e4956780a7
|
||||
|
||||
pkgname = yt-dlp
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
# - removed makedepend on pandoc
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2023.11.16
|
||||
pkgver=2023.12.30
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
url='https://github.com/yt-dlp/yt-dlp'
|
||||
license=(Unlicense)
|
||||
depends=(python
|
||||
python-certifi)
|
||||
python-certifi
|
||||
python-requests)
|
||||
makedepends=(python-build
|
||||
python-installer
|
||||
python-setuptools
|
||||
|
@ -24,6 +25,7 @@ optdepends=('ffmpeg: for video post-processing'
|
|||
'atomicparsley: for embedding thumbnails into m4a files'
|
||||
'aria2: for using aria2 as external downloader'
|
||||
'python-mutagen: for embedding thumbnail in certain formats'
|
||||
'python-pycryptodome: for decrypting AES-128 HLS streams and various other data'
|
||||
'python-pycryptodomex: for decrypting AES-128 HLS streams and various other data'
|
||||
'python-websockets: for downloading over websocket'
|
||||
'python-brotli: brotli content encoding support'
|
||||
|
@ -33,7 +35,7 @@ optdepends=('ffmpeg: for video post-processing'
|
|||
'phantomjs: for extractors with javascript code'
|
||||
'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=('aa7fb7e49b57b1b5ac439a72568575e4df904ffc30417e19e644990e7239ac53')
|
||||
sha256sums=('5408fe5d12cd1c430ee10346770e3d60baad5c63a38b41c8967005e4956780a7')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue