Re: Review Request 126210: [phonon] Do not set RPATH

2016-03-19 Thread Andreas Sturmlechner
warning during build. I don't know why it is there, hopefully someone knows. Diffs - phonon/platform_kde/CMakeLists.txt 281425fb6f6c1a41f14399ac17f8a94cd99507ad Diff: https://git.reviewboard.kde.org/r/126210/diff/ Testing --- Builds, and runs (unfortunately can't run the test

Re: Review Request 126210: [phonon] Do not set RPATH

2016-03-19 Thread David Edmundson
> know why it is there, hopefully someone knows. > > > Diffs > - > > phonon/platform_kde/CMakeLists.txt 281425fb6f6c1a41f14399ac17f8a94cd99507ad > > Diff: https://git.reviewboard.kde.org/r/126210/diff/ > > > Testing > --- > > Builds, and runs (unfo

Re: Review Request 126210: [phonon] Do not set RPATH

2016-03-19 Thread Andreas Sturmlechner
Plasma. Repository: plasma-workspace Description --- This very old piece of code triggers a scanelf warning during build. I don't know why it is there, hopefully someone knows. Diffs - phonon/platform_kde/CMakeLists.txt 281425fb6f6c1a41f14399ac17f8a94cd99507ad Diff:

Re: [phonon/phonon4qt5] cmake: Fix -fPIC/PIE issue - this needs to be done in any Qt5-based project, it seems.

2013-01-28 Thread David Faure
On Sunday 27 January 2013 22:51:31 Stephen Kelly wrote: > David Faure wrote: > > Git commit f21f2fddbb261bec1ef36968e71091123c7078cd by David Faure. > > Committed on 27/01/2013 at 13:52. > > Pushed by dfaure into branch 'phonon4qt5'. > > > > Fix -fPIC/PIE issue - this needs to be done in any Qt5-b

Re: [phonon/phonon4qt5] cmake: Fix -fPIC/PIE issue - this needs to be done in any Qt5-based project, it seems.

2013-01-27 Thread Stephen Kelly
David Faure wrote: > Git commit f21f2fddbb261bec1ef36968e71091123c7078cd by David Faure. > Committed on 27/01/2013 at 13:52. > Pushed by dfaure into branch 'phonon4qt5'. > > Fix -fPIC/PIE issue - this needs to be done in any Qt5-based project, it > seems. Note that with CMake 2.8.11 and https

[phonon/phonon4qt5] cmake: Fix -fPIC/PIE issue - this needs to be done in any Qt5-based project, it seems.

2013-01-27 Thread David Faure
0cmake/FindPhononInternal.cmake http://commits.kde.org/phonon/f21f2fddbb261bec1ef36968e71091123c7078cd diff --git a/cmake/FindPhononInternal.cmake b/cmake/FindPhononInternal.cmake index b4f708f..18bd05b 100644 --- a/cmake/FindPhononInternal.cmake +++ b/cmake/FindPhononInternal.cmake @@ -65,6 +65,10 @@ macro_l

Re: Review Request: Fix Phonon lookup when compiling KDELibs

2012-01-06 Thread Alexander Neundorf
_PATH environment variable to point to the install dir in your home directory before running cmake on kdelibs ? The directories from CMAKE_PREFIX_PATH are preferred over PATHS and HINTS, so the phonon located in your home directory should be picked up. - Alexander Neundorf On Sept. 22, 2011, 10:0

Re: kde-runtime build with kde-phonon on Harmattan

2011-10-11 Thread Alexander Neundorf
On Monday 10 October 2011, Laszlo Papp wrote: > Hi, > > We have the qt phonon version installed on the Harmattan platform by > default. You are not allowed to override platform package files on > Harmattan. This is achieved by the Platform Security. Since kde phonon > contain

Re: Why do phonon and kdelibs use their own FindQt4.cmake ?

2011-10-11 Thread Alexander Neundorf
On Monday 10 October 2011, Ingo Klöcker wrote: > On Sunday 09 October 2011, Alexander Neundorf wrote: > > On Sunday 09 October 2011, Romain Perier wrote: > > > Hi, > > > > > > I don't understand something, why do phonon and kdelibs use their > > >

Re: Why do phonon and kdelibs use their own FindQt4.cmake ?

2011-10-10 Thread Ingo Klöcker
On Sunday 09 October 2011, Alexander Neundorf wrote: > On Sunday 09 October 2011, Romain Perier wrote: > > Hi, > > > > I don't understand something, why do phonon and kdelibs use their > > own FindQt4.cmake instead of the one provided by cmake ? > > There

kde-runtime build with kde-phonon on Harmattan

2011-10-09 Thread Laszlo Papp
Hi, We have the qt phonon version installed on the Harmattan platform by default. You are not allowed to override platform package files on Harmattan. This is achieved by the Platform Security. Since kde phonon contains few files having the same name as the files coming from the platform there is

