[111683] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Sat Sep 28 05:45:01 PDT 2013


Revision: 111683
          https://trac.macports.org/changeset/111683
Author:   ryandesign at macports.org
Date:     2013-09-28 05:45:01 -0700 (Sat, 28 Sep 2013)
Log Message:
-----------
openal-soft: new port, version 1.15.1, based on old openal port (#27592)

Modified Paths:
--------------
    trunk/dports/audio/openal-soft/Portfile

Added Paths:
-----------
    trunk/dports/audio/openal-soft/

Modified: trunk/dports/audio/openal-soft/Portfile
===================================================================
--- trunk/dports/audio/openal/Portfile	2013-09-28 05:44:34 UTC (rev 111664)
+++ trunk/dports/audio/openal-soft/Portfile	2013-09-28 12:45:01 UTC (rev 111683)
@@ -1,34 +1,41 @@
+# -*- 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
 # $Id$
 
 PortSystem              1.0
-PortGroup               xcode 1.0
+PortGroup               cmake 1.0
 
-name                    openal
-version                 1.3
+name                    openal-soft
+version                 1.15.1
 categories              audio devel
+platforms               darwin
+maintainers             ryandesign openmaintainer
 license                 LGPL-2
-maintainers             nomaintainer
 
-description             OpenAL is a cross-platform 3D audio API
-long_description        OpenAL is a cross-platform 3D audio API appropriate \
-                        for use with gaming applications and many other types \
-                        of audio applications.
+description             cross-platform software implementation of the OpenAL \
+                        3D audio API
 
-homepage                http://www.openal.org/
-master_sites            sourceforge:macports
+long_description        OpenAL Soft is a ${description}. It's forked from the \
+                        open-sourced Windows version available originally \
+                        from the SVN repository at openal.org. OpenAL \
+                        provides capabilities for playing audio in a virtual \
+                        3D environment. Distance attenuation, doppler shift, \
+                        and directional sound emitters are among the features \
+                        handled by the API. More advanced effects, including \
+                        air absorption, occlusion, and environmental reverb, \
+                        are available through the EFX extension. It also \
+                        facilitates streaming audio, multi-channel buffers, \
+                        and audio capture.
+
+homepage                http://kcat.strangesoft.net/openal.html
+master_sites            http://kcat.strangesoft.net/openal-releases
 use_bzip2               yes
-checksums               sha1 16c230864a68c00910c5e5821ac34c795ec46458 \
-                        rmd160 35348268e975dc7ce5fecf30430ee4f748103921
 
-# distfile exported from svn://connect.creativelabs.com/OpenAL/tags/MacOSX1-3_Spec1-1
-worksrcdir              ${name}-${version}/OpenAL-MacOSX
+checksums               rmd160  6c04d117712bb20ea9670e143a29b0ca738b6040 \
+                        sha256  0e29a162f0841ccb4135ce76e92e8a704589b680a85eddf76f898de5236eb056
 
-xcode.target            OpenAL
-xcode.destroot.type     framework
+depends_build-append    port:pkgconfig
 
-if {${os.major} <= 9} {
-    post-patch {
-        reinplace "s|Extras/CoreAudio/PublicUtility|Examples/CoreAudio/PublicUtility|g" \
-                  ${worksrcpath}/OpenAL.xcodeproj/project.pbxproj
-    }
-}
+configure.args-append   -DEXAMPLES=OFF
+
+livecheck.type          regex
+livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130928/df11aad5/attachment.html>


More information about the macports-changes mailing list