Commit graph

31 commits

Author SHA1 Message Date
Eric Le Lay
c957a6119f windows: add mutagen module 2019-01-26 12:57:00 +01:00
Eric Le Lay
cc6148fdfc win_installer: add libidn2 for wget 2019-01-24 10:51:44 +01:00
Eric Le Lay
6c18ba071d appveyor: update libopenssl (1.0.2 installed) 2018-12-28 17:32:00 +01:00
Eric Le Lay
08510d734b windows: update python deps 2018-12-28 14:21:37 +01:00
Eric Le Lay
4de6b97b69 try fixing windows build
C:/msys64/usr/bin/wget.exe: error while loading shared libraries: msys-ssl-1.1.dll: cannot open shared object file: No such file or directory
2018-12-28 14:21:21 +01:00
Eric Le Lay
1407f22478 windows: update python deps 2018-09-05 21:19:28 +02:00
MarkusHackspacher
d724b81218 fix E127 continuation line over-indented for visual indent
see #393
2018-08-14 23:26:38 +02:00
Eric Le Lay
e9ab9ceb46 run isort on make lint 2018-07-29 14:45:34 +02:00
Eric Le Lay
da847a8334 win_installer: need root python for create_launcher.py 2018-07-28 22:07:42 +02:00
Eric Le Lay
b2b42614f4 win_installer: use build_python to have correct python version
otherwise the launcher is wrongly linked with python3.6m on appveyor
2018-07-28 21:53:05 +02:00
Eric Le Lay
0c1a88a441 add icon for notification-win32 2018-07-28 21:20:19 +02:00
MarkusHackspacher
735ec25fb7 not sort import gi and add isort to travis 2018-07-28 17:04:41 +02:00
Eric Le Lay
c445a52ab1 fix #478 python lib-dynload modules can load libraries from other apps
call SetDllDirectoryW(gpodder/bin) at startup to ensure windows looks
in gpodder/bin before c:\Windows where there can been outdated versions
of zlib1.ddl, libeay32.dll, ssleay32.dll.
2018-07-28 14:27:48 +02:00
Eric Le Lay
fd7036c459 work around python 3.7.0 2to3 bug with win32ctypes
see https://github.com/enthought/pywin32-ctypes/issues/81
also remove byreference alias to ctypes.byref
2018-07-28 14:09:04 +02:00
Eric Le Lay
dc69d861ee python 3.7 compatibility 2018-07-28 10:08:09 +02:00
MarkusHackspacher
82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
Eric Le Lay
ec0df6544a
Windows build using appveyor (#467)
Same build script as manual build. See tools/win_installer
Only building i686 for now.
2018-05-27 13:33:27 +02:00
Eric Le Lay
0f78fdc188 replace ca-certificates with more up to date certifi 2018-05-20 12:00:05 +02:00
Eric Le Lay
ced216f514 win_installer: clone from source directory
to have a clean folder. Still possible to do install_gpodder  rsync
to rsync and not clone (to not have to commit everything each time)
2018-05-13 08:51:53 +02:00
Eric Le Lay
a49d5a3df1 remove unused 6MB terminfo 2018-05-13 08:45:32 +02:00
Eric Le Lay
74bc2824c2 remove tcl libraries 2018-05-12 18:40:14 +02:00
Eric Le Lay
7ef8d74514 dump packages 2018-05-12 18:40:01 +02:00
Eric Le Lay
f19acd22fe fix leftover Quod Libet reference 2018-05-10 21:57:20 +02:00
Eric Le Lay
5c54566dec win_installer: shorter names 2018-05-10 17:58:10 +02:00
Eric Le Lay
31f54fa730 win: install gpodder and gpo to separate package
to avoid gpodder/__init__.py running before them
2018-05-07 11:44:40 +02:00
Eric Le Lay
0e1a33067b win: convert README-PORTABLE.txt to unix 2018-05-06 18:45:50 +02:00
Eric Le Lay
4c3583e52f win: fix debug output to stderr 2018-05-06 18:42:00 +02:00
Eric Le Lay
1b3caf5c7e win_installer: remove leftover from quodlibet 2018-05-06 18:26:26 +02:00
Eric Le Lay
fbc268be74 win: get GPODDER_HOME from registry 2018-05-06 18:17:23 +02:00
Eric Le Lay
5a0a1c04b6 new build_info.py; correctly set GPODDER_HOME on windows 2018-05-02 15:06:52 +02:00
Eric Le Lay
251c9992fc tools/win_installer
from quodlibet 47e925a7d
2018-05-02 10:58:18 +02:00