summaryrefslogtreecommitdiffstats
path: root/pkg/darwin/module.rules
Commit message (Collapse)AuthorAgeFilesLines
* make: finish correcting host/build semanticsJohn Stebbins2019-04-171-3/+3
|
* build: Force HFS+ for Mac CLI package.Bradley Sepos2017-12-201-1/+1
|
* MacGui: remove the i386 architecture from Growl framework, and the strip ↵Damiano Galassi2017-11-041-3/+0
| | | | phase in the build system.
* build: explicitly select HFS+ as the dmg filesystem.Damiano Galassi2017-10-281-1/+1
|
* MacGui: fix build. There is no need to thin sparkle anymore.Damiano Galassi2016-02-121-3/+0
|
* BuildSystem: Mac OS X - fix pkg.create targetkonablend2012-01-041-2/+2
| | | | | | | | - old placement of xcode products was in $(BUILD/) - new location is $(XCODE.symroot)/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4396 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: added 'make pkg.clean'konablend2009-06-181-21/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2573 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: make sure GUI dmg gets build before appcast (it needs filesize).konablend2009-06-181-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2570 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: appcast updateskonablend2009-06-181-1/+14
| | | | | | | | | | - changed appcast URL to add architecture for OSX platform - added autogen'd appcast.xml during 'make pkg.create' - added new build of Sparkle 1.5b6 for 4 { i386, x86_64, ppc, ppc64 } which disables security. - added patch which was used against Sparkle sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2569 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: OSX packaging: remove unused archs from Growl/Sparkle frameworks.konablend2009-06-171-0/+6
| | | | | | | - eg. results in 780/156 KB filesystem/dmg savings for x86_64 . git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2564 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: osx packaging updated to create .dmg in 2 passes; results in ↵konablend2009-06-161-4/+10
| | | | | | ~9% filesize reduction. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: added OSX packaging support.konablend2009-06-161-0/+36
- target is 'make pkg.create' which must be done after a normal build. No dependency checks are performed. - at least 1 package for all platforms is always produced: .tar.bz2 - darwin builds with Xcode add 2 packages: CLI.dmg and GUI.dmg - darwin builds sans Xcode add 1 package: CLI.dmg git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2542 b64f7644-9d1e-0410-96f1-a4d463321fa5