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 82208 2011-08-24 12:50:26Z christian.frisson@umons.ac.be $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name openal-soft |
---|
8 | version 1.14 |
---|
9 | set branch ${version} |
---|
10 | categories audio devel |
---|
11 | license LGPL |
---|
12 | platforms darwin |
---|
13 | maintainers nomaintainer |
---|
14 | |
---|
15 | description OpenAL Soft is an LGPL-licensed, cross-platform, \ |
---|
16 | software implementation of the OpenAL 3D audio API. |
---|
17 | |
---|
18 | long_description OpenAL Soft is an LGPL-licensed, cross-platform, \ |
---|
19 | software implementation of the OpenAL 3D audio API. \ |
---|
20 | It's forked from the open-sourced Windows version \ |
---|
21 | available originally from the SVN repository at openal.org. \ |
---|
22 | OpenAL provides capabilities for playing audio \ |
---|
23 | in a virtual 3D environment. Distance attenuation, \ |
---|
24 | doppler shift, and directional sound emitters \ |
---|
25 | are among the features handled by the API. \ |
---|
26 | More advanced effects, including air absorption, occlusion, \ |
---|
27 | and environmental reverb, are available through the EFX extension. \ |
---|
28 | It also facilitates streaming audio, multi-channel \ |
---|
29 | buffers, and audio capture. |
---|
30 | |
---|
31 | homepage http://kcat.strangesoft.net/openal.html |
---|
32 | master_sites http://kcat.strangesoft.net/openal-releases |
---|
33 | use_bzip2 yes |
---|
34 | distname openal-soft-${version} |
---|
35 | |
---|
36 | checksums md5 3d8b86c21a2f87a2a5e60f78f3b3f03d \ |
---|
37 | sha1 e6d69db13ec15465b83a45ef89978e8a0f55beca \ |
---|
38 | rmd160 35b4d46f2179fb847d22abe4c1cb8d4a974f8a5a |
---|
39 | |
---|
40 | depends_build-append port:pkgconfig |
---|
41 | |
---|
42 | # CF: openal-soft examples require only ffmpeg, but collides with version 0.10.4 |
---|
43 | configure.args-append -DEXAMPLES=OFF |
---|