diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-05-09 18:29:50 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-05-09 18:29:50 +0000 |
commit | 4cd553a3d8141371c4e13dc1fd799959f32a760e (patch) | |
tree | 423a57b7f8aaad6a790f50cfdbccd5bf6e0c1b3c /multimedia | |
parent | 82ff4a4d9d8945164b16ce7c324e69ad66f61c9f (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=273885
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdr-plugin-xineliboutput/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugin-xineliboutput/files/keymap | 7 | ||||
-rw-r--r-- | multimedia/vdr-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugins/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/vdr/Makefile | 1 | ||||
-rw-r--r-- | multimedia/vdr/files/remote.conf | 2 | ||||
-rw-r--r-- | multimedia/vdr/pkg-descr | 8 |
7 files changed, 24 insertions, 6 deletions
diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile index b998e14d1bc6..bc3cc4b17fae 100644 --- a/multimedia/vdr-plugin-xineliboutput/Makefile +++ b/multimedia/vdr-plugin-xineliboutput/Makefile @@ -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 diff --git a/multimedia/vdr-plugin-xineliboutput/files/keymap b/multimedia/vdr-plugin-xineliboutput/files/keymap index 598838c8c178..aac555214bc8 100644 --- a/multimedia/vdr-plugin-xineliboutput/files/keymap +++ b/multimedia/vdr-plugin-xineliboutput/files/keymap @@ -1143,6 +1143,13 @@ Alias { modifier = none } +# VDR Play +Alias { + entry = VDRPlay + key = y + modifier = none +} + ## # End of xine key bindings. ## diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile index 78afaab718d0..d0b1df514f6c 100644 --- a/multimedia/vdr-plugins/Makefile +++ b/multimedia/vdr-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdr-plugins PORTVERSION= 1.7.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= # none DISTFILES= # none diff --git a/multimedia/vdr-plugins/pkg-descr b/multimedia/vdr-plugins/pkg-descr index 7a2534053e96..8f81180339a5 100644 --- a/multimedia/vdr-plugins/pkg-descr +++ b/multimedia/vdr-plugins/pkg-descr @@ -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/ diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index 250e5ac20a0a..40c7d37489fe 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -7,6 +7,7 @@ PORTNAME= vdr PORTVERSION= 1.7.18 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.tvdr.de/vdr/Developer/ diff --git a/multimedia/vdr/files/remote.conf b/multimedia/vdr/files/remote.conf index 0d0bc1ab3075..cc797a701f51 100644 --- a/multimedia/vdr/files/remote.conf +++ b/multimedia/vdr/files/remote.conf @@ -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 diff --git a/multimedia/vdr/pkg-descr b/multimedia/vdr/pkg-descr index b77e2804cd5d..fd85ff15e8c9 100644 --- a/multimedia/vdr/pkg-descr +++ b/multimedia/vdr/pkg-descr @@ -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/ |