Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-joystick/files: rc-addon.sh digest-vdr-joystick-0.0.3 mapping.conf confd
Date: Mon, 03 Dec 2007 20:47:12
Message-Id: E1IzIBz-0000fS-0e@stork.gentoo.org
1 hd_brummy 07/12/03 20:47:03
2
3 Added: rc-addon.sh digest-vdr-joystick-0.0.3 mapping.conf
4 confd
5 Log:
6 initial ebuild; thanks to Guido Zuliani on bug 201072
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-joystick/files/rc-addon.sh
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/rc-addon.sh?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/rc-addon.sh?rev=1.1&content-type=text/plain
14
15 Index: rc-addon.sh
16 ===================================================================
17 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/files/rc-addon.sh,v 1.1 2007/12/03 20:47:02 hd_brummy Exp $
18 #
19 # rc-addon plugin-startup-skript for vdr-joystick
20 #
21 # zulio <zulio(at)zulinux.net>
22
23 plugin_pre_vdr_start() {
24
25 add_plugin_param "-d ${VDR_JOYSTICK_DEVICE:=/dev/js0}"
26 }
27
28
29
30
31 1.1 media-plugins/vdr-joystick/files/digest-vdr-joystick-0.0.3
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/digest-vdr-joystick-0.0.3?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/digest-vdr-joystick-0.0.3?rev=1.1&content-type=text/plain
35
36 Index: digest-vdr-joystick-0.0.3
37 ===================================================================
38 MD5 794ddd320118be8fc166b38972252b69 vdr-joystick-0.0.3.tgz 12246
39 RMD160 c7f8d0f892ab61e11aadcc53dcab2d17d90c67b1 vdr-joystick-0.0.3.tgz 12246
40 SHA256 3765008ee99590239263a16d44f9577dba5902c944b67793af13d436ad20e12b vdr-joystick-0.0.3.tgz 12246
41
42
43
44 1.1 media-plugins/vdr-joystick/files/mapping.conf
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/mapping.conf?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/mapping.conf?rev=1.1&content-type=text/plain
48
49 Index: mapping.conf
50 ===================================================================
51 ##############################
52 # vdr-joystick: mapping.conf
53 ##############################
54
55 # With version 0.0.3 axis mappings became possible.
56 # Each entry represents one axis in the following format:
57 # <axis number>:<off value>:<threshold>:<value1>:<value2>:<value3>: ...
58 #
59 # This is an example which works for the hat of my Wingman Extreme:
60 # 2:7800:1000:0:-12000:-32700
61 # and leads to the following results:
62 # value button
63 # 6800 - 8800 none
64 # -1000 - 1000 0
65 # -13000 - -11000 1
66 # -33700 - -31700 2
67 #
68 # If an axis is not mapped in mappings.conf a standard entry will be generated
69 # which has the same effect like the axis handling of version 0.0.2:
70 # <num>:0:20000:-25000:25000
71 #
72
73 # Wingman Extreme
74 # 2:7800:1000:0:-12000:-32700
75
76
77
78
79 1.1 media-plugins/vdr-joystick/files/confd
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/confd?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-joystick/files/confd?rev=1.1&content-type=text/plain
83
84 Index: confd
85 ===================================================================
86 # /etc/conf.d/vdr.joystick
87 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/files/confd,v 1.1 2007/12/03 20:47:02 hd_brummy Exp $
88
89 ### Joystick device
90 # default: /dev/js0
91 #VDR_JOYSTICK_DEVICE="/dev/js0"
92
93
94
95
96 --
97 gentoo-commits@g.o mailing list