Pierre Langlois writes: > Hello Guix! > > This is a patch to update taglib. I've had to enable building as a > shared library otherwise gst-plugins-good would fail to link. Also, > `guix lint' warned about the home page redirecting to http://taglib.org > so I thought I'd fix that too. Hello Pierre, Thank you for this patch, and for checking dependent packages! I've applied it after fixing a typo in the commit message (home page). > Finally, I tried to enable the tests by adding "-DBUILD_TESTS" as a > configure flag but they are explicitely disabled if building the shared > library: > ~~~ > if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS) > enable_testing() > add_subdirectory(tests) > endif() > ~~~ > > Oh well, how does this look? OK! Perhaps we could do a separate build just for the tests, but that should be in a standalone patch anyway. Pushed as d1451fa0d0b27a20ef3a1b3fe8d53a995f0c4d85.