blob: d7e687cb2cbacbebdbc708cd7941a0799b444d6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = tartube
pkgdesc = A GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders
pkgver = 2.5.0
pkgrel = 1
url = https://github.com/axcore/tartube
arch = any
license = LGPL-2.1-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = gobject-introspection-runtime
depends = python
depends = python-gobject
depends = python-requests
depends = yt-dlp
optdepends = aria2: external downlader for youtube-dl
optdepends = atomicparsley: support for embedding thumbnails in audio files
optdepends = ffmpeg: support for various post-processing tasks
optdepends = python-feedparser: support for detecting livestreams
optdepends = python-matplotlib: support for drawing graphs
optdepends = python-moviepy: support for detecting length of some videos
optdepends = python-playsound: play alarm when a livestream starts
optdepends = streamlink: support for downloading livestreams
source = tartube-2.5.0.tar.gz::https://github.com/axcore/tartube/archive/v2.5.0.tar.gz
sha256sums = efa80c9da2c3c63e261f9eda0f81b60cf90093a6f5d25b80ab569c29f3f6f350
pkgname = tartube
|