Skip to content

Commit

Permalink
Updated the project for release.
Browse files Browse the repository at this point in the history
Switched to @rpath for the install path and switched minimum OS to 10.5
Used otool -L /usr/local/lib/libSDL_mixer-1.2.0.dylib to figure out what the library versions should be.
Rebuilt the Ogg Vorbis libraries as frameworks from their projects
Used install_name_tool -id to switch the mikmod and smpeg libraries to use @rpath
Used install_name_tool -change to switch the smpeg SDL dependency to use @rpath
Hand crafted a FLAC framework and added FLAC loading support by default
Added COPYING information for the included audio frameworks
  • Loading branch information
slouken committed Jan 2, 2012
1 parent 091f055 commit d64112c
Show file tree
Hide file tree
Showing 57 changed files with 9,113 additions and 2,202 deletions.
14 changes: 7 additions & 7 deletions Xcode/Info-Framework__Upgraded_.plist
Expand Up @@ -5,24 +5,24 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SDL_mixer</string>
<string>SDLmixer</string>
<key>CFBundleGetInfoString</key>
<string>http://www.libsdl.org</string>
<string>http://www.libsdl.org/projects/SDL_mixer</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>SDL_mixer</string>
<string>SDLmixer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Simple DirectMedia Layer</string>
<string>Simple DirectMedia Layer Mixer Library</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.11</string>
<string>1.2.12</string>
<key>CFBundleSignature</key>
<string>SDL_mixerX</string>
<string>SDLmixerX</string>
<key>CFBundleVersion</key>
<string>1.2.11</string>
<string>1.2.12</string>
</dict>
</plist>
403 changes: 126 additions & 277 deletions Xcode/SDL_mixer.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions Xcode/flac/FLAC.framework/COPYING.FLAC.txt
@@ -0,0 +1,28 @@
Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

- Neither the name of the Xiph.org Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 1 addition & 0 deletions Xcode/flac/FLAC.framework/FLAC
1 change: 1 addition & 0 deletions Xcode/flac/FLAC.framework/Headers
1 change: 1 addition & 0 deletions Xcode/flac/FLAC.framework/Resources
Binary file added Xcode/flac/FLAC.framework/Versions/A/FLAC
Binary file not shown.

0 comments on commit d64112c

Please sign in to comment.