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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup stendardo shenidam 0.5.0 |
---|
9 | categories multimedia |
---|
10 | platforms darwin |
---|
11 | maintainers ryandesign openmaintainer |
---|
12 | license {GPL-3 GPL-2} |
---|
13 | |
---|
14 | homepage http://www.shenidam.org/ |
---|
15 | master_sites ${homepage}sites/default/files/ |
---|
16 | use_bzip2 yes |
---|
17 | |
---|
18 | checksums rmd160 f2202fa0f1302f9f9276c75c5104ab131ba119f4 \ |
---|
19 | sha256 1c0bb7c9134c9ad8cad865475c9dfaf10f96d6ba8f7c5a6ab4109eaad2a63357 |
---|
20 | |
---|
21 | fetch.type git |
---|
22 | git.branch f68da2ac7f876742643e0d6cbba20315891c809a |
---|
23 | |
---|
24 | depends_lib port:fftw-3-single \ |
---|
25 | port:libsamplerate \ |
---|
26 | port:libsndfile \ |
---|
27 | port:boost |
---|
28 | |
---|
29 | depends_run path:lib/libavcodec.dylib:ffmpeg \ |
---|
30 | port:python27 |
---|