Package: libcoverart / 1.0.0+git20150706-8

Metadata

Package Version Patches format
libcoverart 1.0.0+git20150706-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 remove unused code.patch | (download)

src/c-int-source-funcs.inc | 94 0 + 94 - 0 !
1 file changed, 94 deletions(-)

 remove unused code

CAA_C_EXT_GETTER, GetMapName and GetMapValue are not used anywhere. Also,
GetMapName and GetMapValue should be static if they were used.
0002 out of tree.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix out of tree install

0003 gcc 5.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 bump soname for g++ 5

0004 Use const when catching exceptions.patch | (download)

examples/example.cc | 10 5 + 5 - 0 !
src/HTTPFetch.cc | 2 1 + 1 - 0 !
tests/test.cc | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 use const& when catching exceptions

This fixes compiler warnings from GCC 8.

Signed-off-by: Sebastian Ramacher <sramacher@debian.org>