[kde-freebsd] [SVN Commit] area51/PYQT

2010-01-12 Thread Dima Panov
SVN commit 5839 by fluffy:

- Update PyQt4 to 20100110 snapshot


 M  +3 -3  databases/py-qt4-sql/distinfo  
 M  +3 -3  devel/py-qt4-assistant/distinfo  
 M  +3 -3  devel/py-qt4-core/distinfo  
 M  +3 -3  devel/py-qt4-dbus/distinfo  
 M  +3 -3  devel/py-qt4-designer/distinfo  
 M  +3 -3  devel/py-qt4-designerplugin/distinfo  
 M  +3 -3  devel/py-qt4-help/distinfo  
 M  +3 -3  devel/py-qt4-script/distinfo  
 M  +3 -3  devel/py-qt4-scripttools/distinfo  
 M  +3 -3  devel/py-qt4-test/distinfo  
 M  +1 -1  devel/py-sip/files/bsd.pyqt.mk  
 M  +3 -3  graphics/py-qt4-svg/distinfo  
 M  +3 -3  misc/py-qt4-demo/distinfo  
 M  +3 -3  misc/py-qt4-doc/distinfo  
 M  +3 -3  multimedia/py-qt4-multimedia/distinfo  
 M  +3 -3  multimedia/py-qt4-phonon/distinfo  
 M  +3 -3  net/py-qt4-network/distinfo  
 M  +3 -3  textproc/py-qt4-xml/distinfo  
 M  +3 -3  textproc/py-qt4-xmlpatterns/distinfo  
 M  +3 -3  www/py-qt4-webkit/distinfo  
 M  +3 -3  x11-toolkits/py-qt4-gui/distinfo  
 M  +3 -3  x11/py-qt4-opengl/distinfo  


___
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] amarok-kde4 is crashing

