[kde-freebsd] [PATCH] audio/arts: Add more OPTIONS and proper CONFIGURE_ARGS for existing OPTIONS

2009-08-08 Thread Naram Qashat

>Submitter-Id:  current-users
>Originator:Naram Qashat
>Organization:  
>Confidential:  no 
>Synopsis:  [PATCH] audio/arts: Add more OPTIONS and proper CONFIGURE_ARGS 
>for existing OPTIONS
>Severity:  non-critical
>Priority:  low
>Category:  ports 
>Class: change-request
>Release:   FreeBSD 7.2-STABLE i386
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun  
3 04:24:13 EDT
>Description:
This adds OPTIONS for audiofile, libmad, and jack. This also updates the checks
for jack, esd, and nas to use configure arguments to enable or disable them,
removing the need for the REINPLACE_CMDs within pre-configure.

Port maintainer (k...@freebsd.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- arts-1.5.10_2,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/arts/Makefile 
/kirby/shared/ports/audio/arts/Makefile
--- /usr/ports/audio/arts/Makefile  2009-08-03 12:23:47.0 -0400
+++ /kirby/shared/ports/audio/arts/Makefile 2009-08-08 21:43:04.0 
-0400
@@ -18,9 +18,7 @@
 MAINTAINER=k...@freebsd.org
 COMMENT=   Audio system for the KDE integrated X11 desktop
 
-LIB_DEPENDS+=  audiofile:${PORTSDIR}/audio/libaudiofile \
-   mad:${PORTSDIR}/audio/libmad \
-   ogg:${PORTSDIR}/audio/libogg \
+LIB_DEPENDS+=  ogg:${PORTSDIR}/audio/libogg \
glib-2.0:${PORTSDIR}/devel/glib20 \
vorbis:${PORTSDIR}/audio/libvorbis
 
@@ -37,42 +35,56 @@
 
 CFLAGS+=   -DHAVE_VASPRINTF
 CONFIGURE_ENV+=DO_NOT_COMPILE="${DO_NOT_COMPILE}"
+CONFIGURE_ARGS+=   --without-libaudioio --without-sgilibaudio \
+   --without-mas --without-alsa
 
-OPTIONS=   ESD "Enable esound support" off \
+OPTIONS=   AUDIOFILE "Enable audiofile support" on \
+   MAD "Enable MAD mp3 decoder support" on \
+   JACK "Enable Jack support" on \
+   ESD "Enable esound support" off \
NAS "Enable NAS support" off
 
 .include "${.CURDIR}/../../x11/kde3/Makefile.kde"
 .include 
 
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+.if !defined(WITHOUT_AUDIOFILE)
+LIB_DEPENDS+=  audiofile:${PORTSDIR}/audio/libaudiofile
+CONFIGURE_ARGS+=   --with-audiofile
+.else
+CONFIGURE_ARGS+=   --without-audiofile
+.endif
+
+.if !defined(WITHOUT_MAD)
+LIB_DEPENDS+=  mad:${PORTSDIR}/audio/libmad
+CONFIGURE_ARGS+=   --enable-libmad
+.else
+CONFIGURE_ARGS+=   --disable-libmad
+.endif
+
+.if (${ARCH} == "i386" || ${ARCH} == "amd64") && !defined(WITHOUT_JACK)
 LIB_DEPENDS+=  jack:${PORTSDIR}/audio/jack
+CONFIGURE_ARGS+=   --with-jack
+.else
+CONFIGURE_ARGS+=   --without-jack
 .endif
 
 .if defined(WITH_ESD)
 USE_GNOME+=esound
+CONFIGURE_ARGS+=   --with-esd
+.else
+CONFIGURE_ARGS+=   --without-esd
 .endif
 
 .if defined(WITH_NAS)
 LIB_DEPENDS+=  audio:${PORTSDIR}/audio/nas
+CONFIGURE_ARGS+=   --with-nas
+.else
+CONFIGURE_ARGS+=   --without-nas
 .endif
 
 pre-configure:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
-.if defined(WITHOUT_ESD)
-   ${REINPLACE_CMD} -e 
's|arts_libesd_include=yes|arts_libesd_include=no|g' \
-   ${WRKSRC}/configure
-.endif
-
-.if defined(WITH_NAS)
-   ${REINPLACE_CMD} \
-   -e 's|LIBS="-laudio  $$LIBS"|LIBS="-laudio -lm -lXt -lXau 
$$LIBS"|g' \
-   ${WRKSRC}/configure
-.elif defined(WITHOUT_NAS)
-   ${REINPLACE_CMD} \
-   -e 
's|ac_cv_lib_audio_AuOpenServer=yes|ac_cv_lib_audio_AuOpenServer=no|g' \
-   ${WRKSRC}/configure
-.endif
 
 post-configure:
${TOUCH} ${WRKSRC}/mcop/arts_export.h.in
--- arts-1.5.10_2,1.patch ends here ---

___
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] ports/137587: [PATCH] audio/arts: Add more OPTIONS and proper CONFIGURE_ARGS for existing OPTIONS

