Commit Graph

14 Commits

Author SHA1 Message Date
cwen
1816ce813d chromaprint: update to 1.4.3, enable all tests again
Changelog:
https://github.com/acoustid/chromaprint/releases/tag/v1.4.3

OK sthen@
2019-08-23 20:18:04 +00:00
phessler
eebfdfcd7c some of the tests depend on signed char, which is not true on several arches
remove those tests temporarily, they will be fixed in the upcoming 1.4.3 update

no bump, because the tests are not included in the package

OK cwen@
2019-08-13 18:10:11 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
ajacoutot
67dc100f2a Update for newer FFmpeg API.
from Brad
2019-02-18 10:05:39 +00:00
danj
bf1d87f3e7 Remove trailing "/" which breaks HOMEPAGE
ok naddy@
2018-12-18 20:32:32 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
jasper
59559f29c0 use sed instead of perl 2015-07-18 14:33:49 +00:00
sthen
f9fe539478 Update to chromaprint 1.1, and build the fpcalc tool. From Nils R with
a few tweaks by me.
2014-05-09 09:00:19 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
zhuk
9c1f6c7275 Chromaprint is the core component of the Acoustid project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from any audio source.

This is another prerequisite of Clemetine.

okay landry@
2013-02-05 11:09:11 +00:00