summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2016-09-20 11:58:47 +0200
committerFlorian Franzmann2016-09-21 16:54:14 +0200
commitd9ceaf57076175217d1a1f1c677846fd02e4e499 (patch)
tree97f84ae0315ea6d96574592e4f13f31f73dc8a0d
parent9a6507798111344f832c25236a2a1b15de81f829 (diff)
python/python-cherrymusic: new spell, a music streaming server
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/python-cherrymusic/DEPENDS9
-rwxr-xr-xpython-pypi/python-cherrymusic/DETAILS15
-rw-r--r--python-pypi/python-cherrymusic/HISTORY3
4 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc8f509b83..7b85cee973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2016-09-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* python/python-cherrypy: new spell, an object-oriented web framework
+ * python/python-cherrymusic: new spell, a music streaming server
2016-09-19 Eric Sandall <sandalle@sourcemage.org>
* kernels/linux-cpupower: Linux power management tool (may replace
diff --git a/python-pypi/python-cherrymusic/DEPENDS b/python-pypi/python-cherrymusic/DEPENDS
new file mode 100755
index 0000000000..a9f05a35e8
--- /dev/null
+++ b/python-pypi/python-cherrymusic/DEPENDS
@@ -0,0 +1,9 @@
+depends python3 &&
+depends SETUPTOOLS &&
+depends python-cherrypy &&
+depends imagemagick &&
+depends vorbis-tools &&
+depends lame &&
+depends flac &&
+
+suggest_depends pygobject3 "" "" "for tray icon support"
diff --git a/python-pypi/python-cherrymusic/DETAILS b/python-pypi/python-cherrymusic/DETAILS
new file mode 100755
index 0000000000..6f59795728
--- /dev/null
+++ b/python-pypi/python-cherrymusic/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-cherrymusic
+ VERSION=0.38.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/devsnd/cherrymusic/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:f80399c34d5b3f9327baac3c54831eb311d0307d4f0085f2a49923e58762aa8d77ee0462ef9651db372f9f609948d1a87aa93d597ab80003992a81a913e8ec3e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cherrymusic-0.38.0"
+ WEB_SITE="https://github.com/devsnd/cherrymusic"
+ LICENSE[0]=GPL
+ ENTERED=20160920
+ SHORT="a music streaming server"
+cat << EOF
+CherryMusic is a music streaming server based on CherryPy and jPlayer. It
+plays the music inside your PC, smartphone, tablet, toaster or whatever
+device has a HTML5 compliant browser installed.
+EOF
diff --git a/python-pypi/python-cherrymusic/HISTORY b/python-pypi/python-cherrymusic/HISTORY
new file mode 100644
index 0000000000..1ddc1e38f5
--- /dev/null
+++ b/python-pypi/python-cherrymusic/HISTORY
@@ -0,0 +1,3 @@
+2016-09-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+