Package: pykaraoke / 0.7.5-1.1

Metadata

Package Version Patches format
pykaraoke 0.7.5-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_fonts_installation.patch | (download)

setup.py | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

---
fix_desktop_files.patch | (download)

install/pykaraoke.desktop | 5 2 + 3 - 0 !
install/pykaraoke_mini.desktop | 5 2 + 3 - 0 !
2 files changed, 4 insertions(+), 6 deletions(-)

---
remove_hashbangs.patch | (download)

pycdg.py | 1 0 + 1 - 0 !
pykar.py | 1 0 + 1 - 0 !
pykaraoke.py | 1 0 + 1 - 0 !
pykaraoke_mini.py | 1 0 + 1 - 0 !
pympg.py | 1 0 + 1 - 0 !
5 files changed, 5 deletions(-)

---
fix_cdg2mpg_bashism.patch | (download)

install/cdg2mpg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix bashism in cdg2mpg
wxpython3.0.patch | (download)

pykaraoke.py | 14 7 + 7 - 0 !
setup.py | 2 1 + 1 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

 updates for wxpython 3.0
 The third parameter when splitting a window is meant to be an integer, and
 is optional.  If omitted, it defaults to 0, which means "split in half"
 which I assume is what passing 0.5 was intended to do (and 0.5 will get
 cast to an integer, so passing 0.5 is just a confusing way to pass 0 here).
 However, in the second case, for some reason it doesn't split in half with
 wxPython3.0, so I've had to make it calculate half the window size explicitly.