guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29386] Update taglib to 1.11.1.


From: Pierre Langlois
Subject: [bug#29386] Update taglib to 1.11.1.
Date: Tue, 21 Nov 2017 21:11:58 +0000

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.

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?

Thanks!
Pierre

Attachment: 0001-gnu-taglib-Update-to-1.11.1-and-fix-home-page.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]