Re: Why do phonon and kdelibs use their own FindQt4.cmake ?

2011-10-09 Thread Alexander Neundorf
On Sunday 09 October 2011, Romain Perier wrote: > Hi, > > I don't understand something, why do phonon and kdelibs use their own > FindQt4.cmake instead of the one provided by cmake ? > There is probably a good reason, but I don't understand why. We need fixes and enha

Why do phonon and kdelibs use their own FindQt4.cmake ?

2011-10-09 Thread Romain Perier
Hi, I don't understand something, why do phonon and kdelibs use their own FindQt4.cmake instead of the one provided by cmake ? There is probably a good reason, but I don't understand why. In fact phonon uses FindQt4.cmake from cmake (cmake-2.8) and not the one installed in pre

Review Request: Fix Phonon lookup when compiling KDELibs

2011-09-22 Thread Aleix Pol Gonzalez
--- I have two Phonon installs: Archlinux's in /usr and mine in a home directory. The problem was that all the modules found the correct Phonon install but KDELibs, because KDE4_LIB_INSTALL_DIR was not yet defined when calling find_package(Phonon ...). This lead to a buggy KDELibs4LibraryTa

[phonon] /: Add option to build Phonon without experimental library

2011-08-02 Thread Harald Sitter
Git commit e66be3f01da496c637798e44696ff0d5a4506c90 by Harald Sitter. Committed on 02/08/2011 at 15:18. Pushed by sitter into branch 'master'. Add option to build Phonon without experimental library CCMAIL: kde-buildsystem@kde.org M +2-1CMakeLists.txt M +3-2

[phonon] /: Adhere to LIB_SUFFIX .

2011-06-29 Thread Michael Jansen
kde.org M +1-1CMakeLists.txt http://commits.kde.org/phonon/e9d88a450d945dc685aff86d6128d7ca7128bae9 diff --git a/CMakeLists.txt b/CMakeLists.txt index f502fe0..a58c805 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ if(PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM

Re: Phonon: install everything inside CMAKE_INSTALL_PREFIX

2011-06-19 Thread Harald Sitter
On Monday 13 June 2011 14:11:38 Alexander Neundorf wrote: > So, please let me know if you still see any issues or whether this is how it > should be handled. Looks all good and awesome to me. Additionally it also works ;) Thanks for fixing this! -- Harald

Re: Phonon

2011-06-19 Thread Harald Sitter
gt;> > > There will be a PhononConfig.cmake file, which will be found >> >> > > by >> >> > > find_package(), and it will contain all the information about >> >> > > the >> >> > > installed phonon, like e.g.

Re: Phonon

2011-06-19 Thread Harald Sitter
On Tue, May 31, 2011 at 12:31 AM, Alexander Neundorf wrote: > On Sunday 22 May 2011, Alexander Neundorf wrote: > ... >> > > There will be a PhononConfig.cmake file, which will be found by >> > > find_package(), and it will contain all the information about the >

Phonon: install everything inside CMAKE_INSTALL_PREFIX

2011-06-13 Thread Alexander Neundorf
Hi, as discussed in Randa, I now committed a change to Phonon so that now by default *everything* is installed inside CMAKE_INSTALL_PREFIX, including the Qt designer plugins and the mkspecs file. The commit is here: http://commits.kde.org/phonon/664035456f0c9dc85b65c893f431b82118c281c0 There

Re: Phonon

2011-05-31 Thread Alexander Neundorf
nday 22 May 2011, Alexander Neundorf wrote: > >> > ... > >> > > >> >> > > There will be a PhononConfig.cmake file, which will be found > >> >> > > by > >> >> > > find_package(), and it will contain all the information

Re: Phonon

2011-05-31 Thread Michael Jansen
t;> > > by > >> > > find_package(), and it will contain all the information about > >> > > the > >> > > installed phonon, like e.g. the include dir. > >> > > It will be placed in lib/cmake/phonon/. > >> > > Alter

Re: Phonon

2011-05-30 Thread Alexander Neundorf
On Sunday 22 May 2011, Alexander Neundorf wrote: ... > > > There will be a PhononConfig.cmake file, which will be found by > > > find_package(), and it will contain all the information about the > > > installed phonon, like e.g. the include dir. > > > I

Re: Phonon

2011-05-26 Thread Harald Sitter
On Sun, May 22, 2011 at 6:10 PM, Alexander Neundorf wrote: >> > I would suggest to install the buildsystem files not into share/phonon- >> > buildsystem/, but into share/phonon/buildsystem/. >> > Then also this generated library thingy file which is currently

Re: Phonon

2011-05-26 Thread Harald Sitter
a reply, I will be reverting commit >> > > 1602df28e8b82aeeecb7cfb3fe1af52790be02d3 to Phonon in 24 hours in >> > > order to restore my ability to build Phonon. >> > >> > We are working on a revert, just too much a hassle it is.. >> >> Only slightly relat

