Re: [kde-freebsd] New version of webcamd and cuse4bsd available

2010-09-02 Thread Hans Petter Selasky
On Thursday 02 September 2010 00:29:55 Jan Henrik Sylvester wrote: > About the patches themselves: When I tried to apply the patches from > /usr/ports/multimedia/, the cuse4bsd one tried to patch > /usr/ports/multimedia/Makefile. I applied them from the subdirectories, > but had to specify the l

Re: [kde-freebsd] New version of webcamd and cuse4bsd available

2010-09-02 Thread Hans Petter Selasky
On Thursday 02 September 2010 00:29:55 Jan Henrik Sylvester wrote: > On 09/01/2010 22:54, Hans Petter Selasky wrote: > > On Wednesday 01 September 2010 22:13:03 Hans Petter Selasky wrote: > >> Hi, > >> > >> Please find ports patches attached for cuse4bsd and

Re: [kde-freebsd] New version of webcamd and cuse4bsd available

2010-09-02 Thread Hans Petter Selasky
On Wednesday 01 September 2010 22:13:03 Hans Petter Selasky wrote: > Hi, > > Please find ports patches attached for cuse4bsd and webcamd ports. Please > test and report any bugs. > > News: > > - Add support for GNU/kFreeBSD > - Add support for DBUS/HAL registration &

[kde-freebsd] New version of webcamd and cuse4bsd available

2010-09-01 Thread Hans Petter Selasky
Hi, Please find ports patches attached for cuse4bsd and webcamd ports. Please test and report any bugs. News: - Add support for GNU/kFreeBSD - Add support for DBUS/HAL registration - Add support for more DVB tuner frontends - Add support for multi-antenna DVB adapters - Update to latest version

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-09-01 Thread Hans Petter Selasky
Hi, Your patch has been committed, see r1630. --HPS ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-31 Thread Hans Petter Selasky
On Tuesday 31 August 2010 20:48:15 Juergen Lock wrote: > On Mon, Aug 30, 2010 at 11:22:20PM +0200, Hans Petter Selasky wrote: > > Hi, > > Hi! > > > I've committed to the HAL stuff to webcamd in the I4B SVN as of r1628. To > > enable HAL support build like t

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-30 Thread Hans Petter Selasky
Hi, I've committed to the HAL stuff to webcamd in the I4B SVN as of r1628. To enable HAL support build like this: make -j3 HAVE_HAL=YES LIBDIR=/usr/local/lib Run like this: ./webcamd -H --HPS ___ kde-freebsd mailing list kde-freebsd@kde.org https://

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-25 Thread Hans Petter Selasky
On Wednesday 25 August 2010 23:41:41 Juergen Lock wrote: > On Tue, Aug 24, 2010 at 05:12:10PM -0400, Joe Marcus Clarke wrote: > > On 8/24/10 5:04 PM, Hans Petter Selasky wrote: > > > On Tuesday 24 August 2010 22:21:18 Juergen Lock wrote: > > >> #! /bin/sh > > &g

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-25 Thread Hans Petter Selasky
On Tuesday 24 August 2010 23:50:41 Joe Marcus Clarke wrote: > On 8/24/10 5:17 PM, Hans Petter Selasky wrote: > > On Tuesday 24 August 2010 23:13:02 Joe Marcus Clarke wrote: > >> Oh, and webcamd's rc.d script will need to be updated to depend on hald. > > > > Tha

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-24 Thread Hans Petter Selasky
On Tuesday 24 August 2010 23:13:02 Joe Marcus Clarke wrote: > Oh, and webcamd's rc.d script will need to be updated to depend on hald. That's a problem, because then we need to make devd rc-script depend on hald too. --HPS ___ kde-freebsd mailing list

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-24 Thread Hans Petter Selasky
On Tuesday 24 August 2010 22:21:18 Juergen Lock wrote: > #! /bin/sh > # add PCTV 452e Sat HDTV Pro USB to hal as /dev/dvb/adapter0 > hal-device --add usb_device_2304_21f_noserial_dvb_0 < dvb.device = '/dev/dvb/adapter0/demux0' (string) > info.capabilities = {'dvb'} (string list) > info.category =

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-23 Thread Hans Petter Selasky
> > > > I have Cc'd hps, maybe he has an idea how to get the device index > > > > out of a running webcamd for hal to use... (maybe webcamd should > > also do a setproctitle()?) > > Actually, I'd prefer if there was a file or socket from which I could > read to get this data. hps, is this doab

Re: [kde-freebsd] kaffeine-1.0 and webcamd based DVB-T?

2010-08-23 Thread Hans Petter Selasky
On Monday 23 August 2010 00:35:33 Joe Marcus Clarke wrote: > Actually, I'd prefer if there was a file or socket from which I could > read to get this data. hps, is this doable? That is, could I have a > file or socket that would allow me to map a USB bus/addr to a video (or > dvb) device ID? I c

Re: [kde-freebsd] [patch] USB video support in KDE4 + sane + more under FreeBSD

2009-11-15 Thread Hans Petter Selasky
On Sunday 15 November 2009 00:07:38 Raphael Kubo da Costa wrote: > On Sunday 11 October 2009 06:58:11 Hans Petter Selasky wrote: > > Hi, > > > > I was compiling the latest version of KDE4 on my box and I noticed it > > picked up my installed libv4l2. The only pr