diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2004-07-04 16:29:57 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2004-07-04 16:29:57 +0000 |
commit | 78d67aaa36cab80b9a31fc7c92a54c7266bbeb31 (patch) | |
tree | 73e57615e07320993ba16892720fb619ed5f5e81 /media-tv/freevo/files | |
parent | Correct mirror://. (diff) | |
download | historical-78d67aaa36cab80b9a31fc7c92a54c7266bbeb31.tar.gz historical-78d67aaa36cab80b9a31fc7c92a54c7266bbeb31.tar.bz2 historical-78d67aaa36cab80b9a31fc7c92a54c7266bbeb31.zip |
Version bump; submitted by Benjamin Schleinzer in bug #50843
Diffstat (limited to 'media-tv/freevo/files')
-rw-r--r-- | media-tv/freevo/files/digest-freevo-1.5.0_rc4 | 1 | ||||
-rw-r--r-- | media-tv/freevo/files/xbox-lircrc | 135 |
2 files changed, 136 insertions, 0 deletions
diff --git a/media-tv/freevo/files/digest-freevo-1.5.0_rc4 b/media-tv/freevo/files/digest-freevo-1.5.0_rc4 new file mode 100644 index 000000000000..d0b229fc807a --- /dev/null +++ b/media-tv/freevo/files/digest-freevo-1.5.0_rc4 @@ -0,0 +1 @@ +MD5 4f5f971d94c276a432595829a4d93dae freevo-1.5-rc4.tar.gz 4145309 diff --git a/media-tv/freevo/files/xbox-lircrc b/media-tv/freevo/files/xbox-lircrc new file mode 100644 index 000000000000..2763af002b30 --- /dev/null +++ b/media-tv/freevo/files/xbox-lircrc @@ -0,0 +1,135 @@ +begin + prog = freevo + button = 0 + config = 0 +end +begin + prog = freevo + button = 1 + config = 1 +end +begin + prog = freevo + button = 2 + config = 2 +end +begin + prog = freevo + button = 3 + config = 3 +end +begin + prog = freevo + button = 4 + config = 4 +end +begin + prog = freevo + button = 5 + config = 5 +end +begin + prog = freevo + button = 6 + config = 6 +end +begin + prog = freevo + button = 7 + config = 7 +end +begin + prog = freevo + button = 8 + config = 8 +end +begin + prog = freevo + button = 9 + config = 9 +end +begin + prog = freevo + button = DOWN + config = DOWN +end +begin + prog = freevo + button = FORWARD + config = FFWD +end +begin + prog = freevo + button = LEFT + config = LEFT +end +begin + prog = freevo + button = MENU + config = MENU +end +begin + prog = freevo + button = SKIP+ + config = NEXT +end +begin + prog = freevo + button = DISPLAY + config = DISPLAY +end +begin + prog = freevo + button = INFO + config = DISPLAY +end +begin + prog = freevo + button = PAUSE + config = PAUSE +end +begin + prog = freevo + button = PLAY + config = PLAY +end +begin + prog = freevo + button = SKIP- + config = PREV +end +begin + prog = freevo + button = BACK + config = EXIT +end +begin + prog = freevo + button = REVERSE + config = REW +end +begin + prog = freevo + button = RIGHT + config = RIGHT +end +begin + prog = freevo + button = SELECT + config = SELECT +end +begin + prog = freevo + button = STOP + config = STOP +end +begin + prog = freevo + button = TITLE + config = TITLE +end +begin + prog = freevo + button = UP + config = UP +end |