Deluge 1.3.12 download links ?

Support for Deluge on Apple Mac OS
Post Reply
madalin

Deluge 1.3.12 download links ?

Post by madalin »

Hello,

It looks like Deluge has a new version -- 1.3.12 -- that is. However, the download page for Mac only shows versions up until 1.3.11.

What am i missing ?
naaronne

Re: Deluge 1.3.12 download links ?

Post by naaronne »

+1
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.12 download links ?

Post by Cas »

As I have not personally built the package for osx before, and it's only 64bit for now, could you please test it: http://ge.tt/2yBmF8O2/v/0?c
carbncl
Leecher
Leecher
Posts: 92
Joined: Sun Nov 28, 2010 7:36 pm

Re: Deluge 1.3.12 download links ?

Post by carbncl »

Does not work for me :'(

Code: Select all

ImportError: dlopen(/Applications/Deluge.app/Contents/Resources/lib/python/lib-dynload/binascii.so, 2): Library not loaded: @executable_path/../Frameworks/libz.1.2.8.dylib
  Referenced from: /Applications/Deluge.app/Contents/Resources/lib/python/lib-dynload/binascii.so
  Reason: image not found
Fixing this by copying libz.1.2.8.dylib found in file tree to proper lib folder brings another issue:

Code: Select all

2015-09-19 10:18:22.585 deluge-python[31195:1133067] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. 
/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.12-py2.7.egg/deluge/ui/gtkui/torrentview.py:58: GtkWarning: Cannot open pixbuf loader module file '/Users/cas/gtk/inst/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /Users/cas/gtk/inst/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.
  deluge.common.get_pixmap("downloading16.png"))
Traceback (most recent call last):
  File "/Applications/Deluge.app/Contents/MacOS/Deluge-bin", line 9, in <module>
    load_entry_point('deluge==1.3.12', 'gui_scripts', 'deluge-gtk')()
  File "pkg_resources/__init__.pyc", line 558, in load_entry_point
  File "pkg_resources/__init__.pyc", line 2682, in load_entry_point
  File "pkg_resources/__init__.pyc", line 2355, in load
  File "pkg_resources/__init__.pyc", line 2361, in resolve
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.12-py2.7.egg/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.12-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 91, in <module>
    from torrentview import TorrentView
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.12-py2.7.egg/deluge/ui/gtkui/torrentview.py", line 58, in <module>
    deluge.common.get_pixmap("downloading16.png"))
glib.GError: Couldn't recognize the image file format for file '/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.12-py2.7.egg/deluge/data/pixmaps/downloading16.png'
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.12 download links ?

Post by Cas »

Weird it was working for me but maybe picked wrong app. Anyway I have fixed those two issues and should be fine now... http://ge.tt/2DmjlAO2/v/0
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.12 download links ?

Post by Cas »

Oh I have a question as well, do you prefer a dmg or zip of the app?
carbncl
Leecher
Leecher
Posts: 92
Joined: Sun Nov 28, 2010 7:36 pm

Re: Deluge 1.3.12 download links ?

Post by carbncl »

Yup it works now, good job Cas.

No preference for archive format. Both do the same job, but dmg is more common on OS X.
Was using tar.bz2 because easier to produce and smaller I think.
Post Reply