diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2022-01-26 00:43:31 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-28 18:38:20 +0300 |
commit | e80c64fe3eb6669c23993dcc56bb374ad0caf8b9 (patch) | |
tree | d4fb9f1270fe3f0410832baac12573fb95b0e61e /media-plugins/vdr-streamdev/metadata.xml | |
parent | net-analyzer/netdata: Cleanup old versions (diff) | |
download | gentoo-e80c64fe3eb6669c23993dcc56bb374ad0caf8b9.tar.gz gentoo-e80c64fe3eb6669c23993dcc56bb374ad0caf8b9.tar.bz2 gentoo-e80c64fe3eb6669c23993dcc56bb374ad0caf8b9.zip |
media-plugins/vdr-streamdev: version bump to 0.6.3
new EAPI 8
make USE=server the default
adopt proxy maintainership
change HOME due to retirement of http://projects.vdr-developer.org
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/23960
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-streamdev/metadata.xml')
-rw-r--r-- | media-plugins/vdr-streamdev/metadata.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/media-plugins/vdr-streamdev/metadata.xml b/media-plugins/vdr-streamdev/metadata.xml index 6ecec60aea2b..a4f638e9ccf0 100644 --- a/media-plugins/vdr-streamdev/metadata.xml +++ b/media-plugins/vdr-streamdev/metadata.xml @@ -1,19 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>martin.dummer@gmx.net</email> + <name>Martin Dummer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <maintainer type="project"> <email>vdr@gentoo.org</email> <name>Gentoo VDR Project</name> </maintainer> <use> - <flag name="client"> - Compile the VDR plugin vdr-streamdev-client - that acts like a dvb-budget card - </flag> - <flag name="server"> - Compile the VDR plugin vdr-streamdev-server - that allows remote systems to access the - DVB cards used for the local VDR - </flag> + <flag name="client">Compile the VDR plugin vdr-streamdev-client that can connect a vdr to a + remote streamdev-server instance</flag> + <flag name="server">Compile the VDR plugin vdr-streamdev-server that allows remote systems to access the + vdr using streamdev-specific VTP and HTTP protocol</flag> </use> + <upstream> + <remote-id type="github">vdr-projects/vdr-plugin-streamdev</remote-id> + </upstream> </pkgmetadata> |