2010-01-12 Thread David Johnson
 I investigate the problem. Have some good and bad reports.
 Whiile you have taglibb compiled with librcc (and why? it affects mostly
 Russian users,
 not all), please first try to remove ~/.rcc/*.db dirs, it may helps.
 Also You can try to build librcc without BDB/libtranslate support

I'm away from my system, but I did look at librcc. Very many ports depend
on it. I never specifically requested it, so I assume it was another port
that sucked it in.

I'll try removing those directories and rebuild librcc.

 Just for info, are you use i386? Or amd64? It may be important.

It's i386 for the time being.

Thanks,

--
David
___
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] phonon dependency

2010-01-12 Thread Chuck Robey
I finally got all of the various qt4 things built, and now I'm working on
kdelibs4, but it wants phonon.  This is a problem because it doesn't seem to be
directly brought in as a dependency (portupgrade doesn't seem to know about it)
and since there are multiple phonon ports which are actively hostile to one
another, I can't figure out what to build to satisfy kdelibs4's needs.

Anyone know *exactly* what phonon port will do for this?
___
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] phonon dependency

2010-01-12 Thread Chuck Robey
Matt wrote:
 On Tue, Jan 12, 2010 at 3:24 PM, Chuck Robey chu...@telenix.org wrote:
 I finally got all of the various qt4 things built, and now I'm working on
 kdelibs4, but it wants phonon.  This is a problem because it doesn't seem to 
 be
 directly brought in as a dependency (portupgrade doesn't seem to know about 
 it)
 and since there are multiple phonon ports which are actively hostile to one
 another, I can't figure out what to build to satisfy kdelibs4's needs.

 Anyone know *exactly* what phonon port will do for this?
 
 Building and installing kdelibs4 from my tinderbox results in the
 following phonon ports being installed (this is from the CFT for Qt
 4.6.0, thus the 4.6 version of Qt):
   phonon-xine-4.3.1_3
   qt4-phonon-4.6.0
   qt4-phonon-gst-4.6.0
 
 Based on the dependencies included in the tinderbox log for the actual
 build of kdelibs4, looks like you want qt4-phonon and qt4-phonon-gst.
 

Wow, thanks for the fast response, I'll jump on that.  I have another problem,
it seems to want the sysutils/hal port, but the hal port (for FreeBSD-current)
seems to be broken, it's detecting USB_GET_REPORT_ID as a missing symbol and not
an include.  I looked at the probe-hiddev.c file, I think that the usb including
is broken.  I could fix it, but is this true, is the hal port busted?  Should I
begin changing my copy of the port?

Or is there some way to specifically avoid using dbus  hal for kde?  I really
dislike them for the poor level of FreeBSD (dbus  hal) documentation, and would
really rather not use them unless I must (I'd rather wait for a year or two
until it becomes more stable).  While they're well doc'ed for Linux use, the
stuff that it wants from FreeBSD (interfacing to devices) is exactly the area
that FreeBSD is most unlike Linux in.  Is there any way to avoid them?

 Matt

___
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] phonon dependency

2010-01-12 Thread Matt
On Tue, Jan 12, 2010 at 3:24 PM, Chuck Robey chu...@telenix.org wrote:
 I finally got all of the various qt4 things built, and now I'm working on
 kdelibs4, but it wants phonon.  This is a problem because it doesn't seem to 
 be
 directly brought in as a dependency (portupgrade doesn't seem to know about 
 it)
 and since there are multiple phonon ports which are actively hostile to one
 another, I can't figure out what to build to satisfy kdelibs4's needs.

 Anyone know *exactly* what phonon port will do for this?

Building and installing kdelibs4 from my tinderbox results in the
following phonon ports being installed (this is from the CFT for Qt
4.6.0, thus the 4.6 version of Qt):
  phonon-xine-4.3.1_3
  qt4-phonon-4.6.0
  qt4-phonon-gst-4.6.0

Based on the dependencies included in the tinderbox log for the actual
build of kdelibs4, looks like you want qt4-phonon and qt4-phonon-gst.

Matt
___
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] No office apps currently work under KDE4?

2010-01-12 Thread Bartosz Fabianowski
 Neither ports appears to allow setting options to build each component. I 
 haven't read the Makefile yet...

I have never used KOffice. But I have OpenOffice.org installed, compiled
it myself from ports and it works for me. The last update to this port
was quite some time ago and I have not recompiled since. Something might
currently be broken - you can ask on the openoffice@ list.

The OpenOffice.org port does not allow components to be built
separately. It is a huge monolithic beast and openoffice@ are busy
enough just keeping it compiling. But if someone stepped forward with a
patch that optionally disabled components, they probably would be
interested.

- Bartosz
___
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] phonon dependency

2010-01-12 Thread Alberto Villa
On Tuesday 12 January 2010 22:26:33 Matt wrote:
 Building and installing kdelibs4 from my tinderbox results in the
 following phonon ports being installed (this is from the CFT for Qt
 4.6.0, thus the 4.6 version of Qt):
   phonon-xine-4.3.1_3
   qt4-phonon-4.6.0
   qt4-phonon-gst-4.6.0

actually, phonon-xine is installed by x11/kde4, not by x11/kdelibs4 ;)
-- 
Alberto Villa villa.albe...@gmail.com
http://wiki.FreeBSD.org/AlbertoVilla

The naked truth of it is, I have no shirt. -- William Shakespeare, Love's 
Labour's Lost
___
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/devel/kdebindings4-python-pykde4

2010-01-12 Thread Alberto Villa
SVN commit 5840 by xzhayon:

fix plist

 M  +1 -0  pkg-plist  


___
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] amarok-kde4 is crashing

2010-01-12 Thread Dima Panov
On Wednesday 13 January 2010 03:06:57 David Johnson wrote:
  I investigate the problem. Have some good and bad reports.
  Whiile you have taglibb compiled with librcc (and why? it affects mostly
  Russian users,
  not all), please first try to remove ~/.rcc/*.db dirs, it may helps.
  Also You can try to build librcc without BDB/libtranslate support
 
 I'm away from my system, but I did look at librcc. Very many ports depend
 on it. I never specifically requested it, so I assume it was another port
 that sucked it in.

librcc is charset recode library, don't mess with qt4-rcc :)
Optional dependency for music tag handling libraries (taglib, libid3tag)

 I'll try removing those directories and rebuild librcc.

At first try to cleanup dirs. If it not  helps, rebuild librcc without 
bdb/translate 
options

  Just for info, are you use i386? Or amd64? It may be important.
 
 It's i386 for the time being.

Sadly. Now I have 3 failure reports from i386 and many success from amd64

-- 
Dima Red Fox Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
Khabarovsk, Russia  | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
k...@freebsd Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024


signature.asc
Description: This is a digitally signed message part.
___
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/PORTS/deskutils/strigi

2010-01-12 Thread Dima Panov
SVN commit 5841 by fluffy:

- Update to 0.7.1


 M  +1 -1  Makefile  
 M  +3 -3  distinfo  
 M  +6 -5  pkg-plist  


___
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] amarok-kde4 is crashing

2010-01-12 Thread David Johnson
On Monday 11 January 2010 09:55:15 pm Dima Panov wrote:
 I investigate the problem. Have some good and bad reports.
 Whiile you have taglibb compiled with librcc (and why? it affects mostly
  Russian users, not all), please first try to remove ~/.rcc/*.db dirs, it
  may helps. Also You can try to build librcc without BDB/libtranslate
  support
 
 Just for info, are you use i386? Or amd64? It may be important.

I removed librcc and rebuilt everything that was previously dependent on it. 
Amarok is working again. Thanks.

-- 
David Johnson
___
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