2009-08-08 Thread edwin
Synopsis: [PATCH] audio/arts: Add more OPTIONS and proper CONFIGURE_ARGS for 
existing OPTIONS

Responsible-Changed-From-To: freebsd-ports-bugs->kde
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun Aug 9 01:50:13 UTC 2009
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=137587
___
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] qdbus and knotify

2009-08-08 Thread Mel Flynn
Hi,

I used to be able to use dcop to send arbitrary notifications. Now I'm forced 
to use dbus, yet I have no way that I'm aware of to send QByteArrays or 
QVariantList through using sh or php. In other words, the dbus interface is 
not so useful:
method int org.kde.KNotify.event(QString event, QString fromApp, QVariantList 
contexts, QString text, QByteArray pixmap, QStringList actions, qlonglong 
winId)

Did anyone here figure out yet, how to use this? I searched google but only 
seen posts with the same frustration, no solutions other then using python's 
dbus methods, which I'm trying to avoid.

I could use kdialog but the problem is that I can't specify specific sounds 
for specific passive dialogs. In fact, the above method doesn't show me where 
to put the sound file either.

I basically need the equivalent of:
dcop knotify Notify notify notify Me "Hello World" hello.ogg nofile 3 0;
-- 
Mel
___
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] Cannot set wallpaper on KDE 4.3.0

2009-08-08 Thread Petyo Milotinov
Hello,
"portupgrade -f kdebase kdelibs qt4-imageformats" did the trick and now
KDE desktop settings work as expected.
When I update the ports I pay attention to recommendations in
/usr/ports/UPDATING and when libjpeg was updated I did "portupgrade -fr
graphics/jpeg".
Thanks for your cooperation!
Thank you for the great product and keep up the good work! :)

Best regards,
Petyo Milotinov

Olivier Smedts wrote:
> 2009/8/8 Dima Panov :
>> On Sat, 8 Aug 2009 01:33:22 +, Mina R Waheeb wrote
>>> same problem here, and i have fresh installation after pkg_delete -a
>>>
>>> On Fri, Aug 7, 2009 at 10:49 PM, Olivier Smedts  wrote:
>>>
 2009/8/7 David Johnson :
