blob: d5b5074590c920f23cf6f328c32d5a20f9432362 (
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
|
pkgbase = vdr-streamdev
pkgdesc = Implementation of the VTP (Video Transfer Protocol)
pkgver = 0.6.4
pkgrel = 2
url = https://github.com/vdr-projects/vdr-plugin-streamdev
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
license = GPL2
depends = gcc-libs
depends = vdr-api=6
source = vdr-streamdev-0.6.4.tar.gz::https://github.com/vdr-projects/vdr-plugin-streamdev/archive/refs/tags/0.6.4.tar.gz
source = 50-streamdev-server.conf
sha256sums = 1698afccb5fde1ea4e40794ae187fa42ce7fc38af48c12ecd3fa1d3154c6c794
sha256sums = cec0056ca0f140f773f443396ea5f95632f077c4a653a4c5b753ec4937ca3e72
pkgname = vdr-streamdev-client
pkgdesc = Implementation of the VTP (Video Transfer Protocol): client-side
conflicts = vdr-streamdev
replaces = vdr-streamdev
backup = etc/vdr/conf.avail/50-streamdev-client.conf
pkgname = vdr-streamdev-server
pkgdesc = Implementation of the VTP (Video Transfer Protocol): server-side
conflicts = vdr-streamdev
replaces = vdr-streamdev
backup = etc/vdr/conf.avail/50-streamdev-server.conf
backup = var/lib/vdr/plugins/streamdev-server/streamdevhosts.conf
|