[kde-freebsd] DVDs under KDE4

2010-01-28 Thread Steven Friedrich
I'm pretty impressed with Dragon Player.

I'm watching P!nk's Funhouse Tour DVD and it's a little sluggish some times, 
but overall, it's pretty solid.

I was going to install kle, but it was downloading kde3 sources, so I killed 
it.

Is there any DVD player better than dragon for KDE4?
___
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/kdesdk4

2010-01-28 Thread Dima Panov
SVN commit 5900 by fluffy:

- Cleanup. kdesdk don't install any cmake modules


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


[kde-freebsd] [SVN Commit] area51/KDE/net/kdenetwork4

2010-01-28 Thread Dima Panov
SVN commit 5901 by fluffy:

- Cleanup. kdenetwork don't install cmake modules


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


[kde-freebsd] [SVN Commit] area51/KDE/sysutils/kdeadmin4

2010-01-28 Thread Dima Panov
SVN commit 5902 by fluffy:

- Cleanup. kdeadmin don't install cmake modules


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


[kde-freebsd] [SVN Commit] area51/KDE/www/kdewebdev4

2010-01-28 Thread Dima Panov
SVN commit 5903 by fluffy:

- Cleanup. kdewebdev don't install cmake modules


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


[kde-freebsd] [PATCH] devel/cmake: fix warning in FindSDL.cmake

2010-01-28 Thread Dmitry Marakasov

Submitter-Id:  current-users
Originator:Dmitry Marakasov
Organization:  
Confidential:  no 
Synopsis:  [PATCH] devel/cmake: fix warning in FindSDL.cmake
Severity:  non-critical
Priority:  low
Category:  ports 
Class: change-request
Release:   FreeBSD 8.0-RELEASE i386
Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 
22:31:59 MSK 2009
Description:
My change to FindSDL.cmake introduced a (harmless) warning in apps that use 
FIND_PACKAGE(SDL):

---
CMake Warning at /usr/local/share/cmake/Modules/FindSDL.cmake:108 (IF):
  given arguments:

NOT /usr/local/include/SDL /usr/local/include MATCHES .framework
  
  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:3 (FIND_PACKAGE)


---

The patch fixes it. Also fix plist to respect apps that install their own 
modules into share/cmake/Modules (currently, textproc/soprano and net-im/qutim)

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

Generated with FreeBSD Port Tools 0.99
How-To-Repeat:
Fix:

--- cmake-2.8.0_3.patch begins here ---
Index: Makefile
===
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/cmake/Makefile,v
retrieving revision 1.37
diff -u -u -r1.37 Makefile
--- Makefile25 Jan 2010 20:11:13 -  1.37
+++ Makefile28 Jan 2010 14:34:02 -
@@ -7,7 +7,7 @@
 
 PORTNAME=  cmake
 PORTVERSION=   2.8.0
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=devel
 MASTER_SITES=  http://www.cmake.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/
 
Index: pkg-plist
===
RCS file: 
/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/cmake/pkg-plist,v
retrieving revision 1.22
diff -u -u -r1.22 pkg-plist
--- pkg-plist   9 Dec 2009 19:31:57 -   1.22
+++ pkg-plist   28 Jan 2010 14:33:52 -
@@ -513,5 +513,5 @@
 @dirrm %%DATADIR%%/Modules/FortranCInterface
 @dirrm %%DATADIR%%/Modules/FindCUDA
 @dirrm %%DATADIR%%/Modules/Compiler
-...@dirrm %%DATADIR%%/Modules
-...@dirrm %%DATADIR%%
+...@dirrmtry %%DATADIR%%/Modules
+...@dirrmtry %%DATADIR%%
Index: files/patch-Modules_FindSDL.cmake
===
RCS file: 
/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/cmake/files/patch-Modules_FindSDL.cmake,v
retrieving revision 1.1
diff -u -u -r1.1 patch-Modules_FindSDL.cmake
--- files/patch-Modules_FindSDL.cmake   25 Jan 2010 20:11:13 -  1.1
+++ files/patch-Modules_FindSDL.cmake   28 Jan 2010 14:32:40 -
@@ -1,5 +1,5 @@
 ./Modules/FindSDL.cmake.orig   2009-11-13 21:32:52.0 +0300
