Ticket #42550: Portfile

File Portfile, 967 bytes (added by max-arnold (Max Arnold), 10 years ago)
Line 
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
4PortSystem          1.0
5PortGroup    cmake  1.0
6
7name                chromaprint
8version             1.1
9categories          audio
10description         Chromaprint
11long_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.
14homepage            http://acoustid.org/chromaprint
15platforms           darwin
16master_sites        https://bitbucket.org/acoustid/${name}/downloads/
17license             GPL-2+ LGPL-2.1
18checksums           rmd160  f6b886b989b3de0d274c699696212c0350c1ad7a \
19                    sha256  6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12
20
21depends_lib \
22    path:lib/libavcodec.dylib:ffmpeg