summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO28
1 files changed, 19 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0927e4cbe5f..300a43d763d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,33 @@
-# Generated by mksrcinfo v8
-# Sun Dec 17 12:46:12 UTC 2017
pkgbase = deepspeech
pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture
- pkgver = 0.1.0
- pkgrel = 2
+ 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
- depends = python-tensorflow
- depends = python-scipy
- source = deepspeech-0.1.0.tar.gz:https://github.com/mozilla/DeepSpeech/archive/v0.1.0.tar.gz
- source = git+https://github.com/mozilla/tensorflow.git
- sha512sums = 4103ac9bd5cd313f87ad2786133aafb70211f420e1856187cf47ab7f6bc824f79033b8fbae7a3e2d8981a5f63d61b8f5428e0ffe5c849333dc7d9e2c710a1f3a
+ 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