#45168: chromaprint: fails to install libchromaprint.pc ----------------------+--------------------------- Reporter: devans@… | Owner: khindenburg@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: chromaprint ----------------------+--------------------------- When building on Apple platforms, port chromaprint intentionally fails to install libchromaprint.pc. See CMakeLists.txt: {{{ if(NOT APPLE AND NOT BUILD_FRAMEWORK) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libchromaprint.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libchromaprint.pc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libchromaprint.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) endif() }}} This is inappropriate for MacPorts and causes some other ports (e.g. gstreamer1-gst-plugins-bad) to fail to detect libchromaprint during the configure phase even if it is installed. -- Ticket URL: <https://trac.macports.org/ticket/45168> MacPorts <http://www.macports.org/> Ports system for OS X