Merge lp:~michael-sheldon/jokosher/gstwinbuild into lp:jokosher

Proposed by Michael Sheldon
Status: Merged
Merged at revision: not available
Proposed branch: lp:~michael-sheldon/jokosher/gstwinbuild
Merge into: lp:jokosher
Diff against target: 35 lines (+7/-1)
2 files modified
setup_win32.py (+3/-1)
windows_installer.iss (+4/-0)
To merge this branch: bzr merge lp:~michael-sheldon/jokosher/gstwinbuild
Reviewer Review Type Date Requested Status
Jokosher Code Pending
Review via email: mp+20660@code.launchpad.net

Description of the change

Updates the files involved in creating a Windows release to make them compatible with newer versions of GStreamer, GTK and Python.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup_win32.py'
2--- setup_win32.py 2010-02-25 23:50:24 +0000
3+++ setup_win32.py 2010-03-04 17:22:00 +0000
4@@ -4,6 +4,8 @@
5 from subprocess import *
6 import os
7 import glob
8+import pygst
9+pygst.require('0.10')
10 import py2exe
11
12 dist = setup(name='jokosher',
13@@ -27,7 +29,7 @@
14 options = {
15 'py2exe': {
16 'packages' : 'encodings, Jokosher, Jokosher.elements, Jokosher.ui',
17- 'includes' : 'cairo, gtk, gtk.glade, gobject, pango, pangocairo, atk, gst, pygst, xdg, Queue, xml.etree.ElementTree, gtk.keysyms, code, keyword, re'
18+ 'includes' : 'cairo, gtk, gtk.glade, gobject, pango, pangocairo, atk, gio, gst, pygst, xdg, Queue, xml.etree.ElementTree, gtk.keysyms, code, keyword, re, pkg_resources'
19 }
20 },
21 data_files=[
22
23=== modified file 'windows_installer.iss'
24--- windows_installer.iss 2010-02-26 02:51:56 +0000
25+++ windows_installer.iss 2010-03-04 17:22:00 +0000
26@@ -5,6 +5,10 @@
27 DefaultGroupName=Jokosher
28 Compression=bzip/9
29
30+[InstallDelete]
31+Type: files; Name: {app}\*.dll
32+Type: files; Name: {app}\*.pyd
33+
34 [Files]
35 Source: dist/*; DestDir: {app}; Flags: recursesubdirs createallsubdirs
36

Subscribers

People subscribed via source and target branches