Changes between Version 11 and Version 12 of Development/Packaging/OSX
- Timestamp:
- 09/19/2015 11:09:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Packaging/OSX
v11 v12 24 24 * A [https://git.gnome.org/browse/pygobject/commit/?h=pygobject-2-28&id=42d01f060c5d764baa881d13c103d68897163a49 pygobject patch] to apply to fix annoying console warnings. 25 25 1. GTK OSX Themes: 26 {{{26 {{{ 27 27 jhbuild build meta-gtk-osx-themes 28 28 jhbuild build gtk-quartz-engine 29 29 }}} 30 * ''Note:'' [https://www.xpra.org/trac/attachment/ticket/533/quartz-style-fix.patch Quartz patch] if build error: `'height' is uninitialized`.30 * ''Note:'' [https://www.xpra.org/trac/attachment/ticket/533/quartz-style-fix.patch Quartz patch] if build error: `'height' is uninitialized`. 31 31 1. [https://wiki.gnome.org/Projects/GTK%2B/OSX/Bundling Bundler] for Packaging Deluge. 32 32 {{{ … … 41 41 jhbuild -m libtorrent.modules build meta_libtorrent 42 42 }}} 43 - OpenSSL will require "Skip Module (2)" when they fail at the end of installing stage as they cannot take advantage of DESTDIR path.44 - ''Note on OpenSSL Error:'' 'libcrypto is a fat file' is due to mixing arch types (i386, x64) in build process.43 - OpenSSL will require "Skip Module (2)" when they fail at the end of installing stage as they cannot take advantage of DESTDIR path. 44 - ''Note on OpenSSL Error:'' 'libcrypto is a fat file' is due to mixing arch types (i386, x64) in build process. 45 45 1. Install Deluge dependencies using [https://pip.pypa.io/en/latest/installing/ pip]: 46 46 {{{ … … 70 70 1. Optionally create a dmg image: 71 71 {{{ 72 hd util create -format UDBZ -subfolder Deluge.app deluge-installer.dmg72 hdiutil create -format UDBZ -srcfolder Deluge.app deluge-installer.dmg 73 73 }}} 74 74