Download and Install openal version 1.0 on Mac OS X
Sunday the 20th of July, 2008

    openal  most recent diff


      View the most recent changes for the openal port at: openal.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for openal.
      The raw portfile for openal 1.0 is located here:
      http://openal.darwinports.com/dports/audio/openal/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/openal
      Google
      Web Darwinports.com



      # $Id: Portfile 37698 2008-06-19 21:44:57Z raimue macports.org $

      PortSystem 1.0

      Name: openal
      Version: 1.0
      Category: audio devel
      Platform: darwin
      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.

      Homepage: http://www.openal.org/
      master_sites macports
      #svn.url http://opensource.creative.com/repos/openal/tags/MacOSX1-2_Spec1-0/
      checksums sha1 156d26e6369b13efe9a525cb0db9e6078ecb05a9
      use_bzip2 yes

      worksrcdir openal-1.0/macosx

      patch {
      reinplace "s/CADebugMacros.cp/CADebugMacros.cpp/g" ${worksrcpath}/al_osx.pbproj/project.pbxproj
      reinplace "s/CADebugMacros.cp/CADebugMacros.cpp/g" ${worksrcpath}/al_osx.xcode/project.pbxproj
      }

      use_configure no

      build.type pbx
      build.target
      build.args -project al_osx.xcode
      post-build {
      file copy ${filespath}/Makefile ${worksrcpath}
      system "cd ${worksrcpath} && make all PREFIX=${prefix}"
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/include/openal
      xinstall -m 644 -W ${worksrcpath}/al al.h alc.h alctypes.h altypes.h alut.h ${destroot}${prefix}/include/openal
      xinstall -m 644 ${worksrcpath}/libopenal1.0.0.dylib ${destroot}${prefix}/lib
      system "cd ${destroot}${prefix}/lib && ln -s libopenal1.0.0.dylib libopenal1.0.dylib && ln -s libopenal1.0.0.dylib libopenal1.dylib && ln -s libopenal1.0.0.dylib libopenal.dylib"
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/openal
      % sudo port install openal
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching openal
      ---> Verifying checksum for openal
      ---> Extracting openal
      ---> Configuring openal
      ---> Building openal with target all
      ---> Staging openal into destroot
      ---> Installing openal
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using openal with these commands:
      %  man openal
      % apropos openal
      % which openal
      % locate openal

     Where to find more information:

    Darwin Ports



    image test