2013/12/9 Nigel Taylor <njtay...@asterisk.demon.co.uk>:
> 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.

Yes, it's better to make it clear. I've made sure it's not picked up now.

> Includes an example - this is not installed. Does it even work? It's under 
> examples/src

Good point. It's a development example, so I think it's better to copy
it rather to compile. So it's installed in
/usr/local/share/examples/mygpo-qt now.

> Build, Tests work on amd64.
>
> Ok, but not tried running.

Thanks. The best test is running Clementine which uses this library, anyway. :)

--
  WBR,
  Vadim Zhukov

Reply via email to