Ticket #27592: Portfile.2

File Portfile.2, 2.0 KB (added by ChristianFrisson (Christian Frisson), 12 years ago)

openal-soft 1.14

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 82208 2011-08-24 12:50:26Z christian.frisson@umons.ac.be $
3
4PortSystem                      1.0
5PortGroup                       cmake 1.0
6
7name                            openal-soft
8version                         1.14
9set branch                      ${version}
10categories                      audio devel
11license                         LGPL
12platforms                       darwin
13maintainers                     nomaintainer
14
15description                     OpenAL Soft is an LGPL-licensed, cross-platform, \
16                                software implementation of the OpenAL 3D audio API.
17
18long_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
31homepage                        http://kcat.strangesoft.net/openal.html
32master_sites                    http://kcat.strangesoft.net/openal-releases
33use_bzip2                       yes
34distname                        openal-soft-${version}
35
36checksums                       md5     3d8b86c21a2f87a2a5e60f78f3b3f03d \
37                                sha1    e6d69db13ec15465b83a45ef89978e8a0f55beca \
38                                rmd160  35b4d46f2179fb847d22abe4c1cb8d4a974f8a5a
39
40depends_build-append            port:pkgconfig
41
42# CF: openal-soft examples require only ffmpeg, but collides with version 0.10.4
43configure.args-append           -DEXAMPLES=OFF