svn commit: r447841 - in head/audio: . py-gmusicproxy
Thomas Zander
riggs at FreeBSD.org
Sat Aug 12 15:56:10 UTC 2017
Author: riggs
Date: Sat Aug 12 15:56:09 2017
New Revision: 447841
URL: https://svnweb.freebsd.org/changeset/ports/447841
Log:
New port: audio/py-gmusicproxy streams from Google Play Music to any player
PR: 220363
Submitted by: erisianash at gmail.com (maintainer)
Added:
head/audio/py-gmusicproxy/
head/audio/py-gmusicproxy/Makefile (contents, props changed)
head/audio/py-gmusicproxy/distinfo (contents, props changed)
head/audio/py-gmusicproxy/pkg-descr (contents, props changed)
Modified:
head/audio/Makefile
Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile Sat Aug 12 15:46:56 2017 (r447840)
+++ head/audio/Makefile Sat Aug 12 15:56:09 2017 (r447841)
@@ -636,6 +636,7 @@
SUBDIR += py-eyed3
SUBDIR += py-fmoo-audiotools
SUBDIR += py-gmusicapi
+ SUBDIR += py-gmusicproxy
SUBDIR += py-hsaudiotag
SUBDIR += py-id3
SUBDIR += py-karaoke
Added: head/audio/py-gmusicproxy/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/py-gmusicproxy/Makefile Sat Aug 12 15:56:09 2017 (r447841)
@@ -0,0 +1,31 @@
+# Created by: Ashley Chase <erisianash at gmail.com>
+# $FreeBSD$
+
+PORTNAME= gmusicproxy
+PORTVERSION= 1.0.8
+DISTVERSIONPREFIX= v
+CATEGORIES= audio python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= erisianash at gmail.com
+COMMENT= Proxy for streaming Google Play Music using any media-player
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \
+ ${PYTHON_PKGNAMEPREFIX}gmusicapi>=10.1.0:audio/py-gmusicapi \
+ ${PYTHON_PKGNAMEPREFIX}netifaces>=-0.10.4:net/py-netifaces \
+ ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg \
+ ${PYTHON_PKGNAMEPREFIX}eyed3>=0.7.8:audio/py-eyed3 \
+ ${PYTHON_PKGNAMEPREFIX}daemon>=2.0.5:devel/py-daemon
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+USE_GITHUB= yes
+GH_ACCOUNT= diraimondo
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/audio/py-gmusicproxy/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/py-gmusicproxy/distinfo Sat Aug 12 15:56:09 2017 (r447841)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497955248
+SHA256 (diraimondo-gmusicproxy-v1.0.8_GH0.tar.gz) = d22141d5d8b854bc1583948c79269db39a0daf54dd11c89262a5ba25c02be088
+SIZE (diraimondo-gmusicproxy-v1.0.8_GH0.tar.gz) = 31956
Added: head/audio/py-gmusicproxy/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/py-gmusicproxy/pkg-descr Sat Aug 12 15:56:09 2017 (r447841)
@@ -0,0 +1,14 @@
+This program permits the use of Google Play Music with All Access
+subscription with any music player that is able to stream MP3 files and to
+manage M3U playlists (e.g., MPD server, VLC, ...). It can work also with a
+free account without All Access extras.
+
+This project is based on the great Unofficial Google Play Music API
+(gmusicapi) of Simon Weber: it already permits to create URLs to stream the
+tracks as regular MP3 but they expire in 1 minute! Keeping this proxy
+running, it can generate persistent local URLs that never expire and that
+can be used in any media-player.
+
+This project is not supported nor endorsed by Google. Its aim is not the
+abuse of the service but the one to improve the access to it. I'm not
+responsible of its misuse.
More information about the svn-ports-all
mailing list