Update dependencies
This commit is contained in:
parent
d513817306
commit
2999fe3452
44
.SRCINFO
44
.SRCINFO
@ -1,23 +1,49 @@
|
|||||||
pkgbase = beets-git
|
pkgbase = beets-git
|
||||||
pkgdesc = Flexible music library manager and tagger - git version
|
pkgdesc = Flexible music library manager and tagger - git version
|
||||||
pkgver = 1.4.3.r29.g70fd6cb7
|
pkgver = 1.4.9.r42.g81b1faa05
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://beets.io/
|
url = http://beets.io/
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
|
makedepends = python-setuptools
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python-munkres
|
depends = python-six
|
||||||
depends = python-mutagen
|
|
||||||
depends = python-setuptools
|
|
||||||
depends = python-unidecode
|
depends = python-unidecode
|
||||||
depends = python-musicbrainzngs
|
depends = python-musicbrainzngs
|
||||||
depends = python-yaml
|
depends = python-yaml
|
||||||
|
depends = python-mediafile
|
||||||
|
depends = python-confuse
|
||||||
|
depends = python-munkres
|
||||||
depends = python-jellyfish
|
depends = python-jellyfish
|
||||||
depends = python-six
|
optdepends = python-requests: absubmit, fetchart, embyupdate, kodiupdate, lyrics, plexupdate plugins
|
||||||
optdepends = python-pyacoustid: acoustic fingerprinting
|
optdepends = python-pillow: fetchart, embedart, thumbnails plugins
|
||||||
optdepends = python-flask: web interface
|
optdepends = python-pyacoustid: chroma plugin
|
||||||
optdepends = python-gobject: BPD audio player plugin
|
optdepends = python-gobject: bpd, replaygain plugins
|
||||||
optdepends = python-pylast: lastgenre plugin
|
optdepends = python-gmusicapi: gmusic plugin
|
||||||
|
optdepends = python-discogs-client: discogs plugin
|
||||||
|
optdepends = python-requests-oauthlib: beatport plugin
|
||||||
|
optdepends = python-pylast: lastgenre, lastimport plugins
|
||||||
|
optdepends = python-beautifulsoup4: lyrics plugin
|
||||||
|
optdepends = python-mpd2: mpdstats plugin
|
||||||
|
optdepends = python-flask: web plugin
|
||||||
|
optdepends = python-flask-cors: web plugin
|
||||||
|
optdepends = python-rarfile: import plugin
|
||||||
|
optdepends = python-xdg: thumbnails plugin
|
||||||
|
optdepends = python-dbus: metasync plugin
|
||||||
|
optdepends = python-soco: sonosupdate plugin
|
||||||
|
optdepends = python-mutagen: scrub plugin
|
||||||
|
optdepends = chromaprint: chroma plugin
|
||||||
|
optdepends = ffmpeg: convert plugin
|
||||||
|
optdepends = mp3val: badfiles plugin
|
||||||
|
optdepends = flac: badfiles plugin
|
||||||
|
optdepends = gstreamer: bpd, replaygain plugins
|
||||||
|
optdepends = imagemagick: embedart plugin
|
||||||
|
optdepends = essentia-acousticbrainz: absubmit plugin
|
||||||
|
optdepends = keyfinder: keyfinder plugin
|
||||||
|
optdepends = mp3gain: replaygain plugin
|
||||||
|
optdepends = aacgain: replaygain plugin
|
||||||
|
optdepends = audiotools: replaygain plugin
|
||||||
|
optdepends = go-ipfs: ipfs plugin
|
||||||
provides = beets
|
provides = beets
|
||||||
conflicts = beets
|
conflicts = beets
|
||||||
source = git+https://github.com/beetbox/beets.git
|
source = git+https://github.com/beetbox/beets.git
|
||||||
|
44
PKGBUILD
44
PKGBUILD
@ -2,21 +2,45 @@
|
|||||||
# Contributor: Johannes Löthberg <demizide@gmail.com>
|
# Contributor: Johannes Löthberg <demizide@gmail.com>
|
||||||
|
|
||||||
pkgname=beets-git
|
pkgname=beets-git
|
||||||
pkgver=1.4.3.r29.g70fd6cb7
|
pkgver=1.4.9.r42.g81b1faa05
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Flexible music library manager and tagger - git version"
|
pkgdesc="Flexible music library manager and tagger - git version"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://beets.io/"
|
url="http://beets.io/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python-munkres' 'python-mutagen'
|
depends=('python-six' 'python-unidecode' 'python-musicbrainzngs'
|
||||||
'python-setuptools' 'python-unidecode'
|
'python-yaml' 'python-mediafile' 'python-confuse'
|
||||||
'python-musicbrainzngs' 'python-yaml'
|
'python-munkres' 'python-jellyfish')
|
||||||
'python-jellyfish' 'python-six')
|
makedepends=('python-setuptools' 'git')
|
||||||
makedepends=('git')
|
optdepends=('python-requests: absubmit, fetchart, embyupdate, kodiupdate, lyrics, plexupdate plugins'
|
||||||
optdepends=('python-pyacoustid: acoustic fingerprinting'
|
'python-pillow: fetchart, embedart, thumbnails plugins'
|
||||||
'python-flask: web interface'
|
'python-pyacoustid: chroma plugin'
|
||||||
'python-gobject: BPD audio player plugin'
|
'python-gobject: bpd, replaygain plugins'
|
||||||
'python-pylast: lastgenre plugin')
|
'python-gmusicapi: gmusic plugin'
|
||||||
|
'python-discogs-client: discogs plugin'
|
||||||
|
'python-requests-oauthlib: beatport plugin'
|
||||||
|
'python-pylast: lastgenre, lastimport plugins'
|
||||||
|
'python-beautifulsoup4: lyrics plugin'
|
||||||
|
'python-mpd2: mpdstats plugin'
|
||||||
|
'python-flask: web plugin'
|
||||||
|
'python-flask-cors: web plugin'
|
||||||
|
'python-rarfile: import plugin'
|
||||||
|
'python-xdg: thumbnails plugin'
|
||||||
|
'python-dbus: metasync plugin'
|
||||||
|
'python-soco: sonosupdate plugin'
|
||||||
|
'python-mutagen: scrub plugin'
|
||||||
|
'chromaprint: chroma plugin'
|
||||||
|
'ffmpeg: convert plugin'
|
||||||
|
'mp3val: badfiles plugin'
|
||||||
|
'flac: badfiles plugin'
|
||||||
|
'gstreamer: bpd, replaygain plugins'
|
||||||
|
'imagemagick: embedart plugin'
|
||||||
|
'essentia-acousticbrainz: absubmit plugin'
|
||||||
|
'keyfinder: keyfinder plugin'
|
||||||
|
'mp3gain: replaygain plugin'
|
||||||
|
'aacgain: replaygain plugin'
|
||||||
|
'audiotools: replaygain plugin'
|
||||||
|
'go-ipfs: ipfs plugin')
|
||||||
provides=('beets')
|
provides=('beets')
|
||||||
conflicts=('beets')
|
conflicts=('beets')
|
||||||
source=('git+https://github.com/beetbox/beets.git')
|
source=('git+https://github.com/beetbox/beets.git')
|
||||||
|
Loading…
Reference in New Issue
Block a user