Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Install Library Phonon
Forum Updated to NodeBB v4.3 + New Features

Install Library Phonon

Scheduled Pinned Locked Moved Installation and Deployment
9 Posts 5 Posters 17.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gigedo
    wrote on last edited by
    #1

    Hi,

    I am new in QT and need usualy library phonon, but don't know install in QT for ubuntu 11.

    Pleace, help me!

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You can search for the complete package name with

      @
      aptitude search phonon
      @

      And you will most likely end up with

      @
      sudo aptitude install libphonon4
      @

      or something similar. If you need to develop with phonon a libphonon4-dev or libphonon-dev will be needed too.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gigedo
        wrote on last edited by
        #3

        ok, got it, I study the code and build the application. thank you

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jayapandiyan
          wrote on last edited by
          #4

          Hi ,
          i am new in qt ,i will use the IDE Netbeans 7.2 with Qt Designer 4.7 in linux fedora 17 while installing library phonon via terminal mode i got an Error !
          [root@meltronics Jaya]# aptitude search phonon
          bash: aptitude: command not found...

          pls Help me.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            toptan
            wrote on last edited by
            #5

            aptitude is console based package manager frontend for .deb packages. Fedora is rpm based, so use:
            @
            yum search phonon
            @
            it will give you list of packages containing phrase "phonon"
            Then do
            @
            yum install <package_you_want>
            @
            Of course everything has to be done as root, or prefix each of the commands with "sudo" like:
            @
            sudo yum install <package_name>
            @

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jayapandiyan
              wrote on last edited by
              #6

              Hi,

              I am searching phonon and install ,phonon-backend-gstreamer.i686 : Gstreamer phonon backend.But while i will insert the phonon video widget into my form and run the project i got error like....
              /usr/include/phonon/videowidget.h:1:68: fatal error: ../../src/phonon/../3rdparty/phonon/phonon/videowidget.h: No such file or directory

              what can i do,some one pls help me.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Hi,

                Did you also install the dev package (IIRC phonon-devel or phonon-dev) ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jayapandiyan
                  wrote on last edited by
                  #8

                  exactly i don't know .

                  1 Reply Last reply
                  0
                  • J Offline
                    J Offline
                    jayapandiyan
                    wrote on last edited by
                    #9

                    Hi

                    I am new in Qt,I need to play video in Qt Designer can any one give me sample code for me OR any sample video player code is there?

                    pls give me link.

                    Thanks

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved