diff options
author | nox <nox@FreeBSD.org> | 2012-06-23 22:01:06 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-06-23 22:01:06 +0800 |
commit | 48ef434b80f8050080a8492927e9e89b95b5ad5a (patch) | |
tree | df109faa0241492dfdeb44fb529f2ae2322c483c /multimedia/vdr-plugin-xineliboutput | |
parent | 703b1fe5169a2fe82b7e5fdeb9a7773874ced98c (diff) | |
download | freebsd-ports-gnome-48ef434b80f8050080a8492927e9e89b95b5ad5a.tar.gz freebsd-ports-gnome-48ef434b80f8050080a8492927e9e89b95b5ad5a.tar.zst freebsd-ports-gnome-48ef434b80f8050080a8492927e9e89b95b5ad5a.zip |
- Update example ~/.xine/keymap for xine-ui version 0.99.7 .
- Bump PORTREVISION.
Diffstat (limited to 'multimedia/vdr-plugin-xineliboutput')
-rw-r--r-- | multimedia/vdr-plugin-xineliboutput/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugin-xineliboutput/files/keymap | 52 |
2 files changed, 51 insertions, 3 deletions
diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile index ed9031e0dae4..e46bd9e51004 100644 --- a/multimedia/vdr-plugin-xineliboutput/Makefile +++ b/multimedia/vdr-plugin-xineliboutput/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdr-plugin-xineliboutput PORTVERSION= 1.0.90s20120511 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF:release \ LOCAL:snapshot diff --git a/multimedia/vdr-plugin-xineliboutput/files/keymap b/multimedia/vdr-plugin-xineliboutput/files/keymap index aac555214bc8..ff3c81759c85 100644 --- a/multimedia/vdr-plugin-xineliboutput/files/keymap +++ b/multimedia/vdr-plugin-xineliboutput/files/keymap @@ -1,6 +1,6 @@ ## # xine key bindings. -# Automatically generated by xine-ui version 0.99.6. +# Automatically generated by xine-ui version 0.99.7. ## # start playback @@ -21,6 +21,12 @@ Stop { modifier = meta } +# close stream +Close { + key = C + modifier = none +} + # take a snapshot Snapshot { key = t @@ -807,6 +813,42 @@ ContrastControl- { modifier = none } +# increase gamma by 10 +GammaControl+ { + key = VOID + modifier = none +} + +# decrease gamma by 10 +GammaControl- { + key = VOID + modifier = none +} + +# increase sharpness by 10 +SharpnessControl+ { + key = VOID + modifier = none +} + +# decrease sharpness by 10 +SharpnessControl- { + key = VOID + modifier = none +} + +# increase noise reduction by 10 +NoiseReductionControl+ { + key = VOID + modifier = none +} + +# decrease noise reduction by 10 +NoiseReductionControl- { + key = VOID + modifier = none +} + # quit the program Quit { key = q @@ -953,7 +995,7 @@ VDRSetup { # VDR Command menu VDRCommands { - key = C + key = D modifier = none } @@ -963,6 +1005,12 @@ VDRBack { modifier = none } +# VDR User command 0 +VDRUser0 { + key = VOID + modifier = none +} + # VDR User command 1 VDRUser1 { key = U |