Page 1 of 1

Deluge 1.3.12 download links ?

Posted: Mon Sep 14, 2015 4:11 pm
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 ?

Re: Deluge 1.3.12 download links ?

Posted: Thu Sep 17, 2015 3:38 am
by naaronne
+1

Re: Deluge 1.3.12 download links ?

Posted: Fri Sep 18, 2015 3:45 pm
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

Re: Deluge 1.3.12 download links ?

Posted: Sat Sep 19, 2015 8:09 am
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'

Re: Deluge 1.3.12 download links ?

Posted: Sat Sep 19, 2015 11:11 am
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

Re: Deluge 1.3.12 download links ?

Posted: Sat Sep 19, 2015 11:14 am
by Cas
Oh I have a question as well, do you prefer a dmg or zip of the app?

Re: Deluge 1.3.12 download links ?

Posted: Sat Sep 19, 2015 11:52 am
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.