]> granicus.if.org Git - handbrake/commit
BuildSystem: Mac OS X - transition to Xcode4
authorkonablend <kona8lend@gmail.com>
Wed, 4 Jan 2012 09:41:11 +0000 (09:41 +0000)
committerkonablend <kona8lend@gmail.com>
Wed, 4 Jan 2012 09:41:11 +0000 (09:41 +0000)
commit6d95ab81984cc44296438270aa792255f037c89a
tree842d42f935c31a5ec8c1529605cd0226d5d29197
parentaad50499b32c44d28a6bae7f353b579e24564e25
BuildSystem: Mac OS X - transition to Xcode4

- transition from Xcode3 to Xcode4
- overhaul HandBrake.xcodeproj file
- simplify down to 2 configurations: debug, release
- add xcconfig for useful variants: osx106.i386, osx106.x86_64, osx107.i386, osx107.x86_64
- add configure --xcode-config as preferred method to choose OSX minimum version and SDK
- overhaul Info.plist generation to use m4 instead of cpp
- remove use of direct static libraries on command line - Xcode4 now enables -search_paths_first by default
- reference external build static libraries project file - greatly simplifying project file maintenance
- update universal build targets to use --xcode-config
- update ffmpeg hack to build on i386 in both debug and optimized modes
- update ffmpeg build to show compile verbosity
- enable local yasm when yasm probe fails
- remove unused GCC.ldsysroot
- remove unused GCC.ldminver
- enhance xcodemake to use --sysroot, --minver
- update/regenerate docs accordingly
- add support for configure-time repo probe when svn repo is incompatible format to Xcode via .svn/HANDBRAKE_REPO_PROBE
- replaced make/test/build.matrix.darwin with make/test/build.matrix

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4395 b64f7644-9d1e-0410-96f1-a4d463321fa5
39 files changed:
contrib/ffmpeg/module.defs
doc/BUILD-Cygwin
doc/BUILD-Linux
doc/BUILD-Mac
doc/texi/Building.osx.texi
doc/texi/building/chapter.via.terminal.texi
doc/texi/building/chapter.via.xcode.texi
doc/texi/building/method.checkout.texi
doc/texi/building/prerequisites.bundled.texi
doc/texi/building/prerequisites.common.texi
macosx/English.lproj/PicturePreview.xib
macosx/HandBrake.xcodeproj/project.pbxproj
macosx/HandBrake.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
macosx/HandBrake.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings [new file with mode: 0644]
macosx/HandBrake.xcodeproj/xcshareddata/xcschemes/HandBrake [DEBUG].xcscheme [new file with mode: 0644]
macosx/HandBrake.xcodeproj/xcshareddata/xcschemes/HandBrake [RELEASE].xcscheme [new file with mode: 0644]
macosx/Info.h.m4 [deleted file]
macosx/Info.plist.m4 [moved from macosx/Info.plist with 56% similarity]
macosx/module.defs
macosx/module.rules
macosx/module.xcodebuild [moved from macosx/module.xcode with 79% similarity]
macosx/xcconfig/base/arch.i386.xcconfig [new file with mode: 0644]
macosx/xcconfig/base/arch.native.xcconfig [new file with mode: 0644]
macosx/xcconfig/base/arch.x86_64.xcconfig [new file with mode: 0644]
macosx/xcconfig/base/os.osx106.xcconfig [new file with mode: 0644]
macosx/xcconfig/base/os.osx107.xcconfig [new file with mode: 0644]
macosx/xcconfig/native.xcconfig [new file with mode: 0644]
macosx/xcconfig/osx106.i386.xcconfig [new file with mode: 0644]
macosx/xcconfig/osx106.x86_64.xcconfig [new file with mode: 0644]
macosx/xcconfig/osx107.i386.xcconfig [new file with mode: 0644]
macosx/xcconfig/osx107.x86_64.xcconfig [new file with mode: 0644]
make/configure.py
make/include/gcc.defs
make/include/main.rules
make/test/build.matrix [new file with mode: 0755]
make/test/build.matrix.darwin [deleted file]
make/variant/darwin.defs
make/variant/darwin.rules
make/xcodemake