>>   Hello,
>>   I'm using FreeBSD 7.2 and my ports are up to date:
>>
>> FreeBSD petyo.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon Jun 22 19:07:56
>> EEST 2009 r...@petyo.org:/usr/obj/usr/src/sys/MYKERNEL  i386
>>
>>   Yesterday I updated from KDE 4.2.4 to 4.3.0 and now I cannot set
>> a
>> wallpaper- from "Desktop settings" "Wallpaper type" is image and I
>> cannot set anything as wallpaper except ".svgz" file. I want to set an
>> JPG file as wallpaper (soft-green.jpg from KDE3). What is wrong? Do I
>> have to rebuild anything?
>>   Any suggestion is appreciated!
>>   Thanks in advance!
> I had this problem too. Turns out I didn't read UPDATING. Shame on me. A
> couple of weeks ago there was a note about graphics/jpeg, and to rebuild
> everything dependent on it.
>>>  I just noticed I've got the same problem, and reinstalled all the
>>>  ports from scratch after the jpeg, qt4 and kde4 update. The KDE's
>>>  wallpaper chooser says "0x0" for most images sizes, and I also lost
>>>  the album thumbnails in amarok. I'll investigate that later, that was
>>>  just my 2 cents to say that's maybe not related to a bad ports update.
>>>  Maybe a problem for qt like there was for gtk and jpeg-7
>>>  (http://bugzilla.gnome.org/show_bug.cgi?id=588740).
> 
> I "fixed" it with a "portupgrade -f kdebase kdelibs qt4-imageformats"
> (I picked those ports quite randomly). Don't know what happened
> because all my ports were installed after jpeg-7 update. Broken by png
> update maybe ?
> 
>> It's a bad port upgrade. You need to rebuild ALL jpeg-related ports in 
>> correct
>> sequence.
>> In your case, seems to some libs with hidden dependency on libjpeg still not
>> rebuilded as proper.
>> I had same situation on one of my desktops. portupgrade -afrR, two days of
>> rebuilding, and all runs fine :)
>>
> To do that, you can run:
>
> portupgrade -fr graphics/jpeg
>
> or if you want to interactively choose what to update, so you skip the
 Qt4
> and KDE4 ports you just finished building:
>
> portupgrade -fri graphics/jpeg
>
>>
>>
>> --
>> Dmitry "Red Fox" Panov @ Home | k...@freebsd Team | FreeBSD since September
>> 1995
>> Khabarovsk, Russia | Skype:dima.panov | Jabber.org:fluffy.khv |
>> ICQ:1745024
>>
>>
> 
> 
> 
___
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] KDE menu icon missing

2009-08-08 Thread Mel Flynn
On Saturday 08 August 2009 10:23:13 Steven Friedrich wrote:
> I recently updated tp KDE 4.3.
>
> My KDE menu icon and the USB icon next to it don't display.

Log out. rm -rf /var/tmp/kdecache-*
-- 
Mel
___
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] KDE menu icon missing

2009-08-08 Thread Steven Friedrich
I recently updated tp KDE 4.3.

My KDE menu icon and the USB icon next to it don't display.

I've rebuilt qt4-iconengine and all it's dependencies and everything that 
depends on it as well. Still no joy.

I tried searching the mail list archive for icon and for kde4, but didn't see 
a similar problem.

Any idea what I should rebuild?

KMail won't launch either, but I've rebuilt kdepim stuff...
___
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] ports/137201: commit references a PR

2009-08-08 Thread dfilter service
The following reply was made to PR ports/137201; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/137201: commit references a PR
Date: Sat,  8 Aug 2009 18:01:21 + (UTC)

 makc2009-08-08 18:01:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
 net/kdenetwork3  Makefile pkg-plist 
   Log:
   - Fix build on -current [1]
   - clean up a bit
   
   PR: ports/137201
   Submitted by:   Dima Panov 
   
   Revision  ChangesPath
   1.136 +11 -4 ports/net/kdenetwork3/Makefile
   1.57  +607 -607  ports/net/kdenetwork3/pkg-plist
 ___
 cvs-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"
 
___
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] ports/137201: net/kdenetwork3: fix build on -current

2009-08-08 Thread makc
Synopsis: net/kdenetwork3: fix build on -current

State-Changed-From-To: open->closed
State-Changed-By: makc
State-Changed-When: Sat Aug 8 18:07:51 UTC 2009
State-Changed-Why: 
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=137201
___
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] Cannot set wallpaper on KDE 4.3.0

