aboutsummaryrefslogtreecommitdiff
path: root/tools/osx
AgeCommit message (Collapse)Author
2011-06-19[osx/ios] change build system to use tools/darwin dependsdavilla
2011-06-07changed: removed libwavpack as it's fully supported by ffmpeg (fixes #11615)vdrfan
2011-06-05[ios] deleted obsolete startuptweeksS. Davilla
2011-05-30[osx/ios/darwin] dependencies - downgrade openSSL to 0.9.8r to fix issues ↵amet
with sslv3 (needs distclean for all dependencies)
2011-05-24[ios/atv2] Needs also cmake. ( libyajl ).gimli
2011-05-17[osx/ios] add libyajl in prep for remove_jsoncppS. Davilla
2011-05-12[ops] fixed, it helps to copy over the actual seatbelt unlock patchS. Davilla
2011-05-11[ios] bump revisionS. Davilla
2011-05-11[ios] update seatbelt unlock for atv 4.3.2S. Davilla
2011-04-27[ios] forgot to bump the revision numberS. Davilla
2011-04-27[ios] update seatbeltunlock for atv2 4.3S. Davilla
2011-04-18[ios] fixed, 2nd patch is sdk version dependentS. Davilla
2011-04-17[iosx] fixed depends build breakage under 4.3sdkS. Davilla
2011-04-15[osx/ios] fixed, wrong path for prefix with PKG_CONFIG_PATHS. Davilla
2011-04-11[osx/ios] do not delete the includes when cleaningS. Davilla
2011-04-10[chd] fixes #11421, osx-depends broke libcrystalhd detection during configureS. Davilla
2011-04-07Updated the ios and osx depends builds to no longer invoke configure with ↵Jim Carroll
--enable-external-python.
2011-04-05Code changes for external python. Changes include submissions by ↵spiff
cptspiff,WiSo,blinkseb, and jcarroll changed: limit the scope of the python includes. this will be useful in an upcomming patch. credit jcarroll changed: use a m4 check to set the python path directly, and ditch the old hardcoded version nonsense. credit jcarroll Fixed the build for when --enable-external-python is not used. Fixed the warnings due to Python.h not being the first header as required by Python. Final fix to the osx make build so that external python works. Needed to change the m4 macro to account for .dylib on osx and the dependant ./configure call to pass the installed location of the python xbmc is to be built against. Also updated .gitignore for the osx dependency builds. There was a name collision between the python datetime.h and the xbmc/DateTime.h on file systems that are not case sensitive. This is now fixed by renaming DateTime.h to XBDateTime.h By request, the .cpp files now sorted alphabetically in the Makefile.in. the m4 macros is a mess of mixed spaces and tabs. In order to make my couple line change more readable I changed the spaces to tabs so it would be consistent with the surrounding area. This was per the request of jmarshall. Fixed an error where under internal python the correct header wasn't being used. if --enable-external-python is selected then don't build the internal python at all and not using any of the wrappers. Modified the xcode project to work with the external python changes. There was a bug in the Makefile.in where the internal python build target wasn't being set correctly. This is now fixed. [WIN32] removed some uneeded files, renamed DateTime* to XBDateTime* and defined USE_EXTERNAL_PYTHON Added xbmc/cores/DllLoader/Makefile to .gitignore since it's being autogened. Made it so that the distinction between internal and external python is limited to mostly just Makefile's now. Most of the code no longer needs to make the distinction. This should make it much easier to move forward in windows and eventually with removing the internal python. updated: .gitignore
2011-03-31[ios] refactor makefile to remove undefined dynamic lookups, this confuses ↵S. Davilla
configure
2011-03-24[osx] use our mirror for libvorbis tarballamet
2011-03-23Fixed a comment in mkdev-xbmc-ios.sh so it doesn't throw an error when ran.keith
2011-03-23[osx/ios] changed. bump libvorbis to 1.2.3 to get rid of unused static ↵S. Davilla
warnings. drop patches and sedify them in the Makefiles
2011-03-23[osx/ios] changed from using internal build of libflac to xxx-depends and ↵S. Davilla
removed internal osx/ios build bits
2011-03-21[osx] fix build under 10.5, libtool is too old thereS. Davilla
2011-03-21[ios] cleanup mkdeb scripts, Allows us to run mkdeb-xbmc-xxx.sh from ↵amet
anywhere in the three, rather than the tools/osx/packaging/xbmc-xxx folder only
2011-03-20[osx] fixed: incorrect prefix and missing path in osx/ios-depends Makefilesbeenje
2011-03-19[osx/ios] fixed librtmp build. Thanks jingai(Jonathan Lane)S. Davilla
2011-03-19[ios-depends] fixed, if buildroot exists and building from a clean depends, ↵S. Davilla
symlink will fail unless forced
2011-03-18[osx/ios] banish libass to xxx-depends, this removes the need for an ↵S. Davilla
external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
2011-03-18[osx/ios] flip the order of aclocal includes, search buildroot firstS. Davilla
2011-03-17[ios] refactor boost makefileS. Davilla
2011-03-17[ios] remove unused fileS. Davilla
2011-03-17[osx/ios] add libbluray to depends buildS. Davilla
2011-03-17[ios] fixed, make xcode and ios-depends scripts independent on installed ↵S. Davilla
iphone 4.x SDK
2011-03-17[osx] fixed, python2.6 issues with hashlib under 10.4S. Davilla
2011-03-16[osx/ios] fixed, forgot to include libmodplug in xxx-depends MakefileS. Davilla
2011-03-16[osx/ios] update base urls to our mirrorsS. Davilla
2011-03-16[osx/ios] changed, banish libmicrohttp and libmodplug to the backlands of ↵S. Davilla
xxx-depends. Remember to make -C tools/osx/xxx-depends to pick them up
2011-03-15[osx] fixed osx-depends python makefile to build onceS. Davilla
2011-03-14[osx] more dynamic_lookup removal, xbmc runs again under 10.4S. Davilla
2011-03-14[osx] fixed, do not pass undefined dynamic_lookup into configure, it voids ↵S. Davilla
any compile/link test for determining if a function exists
2011-03-12[osx] force gexttext to use the internal mempcpy functionS. Davilla
2011-03-11Merge branch 'Makefile_cleanup' of http://github.com/amet/xbmc into ↵S. Davilla
amet-Makefile_cleanup
2011-03-11[osx] fixed make build and changed xcode to match. Moral... don't mix SDL ↵S. Davilla
dynamic and static libs when linking.
2011-03-11cleanup of ios-depends and osx-depends Makefilesamet
2011-03-10[osx] build fixes for libgcrypt, libgpg-errorS. Davilla
2011-03-09[ios] prep, add ios-depends build systemS. Davilla
2011-03-08[ios] prep, add atv2/ios deb packaging scriptsS. Davilla
2011-03-08[osx] fixed, do not configure for shared jpg, png, tif, dlopen can not find ↵S. Davilla
them. make -C tools/osx/osx-depends/libsdl_image distclean, make -C tools/osx/osx-depends/libsdl_image to keep from having to rebuild osx-depends
2011-03-07[osx] native tools need an explicit PATH to builddir or they will not find ↵S. Davilla
our build native binaries