diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-29 22:41:35 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-29 22:41:35 +0800 |
commit | 5fb156fd131271c11f92eda1ef6975d1b66640e7 (patch) | |
tree | 18d230f2087b5e5e9150aa1d5085d40a2e1832d3 /multimedia | |
parent | e8ccb4460e3ae8cbc8562c1c988d410608be6edc (diff) | |
download | freebsd-ports-gnome-5fb156fd131271c11f92eda1ef6975d1b66640e7.tar.gz freebsd-ports-gnome-5fb156fd131271c11f92eda1ef6975d1b66640e7.tar.zst freebsd-ports-gnome-5fb156fd131271c11f92eda1ef6975d1b66640e7.zip |
Update to 1.0.r3
PR: ports/101013
Submitted by: Nicola Vitale (maintianer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/tunapie/Makefile | 4 | ||||
-rw-r--r-- | multimedia/tunapie/distinfo | 6 | ||||
-rw-r--r-- | multimedia/tunapie/files/patch-src-TunerPrefs.py | 29 |
3 files changed, 19 insertions, 20 deletions
diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index 51e1a93cb33e..70e27b1e01f5 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tunapie -PORTVERSION= 1.0.r2 +PORTVERSION= 1.0.r3 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION:S|.r2|_rc2|} +DISTNAME= ${PORTNAME}_${PORTVERSION:S|.r3|_rc3|} MAINTAINER= nivit@email.it COMMENT= Tuner for streaming internet radio and TV diff --git a/multimedia/tunapie/distinfo b/multimedia/tunapie/distinfo index a16a33aa4079..8abfa7a1a50f 100644 --- a/multimedia/tunapie/distinfo +++ b/multimedia/tunapie/distinfo @@ -1,3 +1,3 @@ -MD5 (tunapie_1.0_rc2.tar.gz) = 2b479e78e2c3474e43a17d7b668af52d -SHA256 (tunapie_1.0_rc2.tar.gz) = e1f3942d9be93b6c4736770f1c33075f760e309a55f729259fd5fb04abfb6f6a -SIZE (tunapie_1.0_rc2.tar.gz) = 39034 +MD5 (tunapie_1.0_rc3.tar.gz) = b92d0929cbddd0a7252ba49d8e5646ba +SHA256 (tunapie_1.0_rc3.tar.gz) = bc22079b6e486853588c81029e08d827c649a1b9914b721c73010e394e069e95 +SIZE (tunapie_1.0_rc3.tar.gz) = 39147 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, |