Changes between Version 11 and Version 12 of Development/Packaging/OSX


Ignore:
Timestamp:
09/19/2015 11:09:13 PM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Packaging/OSX

    v11 v12  
    2424   * A [https://git.gnome.org/browse/pygobject/commit/?h=pygobject-2-28&id=42d01f060c5d764baa881d13c103d68897163a49 pygobject patch] to apply to fix annoying console warnings. 
    2525  1. GTK OSX Themes: 
    26  {{{ 
     26  {{{ 
    2727jhbuild build meta-gtk-osx-themes 
    2828jhbuild build gtk-quartz-engine 
    2929}}} 
    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`. 
    3131 1. [https://wiki.gnome.org/Projects/GTK%2B/OSX/Bundling Bundler] for Packaging Deluge. 
    3232 {{{ 
     
    4141jhbuild -m libtorrent.modules build meta_libtorrent  
    4242}}}  
    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. 
    4545 1. Install Deluge dependencies using [https://pip.pypa.io/en/latest/installing/ pip]: 
    4646 {{{ 
     
    7070 1. Optionally create a dmg image: 
    7171 {{{ 
    72 hdutil create -format UDBZ -subfolder Deluge.app deluge-installer.dmg 
     72hdiutil create -format UDBZ -srcfolder Deluge.app deluge-installer.dmg 
    7373}}} 
    7474