Re: Wip UPDATE: audio/exaile

2010-07-12 Thread Giovanni Bechis

On 07/12/10 19:27, Giovanni Bechis wrote:

Update to latest version, exaile dies on startup due to latest gstreamer
update (I think), any hints ?
The very latest version is 3.2 but it needs a development version of
py-gtk2, anyway the problem still persists.
Thanks & Cheers
Giovanni

After upgrading to the very latest OpenBSD snapshot Exaile restarts 
working (do not know why).

Ok to commit ?
 Cheers
  Giovanni



Wip UPDATE: audio/exaile

2010-07-12 Thread Giovanni Bechis
Update to latest version, exaile dies on startup due to latest gstreamer 
update (I think), any hints ?
The very latest version is 3.2 but it needs a development version of 
py-gtk2, anyway the problem still persists.

  Thanks & Cheers
   Giovanni

Index: Makefile
===
RCS file: /cvs/ports/audio/exaile/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile21 Apr 2010 07:02:42 -  1.8
+++ Makefile9 Jun 2010 17:20:14 -
@@ -3,13 +3,14 @@
 COMMENT =  music manager and player for GTK+ written in Python
 
 V =0.3.1
-DISTNAME = exaile-${V}.1
+P =2
+DISTNAME = exaile-${V}.${P}
 
 CATEGORIES =   audio x11
 
 HOMEPAGE = http://www.exaile.org/
 
-MASTER_SITES = http://www.launchpad.net/exaile/$V/$V.1/+download/
+MASTER_SITES = http://www.launchpad.net/exaile/$V/$V.$P/+download/
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===
RCS file: /cvs/ports/audio/exaile/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo21 Apr 2010 07:02:42 -  1.3
+++ distinfo9 Jun 2010 17:20:14 -
@@ -1,5 +1,5 @@
-MD5 (exaile-0.3.1.1.tar.gz) = Tw5s5yJJAn1pZTRWoHB8Vw==
-RMD160 (exaile-0.3.1.1.tar.gz) = OPbUVB3dpOJcj8/ipyHiPe/rG1Q=
-SHA1 (exaile-0.3.1.1.tar.gz) = 6DtegDTxeaj1cf3Yw0k/j3PqUQ0=
-SHA256 (exaile-0.3.1.1.tar.gz) = 54Xgjc9Lc5LP1ggRhzLyNl6c1TdO7X1HPoFCCPI+Hjw=
-SIZE (exaile-0.3.1.1.tar.gz) = 1897993
+MD5 (exaile-0.3.1.2.tar.gz) = 5PgNOhBjGyhIW+Is0pakUA==
+RMD160 (exaile-0.3.1.2.tar.gz) = PGcZKx3ku8ITzPWf2H9Vlj07hVE=
+SHA1 (exaile-0.3.1.2.tar.gz) = 16revC0IcVPrOEG/yTbIzefP8dw=
+SHA256 (exaile-0.3.1.2.tar.gz) = 5znNKYQjheKo+9XoFkb8LwSIdGxyo45PWxq0cp8XBKM=
+SIZE (exaile-0.3.1.2.tar.gz) = 1899168
Index: patches/patch-data_exaile_desktop
===
RCS file: /cvs/ports/audio/exaile/patches/patch-data_exaile_desktop,v
retrieving revision 1.3
diff -u -p -r1.3 patch-data_exaile_desktop
--- patches/patch-data_exaile_desktop   21 Apr 2010 07:02:42 -  1.3
+++ patches/patch-data_exaile_desktop   9 Jun 2010 17:20:14 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-data_exaile_desktop,v 1.3 2010/04/21 07:02:42 giovanni Exp $
 data/exaile.desktop.orig   Wed Apr  7 22:09:52 2010
-+++ data/exaile.desktopFri Apr  9 09:04:00 2010
+--- data/exaile.desktop.orig   Mon May 31 21:10:10 2010
 data/exaile.desktopWed Jun  9 19:01:48 2010
 @@ -33,7 +33,7 @@ Comment[pl]=Słuchanie, przeglądanie i modyfikowanie 
  Comment[sv]=Spela, utforska och hantera din musiksamling
  Comment[pt_BR]=Escute, gerencie ou edite sua coleção de músicas
Index: patches/patch-plugins_daapclient___init___py
===
RCS file: patches/patch-plugins_daapclient___init___py
diff -N patches/patch-plugins_daapclient___init___py
--- patches/patch-plugins_daapclient___init___py21 Apr 2010 07:02:42 
-  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,21 +0,0 @@
-$OpenBSD: patch-plugins_daapclient___init___py,v 1.1 2010/04/21 07:02:42 
giovanni Exp $
 plugins/daapclient/__init__.py.origFri Apr  2 09:49:03 2010
-+++ plugins/daapclient/__init__.py Fri Apr  2 09:49:45 2010
-@@ -41,7 +41,7 @@ gobject.threads_init()
- try:
- import avahi
- AVAHI = True
--except Exception as inst:
-+except Exception, inst:
- logger.warn('AVAHI exception: %s' % inst)
- AVAHI = False
- 
-@@ -266,7 +266,7 @@ class DaapConnection(object):
- self.session = client.login()
- self.connected = True
- #except DAAPError:
--except Exception as inst:
-+except Exception, inst:
- #print 's:%s, p:%s (%s, %s)' % (self.server, self.port, 
type(self.server), type(self.port))
- logger.warn('Exception: %s' % inst)
- self.auth = True
Index: patches/patch-plugins_daapserver_spydaap_metadata_py
===
RCS file: 
/cvs/ports/audio/exaile/patches/patch-plugins_daapserver_spydaap_metadata_py,v
retrieving revision 1.1
diff -u -p -r1.1 patch-plugins_daapserver_spydaap_metadata_py
--- patches/patch-plugins_daapserver_spydaap_metadata_py21 Apr 2010 
07:02:42 -  1.1
+++ patches/patch-plugins_daapserver_spydaap_metadata_py9 Jun 2010 
17:20:14 -
@@ -1,9 +1,9 @@
 $OpenBSD: patch-plugins_daapserver_spydaap_metadata_py,v 1.1 2010/04/21 
07:02:42 giovanni Exp $
 plugins/daapserver/spydaap/metadata.py.origFri Apr  2 09:50:21 2010
-+++ plugins/daapserver/spydaap/metadata.py Fri Apr  2 09:50:47 2010
-@@ -14,7 +14,7 @@
- #along with Spydaap. If not, see .
+--- plugins/daapserver/spydaap/metadata.py.origMon May 31 21:10:10 2010
 plugins/daapserver/spydaap/metadata.py Wed Jun  9 19:01:48 201