[arch-commits] Commit in yt-dlp/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:28:23 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:28:23
  Author: felixonmars
Revision: 1063038

archrelease: copy trunk to community-staging-any

Added:
  yt-dlp/repos/community-staging-any/
  yt-dlp/repos/community-staging-any/PKGBUILD
    (from rev 1063037, yt-dlp/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: yt-dlp/repos/community-staging-any/PKGBUILD (from rev 1063037, yt-dlp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-02 23:28:23 UTC (rev 1063038)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+# Contributor: katt <magunasu.b97 at gmail.com>
+
+pkgname=yt-dlp
+pkgver=2021.12.01
+pkgrel=2
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-mutagen python-pycryptodomex python-websockets)
+makedepends=(python-setuptools pandoc)
+optdepends=('ffmpeg: for video post-processing'
+            'rtmpdump: for rtmp streams support'
+            'atomicparsley: for embedding thumbnails into m4a files'
+            'aria2: for using aria2 as external downloader')
+source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
+
+build() {
+  cd $pkgname-$pkgver
+  make pypi-files
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



More information about the arch-commits mailing list