summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 300a43d763d3af9bce3a34c86f460d3c15567a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
pkgbase = deepspeech
	pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture
	pkgver = 0.2.0
	pkgrel = 1
	url = https://github.com/mozilla/DeepSpeech
	arch = x86_64
	license = MPL2
	makedepends = bazel
	makedepends = python-numpy
	makedepends = python-scipy
	makedepends = python-pip
	makedepends = python-wheel
	makedepends = python-setuptools
	makedepends = git
	makedepends = sox
	makedepends = swig
	source = deepspeech-0.2.0.tar.gz::https://github.com/mozilla/DeepSpeech/archive/v0.2.0.tar.gz
	source = git+https://github.com/mozilla/tensorflow.git#branch=r1.6
	source = 17508.patch
	sha512sums = 3298a6f1a80865e933796ed386b8988f04d546752e79cc1f18b1adf389523f35fb4e6ae5ce85988da529bfd479b02fccab5c080af27a879d05fce6e617c0ad11
	sha512sums = SKIP
	sha512sums = 18e3b22e956bdd759480d2e94212eb83d6a59381f34bbc7154cadbf7f42686c2f703cc61f81e6ebeaf1da8dc5de8472e5afc6012abb1720cadb68607fba8e8e1

pkgname = deepspeech
	depends = sox

pkgname = python-deepspeech
	pkgdesc = DeepSpeech Python bindings
	depends = deepspeech
	depends = python
	depends = python-scipy
	depends = python-numpy