audio/chromaprint

2020-11-15 Thread Rafael Sadowski
Simple update diff to the latest version. Rafael Index: Makefile === RCS file: /cvs/ports/audio/chromaprint/Makefile,v retrieving revision 1.13 diff -u -p -u -p -r1.13 Makefile --- Makefile23 Aug 2019 20:18:04 - 1.13

Re: audio/chromaprint

2020-11-15 Thread Rafael Sadowski
stinfo === RCS file: /cvs/ports/audio/chromaprint/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo23 Aug 2019 20:18:04 - 1.3 +++ distinfo16 Nov 2020 06:20:04 - @@ -1,2 +1,2 @@ -SHA256 (chromaprint-1.4.3.

Re: audio/chromaprint

2020-11-15 Thread Rafael Sadowski
so bump shared lib. Spotted by cwen@, thanks. > > You bumped the comment version not the version that actually matters. > I need another coffee. Thanks Brad! Last diff, I am not interested in this update. Index: Makefile =====

Re: audio/chromaprint

2020-11-16 Thread Brad Smith
matters. Index: Makefile === RCS file: /cvs/ports/audio/chromaprint/Makefile,v retrieving revision 1.13 diff -u -p -u -p -r1.13 Makefile --- Makefile23 Aug 2019 20:18:04 - 1.13 +++ Makefile16 Nov 2020 06:20:04 -

Re: audio/chromaprint

2020-11-16 Thread Stuart Henderson
AKE_(C|CXX)_VISIBILITY_PRESET / CMAKE_VISIBILITY_INLINES_HIDDEN. > Index: Makefile > ======= > RCS file: /cvs/ports/audio/chromaprint/Makefile,v > retrieving revision 1.13 > diff -u -p -u -p -r1.13 Makefile > --- Makefile 23 Aug 2019 20:18:04 - 1.13 > +++

[update] audio/chromaprint 1.1 -> 1.4.3

2019-08-14 Thread Charlene Wendling
27;t work with chromaprint-1.1 as well. Comments/feedback are welcome :) Charlène. [0] https://github.com/acoustid/chromaprint/blob/master/NEWS.txt [1] https://github.com/acoustid/chromaprint/issues/59 Index: chromaprint/Makefile ========

Re: [update] audio/chromaprint 1.1 -> 1.4.3

2019-08-21 Thread Charlene Wendling
t; > Charlène. > > > [0] > https://github.com/acoustid/chromaprint/blob/master/NEWS.txt > [1] https://github.com/acoustid/chromaprint/issues/59 Index: chromaprint/Makefile === RCS file: /cvs/ports/audio/chro

Re: [update] audio/chromaprint 1.1 -> 1.4.3

2019-08-21 Thread Stuart Henderson
-tagging > > doesn't work with chromaprint-1.1 as well. > > > > > > Comments/feedback are welcome :) > > > > Charlène. > > > > > > [0] > > https://github.com/acoustid/chromaprint/blob/master/NEWS.txt > > [1] https://git

audio/chromaprint: fix compilation on unsigned char arches

2019-08-12 Thread Peter Hessler
test_bit_string_* both use constructs like: char data[] = { -28 }; which won't work on arches where char is unsigned, such as aarch64. This unblocks a lot of packages. No bump because none of the test files are ran, only compiled. OK? Index: audio/chromaprint/patches/

Re: audio/chromaprint: fix compilation on unsigned char arches

2019-08-13 Thread Charlene Wendling
bad. Meanwhile, OK cwen@ [0] https://github.com/jasperla/openbsd-wip/tree/master/audio/chromaprint > > Index: audio/chromaprint/patches/patch-tests_CMakeLists_txt > ======= > RCS > file: /cvs/ports/audio/chromaprint/patches/