Re: Phonon

2011-05-22 Thread Alexander Neundorf
wrote: > >> > > Note that if I don't get a reply, I will be reverting commit > >> > > 1602df28e8b82aeeecb7cfb3fe1af52790be02d3 to Phonon in 24 hours in > >> > > order to restore my ability to build Phonon. > >> > > &

Re: Phonon

2011-05-22 Thread Alexander Neundorf
wrote: > >> > > Note that if I don't get a reply, I will be reverting commit > >> > > 1602df28e8b82aeeecb7cfb3fe1af52790be02d3 to Phonon in 24 hours in > >> > > order to restore my ability to build Phonon. > >> > > &

Re: Phonon

2011-05-17 Thread Alexander Neundorf
On Sunday 15 May 2011, Alexander Neundorf wrote: > On Friday 11 March 2011, Harald Sitter wrote: > > On Thu, Mar 10, 2011 at 11:23 PM, Ben Cooksley wrote: > > > Note that if I don't get a reply, I will be reverting commit > > > 1602df28e8b82aeeecb7cfb3fe1af5279

Re: Phonon

2011-05-15 Thread Alexander Neundorf
On Friday 11 March 2011, Harald Sitter wrote: > On Thu, Mar 10, 2011 at 11:23 PM, Ben Cooksley wrote: > > Note that if I don't get a reply, I will be reverting commit > > 1602df28e8b82aeeecb7cfb3fe1af52790be02d3 to Phonon in 24 hours in > > order to restore my ability to

Re: Phonon

2011-03-27 Thread Trever Fischer
on it), never got >> merged thought *shrug*. > Could you please provide a link? I hope that I'll have some time to make > this branch ready for merging. Its the cmake_tng branch: https://projects.kde.org/projects/kdesupport/phonon/phonon/repository/show?rev=cmake_tng > > ___

Re: Phonon

2011-03-27 Thread Harald Sitter
ere is a branch for that (SaroEngels was working on it), never got >> merged thought *shrug*. > Could you please provide a link? I hope that I'll have some time to make > this branch ready for merging. https://projects.kde.org/projects/kdesupport/phonon/phonon/repository/show?

Re: Phonon

2011-03-14 Thread Yury G. Kudryashov
Harald Sitter wrote: > On Sat, Mar 12, 2011 at 9:11 PM, Alexander Neundorf > wrote: >> The pages here: http://www.vtk.org/Wiki/CMake/Tutorials explain how to do >> this. > > There is a branch for that (SaroEngels was working on it), never got > merged thought *shrug*. Could you please provide a

Re: Phonon

