diff options
author | konablend <[email protected]> | 2009-06-18 20:48:07 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-06-18 20:48:07 +0000 |
commit | 9bc7f6cea55af4796aaac35057ca7058456c3e03 (patch) | |
tree | 38a753a2bbdc366270841ae1d1fe9e2315d81b5b /pkg/darwin/module.defs | |
parent | df54e47eb709cb97075d18e1101e1ce2c464ef75 (diff) |
BuildSystem: appcast updates
- 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
Diffstat (limited to 'pkg/darwin/module.defs')
-rw-r--r-- | pkg/darwin/module.defs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/darwin/module.defs b/pkg/darwin/module.defs index 33115a2a8..8c88e7dbd 100644 --- a/pkg/darwin/module.defs +++ b/pkg/darwin/module.defs @@ -7,7 +7,10 @@ PKG.gui.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-MacOSX.5_GUI_$(BUILD.machi STAGE.cli/ = $(BUILD/)stage/cli/ STAGE.gui/ = $(BUILD/)stage/gui/ +PKG.appcast = $(PKG.out/)$(notdir $(HB.url.appcast)) + ############################################################################### BUILD.out += $(PKG.cli.dmg) BUILD.out += $(PKG.gui.dmg) +BUILD.out += $(PKG.appcast) |