4dff FreshPorts -- multimedia/vdr-plugin-remote
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
vdr-plugin-remote 0.4.0_13 multimedia on this many watch lists=0 search for ports that depend on this port
Video Disk Recorder - remote control plugin
Maintained by: nox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 Mar 2011 19:21:58
License: not specified in port


http://www.linuxtv.org/vdrwiki/index.php/Remote-plugin

This plugin extends the remote control capabilities of vdr.
The following remote control devices are supported:

(a) linux input device driver ('/dev/input/eventX', X=0,1,2,...)
    (currently not supported on FreeBSD)

(b) keyboard (tty driver): /dev/console, /dev/ttyX

(c) TCP connection (telnet)

(d) LIRC

(e) some(?) FreeBSD uhid(4) devices (experimental support added by this port)
    To use, add something like this to vdr_flags: '-Premote -h /dev/uhid0',
    (re)start vdr, then the osd should ask you to configure the
    remote by pressing the buttons you want to assign.

    Note:  If your remote is detected as a keyboard you'll have to
    tell ukbd(4) to ignore it first by doing (as root) something like:

	usbconfig add_dev_quirk_vplh 0x1241 0xe000 0 0xffff UQ_KBD_IGNORE

    (and possibly unplug it for a moment or reset it via usbconfig,
    0x1241 there is the vendor id, 0xe000 the product id of the
    device, you can get yours by doing

	usbconfig -d 1.2 dump_device_desc

    and looking for idVendor and idProduct, -d 1.2 there corresponds
    to ugen1.2 listed by usbconfig w/o args.)

    You can check with:

	usbconfig show_ifdrv

    if the device is then listed as ugen...: uhid... you're good to go.

    2nd note:  If vdr cannot open your uhid device check it is not claimed
    by xorg:

	fstat |grep uhid

    If it is you may need an xorg.conf(5) with manually defined
    InputDevice sections for mouse and keyboard and

	Option		"AutoAddDevices" "False"

    in the ServerFlags section.

    And if for some reason you want to reassign the buttons on the
    remote you can stop vdr and do:

	touch /usr/local/etc/vdr/channels.conf

    and/or remove uhid entries from

	/usr/local/etc/vdr/remote.conf .

    When you then start vdr again it should ask to configure the
    remote again.

WWW: http://escape-edv.de/endriss/vdr
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. multimedia/v4l_compat
  2. multimedia/vdr
  3. devel/gmake
Required To Run:
  1. multimedia/vdr
Required Libraries:
  1. devel/gettext

This port is required by:

for Run

To install the port: cd /usr/ports/multimedia/vdr-plugin-remote/ && make install clean
To add the package: pkg_add -r vdr-plugin-remote


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/vdr/
  2. http://www.escape-edv.de/endriss/vdr/

Number of commits found: 8

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Jul 2012 09:25:08
Original commit files touched by this commit  0.4.0_13
nox search for other commits by this committer
- Update multimedia/vdr to 1.7.29 .
- Bump PORTREVISION for all plugins.
19 Jun 2012 18:42:12
Original commit files touched by this commit  0.4.0_12
nox search for other commits by this committer
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
  ("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint.
21 Apr 2012 14:10:58
Original commit files touched by this commit  0.4.0_11
nox search for other commits by this committer
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.27 .
- Update multimedia/vdr-plugin-epgsearch to 1.0.1s20120322 git snapshot.
- Update multimedia/vdr-plugin-femon to 1.7.15 .
- Update multimedia/vdr-plugin-iptv to 0.5.0 .
- Update multimedia/vdr-plugin-osdteletext to 0.9.2 .
- Update multimedia/vdr-plugin-streamdev to 0.5.1p20120311 git snapthot.
- Update multimedia/vdr-plugin-xineliboutput to 1.0.90s20111129.1002
  cvs snapshot.
- Bump PORTREVISION for all other plugins and add vdr 1.7.27
  compatibility/bugfix patches where necessary.
21 Jan 2012 17:32:54
Original commit files touched by this commit  0.4.0_10
nox search for other commits by this committer
- Update multimedia/vdr to 1.7.22 .
- Add startup script that the rc.d script invokes to wait for
  /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO"
  in rc.conf(5).  (This turned out to be necessary in some situations
  because devd starts webcamd only later in the boot process.)
- One more fix for changing OSD language when using UTF-8.
- Update multimedia/vdr-plugin-femon to 1.7.11 .
- Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 .
- Bump PORTREVISION for all other plugins.
- Update www/vdradmin-am to 3.6.9 .
25 Jun 2011 19:02:08
Original commit files touched by this commit  0.4.0_9
nox search for other commits by this committer
- Update multimedia/vdr to 1.7.19 (with parts of the update reverted
  to avoid a known bug.)
- Fix build with clang for vdr and plugins, and also fix a few bugs it
  uncovered.
- Bump PORTREVISION for all plugins.
10 Jun 2011 17:33:03
Original commit files touched by this commit  0.4.0_8
nox search for other commits by this committer
- Add support patches for teletext subtitle plugin to multimedia/vdr
  with knob defaulted to on.  (multimedia/vdr-plugin-ttxtsubs, to be
  committed next.)
- Bump PORTVERSION for vdr, and also for its plugins because this
  is an ABI change.
19 Apr 2011 19:36:24
Original commit files touched by this commit  0.4.0_7
nox search for other commits by this committer
- Update multimedia/vdr to 1.7.18 .
- Bump PORTVERSION for all plugins.
- Add markad plugin to multimedia/vdr-plugins metaport.
26 Mar 2011 19:19:38
Original commit files touched by this commit  0.4.0_6
nox search for other commits by this committer
http://www.linuxtv.org/vdrwiki/index.php/Remote-plugin

This plugin extends the remote control capabilities of vdr.
The following remote control devices are supported:

(a) linux input device driver ('/dev/input/eventX', X=0,1,2,...)
    (currently not supported on FreeBSD)

(b) keyboard (tty driver): /dev/console, /dev/ttyX

(c) TCP connection (telnet)

(d) LIRC

(e) some(?) FreeBSD uhid(4) devices (experimental support added by this port)
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 8

287b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24543
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight61
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0