2011-03-13 Thread Harald Sitter
-kde/kde/share/apps/cmake/modules/MacroEnsureVersion.cmake:95 >> (NORMALIZE_VERSION): >>   NORMALIZE_VERSION Macro invoked with incorrect arguments for macro named: >>   NORMALIZE_VERSION >> Call Stack (most recent call first): >>   phonon/CMakeLists.txt:18 (macro_en

Re: Phonon

2011-03-13 Thread Harald Sitter
On Sat, Mar 12, 2011 at 9:11 PM, Alexander Neundorf wrote: >> phonon-buildsystem is only used to build the backends. Applications should >> *not* be using the stuff in there. If they manage to find FindPhonon.cmake >> from phonon-buildsystem, the application'

Re: Phonon

2011-03-13 Thread Trever Fischer
hare/apps/cmake/modules/MacroEnsureVersion.cmake:95 >> (NORMALIZE_VERSION): >> NORMALIZE_VERSION Macro invoked with incorrect arguments for macro >> named: >> NORMALIZE_VERSION >> Call Stack (most recent call first): >> phonon/CMakeLists.txt:18 (macro_ensure_version) >

Re: Phonon

2011-03-12 Thread Alexander Neundorf
rror: > >> > >> CMake Error at > >> /opt/trunk-kde/kde/share/apps/cmake/modules/MacroEnsureVersion.cmake:95 > >> (NORMALIZE_VERSION): > >> NORMALIZE_VERSION Macro invoked with incorrect arguments for macro > >> named: > >> NORMALIZE_

Re: Phonon

2011-03-11 Thread Alexander Neundorf
> (NORMALIZE_VERSION): > NORMALIZE_VERSION Macro invoked with incorrect arguments for macro named: > NORMALIZE_VERSION > Call Stack (most recent call first): > phonon/CMakeLists.txt:18 (macro_ensure_version) When calling normalize_version(), the version variable should be put in quo

Re: Phonon

2011-03-11 Thread Trever Fischer
acro invoked with incorrect arguments for macro > named: > NORMALIZE_VERSION > Call Stack (most recent call first): > phonon/CMakeLists.txt:18 (macro_ensure_version) > > This error message actually means that PHONON_VERSION is empty. > Further diagnosing this, I noticed that Phonon

Phonon

2011-03-11 Thread Ben Cooksley
named: NORMALIZE_VERSION Call Stack (most recent call first): phonon/CMakeLists.txt:18 (macro_ensure_version) This error message actually means that PHONON_VERSION is empty. Further diagnosing this, I noticed that Phonon recently made changes to where they stored the version string, yet they

Re: Phonon

2011-03-11 Thread Harald Sitter
On Thu, Mar 10, 2011 at 11:23 PM, Ben Cooksley wrote: > Note that if I don't get a reply, I will be reverting commit > 1602df28e8b82aeeecb7cfb3fe1af52790be02d3 to Phonon in 24 hours in > order to restore my ability to build Phonon. We are working on a revert, just too much

Re: [Phonon] 0532638 This is a terrible hack to make phonon-xine findp

2011-01-11 Thread Alexander Neundorf
r problems in the future with > > >> > kdesupport fragmenting more and more. > > >> > > >> This way phonon-xine depend both on phonon and kdelibs (for > > >> kde4-config). Why not just copy FindPhonon.cmake to phonon-xine and do > > >&

[Phonon/4.1] 533d3f2 Since no objections were raised in kde-core-devel,

2011-01-02 Thread Thiago Macieira
(phononcore_LIB_SRCS kde4_automoc(${phononcore_LIB_SRCS}) -kde4_add_dcop_skels(phononcore_LIB_SRCS factory.h mixeriface.h ) - kde4_add_library(phononcore SHARED ${phononcore_LIB_SRCS}) target_link_libraries(phononcore ${KDE4_KDECORE_LIBS} kio ) @@ -108,8 +109,8 @@ install_files( /include/phonon

Re: [Phonon] 0532638 This is a terrible hack to make phonon-xine findp

2010-12-27 Thread Yury G. Kudryashov
Andreas Hartmetz wrote: > On Sunday 26 December 2010 10:05:40 Yury G. Kudryashov wrote: >> 2. Create a kdesupport project for cmake macroses. >> > Then we still have to find a good install path. May or may not be a > problem. This package can install all macroses to $prefix/some/dir and add this

Re: [Phonon] 0532638 This is a terrible hack to make phonon-xine findp

2010-12-26 Thread Andreas Hartmetz
gt;> > KDE-specific path, is the underlying problem that needs to > >> > be fixed. Looks like a circular dependency of sorts to me. > >> > We're going to see similar problems in the future with kdesupport > >> > fragmenting more and more. >

Re: [Phonon] 0532638 This is a terrible hack to make phonon-xine findp

2010-12-26 Thread Yury G. Kudryashov
be fixed. Looks like a circular dependency of sorts to me. >> > We're going to see similar problems in the future with kdesupport >> > fragmenting more and more. >> >> This way phonon-xine depend both on phonon and kdelibs (for kde4-config). >>

Re: [Phonon] 0532638 This is a terrible hack to make phonon-xine findp

2010-12-25 Thread Andreas Hartmetz
ndency of sorts to me. > > We're going to see similar problems in the future with kdesupport > > fragmenting more and more. > > This way phonon-xine depend both on phonon and kdelibs (for kde4-config). > Why not just copy FindPhonon.cmake to phonon-xine and do *not* insta

Re: [Phonon] 0532638 This is a terrible hack to make phonon-xine find p

2010-12-25 Thread Yury G. Kudryashov
e with kdesupport > fragmenting more and more. This way phonon-xine depend both on phonon and kdelibs (for kde4-config). Why not just copy FindPhonon.cmake to phonon-xine and do *not* install it? ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

[Phonon] 0532638 This is a terrible hack to make phonon-xine find p

2010-12-24 Thread Andreas Hartmetz
commit 053263861a07e30e54a6874355465c111c4d9653 branch master Author: Andreas Hartmetz Date: Sat Dec 25 02:57:35 2010 +0100 This is a terrible hack to make phonon-xine find phonon. - Copied a few lines from FindKDE4.cmake to find kde4-config - Copied a few lines from

Re: How build KDE after building Qt with phonon support?

2010-06-30 Thread Michael Pyne
On Wednesday, June 30, 2010 15:07:57 Stephen Kelly wrote: > I expect it overwrote the Qt Phonon and I'll have to overwrite it again > when I rebuild Qt again? I'm sure I have reinstalled master again before, > so this is probably what has happened several times now. I install Qt

Re: How build KDE after building Qt with phonon support?

2010-06-30 Thread Stephen Kelly
Alexander Neundorf wrote: > On Wednesday 30 June 2010, Stephen Kelly wrote: >> Hi, >> >> I built Qt with Phonon support some time ago while attempting to create a >> trivial webkit application using the html5 audio element. The attempt >> which I didn't man

Re: How build KDE after building Qt with phonon support?

2010-06-30 Thread Alexander Neundorf
On Wednesday 30 June 2010, Stephen Kelly wrote: > Hi, > > I built Qt with Phonon support some time ago while attempting to create a > trivial webkit application using the html5 audio element. The attempt which > I didn't manage to get working is here: > > http://bugr

How build KDE after building Qt with phonon support?

2010-06-30 Thread Stephen Kelly
Hi, I built Qt with Phonon support some time ago while attempting to create a trivial webkit application using the html5 audio element. The attempt which I didn't manage to get working is here: http://bugreports.qt.nokia.com/browse/QTBUG-9624 Anyway, since building Qt with phonon, I hav

KDE/kdebase/runtime/phonon

2010-03-16 Thread Maciej Mrozowski
SVN commit 1104237 by mmrozowski: Forward port of 1104235 from 4.4 branch: (More) gracefully handle building runtime/phonon without alsa: - move version checks to phonon toplevel directory (there were two copies, one commented out) - guard linking with ALSA_FOUND - move include_directories to

branches/KDE/4.4/kdebase/runtime/phonon

2010-03-16 Thread Maciej Mrozowski
SVN commit 1104235 by mmrozowski: (More) gracefully handle building runtime/phonon without alsa: - move version checks to phonon toplevel directory (there were two copies, one commented out) - guard linking with ALSA_FOUND - move include_directories to phonon toplevel dir (used in multiple

Re: phonon in the Nightly builds

2010-02-24 Thread Dirk Mueller
On Wednesday 24 February 2010, Pavel Heimlich, a.k.a. hajma wrote: > Hi, > since phonon is moved to gitorious, what is the preferred way of > including its support in the nighly builds for cdash.org ? > Should I keep some stable version installed or hack a script to > checkout and b

Re: phonon in the Nightly builds

2010-02-24 Thread Alexander Neundorf
On Wednesday 24 February 2010, Pavel Heimlich, a.k.a. hajma wrote: > Hi, > since phonon is moved to gitorious, what is the preferred way of > including its support in the nighly builds for cdash.org ? > Should I keep some stable version installed or hack a script to > checkout and b

phonon in the Nightly builds

2010-02-23 Thread Pavel Heimlich, a.k.a. hajma
Hi, since phonon is moved to gitorious, what is the preferred way of including its support in the nighly builds for cdash.org ? Should I keep some stable version installed or hack a script to checkout and build latest git prior to running the Nightlys-2.6.2 script? TIA hajma

kdebase-runtime: phonon version

2009-12-10 Thread Yury G. Kudryashov
Hi! Currently kdebase/runtime/phonon checks for phonon-4.2.90 but uses globalconfig interface that was added much later (phonon-4.3.1 doesn't contain globalconfig.h). I think that kdebase/runtime/phonon should explicitely check for phonon-4.4. If this is a wrong list, forward please. --

Re: Sun Studio build failure in Phonon

2009-11-27 Thread hajma
2009/11/26 Raphael Kubo da Costa : > On Wednesday 25 November 2009 22:05:52 Alexander Neundorf wrote: >> Hi, >> >> it seems kdesupport/Phonon/ currently does not build on Solaris with the >>  Sun Studio compiler: >> http://my.cdash.org/viewBuildError.php?buildi

Re: Sun Studio build failure in Phonon

2009-11-25 Thread Raphael Kubo da Costa
On Wednesday 25 November 2009 22:05:52 Alexander Neundorf wrote: > Hi, > > it seems kdesupport/Phonon/ currently does not build on Solaris with the > Sun Studio compiler: > http://my.cdash.org/viewBuildError.php?buildid=39142 > Hajma, Aadrian, do you already have a fix for

Sun Studio build failure in Phonon

2009-11-25 Thread Alexander Neundorf
Hi, it seems kdesupport/Phonon/ currently does not build on Solaris with the Sun Studio compiler: http://my.cdash.org/viewBuildError.php?buildid=39142 Hajma, Aadrian, do you already have a fix for this ? Colin, you're the phonon maintainer, right ? If you're interested in getting no

Re: using phonon from kde-qt repo

2009-08-18 Thread David Faure
On Thursday 06 August 2009, Fathi Boudra wrote: > This patch is still not commited. > Does anything prevent his inclusion in 4.3 branch and trunk ? Committed now. Thanks for the patch, Pavel! -- David Faure, fa...@kde.org, sponsored by Qt Software @ Nokia to work on KDE, Konqueror (http://www.

Re: Phonon backends should be installed in Qt plugins dir path instead of ${LIB_INSTALL_DIR}/kde4/plugins

2009-08-06 Thread Andreas Pakulat
On 07.08.09 00:27:13, Thiago Macieira wrote: > Thiago Macieira wrote: > >Fathi Boudra wrote: > >>Hi, > >> > >>At the moment, Phonon backends are installed inside > >>${LIB_INSTALL_DIR}/kde4/plugins/ which seems wrong. > > > >Whatever you de

Re: Phonon backends should be installed in Qt plugins dir path instead of ${LIB_INSTALL_DIR}/kde4/plugins

2009-08-06 Thread Thiago Macieira
Thiago Macieira wrote: >Fathi Boudra wrote: >>Hi, >> >>At the moment, Phonon backends are installed inside >>${LIB_INSTALL_DIR}/kde4/plugins/ which seems wrong. > >Whatever you decide is right, don't touch Qt's installation. Let me explain: Unless t

Re: Phonon backends should be installed in Qt plugins dir path instead of ${LIB_INSTALL_DIR}/kde4/plugins

2009-08-06 Thread Thiago Macieira
Fathi Boudra wrote: >Hi, > >At the moment, Phonon backends are installed inside >${LIB_INSTALL_DIR}/kde4/plugins/ which seems wrong. Whatever you decide is right, don't touch Qt's installation. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org

Phonon backends should be installed in Qt plugins dir path instead of ${LIB_INSTALL_DIR}/kde4/plugins

2009-08-06 Thread Fathi Boudra
Hi, At the moment, Phonon backends are installed inside ${LIB_INSTALL_DIR}/kde4/plugins/ which seems wrong. By default Qt applications search the plugins under the library paths and QT_PLUGIN_PATH. Under KDE, startkde sets QT_PLUGIN_PATH and ${LIB_INSTALL_DIR}/kde4/plugins/ is appended

Re: using phonon from kde-qt repo

2009-08-06 Thread Fathi Boudra
This patch is still not commited. Does anything prevent his inclusion in 4.3 branch and trunk ? ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listinfo/kde-buildsystem

Re: using phonon from kde-qt repo

2009-07-28 Thread Thiago Macieira
Pavel Volkovitskiy wrote: >Hello! > >i'm trying to build latest kdebase-runtime module from 4.3 branch with >phonon from qt (kde-qt repo) instead of kdesupport > >cmake finds headers/libraries but then build stops with: > >phonon/kded-module/phononserver.h:26:36: erro

using phonon from kde-qt repo

2009-07-27 Thread Pavel Volkovitskiy
Hello! i'm trying to build latest kdebase-runtime module from 4.3 branch with phonon from qt (kde-qt repo) instead of kdesupport cmake finds headers/libraries but then build stops with: phonon/kded-module/phononserver.h:26:36: error: Phonon/ObjectDescription: No such file or directory i

Re: Phonon build problem in trunk

2009-07-03 Thread Anne-Marie Mahfouf
Le vendredi juillet 3 2009 8:54:15 PM, Raphael Kubo da Costa a écrit : > 2009/7/3 Anne-Marie Mahfouf : > > Hi all, > > > > My problem is that I use kde-qt which indicates to build Qt Phonon which > > I did. I don't install Qt. > > Isn't Qt always suppos

Re: Phonon build problem in trunk

2009-07-03 Thread Raphael Kubo da Costa
2009/7/3 Anne-Marie Mahfouf : > Hi all, > > My problem is that I use kde-qt which indicates to build Qt Phonon which I > did. I don't install Qt. Isn't Qt always supposed to be installed in a different directory? > I cannot build kdebase because the FindPhonon.cmake

Re: Phonon build problem in trunk

2009-07-03 Thread Anne-Marie Mahfouf
Hi all, My problem is that I use kde-qt which indicates to build Qt Phonon which I did. I don't install Qt. I cannot build kdebase because the FindPhonon.cmake fails to retrieve phonon version. Mainly, this line fails set(_phonon_namespace_header_file "${PHONON_INCLUDE_D

Re: Phonon build problem in trunk

2009-07-02 Thread Ingmar Vanhassel
Excerpts from Raphael Kubo da Costa's message of Thu Jul 02 21:08:22 +0200 2009: > Now I think the only question left is which version is preferred. And > if it's kde-qt's, I'd also like to know if there are plans to remove > phonon from kdesupport. Not removed, bu

Re: Phonon build problem in trunk

2009-07-02 Thread Raphael Kubo da Costa
2009/7/2 Thiago Macieira : > Raphael Kubo da Costa wrote: >>2009/7/2  : >>> hi, >>> >>> Since the change to kde-qt, the recommanded configuration for Qt is to >>> build with Phonon. Following a mail to kde-devel mailing list about >>> Phonon

Re: Phonon build problem in trunk

2009-07-02 Thread Thiago Macieira
Raphael Kubo da Costa wrote: >2009/7/2 : >> hi, >> >> Since the change to kde-qt, the recommanded configuration for Qt is to >> build with Phonon. Following a mail to kde-devel mailing list about >> Phonon I tried this morning a clean build (with no installe

Re: Phonon build problem in trunk

2009-07-02 Thread Raphael Kubo da Costa
2009/7/2 : > hi, > > Since the change to kde-qt, the recommanded configuration for Qt is to build > with Phonon. > Following a mail to kde-devel mailing list about Phonon I tried this morning > a clean build (with no installed Phonon from kdesupport). > But kdebase does not

Phonon build problem in trunk

2009-07-02 Thread annemarie . mahfouf
hi, Since the change to kde-qt, the recommanded configuration for Qt is to build with Phonon. Following a mail to kde-devel mailing list about Phonon I tried this morning a clean build (with no installed Phonon from kdesupport). But kdebase does not build, cmake rejects the kde-qt Phonon with

Re: Detecting Phonon version

2009-05-06 Thread Jonathan Riddell
On Sun, May 03, 2009 at 07:33:19AM -0400, Allen Winter wrote: > On Saturday 02 May 2009 5:33:29 am Thiago Macieira wrote: > > Hi > > > > I was trying to build kdereview/mplayerthumbs and it requires Phonon 4.4 > > (i.e., the trunk/kdesupport version), which is still

Re: Detecting Phonon version

2009-05-05 Thread Thiago Macieira
Fathi Boudra wrote: >> I'm not planning a Phonon release. Probably Qt Software will do the >> next Phonon feature release together with Qt 4.6. >> >> So, KDE 4.3 should require Phonon 4.3. Everything else needs to be >> optional (I already told Marco about this

Re: Detecting Phonon version

2009-05-05 Thread Fathi Boudra
> I'm not planning a Phonon release. Probably Qt Software will do the next > Phonon feature release together with Qt 4.6. > > So, KDE 4.3 should require Phonon 4.3. Everything else needs to be optional > (I already told Marco about this for mplayerthumbs). It means for distri

Re: Detecting Phonon version

2009-05-05 Thread Thiago Macieira
Em Terça-feira 05 Maio 2009, às 14:10:05, Matthias Kretz escreveu: > On Sunday 03 May 2009 13:33:19 Allen Winter wrote: > > On Saturday 02 May 2009 5:33:29 am Thiago Macieira wrote: > > > Hi > > > > > > I was trying to build kdereview/mplayerthumbs and it requir

Re: Detecting Phonon version

2009-05-05 Thread Matthias Kretz
On Sunday 03 May 2009 13:33:19 Allen Winter wrote: > On Saturday 02 May 2009 5:33:29 am Thiago Macieira wrote: > > Hi > > > > I was trying to build kdereview/mplayerthumbs and it requires Phonon 4.4 > > (i.e., the trunk/kdesupport version), which is still unreleased. H

Re: Detecting Phonon version

2009-05-03 Thread Alexander Neundorf
On Saturday 02 May 2009, Thiago Macieira wrote: > Hi > > I was trying to build kdereview/mplayerthumbs and it requires Phonon 4.4 > (i.e., the trunk/kdesupport version), which is still unreleased. However, > I don't see any checks for the version number anywhere. > > F

Re: Detecting Phonon version

2009-05-03 Thread Allen Winter
On Saturday 02 May 2009 5:33:29 am Thiago Macieira wrote: > Hi > > I was trying to build kdereview/mplayerthumbs and it requires Phonon 4.4 > (i.e., the trunk/kdesupport version), which is still unreleased. However, > I don't see any checks for the version number anywhere. &

Detecting Phonon version

2009-05-02 Thread Thiago Macieira
Hi I was trying to build kdereview/mplayerthumbs and it requires Phonon 4.4 (i.e., the trunk/kdesupport version), which is still unreleased. However, I don't see any checks for the version number anywhere. FindPhonon.cmake does print the version number, which means the checking is pos

Re: A problem linking phonon kded module

2009-02-01 Thread Alexander Neundorf
On Friday 30 January 2009, Hasso Tepper wrote: > Hasso Tepper wrote: > > And FindPulseAudio.cmake is not the only one, seems. At least > > FindIDN.cmake in kdenetwork breaks the same way here. > > I rewrote the FindIDN.cmake getting inspiration from other cmake files > using pkg-config. The result

Re: A problem linking phonon kded module

2009-02-01 Thread Alexander Neundorf
nuary 2009, Hasso Tepper wrote: > > > > > Linking CXX shared module ../../../lib/kded_phononserver.so > > > > > cd /home/kde-devel/kde/build/KDE/kdebase/runtime/phonon/kded-module > > > > > && /usr/pkg/bin/cmake -E cmake_link_script > > > > >

Re: A problem linking phonon kded module

2009-01-30 Thread Hasso Tepper
Hasso Tepper wrote: > And FindPulseAudio.cmake is not the only one, seems. At least > FindIDN.cmake in kdenetwork breaks the same way here. I rewrote the FindIDN.cmake getting inspiration from other cmake files using pkg-config. The result is attached. It's only tested on DragonFly though. If no

Re: A problem linking phonon kded module

2009-01-29 Thread Max Brazhnikov
On Thu, 29 Jan 2009 12:07:51 +0100, David Faure wrote: > On Thursday 29 January 2009, Hasso Tepper wrote: > > Linking CXX shared module ../../../lib/kded_phononserver.so > > cd /home/kde-devel/kde/build/KDE/kdebase/runtime/phonon/kded-module > > && /usr/pkg/b

Re: A problem linking phonon kded module

2009-01-29 Thread Allen Winter
CXX shared module ../../../lib/kded_phononserver.so > > > > cd /home/kde-devel/kde/build/KDE/kdebase/runtime/phonon/kded-module > > > > && /usr/pkg/bin/cmake -E cmake_link_script > > > > CMakeFiles/kded_phononserver.dir/link.txt --verbose=1 > > > > /usr/bin/c

Re: A problem linking phonon kded module

2009-01-29 Thread Hasso Tepper
Alexander Neundorf wrote: > I haven't looked at the file yet, but it seems pkgconfig is used and > the results are directly put into the variables. Yeah. > As you see, this is bad. > Instead pkgconfig should be used only optionally, and the results > should be used only as hints for FIND_LIBRARY/

Re: A problem linking phonon kded module

2009-01-29 Thread Alexander Neundorf
On Thursday 29 January 2009, Max Brazhnikov wrote: > On Thu, 29 Jan 2009 12:07:51 +0100, David Faure wrote: > > On Thursday 29 January 2009, Hasso Tepper wrote: > > > Linking CXX shared module ../../../lib/kded_phononserver.so > > > cd /home/kde-devel/kde/build/KDE/

Re: A problem linking phonon kded module

2009-01-29 Thread Max Brazhnikov
On Thu, 29 Jan 2009 12:07:51 +0100, David Faure wrote: > On Thursday 29 January 2009, Hasso Tepper wrote: > > Linking CXX shared module ../../../lib/kded_phononserver.so > > cd /home/kde-devel/kde/build/KDE/kdebase/runtime/phonon/kded-module > > && /usr/pkg/b

Re: A problem linking phonon kded module

2009-01-29 Thread Hasso Tepper
David Faure wrote: > Why is PULSEAUDIO_LIBRARY not set? I see that > kdelibs/cmake/modules/FindPulseAudio.cmake sets it. Is your kdelibs > uptodate? Damn, I forgot to mention that it's a 4.2 branch. The branch itself is uptodate, but FindPulseAudio.cmake is in kdebase/runtime/cmake/modules/. re

Re: A problem linking phonon kded module

2009-01-29 Thread David Faure
On Thursday 29 January 2009, Hasso Tepper wrote: > Linking CXX shared module ../../../lib/kded_phononserver.so > cd /home/kde-devel/kde/build/KDE/kdebase/runtime/phonon/kded-module > && /usr/pkg/bin/cmake -E cmake_link_script > CMakeFiles/kded_phononserver.dir/link.txt --ve

A problem linking phonon kded module

2009-01-29 Thread Hasso Tepper
Linking CXX shared module ../../../lib/kded_phononserver.so cd /home/kde-devel/kde/build/KDE/kdebase/runtime/phonon/kded-module && /usr/pkg/bin/cmake -E cmake_link_script CMakeFiles/kded_phononserver.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -Woverloaded-virtual -fvisibility=hidde

Re: phonon error when compiling kdebase

2009-01-19 Thread Thiago Macieira
Orville Bennett wrote: >I know about the qt7 backend but what's qtkit? It's the Cocoa version of the QT7 backend, able to build in 64-bit. However, it's more limited because the API of QTKit is also limited. Apple has been informed and will be providing more in MacOS X 10.6. -- Thiago Maciei

Re: phonon error when compiling kdebase

2009-01-19 Thread Orville Bennett
On Jan 19, 2009, at 2:45 AM, Thiago Macieira wrote: > Orville Bennett wrote: >> http://trac.macports.org/ticket/18080 >> It looks like x11 code needs to be disabled. QX11info isn't something >> we'd find on os x. Where's the proper placed to ask phonon

Re: phonon error when compiling kdebase

2009-01-18 Thread Thiago Macieira
Orville Bennett wrote: >http://trac.macports.org/ticket/18080 >It looks like x11 code needs to be disabled. QX11info isn't something >we'd find on os x. Where's the proper placed to ask phonon? The kdemultimedia mailing list. Note we build Phonon on Mac several times a

phonon error when compiling kdebase

2009-01-18 Thread Orville Bennett
http://trac.macports.org/ticket/18080 It looks like x11 code needs to be disabled. QX11info isn't something we'd find on os x. Where's the proper placed to ask phonon? ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https

  1   2   >