diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /media-video/tv-maxe/files | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'media-video/tv-maxe/files')
-rw-r--r-- | media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch b/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch new file mode 100644 index 00000000..b1a4acc2 --- /dev/null +++ b/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch @@ -0,0 +1,26 @@ +diff -Nur tv-maxe-0.09-orig/statusimage.py tv-maxe-0.09/statusimage.py +--- tv-maxe-0.09-orig/statusimage.py 2012-07-03 22:26:03.000000000 +0300 ++++ tv-maxe-0.09/statusimage.py 2013-10-19 14:57:28.089423913 +0300 +@@ -1,4 +1,7 @@ +-import gtk, gobject, StringIO, Image, ImageDraw, ImageFont, os, tempfile ++import gtk, gobject, StringIO, os, tempfile ++from PIL import Image ++from PIL import ImageDraw ++from PIL import ImageFont + + class StatusImage: + def __init__(self): +diff -Nur tv-maxe-0.09-orig/tvmaxe.py tv-maxe-0.09/tvmaxe.py +--- tv-maxe-0.09-orig/tvmaxe.py 2013-03-24 00:08:17.000000000 +0200 ++++ tv-maxe-0.09/tvmaxe.py 2013-10-19 14:56:46.927938502 +0300 +@@ -31,8 +31,9 @@ + pygtk.require('2.0') + import gtk + import subprocess, threading, urllib2, workerpool, random, time, datetime, webbrowser, string, copy +-import irwatch, which, sqlite3, re, json, base64, Image, StringIO ++import irwatch, which, sqlite3, re, json, base64, StringIO + import tools, keysim, scheduler, socketserver ++from PIL import Image + from settingsManager import settingsManager + from channel import Channel + from scheduler import Scheduler |