summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author6arms1leg2016-02-10 13:01:21 +0100
committer6arms1leg2016-02-10 13:01:21 +0100
commit4fbf905aed4135d87c11f552acbed2e3419e5584 (patch)
treee725109352359f66f070523e00d2baab5456ed0e
parentc7b63349a717212232f62cf24facbc0e257bac37 (diff)
downloadaur-4fbf905aed4135d87c11f552acbed2e3419e5584.tar.gz
python-pillow is now an optional dependency
-rwxr-xr-x[-rw-r--r--].SRCINFO5
-rwxr-xr-xPKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44622355322e..2f3e41ba140b 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cherrymusic-devel-git
pkgdesc = A standalone HTML5 (with Flash fallback) music streaming server based on CherryPy and jPlayer. Git devel-branch.
- pkgver = 20140315
- pkgrel = 4
+ pkgver = 20160210
+ pkgrel = 1
url = http://fomori.org/cherrymusic
install = cherrymusic-devel-git.install
arch = any
@@ -21,6 +21,7 @@ pkgbase = cherrymusic-devel-git
optdepends = imagemagick
optdepends = python-unidecode
optdepends = python-gobject
+ optdepends = python-pillow
provides = cherrymusic
conflicts = cherrymusic
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 7f94260e3f0d..08b6e7085c6a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: 6arms1leg <m.brnsfld {at} googlemail {d0t} com>
# Contributor: Tom Wallroth <tomwallroth {at} gmail {d0t} com>
pkgname=cherrymusic-devel-git
-pkgver=20140315
-pkgrel=4
+pkgver=20160210
+pkgrel=1
pkgdesc="A standalone HTML5 (with Flash fallback) music streaming server based on CherryPy and jPlayer. Git devel-branch."
arch=('any')
url="http://fomori.org/cherrymusic"
license=('GPL3')
depends=('python>=3' 'python-cherrypy>=3' 'sqlite>=3')
makedepends=('git' 'python')
-optdepends=('lame' 'vorbis-tools' 'flac' 'faad2' 'mpg123' 'opus-tools' 'ffmpeg' 'imagemagick' 'python-unidecode' 'python-gobject')
+optdepends=('lame' 'vorbis-tools' 'flac' 'faad2' 'mpg123' 'opus-tools' 'ffmpeg' 'imagemagick' 'python-unidecode' 'python-gobject' 'python-pillow')
provides=('cherrymusic')
conflicts=('cherrymusic')
options=(!emptydirs)
install=cherrymusic-devel-git.install
source=($pkgname::git+https://github.com/devsnd/cherrymusic.git#branch=devel 'cherrymusic@.service')
-sha512sums=('SKIP' '9d336a06492df0bb5718848f161895922d08171ab637b54fffad42fc5c12cd22d00f2408dabffc3617f0a59512276e38553f1c63a0ea68028982076b7f115165')
+sha512sums=('SKIP'
+ '9d336a06492df0bb5718848f161895922d08171ab637b54fffad42fc5c12cd22d00f2408dabffc3617f0a59512276e38553f1c63a0ea68028982076b7f115165')
_mandir=/usr/share/man
_systemdsfdir=/usr/lib/systemd/system