Date: Sat, 12 Aug 2017 15:56:09 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447841 - in head/audio: . py-gmusicproxy Message-ID: <201708121556.v7CFu9fu051524@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@gmail.com> +# $FreeBSD$ + +PORTNAME= gmusicproxy +PORTVERSION= 1.0.8 +DISTVERSIONPREFIX= v +CATEGORIES= audio python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= erisianash@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708121556.v7CFu9fu051524>