Update to 0.3.1.2
This commit is contained in:
parent
02435810cc
commit
c2dd3a09c9
@ -1,15 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/04/21 07:02:42 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/15 09:58:47 giovanni Exp $
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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.desktop Fri Apr 9 09:04:00 2010
|
||||
$OpenBSD: patch-data_exaile_desktop,v 1.4 2010/07/15 09:58:47 giovanni Exp $
|
||||
--- data/exaile.desktop.orig Mon May 31 21:10:10 2010
|
||||
+++ data/exaile.desktop Wed Jun 30 13:10:33 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
|
||||
|
@ -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.orig Fri 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
|
@ -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.orig Fri 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 <http://www.gnu.org/licenses/>.
|
||||
$OpenBSD: patch-plugins_daapserver_spydaap_metadata_py,v 1.2 2010/07/15 09:58:47 giovanni Exp $
|
||||
--- plugins/daapserver/spydaap/metadata.py.orig Mon May 31 21:10:10 2010
|
||||
+++ plugins/daapserver/spydaap/metadata.py Wed Jun 9 19:01:48 2010
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
from __future__ import with_statement
|
||||
import warnings
|
||||
-with warnings.catch_warnings():
|
||||
+class catch_warnings():
|
||||
|
Loading…
Reference in New Issue
Block a user