[kde-freebsd] [SVN Commit] area51/PORTS/finance

2010-08-31 Thread Max Brazhnikov
SVN commit 6549 by makc:

Remove, committed to ports.

 D eqonomize-kde4 (directory)  


___
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


[kde-freebsd] [SVN Commit] area51/KDE/accessibility/ktts

2010-08-31 Thread Alberto Villa
SVN commit 6550 by xzhayon:

- Sync with ports:
  * chase speech-dispatcher upgrade;
  * update instructions in pkg-message.



 M  +1 -1  Makefile  
 M  +6 -2  pkg-message  


___
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 this:
  
  make -j3 HAVE_HAL=YES LIBDIR=/usr/local/lib
  
  Run like this:
  
  ./webcamd -H
 
  There's an initialization missing so the code did nothing...
 (works now for dvb, v4l untested due to lack of device.)
 
  Cheers,
   Juergen
 
 Index: webcamd_hal.c
 ===
 --- webcamd_hal.c (revision 1628)
 +++ webcamd_hal.c (working copy)
 @@ -69,6 +69,8 @@
   char **ppdev;
   int n;
 
 + if (!(hal_conn = dbus_bus_get(DBUS_BUS_SYSTEM, NULL)))
 + return;
   hal_ctx = libhal_ctx_new();
   if (hal_ctx == NULL)
   return;

Committed to r1629.

Thanks!

--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


[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeutils4

2010-08-31 Thread Alberto Villa
SVN commit 6551 by xzhayon:

- Add optional run dependency on p7zip, unzip, zip and (un)rar,
  disabled by default.
- Include bsd.port.pre.mk before dealing with OSVERSION.



 M  +32 -5 Makefile  


___
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