Last change
on this file was
152320,
checked in by khindenburg@…, 20 months ago
|
chromaprint: fix livecheck
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
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 152320 2016-09-03 19:36:14Z khindenburg@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | PortGroup bitbucket 1.0 |
---|
7 | |
---|
8 | # don't forget to revbump gstreamer1-gst-plugins-bad if |
---|
9 | # update of chromaprint results in an ABI break |
---|
10 | bitbucket.setup acoustid chromaprint 1.3.2 |
---|
11 | categories audio |
---|
12 | description Chromaprint |
---|
13 | long_description Chromaprint is the core component of the AcoustID \ |
---|
14 | project. It's a client-side library that implements \ |
---|
15 | a custom algorithm for extracting fingerprints from \ |
---|
16 | any audio source. |
---|
17 | |
---|
18 | maintainers khindenburg openmaintainer |
---|
19 | |
---|
20 | homepage http://acoustid.org/chromaprint |
---|
21 | platforms darwin |
---|
22 | bitbucket.tarball_from downloads |
---|
23 | license LGPL-2.1+ |
---|
24 | |
---|
25 | checksums rmd160 5d350e46d2217ac4f3e0c5389f3ce2c171ce74b5 \ |
---|
26 | sha256 c3af900d8e7a42afd74315b51b79ebd2e43bc66630b4ba585a54bf3160439652 |
---|
27 | |
---|
28 | depends_lib path:lib/libavcodec.dylib:ffmpeg |
---|
29 | |
---|
30 | cmake.out_of_source yes |
---|
31 | |
---|
32 | configure.args-append -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=ON |
---|
33 | |
---|
34 | livecheck.url ${homepage} |
---|
35 | |
---|
36 | # True testing requires depends_test to be available (gtest) and some work |
---|
37 | # A base OS installation does not have any mp3 available to test w/ fpcalc |
---|
38 | #test.run yes |
---|
39 | #test.dir ${cmake.build_dir}/examples |
---|
40 | #test.env DYLD_LIBRARY_PATH=${cmake.build_dir}/src |
---|
41 | #test.cmd fpcalc sample.mp3 |
---|
42 | #test.target |
---|
Note: See
TracBrowser
for help on using the repository browser.