dopeiptv
LOW
maintainer Morta
0 votes
scanned 2026-09-19 23:31:49.152818
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Joël Müller <mail@joelmueller.ch>
2
3
pkgname=dopeiptv
4
pkgver=1.2.11
5
pkgrel=1
6
pkgdesc='Linux IPTV player with Xtream Codes, M3U, EPG, timeshift, recording and multiview'
7
arch=('any')
8
url='https://github.com/slimture/dopeIPTV'
9
license=('GPL-3.0-or-later')
10
11
depends=(
12
'python'
13
'python-pyqt6'
14
'python-requests'
15
'python-mpv'
16
'python-pychromecast'
17
'mpv'
18
'ffmpeg'
19
)
20
21
makedepends=(
22
'git'
23
'python-build'
24
'python-installer'
25
'python-setuptools'
26
'python-wheel'
27
)
28
29
optdepends=(
30
'vlc: external VLC playback'
31
)
32
33
provides=('dopeiptv')
34
conflicts=(
35
'dopeiptv-git'
36
'dopeiptv-bin'
37
)
38
39
source=(
40
"dopeIPTV::git+https://github.com/slimture/dopeIPTV.git#tag=v${pkgver}"
41
)
42
43
sha256sums=('73fd47762f4d7cd04552f57072ebe281a77162457295e440eb3bed1824abd66f')
44
45
build() {
46
cd "${srcdir}/dopeIPTV"
47
48
python -m build \
49
--wheel \
50
--no-isolation
51
}
52
53
package() {
54
cd "${srcdir}/dopeIPTV"
55
56
python -m installer \
57
--destdir="${pkgdir}" \
58
dist/*.whl
59
60
install -Dm644 dopeiptv.desktop \
61
"${pkgdir}/usr/share/applications/dopeiptv.desktop"
62
63
install -Dm644 LICENSE \
64
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
65
}
66
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 23:31:49 | Low | 1 |