2009-08-08 Thread Olivier Smedts
2009/8/8 Dima Panov :
> On Sat, 8 Aug 2009 01:33:22 +, Mina R Waheeb wrote
>> same problem here, and i have fresh installation after pkg_delete -a
>>
>> On Fri, Aug 7, 2009 at 10:49 PM, Olivier Smedts  wrote:
>>
>> > 2009/8/7 David Johnson :
>> > >>       Hello,
>> > >>       I'm using FreeBSD 7.2 and my ports are up to date:
>> > >>
>> > >> FreeBSD petyo.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon Jun 22 19:07:56
>> > >> EEST 2009     r...@petyo.org:/usr/obj/usr/src/sys/MYKERNEL  i386
>> > >>
>> > >>       Yesterday I updated from KDE 4.2.4 to 4.3.0 and now I cannot set
> a
>> > >> wallpaper- from "Desktop settings" "Wallpaper type" is image and I
>> > >> cannot set anything as wallpaper except ".svgz" file. I want to set an
>> > >> JPG file as wallpaper (soft-green.jpg from KDE3). What is wrong? Do I
>> > >> have to rebuild anything?
>> > >>       Any suggestion is appreciated!
>> > >>       Thanks in advance!
>> > >
>> > > I had this problem too. Turns out I didn't read UPDATING. Shame on me. A
>> > > couple of weeks ago there was a note about graphics/jpeg, and to rebuild
>> > > everything dependent on it.
>> >
>>  I just noticed I've got the same problem, and reinstalled all the
>>  ports from scratch after the jpeg, qt4 and kde4 update. The KDE's
>>  wallpaper chooser says "0x0" for most images sizes, and I also lost
>>  the album thumbnails in amarok. I'll investigate that later, that was
>>  just my 2 cents to say that's maybe not related to a bad ports update.
>>  Maybe a problem for qt like there was for gtk and jpeg-7
>>  (http://bugzilla.gnome.org/show_bug.cgi?id=588740).

I "fixed" it with a "portupgrade -f kdebase kdelibs qt4-imageformats"
(I picked those ports quite randomly). Don't know what happened
because all my ports were installed after jpeg-7 update. Broken by png
update maybe ?

>
> It's a bad port upgrade. You need to rebuild ALL jpeg-related ports in correct
> sequence.
> In your case, seems to some libs with hidden dependency on libjpeg still not
> rebuilded as proper.
> I had same situation on one of my desktops. portupgrade -afrR, two days of
> rebuilding, and all runs fine :)
>
>> > >
>> > > To do that, you can run:
>> > >
>> > > portupgrade -fr graphics/jpeg
>> > >
>> > > or if you want to interactively choose what to update, so you skip the
>> > Qt4
>> > > and KDE4 ports you just finished building:
>> > >
>> > > portupgrade -fri graphics/jpeg
>> > >
>
>
>
> --
> Dmitry "Red Fox" Panov @ Home | k...@freebsd Team | FreeBSD since September
> 1995
> Khabarovsk, Russia     | Skype:dima.panov | Jabber.org:fluffy.khv |
> ICQ:1745024
>
>



-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email & vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  "Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas."
___
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/editors/koffice-kde4

2009-08-08 Thread Dima Panov
SVN commit 5276 by fluffy:

Fix build with updated bsd.kde4.mk and new KDE_BUILDENV




 M  +2 -5  Makefile  
 M  +2 -2  files/patch-filters_krita_CMakeLists.txt  


___
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/arabic/kde4-l10n

2009-08-08 Thread Max Brazhnikov
SVN commit 5275 by makc:

pet portlint

 M  +1 -1  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


[kde-freebsd] [SVN Commit] area51/graphics/kgraphviewer

2009-08-08 Thread Max Brazhnikov
SVN commit 5274 by makc:

set dependency correctly


 M  +1 -2  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


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

2009-08-08 Thread Max Brazhnikov
SVN commit 5273 by makc:

