Skip to content

Commit

Permalink
added pocketsphinx 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iffsid committed Mar 17, 2013
0 parents commit c31e6eb
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.mediawiki
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Gentoo Neuroscience overlay =

This is a Gentoo overlay that contains some local builds of my own.

To use it install layman and edit your /etc/layman/layman.cfg
to read:

overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
http://raw.github.com/iffsid/iffsid-local/master/repositories.xml
and run:

layman -a iffsid-local
1 change: 1 addition & 0 deletions metadata/layout.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
masters = gentoo
2 changes: 2 additions & 0 deletions misc-personal/pocketsphinx/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DIST pocketsphinx-0.8.tar.gz 23781837 SHA256 874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a SHA512 b53ab8883ddbc2c66c6a6af1bac318f3cdfd5a495cb636f33eb649d42f28780b36c43dfd9a61f213d6a1b83f0fba6b114d44b38d9fa091acf62a8e529118e583 WHIRLPOOL 90078dea3bcfeca6f04fb058e9d9d42e505dc3919606ef6f392abaf91251421243a02d6892eafb1c8890ab430b6f87a81b7b0c1c5df73675a737923d384ce674
EBUILD pocketsphinx-0.8.ebuild 741 SHA256 765922ae8faacf62b83b3530d7ba378482c6c725b7a403358e2e38002de6d778 SHA512 00935752a5097c109be60db68fee8f5c595af3d5b475ede37443d5f89ebd88a542659ce87ec16acd97568f69bf268571f5109932cddac0c3aa0b33601e29bde7 WHIRLPOOL a43455cd06f561769e809b6ba90e2dcc8e4c62c1fc8f81fe23976fd9a096a1a09222d27059a3d5b15eb5481f73943fb11e6992788fee64bb4d43fd4b0f565ae2
34 changes: 34 additions & 0 deletions misc-personal/pocketsphinx/pocketsphinx-0.8.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2013 Siddharth Narayanaswamy,
# Distributed under the terms of the GNU General Public License v2

EAPI=3
PYTHON_DEPEND="python? 2:2.6"

inherit autotools-utils python

DESCRIPTION="Pocketsphinx ebuild for CMU speech-recognition engine"
HOMEPAGE="http://cmusphinx.sourceforge.net/wiki/"
SRC_URI="http://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/${PV}/${P}.tar.gz"

LICENSE="BSD-2 HPND MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc lapack python static-libs"

DEPEND="app-accessibiltiy/sphinxbase"
RDEPEND="${DEPEND}"

src_configure() {
local myeconfargs=(
--prefix="/usr/local/"
)
autotools-utils_src_configure
}

src_compile() {
autotools-utils_src_compile
}

src_install() {
autotools-utils_src_install
}
1 change: 1 addition & 0 deletions profiles/categories
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
misc-personal
1 change: 1 addition & 0 deletions profiles/repo_name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iffsid-local
15 changes: 15 additions & 0 deletions repositories.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="unofficial">
<name>iffsid-local</name>
<description lang="en">Assorted local ebuilds</description>
<homepage>https://github.com/iffsid/iffsid-local</homepage>
<owner type="person">
<email>[email protected]</email>
<name>Siddharth Narayanaswamy</name>
</owner>
<source type="rsync">/home/jeeju/work/iffsid-local/</source>
<source type="git">git://github.com/iffsid/iffsid-local.git</source>
</repo>
</repositories>

0 comments on commit c31e6eb

Please sign in to comment.