summaryrefslogtreecommitdiff
path: root/media-video/tv-maxe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@gmail.com>2015-01-08 16:04:54 +0200
committerV3n3RiX <venerix@gmail.com>2015-01-08 16:04:54 +0200
commit4c8a92a0506b49b65437e7844ff6c6e25b38c797 (patch)
treeb3d7a4ee921cfa264d69eb15004710af58356c84 /media-video/tv-maxe/files
parent75b9a2524c01c6a89e3cf19e7354466ecd8f92c3 (diff)
fix minor issue with tv-maxe schedule tool, drop old releases
Diffstat (limited to 'media-video/tv-maxe/files')
-rw-r--r--media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch26
1 files changed, 0 insertions, 26 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
deleted file mode 100644
index b1a4acc2..00000000
--- a/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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