1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Add y' to keyboard mappings as alternate key for Play' to workaround

vdr-sxfe --hotkeys already hardcoding `p' as `Power'.
- Directly link to the wiki page http://wiki.freebsd.org/VDR from the main
  vdr and vdr-plugins ports' pkg-descr.s
- Bump PORTREVISIONs.
This commit is contained in:
Juergen Lock 2011-05-09 18:29:50 +00:00
parent 82ff4a4d9d
commit 4cd553a3d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273885
7 changed files with 24 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-xineliboutput
PORTVERSION= 1.0.90s20110308.2305
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= multimedia
MASTER_SITES= SF:release \
LOCAL:snapshot

View File

@ -1143,6 +1143,13 @@ Alias {
modifier = none
}
# VDR Play
Alias {
entry = VDRPlay
key = y
modifier = none
}
##
# End of xine key bindings.
##

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugins
PORTVERSION= 1.7.18
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none

View File

@ -3,8 +3,12 @@ Preliminary port of the vdr development branch, use at your own risk! :)
This is just a metaport that lets you select the plugins you want to
install.
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD
notes, some links are here:
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list and the
wiki for FreeBSD notes:
http://wiki.freebsd.org/VDR
Some links are also here:
http://people.freebsd.org/~nox/dvb/

View File

@ -7,6 +7,7 @@
PORTNAME= vdr
PORTVERSION= 1.7.18
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.tvdr.de/vdr/Developer/

View File

@ -34,6 +34,7 @@ XKeySym.9 KP_9
XKeySym.Info i
XKeySym.Mute m
XKeySym.Play p
XKeySym.Play y
XKeySym.Pause Space
XKeySym.Stop s
XKeySym.Record r
@ -84,6 +85,7 @@ KBD.8 0000000000000038
KBD.9 0000000000000039
KBD.Info 0000000000000069
KBD.Play 0000000000000070
KBD.Play 0000000000000079
KBD.Pause 0000000000000020
KBD.Stop 0000000000000073
KBD.Record 0000000000000072

View File

@ -1,7 +1,11 @@
Preliminary port of the vdr development branch, use at your own risk! :)
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD
notes, some links are here:
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list and the
wiki for FreeBSD notes:
http://wiki.freebsd.org/VDR
Some links are also here:
http://people.freebsd.org/~nox/dvb/