-+++ ./Modules/FindSDL.cmake2010-01-25 22:23:16.749128606 +0300
+--- Modules/FindSDL.cmake.orig 2009-11-13 21:32:52.0 +0300
 Modules/FindSDL.cmake  2010-01-28 17:32:40.0 +0300
 @@ -81,6 +81,11 @@
/opt/csw # Blastwave
/opt
@@ -12,3 +12,21 @@
  #MESSAGE(SDL_INCLUDE_DIR is ${SDL_INCLUDE_DIR})
  
  # SDL-1.1 is the name used by FreeBSD ports...
+@@ -100,7 +105,7 @@
+ #MESSAGE(SDL_LIBRARY_TEMP is ${SDL_LIBRARY_TEMP})
+ 
+ IF(NOT SDL_BUILDING_LIBRARY)
+-  IF(NOT ${SDL_INCLUDE_DIR} MATCHES .framework)
++  IF(NOT ${SDL_INCLUDE_DIR} MATCHES .framework)
+ # Non-OS X framework versions expect you to also dynamically link to 
+ # SDLmain. This is mainly for Windows and OS X. Other (Unix) platforms 
+ # seem to provide SDLmain for compatibility even though they don't
+@@ -116,7 +121,7 @@
+   /opt/csw
+   /opt
+ )
+-  ENDIF(NOT ${SDL_INCLUDE_DIR} MATCHES .framework)
++  ENDIF(NOT ${SDL_INCLUDE_DIR} MATCHES .framework)
+ ENDIF(NOT SDL_BUILDING_LIBRARY)
+ 
+ # SDL may require threads on your system.
--- cmake-2.8.0_3.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/143313: [PATCH] devel/cmake: fix warning in FindSDL.cmake

2010-01-28 Thread edwin
Synopsis: [PATCH] devel/cmake: fix warning in FindSDL.cmake

Responsible-Changed-From-To: freebsd-ports-bugs-kde
Responsible-Changed-By: edwin
Responsible-Changed-When: Thu Jan 28 15:00:30 UTC 2010
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=143313
___
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

2010-01-28 Thread Dima Panov
SVN commit 5904 by fluffy:

- Add long-waiting kdevplatform port to public testing

Still not hooked by other kde parts.


 A kdevplatform (directory)  
 A kdevplatform/Makefile  
 A kdevplatform/distinfo  
 A kdevplatform/pkg-descr  
 A kdevplatform/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


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

2010-01-28 Thread Alberto Villa
SVN commit 5905 by xzhayon:

remove telepathy-qt4 port, it has been committed to the ports tree

 D net-im (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


Re: [kde-freebsd] DVDs under KDE4

2010-01-28 Thread Olivier Smedts
2010/1/28 Steven Friedrich free...@insightbb.com:
 I'm pretty impressed with Dragon Player.

 I'm watching P!nk's Funhouse Tour DVD and it's a little sluggish some times,
 but overall, it's pretty solid.

 I was going to install kle, but it was downloading kde3 sources, so I killed
 it.

 Is there any DVD player better than dragon for KDE4?

I like multimedia/vlc, it uses Qt4 and integrates well in KDE4.

 ___
 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


-- 
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/KDE/devel/kdebindings4-python-pykde4

2010-01-28 Thread Dima Panov
SVN commit 5906 by fluffy:

- Add kdegraphics as dependency

It's required to embed kipi/okular bindings to main PyKDE4 package


 M  +1 -0  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/KDE/deskutils

2010-01-28 Thread Dima Panov
SVN commit 5908 by fluffy:

- Mark conflicts due to libraries moving between packages


 M  +2 -0  kdepim4-runtime/Makefile  
 M  +2 -0  kdepimlibs4/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/PORTS/devel

2010-01-28 Thread Dima Panov
SVN commit 5911 by fluffy:

- Add kdevelop-kde4 to the build


 A kdevelop-kde4 (directory)  
 A kdevelop-kde4/Makefile  
 A kdevelop-kde4/distinfo  
 A kdevelop-kde4/pkg-descr  
 A kdevelop-kde4/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] [PATCH] devel/cmake: fix warning in FindSDL.cmake

2010-01-28 Thread Max Brazhnikov
Please, commit it.


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