View | Details | Raw Unified | Return to bug 220363
Collapse All | Expand All

(-)audio/py-gmusicproxy/Makefile (+32 lines)
Line 0 Link Here
1
# Created by: Thomas Zander <riggs@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	gmusicproxy
5
PORTVERSION=	1.0.8
6
CATEGORIES=	audio python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DISTVERSIONPREFIX= v
9
10
MAINTAINER=	erisianash@gmail.com
11
COMMENT=	“Let’s stream Google Play Music using any media-player”
12
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \
17
		${PYTHON_PKGNAMEPREFIX}gmusicapi>=10.1.0:audio/py-gmusicapi \
18
		${PYTHON_PKGNAMEPREFIX}netifaces>=-0.10.4:net/py-netifaces \
19
		${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg \
20
		${PYTHON_PKGNAMEPREFIX}eyed3>=0.7.8:audio/py-eyed3 \
21
		${PYTHON_PKGNAMEPREFIX}daemon>=2.0.5:devel/py-daemon
22
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	diraimondo
26
27
USES=		python
28
USE_PYTHON=	distutils autoplist
29
30
NO_ARCH=	yes
31
32
.include <bsd.port.mk>
(-)audio/py-gmusicproxy/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1497955248
2
SHA256 (diraimondo-gmusicproxy-v1.0.8_GH0.tar.gz) = d22141d5d8b854bc1583948c79269db39a0daf54dd11c89262a5ba25c02be088
3
SIZE (diraimondo-gmusicproxy-v1.0.8_GH0.tar.gz) = 31956
(-)audio/py-gmusicproxy/pkg-descr (+16 lines)
Line 0 Link Here
1
This program permits the use of Google Play Music with All Access subscription
2
with any music player that is able to stream MP3 files and to manage M3U
3
playlists (e.g., MPD server, VLC, ...). It can work also with a free account
4
without All Access extras.
5
6
This project is based on the great Unofficial Google Play Music API (gmusicapi)
7
of Simon Weber: it already permits to create URLs to stream the tracks as
8
regular MP3 but they expire in 1 minute! Keeping this proxy running, it can
9
generate persistent local URLs that never expire and that can be used in any
10
media-player.
11
12
This project is not supported nor endorsed by Google. Its aim is not the abuse
13
of the service but the one to improve the access to it. I'm not responsible of
14
its misuse.
15
16
WWW: http://gmusicproxy.net/

Return to bug 220363