On 12/09/13 12:43, Vadim Zhukov wrote: > libmygpo-qt is a Qt/C++ library wrapping the gpodder.net Webservice. > It is currently used in Amarok 2 and Clementine to retrieve a > directory of podcasts and to synchronize podcast subscriptions with > gpodder.net. > > This port is needed for audio/clementine update. okay? > > Builds for me.
configure looks for doxygen which is not used. Doesn't have any documentation. in CMakeLists.txt # add a target to generate API documentation with Doxygen find_package(Doxygen) if(DOXYGEN_FOUND) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY) add_custom_target(doc ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating API documentation with Doxygen" VERBATIM ) endif(DOXYGEN_FOUND) This does nothing at this time. May require the addition of doxygen in BDEP to work in the future. Checked building with and without doxygen installed, no differences seen. Includes an example - this is not installed. Does it even work? It's under examples/src Build, Tests work on amd64. Ok, but not tried running.