aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tunapie/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-29 14:41:35 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-29 14:41:35 +0000
commitca88a0170a104b4b60c635bb559d504369594347 (patch)
treeacd8cb412db926902d03fd67d431579c5989042a /multimedia/tunapie/files
parent671ada303900301eb0ade52fc0f839a4811e01c8 (diff)
downloadports-ca88a0170a104b4b60c635bb559d504369594347.tar.gz
ports-ca88a0170a104b4b60c635bb559d504369594347.zip
Notes
Diffstat (limited to 'multimedia/tunapie/files')
-rw-r--r--multimedia/tunapie/files/patch-src-TunerPrefs.py29
1 files changed, 14 insertions, 15 deletions
diff --git a/multimedia/tunapie/files/patch-src-TunerPrefs.py b/multimedia/tunapie/files/patch-src-TunerPrefs.py
index 823581970991..d3817879aa07 100644
--- a/multimedia/tunapie/files/patch-src-TunerPrefs.py
+++ b/multimedia/tunapie/files/patch-src-TunerPrefs.py
@@ -1,37 +1,36 @@
-$FreeBSD$
---- src/TunerPrefs.py Sun Jul 2 10:49:31 2006
-+++ src/TunerPrefs.py.port Tue Jul 4 15:11:29 2006
+--- src/TunerPrefs.py Wed Jul 26 23:26:38 2006
++++ src/TunerPrefs.py.port Sat Jul 29 07:02:36 2006
@@ -77,7 +77,7 @@
self.audiopath = wx.TextCtrl(id=wxID_PREFERENCESAUDIOPATH,
- name='audiopath', parent=self, pos=wx.Point(160, 16),
-- size=wx.Size(208, 22), style=0, value='/usr/bin/xmms')
-+ size=wx.Size(208, 22), style=0, value='%%X11BASE%%/bin/xmms')
+ name='audiopath', parent=self, pos=wx.Point(168, 16),
+- size=wx.Size(200, 22), style=0, value='/usr/bin/xmms')
++ size=wx.Size(200, 22), style=0, value='%%X11BASE%%/bin/xmms')
self.audiopath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False,
u'Sans'))
self.audiopath.SetBackgroundColour(wx.Colour(255, 253, 239))
-@@ -85,7 +85,7 @@
+@@ -86,7 +86,7 @@
self.videopath = wx.TextCtrl(id=wxID_PREFERENCESVIDEOPATH,
- name='videopath', parent=self, pos=wx.Point(160, 48),
-- size=wx.Size(208, 22), style=0, value='/usr/bin/mplayer')
-+ size=wx.Size(208, 22), style=0, value='%%X11BASE%%/bin/xine')
+ name='videopath', parent=self, pos=wx.Point(168, 48),
+- size=wx.Size(200, 22), style=0, value='/usr/bin/mplayer')
++ size=wx.Size(200, 22), style=0, value='%%X11BASE%%/bin/xine')
self.videopath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False,
u'Sans'))
self.videopath.SetBackgroundColour(wx.Colour(255, 253, 239))
-@@ -113,7 +113,7 @@
+@@ -115,7 +115,7 @@
self.termpath = wx.TextCtrl(id=wxID_PREFERENCESTERMPATH,
- name='termpath', parent=self, pos=wx.Point(160, 80),
- size=wx.Size(208, 22), style=0,
+ name='termpath', parent=self, pos=wx.Point(168, 80),
+ size=wx.Size(200, 22), style=0,
- value='/usr/bin/x-terminal-emulator')
+ value='%%X11BASE%%/bin/xterm')
self.termpath.SetFont(wx.Font(7, wx.SWISS, wx.NORMAL, wx.NORMAL, False,
u'Sans'))
self.termpath.SetBackgroundColour(wx.Colour(255, 253, 239))
-@@ -121,7 +121,7 @@
+@@ -124,7 +124,7 @@
self.rippath = wx.TextCtrl(id=wxID_PREFERENCESRIPPATH, name='rippath',
- parent=self, pos=wx.Point(160, 112), size=wx.Size(208, 22),
+ parent=self, pos=wx.Point(168, 112), size=wx.Size(200, 22),
- style=0, value='/usr/bin/streamripper')
+ style=0, value='%%LOCALBASE%%/bin/streamripper')
self.rippath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False,