[MacPorts] #46552: phonon update to 4.8.3, with Qt5 support

MacPorts noreply at macports.org
Sat Mar 7 12:17:39 PST 2015


#46552: phonon update to 4.8.3, with Qt5 support
--------------------------+-------------------------
  Reporter:  rjvbertin@…  |      Owner:  michaelld@…
      Type:  update       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:  haspatch
      Port:  phonon       |
--------------------------+-------------------------

Comment (by michaelld@…):

 OK; automoc issue should be fixed in r133636 and r133637. I don't know how
 it was working before (when the files were installed into
 "${prefix}/lib/cmake/automoc4/*". The issue was that the
 Automoc4Config.cmake script tries to find the install ${prefix} by finding
 the directory that is "../.." from it's current location (in this case,
 "${prefix}/lib"). It then looks for "automoc4" in the "bin" subdirectory
 therein, which just won't work. So, I added another ".." to the relative
 path lookup, which now works for me when configuring kdelibs4.

 Phonon doesn't actually use this Automoc4 because newer cmake provides
 this functionality built-in; it does a "find_package(Automoc4)" only for
 older CMake, which is why I didn't see this issue before.

-- 
Ticket URL: <https://trac.macports.org/ticket/46552#comment:22>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list