mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
audio/exaile-devel: update to latest revision
This commit is contained in:
parent
a1bc9c1d9d
commit
d5d4d38a2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444639
@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen \
|
||||
${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= 4c2d671
|
||||
COMMITDATE= 20170610
|
||||
GH_TAGNAME= cd1d092
|
||||
COMMITDATE= 20170629
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= desktop-file-utils gmake gnome python:2.7
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1497097994
|
||||
SHA256 (exaile-exaile-4.0.20170610-4c2d671_GH0.tar.gz) = 1d45e50f8b166ce3b5ead088f8ae113f752ba690bb27fdb4f7cc67050f97aeb3
|
||||
SIZE (exaile-exaile-4.0.20170610-4c2d671_GH0.tar.gz) = 3370881
|
||||
TIMESTAMP = 1498684912
|
||||
SHA256 (exaile-exaile-4.0.20170629-cd1d092_GH0.tar.gz) = 424464f99781782af372ab2003baf7c6a93afc386b51a81b8f118baf03feb4a7
|
||||
SIZE (exaile-exaile-4.0.20170629-cd1d092_GH0.tar.gz) = 3377522
|
||||
|
@ -1,19 +0,0 @@
|
||||
Fix SyntaxError with python3 (PEP 3113)
|
||||
|
||||
--- plugins/daapclient/__init__.py.orig 2016-08-14 05:19:15 UTC
|
||||
+++ plugins/daapclient/__init__.py
|
||||
@@ -307,12 +307,13 @@ class DaapManager:
|
||||
|
||||
self.history = DaapHistory(5, menu=hmenu, callback=self.connect_share)
|
||||
|
||||
- def connect_share(self, obj, (name, address, port, svc)):
|
||||
+ def connect_share(self, obj, args):
|
||||
'''
|
||||
This function is called when a user wants to connec to
|
||||
a DAAP share. It creates a new panel for the share, and
|
||||
requests a track list.
|
||||
'''
|
||||
+ name, address, port, svc = args
|
||||
conn = DaapConnection(name, address, port)
|
||||
|
||||
conn.connect()
|
@ -116,6 +116,9 @@ lib/exaile/xl/migrations/database/__init__.pyo
|
||||
lib/exaile/xl/migrations/database/from1to2.py
|
||||
lib/exaile/xl/migrations/database/from1to2.pyc
|
||||
lib/exaile/xl/migrations/database/from1to2.pyo
|
||||
lib/exaile/xl/migrations/database/to_bsddb.py
|
||||
lib/exaile/xl/migrations/database/to_bsddb.pyc
|
||||
lib/exaile/xl/migrations/database/to_bsddb.pyo
|
||||
lib/exaile/xl/migrations/settings/__init__.py
|
||||
lib/exaile/xl/migrations/settings/__init__.pyc
|
||||
lib/exaile/xl/migrations/settings/__init__.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user