blob: 810ce4661cb8ae665462d28b24f808400e636e86 (
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
29
30
31
32
|
pkgbase = tartube
pkgdesc = A GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders
pkgver = 2.5.100
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 = gdk-pixbuf2
depends = glib2
depends = gtk3
depends = libnotify
depends = pango
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.100.tar.gz::https://github.com/axcore/tartube/archive/v2.5.100.tar.gz
sha256sums = 211dd409a94e230008fcacfbdfae90099472360a1b9eb073096d5f2a553f9cc9
pkgname = tartube
|