fix patch

 M  +2 -2  kdepim4-runtime/files/patch-xml__CMakeLists.txt  
 M  +2 -2  kdeplasma-addons/Makefile  
 M  +2 -2  kdeplasma-addons/files/patch-CMakeLists.txt  
 M  +2 -2  kdeplasma-addons/files/patch-applets__frame__CMakeLists.txt  


___
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] Cannot set wallpaper on KDE 4.3.0

2009-08-08 Thread Dima Panov
On Sat, 8 Aug 2009 01:33:22 +, Mina R Waheeb wrote
> same problem here, and i have fresh installation after pkg_delete -a
> 
> On Fri, Aug 7, 2009 at 10:49 PM, Olivier Smedts  wrote:
> 
> > 2009/8/7 David Johnson :
> > >>   Hello,
> > >>   I'm using FreeBSD 7.2 and my ports are up to date:
> > >>
> > >> FreeBSD petyo.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon Jun 22 19:07:56
> > >> EEST 2009 r...@petyo.org:/usr/obj/usr/src/sys/MYKERNEL  i386
> > >>
> > >>   Yesterday I updated from KDE 4.2.4 to 4.3.0 and now I cannot set
a
> > >> wallpaper- from "Desktop settings" "Wallpaper type" is image and I
> > >> cannot set anything as wallpaper except ".svgz" file. I want to set an
> > >> JPG file as wallpaper (soft-green.jpg from KDE3). What is wrong? Do I
> > >> have to rebuild anything?
> > >>   Any suggestion is appreciated!
> > >>   Thanks in advance!
> > >
> > > I had this problem too. Turns out I didn't read UPDATING. Shame on me. A
> > > couple of weeks ago there was a note about graphics/jpeg, and to rebuild
> > > everything dependent on it.
> >
>  I just noticed I've got the same problem, and reinstalled all the
>  ports from scratch after the jpeg, qt4 and kde4 update. The KDE's
>  wallpaper chooser says "0x0" for most images sizes, and I also lost
>  the album thumbnails in amarok. I'll investigate that later, that was
>  just my 2 cents to say that's maybe not related to a bad ports update.
>  Maybe a problem for qt like there was for gtk and jpeg-7
>  (http://bugzilla.gnome.org/show_bug.cgi?id=588740).

It's a bad port upgrade. You need to rebuild ALL jpeg-related ports in correct
sequence. 
In your case, seems to some libs with hidden dependency on libjpeg still not
rebuilded as proper. 
I had same situation on one of my desktops. portupgrade -afrR, two days of
rebuilding, and all runs fine :)

> > >
> > > To do that, you can run:
> > >
> > > portupgrade -fr graphics/jpeg
> > >
> > > or if you want to interactively choose what to update, so you skip the
> > Qt4
> > > and KDE4 ports you just finished building:
> > >
> > > portupgrade -fri graphics/jpeg
> > >



--
Dmitry "Red Fox" Panov @ Home | k...@freebsd Team | FreeBSD since September
1995
Khabarovsk, Russia | Skype:dima.panov | Jabber.org:fluffy.khv |
ICQ:1745024

___
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] [SVN Commit] area51/math/eigen2

2009-08-08 Thread Dima Panov
On Sat, 8 Aug 2009 13:05:25 +0400, Max Brazhnikov wrote
> On Sat, 8 Aug 2009 11:38:55 +1000, Dima Panov wrote:
> > On Fri,  7 Aug 2009 15:32:53 -0700 (PDT), Max Brazhnikov wrote
> >
> > > SVN commit 5267 by makc:
> > >
> > > Update to 2.0.4
> > >
> > >  M  +6 -6  Makefile
> > >  M  +3 -3  distinfo
> > >  M  +4 -34 pkg-plist
> >
> > Please revert. Eigen-2.0.4 doesn't contain modules from 2.0.52, which
> > strongly needed for kdeedu and koffice.
> 
> kdeedu4 and kdeartwork4 build fine with new eigen (btw this is the 
> last release in 2.0.x series), science/avogadro fails because of new 
> PyQt.
> 
> I don't care about koffice until first release for end users.
 
