From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- .../files/tv-maxe-0.09-pillow-support.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch (limited to 'media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch') 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 -- cgit v1.2.3