Results 1 to 20 of 29

Thread: How to install phonon on qtx11-4.5.2 in linux..?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default How to install phonon on qtx11-4.5.2 in linux..?

    Hi,

    I want to install phonon on Qt in linux. In order to use that I have to install gstreamer in linux for phonon backend.

    But i dunno what i shoul do next.. Kindly answer me for the questions i have:

    1. What gstreamer (plugin_base or devel etc..) i should download and how to install or configure that in my linux.?

    2. What is the configure script for installing phonon on qtx11-4.5.2?

    Kindly help me.. If i am not in a right forum then kindly let me know where i can get answer..

    Thanks in advance

    Balaji

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Quote Originally Posted by balajir View Post
    Hi,

    I want to install phonon on Qt in linux. In order to use that I have to install gstreamer in linux for phonon backend.

    But i dunno what i shoul do next.. Kindly answer me for the questions i have:

    1. What gstreamer (plugin_base or devel etc..) i should download and how to install or configure that in my linux.?
    Most of Linux distributions provide packages of GStreamer. You should find these in your distribution's package repository. If not, download the latest source and build it, it should be straight fwd.

    Quote Originally Posted by balajir View Post
    2. What is the configure script for installing phonon on qtx11-4.5.2?
    Just configure and build Qt with phonon support, it will find out the beckend for gstreamer automatically.

  3. #3
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Thanks..

    so fedora 9 already contains gstreamer support right?

    ./configure -phonon

    Is this correct?

    Thanks,
    Balaji.S.R

  4. #4
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Yes , Go ahead. Better refer INSTALL, README. For all possible config options, so only one time configuration is required.

  5. The following user says thank you to yogeshgokul for this useful post:

    balajir (27th July 2009)

  6. #5
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    When i configure using

    ./configure -phonon

    it configured for few minutes and showing some report.. I dunno what to do.. Kindly check it and help me..

    It is showing..

    Phonon support cannot be enabled due to functionality tests!
    Turn on verbose messaging (-v) to ./configure to see the final report.
    If you believe this message is in error you may use the continue
    switch (-continue) to ./configure to continue.
    [root@localhost qt-x11-opensource-src-4.5.2]#


    Kindly help

    Thanks,
    Balaji.S.R

  7. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Try installing packages gstreamer-devel and gstreamer-plugins-base-devel or similar.
    J-P Nurmi

  8. #7
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Hi,

    Where can i get these packages.. In gstreamer download site the gstreamer and gs_plugin_base is available but devel is not there..

    After getting that where i should install these packages.. Is it must to install in any specific folder?

    Thanks,
    Balaji.S.R

  9. #8
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Use the package manager of your distribution?
    J-P Nurmi

  10. #9
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    I dont understand..

    I am using fedora 9....

    I am new to linux.. Today only i started working on it.

    Also i can get the devel of gstreamer and plugins in that site..

    Kindly help me if possible..

    Thanks in advance,
    Balaji

  11. #10
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Then perhaps you should learn the basics of your distribution before you try to start programming there?

    I don't use Fedora myself but I'd guess it's more or less something like this:
    Qt Code:
    1. sudo yum install gstreamer-devel gstreamer-plugins-base-devel
    To copy to clipboard, switch view to plain text mode 
    or use the graphical front end. I'm not even 100% sure about the package names, use the tools of your distribution to search for them.
    J-P Nurmi

  12. #11
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: How to install phonon on qtx11-4.5.2 in linux..?

    Hi,

    k but where did you get the gstreamer-devel and gstreamer plugin_base-devel..

    Kindly pass me the link if you have..

    Thanks,
    Balaji

Similar Threads

  1. Replies: 4
    Last Post: 1st April 2009, 16:28
  2. Replies: 3
    Last Post: 13th December 2008, 10:33
  3. How to install Qt/Qtopia on embeded linux?
    By atil in forum Qt for Embedded and Mobile
    Replies: 7
    Last Post: 13th December 2007, 22:03
  4. Error install at linux red hat
    By Colx007 in forum Installation and Deployment
    Replies: 2
    Last Post: 8th October 2007, 16:47
  5. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.