1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 115573 2014-01-05 19:45:45Z larryv@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name chromaprint |
---|
8 | version 1.1 |
---|
9 | categories audio |
---|
10 | description Chromaprint |
---|
11 | long_description Chromaprint is the core component of the AcoustID \ |
---|
12 | project. It's a client-side library that implements a custom \ |
---|
13 | algorithm for extracting fingerprints from any audio source. |
---|
14 | homepage http://acoustid.org/chromaprint |
---|
15 | platforms darwin |
---|
16 | master_sites https://bitbucket.org/acoustid/${name}/downloads/ |
---|
17 | license GPL-2+ LGPL-2.1 |
---|
18 | checksums rmd160 f6b886b989b3de0d274c699696212c0350c1ad7a \ |
---|
19 | sha256 6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12 |
---|
20 | |
---|
21 | depends_lib \ |
---|
22 | path:lib/libavcodec.dylib:ffmpeg |
---|