Ok, it's enought. Deeper check of minimal requirements is eigen>=2.0.3.

Koffice-2.0.2 will be released at wednesday, will see. koffice-2.0.1 require
modules from eigen>=2.0.51

--
Dmitry "Red Fox" Panov @ Home | k...@freebsd Team | FreeBSD since September
1995
Khabarovsk, Russia | Skype:dima.panov | Jabber.org:fluffy.khv |
ICQ:1745024

___
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] [SVN Commit] area51

2009-08-08 Thread Max Brazhnikov
On Sat,  8 Aug 2009 02:51:34 -0700 (PDT), Max Brazhnikov wrote:
> SVN commit 5272 by makc:
>
> All ports:
> - don't redefine WRKSRC when using KDE4_BUILD_TYPE,
s,KDE4_BUILD_TYPE,KDE4_BUILDENV
___
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

2009-08-08 Thread Max Brazhnikov
SVN commit 5272 by makc:

All ports:
- don't redefine WRKSRC when using KDE4_BUILD_TYPE,
  instead set BUILD_WRKSRC/INSTALL_WRKSRC to ${WRKSRC}/build
- cleap up post-extract target
- make all patches relative to ${PATCH_WRKSRC}

deskutils/kdepim4*:
- replace boost-python-libs with boost-libs

misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)

misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional

multimedia/kdemultimedia4:
- add optional support for PulseAudio

x11/kdebase4:
- remove dependency on kdebase4-runtime

x11/kdebase4-runtime:
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users.


 M  +4 -8  Mk/bsd.kde4.mk  
 M  +0 -1  databases/akonadi/Makefile  
 M  +4 -7  deskutils/kdepim4-runtime/Makefile  
 M  +2 -5  deskutils/kdepim4/Makefile  
 M  +0 -3  deskutils/kdepimlibs4/Makefile  
 M  +0 -3  deskutils/kdeplasma-addons/Makefile  
 M  +0 -3  devel/kdesdk4/Makefile  
 M  +0 -3  games/kdegames4/Makefile  
 M  +2 -2  
games/kdegames4/files/patch-ksirk__ksirk__iris__src__jdns__jdns_sys.c  
 M  +1 -4  graphics/kdegraphics4/Makefile  
 M  +2 -2  
graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt  
 M  +2 -2  
graphics/kdegraphics4/files/patch-libs__libkexiv2__CMakeLists.txt  
 M  +2 -2  graphics/kdegraphics4/files/patch-libs__libkipi__CMakeLists.txt  
 M  +3 -4  misc/kdeedu4/Makefile  
 M  +2 -2  misc/kdeedu4/files/patch-cmake__modules__FindCFitsio.cmake  
 M  +2 -2  misc/kdeedu4/files/patch-kalzium__src__CMakeLists.txt  
 M  +5 -16 misc/kdeutils4/Makefile  
 M  +2 -2  misc/kdeutils4/pkg-plist  
 M  +10 -2 multimedia/kdemultimedia4/Makefile  
 M  +0 -3  net/kdenetwork4/Makefile  
 M  +1 -6  sysutils/kdeadmin4/Makefile  
 M  +0 -3  www/kdewebdev4/Makefile  
 M  +2 -2  
www/kdewebdev4/files/patch-klinkstatus__src__plugins__scripting__scripts__CMakeLists.txt
  
 M  +0 -3  x11-clocks/kdetoys4/Makefile  
 M  +0 -5  x11-themes/kdeartwork4/Makefile  
 M  +6 -13 x11/kdebase4-runtime/Makefile  
 M  +2 -2  
x11/kdebase4-runtime/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl  
 M  +0 -3  x11/kdebase4-workspace/Makefile  
 M  +2 -5  x11/kdebase4/Makefile  
 M  +9 -9  x11/kdebase4/files/extra-patch-libusb20  
 M  +2 -2  x11/kdebase4/files/patch-apps_cmake_modules_FindPCIUTILS.cmake  
 M  +2 -2  x11/kdebase4/files/patch-apps_kinfocenter_usbview_usbdevices.h  
 M  +0 -3  x11/kdelibs4/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


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

2009-08-08 Thread Max Brazhnikov
SVN commit 5271 by makc:

Add Chhattisgarhi l10n

 A kde4-l10n-hne (directory)  
 A kde4-l10n-hne/Makefile  
 A kde4-l10n-hne/distinfo  
 A kde4-l10n-hne/pkg-descr  
 A kde4-l10n-hne/pkg-plist  
 M  +1 -1  kde4-l10n/Makefile  
 M  +1 -0  kde4-l10n/files/kde4-lang-names  


___
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] [SVN Commit] area51/math/eigen2

2009-08-08 Thread Max Brazhnikov
On Sat, 8 Aug 2009 11:38:55 +1000, Dima Panov wrote:
> On Fri,  7 Aug 2009 15:32:53 -0700 (PDT), Max Brazhnikov wrote
>
> > SVN commit 5267 by makc:
> >
> > Update to 2.0.4
> >
> >  M  +6 -6  Makefile
> >  M  +3 -3  distinfo
> >  M  +4 -34 pkg-plist
>
> Please revert. Eigen-2.0.4 doesn't contain modules from 2.0.52, which
> strongly needed for kdeedu and koffice.

kdeedu4 and kdeartwork4 build fine with new eigen (btw this is the last 
release in 2.0.x series), science/avogadro fails because of new PyQt.

I don't care about koffice until first release for end users.

Max


___
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] Cannot set wallpaper on KDE 4.3.0

2009-08-08 Thread Kent Stewart
On Friday 07 August 2009 03:49:34 pm Olivier Smedts wrote:
> 2009/8/7 David Johnson :
> >>       Hello,
> >>       I'm using FreeBSD 7.2 and my ports are up to date:
> >>
> >> FreeBSD petyo.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon Jun 22 19:07:56
> >> EEST 2009     r...@petyo.org:/usr/obj/usr/src/sys/MYKERNEL  i386
> >>
> >>       Yesterday I updated from KDE 4.2.4 to 4.3.0 and now I cannot set a
> >> wallpaper- from "Desktop settings" "Wallpaper type" is image and I
> >> cannot set anything as wallpaper except ".svgz" file. I want to set an
> >> JPG file as wallpaper (soft-green.jpg from KDE3). What is wrong? Do I
> >> have to rebuild anything?
> >>       Any suggestion is appreciated!
> >>       Thanks in advance!
> >
> > I had this problem too. Turns out I didn't read UPDATING. Shame on me. A
> > couple of weeks ago there was a note about graphics/jpeg, and to rebuild
> > everything dependent on it.
>
> I just noticed I've got the same problem, and reinstalled all the
> ports from scratch after the jpeg, qt4 and kde4 update. The KDE's
> wallpaper chooser says "0x0" for most images sizes, and I also lost
> the album thumbnails in amarok. I'll investigate that later, that was
> just my 2 cents to say that's maybe not related to a bad ports update.
> Maybe a problem for qt like there was for gtk and jpeg-7
> (http://bugzilla.gnome.org/show_bug.cgi?id=588740).
>
> > To do that, you can run:
> >
> > portupgrade -fr graphics/jpeg
> >
> > or if you want to interactively choose what to update, so you skip the
> > Qt4 and KDE4 ports you just finished building:
> >
> > portupgrade -fri graphics/jpeg
> >

I did the opposite and have a cool "Winter Track" wallpaper. When the install 
finished, I was concerned with the number of stops and restarts and did a

portupgrade -pfR kde4

It added several ports by doing this. The computer has an Intel E8500 cpu and 
did the rebuild in 7 hours.

Kent


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
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