summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <mva@mva.name>2013-02-26 10:08:31 +0400
committerVadim A. Misbakh-Soloviov <mva@mva.name>2013-02-26 10:08:31 +0400
commitfc6127d7fbe6c3303ef9bc9fcbc15289769600b0 (patch)
tree3548ef9d38ffec80abc5fc003e2cead6a0743ad4
parentInit (diff)
downloadactivehome-fc6127d7fbe6c3303ef9bc9fcbc15289769600b0.tar.gz
activehome-fc6127d7fbe6c3303ef9bc9fcbc15289769600b0.tar.bz2
activehome-fc6127d7fbe6c3303ef9bc9fcbc15289769600b0.zip
bump
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
-rw-r--r--app-accessibility/pocketsphinx/Manifest2
-rw-r--r--app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild (renamed from app-accessibility/pocketsphinx/pocketsphinx-0.7.ebuild)0
-rw-r--r--app-accessibility/sphinx3/ChangeLog41
-rw-r--r--app-accessibility/sphinx3/Manifest1
-rw-r--r--app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch34
-rw-r--r--app-accessibility/sphinx3/metadata.xml5
-rw-r--r--app-accessibility/sphinx3/sphinx3-0.8.ebuild63
-rw-r--r--app-accessibility/sphinxbase/Manifest5
-rw-r--r--app-accessibility/sphinxbase/sphinxbase-0.8.ebuild (renamed from app-accessibility/sphinxbase/sphinxbase-0.7.ebuild)0
-rw-r--r--app-accessibility/sphinxtrain/Manifest5
-rw-r--r--app-accessibility/sphinxtrain/sphinxtrain-1.0.8.ebuild (renamed from app-accessibility/sphinxtrain/sphinxtrain-1.0.7.ebuild)0
11 files changed, 147 insertions, 9 deletions
diff --git a/app-accessibility/pocketsphinx/Manifest b/app-accessibility/pocketsphinx/Manifest
index e83d690..cad3a57 100644
--- a/app-accessibility/pocketsphinx/Manifest
+++ b/app-accessibility/pocketsphinx/Manifest
@@ -1 +1 @@
-DIST pocketsphinx-0.7.tar.gz 23701750 SHA256 ce0cace1ab153006e631d0a15680f2ec13f289cb2ddafa20c84fb5986fe92455 SHA512 388d3cbd952730ffae2af33b64aa1771de8cd8ad8b59087f7f288dd9d1abb297652ce289c7d379735ef03ce96d5aa1b8b75c46c8a310f67cd5a6220ead47752b WHIRLPOOL 56ccd14049a05431a9a97844f1401dd12582bf62b4ea43b1c986a7baba95b15ae22d2c077d17a6c0825010c311f57864b04277bb21b075c520b0d63780fe478f
+DIST pocketsphinx-0.8.tar.gz 23781837 SHA256 874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a SHA512 b53ab8883ddbc2c66c6a6af1bac318f3cdfd5a495cb636f33eb649d42f28780b36c43dfd9a61f213d6a1b83f0fba6b114d44b38d9fa091acf62a8e529118e583 WHIRLPOOL 90078dea3bcfeca6f04fb058e9d9d42e505dc3919606ef6f392abaf91251421243a02d6892eafb1c8890ab430b6f87a81b7b0c1c5df73675a737923d384ce674
diff --git a/app-accessibility/pocketsphinx/pocketsphinx-0.7.ebuild b/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild
index 60d532a..60d532a 100644
--- a/app-accessibility/pocketsphinx/pocketsphinx-0.7.ebuild
+++ b/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild
diff --git a/app-accessibility/sphinx3/ChangeLog b/app-accessibility/sphinx3/ChangeLog
new file mode 100644
index 0000000..8e78872
--- /dev/null
+++ b/app-accessibility/sphinx3/ChangeLog
@@ -0,0 +1,41 @@
+# ChangeLog for app-accessibility/sphinx3
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/ChangeLog,v 1.9 2012/11/28 18:15:13 radhermit Exp $
+
+ 28 Nov 2012; Tim Harder <radhermit@gentoo.org> sphinx3-0.6.3.ebuild,
+ sphinx3-0.8.ebuild:
+ Fix LICENSE (bug #445040 by ulm).
+
+ 23 May 2012; Mike Frysinger <vapier@gentoo.org> sphinx3-0.8.ebuild:
+ Inherit eutils eclass for epatch.
+
+ 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> sphinx3-0.8.ebuild:
+ Restricting jython
+
+ 12 Jan 2012; Michał Górny <mgorny@gentoo.org> sphinx3-0.8.ebuild:
+ Fix invalid use of autotools-utils.eclass.
+
+*sphinx3-0.8 (17 Nov 2011)
+
+ 17 Nov 2011; Jesus Rivero <neurogeek@gentoo.org> +sphinx3-0.8.ebuild,
+ +files/sphinx3-0.8_heap_fix.patch:
+ Version bump. Closes bug #344991
+
+ 01 Apr 2009; William Hubbs <williamh@gentoo.org> sphinx3-0.6.3.ebuild:
+ Stable on x86.
+
+ 30 Sep 2006; William Hubbs <williamh@gentoo.org> -sphinx3-0.6.ebuild:
+ Removed an older, broken ebuild.
+
+*sphinx3-0.6.3 (30 Sep 2006)
+
+ 30 Sep 2006; William Hubbs <williamh@gentoo.org> +sphinx3-0.6.3.ebuild:
+ version bump, also closes #145667.
+
+*sphinx3-0.6 (04 Jul 2006)
+
+ 04 Jul 2006; Jon Hood <squinky86@gentoo.org> +metadata.xml,
+ +sphinx3-0.6.ebuild:
+ Initial import, bug #129149 with help from Franklin Marmon
+ <marmon@montana.com>.
+
diff --git a/app-accessibility/sphinx3/Manifest b/app-accessibility/sphinx3/Manifest
new file mode 100644
index 0000000..cb8a44e
--- /dev/null
+++ b/app-accessibility/sphinx3/Manifest
@@ -0,0 +1 @@
+DIST sphinx3-0.8.tar.gz 25226326 SHA256 1cf76a086f9b509e35f7226df2e61b0a0bf8b0858b9676e5b18cfc47b2ea2741 SHA512 85b8e574e2f92a758c8c56ef11b873c49ef8a376e964f30a12d75850d4a0db56e3108eaea25fa5587675ef2ffa4531a13f0f182a85cc8e434c6bcee42058e050 WHIRLPOOL 0f3604b4fa320f59e4ee65b79c4a779c48f2822a944b28b85a740826244f5eb7adc072538919c97ebf4eb270660fbe6f5b30b55cc67ec6276358063cf340aa7b
diff --git a/app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch b/app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch
new file mode 100644
index 0000000..b7b71d9
--- /dev/null
+++ b/app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch
@@ -0,0 +1,34 @@
+diff -uNr sphinx3-0.8.orig/python/setup.py sphinx3-0.8/python/setup.py
+--- sphinx3-0.8.orig/python/setup.py 2008-12-31 23:20:08.000000000 -0500
++++ sphinx3-0.8/python/setup.py 2011-11-17 09:46:57.000000000 -0500
+@@ -8,15 +8,10 @@
+ define_macros = []
+
+ module = Extension('_sphinx3',
+- include_dirs = ['../../sphinxbase/include',
+- '../include',
+- '/usr/local/include/sphinxbase/',
+- '/usr/local/include/sphinx3',
+- ],
++ include_dirs = ['../include',
++ '@GENTOO_PORTAGE_EPREFIX@/usr/include/sphinxbase'],
+ define_macros = define_macros,
+- library_dirs = ['../../sphinxbase/src/libsphinxbase/.libs',
+- '../src/libs3decoder/.libs',
+- '../../sphinxbase/lib/debug',
++ library_dirs = ['../src/libs3decoder/.libs',
+ '../lib/debug',
+ ],
+ libraries = ['sphinxbase', 's3decoder'],
+diff -uNr sphinx3-0.8.orig/src/libs3decoder/libsearch/vithist.c sphinx3-0.8/src/libs3decoder/libsearch/vithist.c
+--- sphinx3-0.8.orig/src/libs3decoder/libsearch/vithist.c 2008-12-31 13:27:56.000000000 -0500
++++ sphinx3-0.8/src/libs3decoder/libsearch/vithist.c 2011-11-17 09:46:24.000000000 -0500
+@@ -647,7 +647,7 @@
+ {
+ int32 se, fe, filler_done, th;
+ vithist_entry_t *ve;
+- heap_t h;
++ heap_t *h;
+ s3wid_t *wid;
+ int32 i;
+
diff --git a/app-accessibility/sphinx3/metadata.xml b/app-accessibility/sphinx3/metadata.xml
new file mode 100644
index 0000000..b723de1
--- /dev/null
+++ b/app-accessibility/sphinx3/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>accessibility</herd>
+</pkgmetadata>
diff --git a/app-accessibility/sphinx3/sphinx3-0.8.ebuild b/app-accessibility/sphinx3/sphinx3-0.8.ebuild
new file mode 100644
index 0000000..b0a6477
--- /dev/null
+++ b/app-accessibility/sphinx3/sphinx3-0.8.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.5 2012/11/28 18:15:13 radhermit Exp $
+
+EAPI=3
+PYTHON_DEPEND="python? 2:2.6"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+
+inherit autotools-utils prefix python eutils
+
+DESCRIPTION="CMU Speech Recognition engine"
+HOMEPAGE="http://cmusphinx.sourceforge.net/"
+SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc python static-libs"
+
+DEPEND=">=app-accessibility/sphinxbase-${PV}[static-libs?,python?]"
+RDEPEND="${DEPEND}"
+
+# Due to generated Python setup.py.
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+ epatch "${FILESDIR}/${P}_heap_fix.patch"
+ eprefixify 'python/setup.py'
+}
+
+src_compile() {
+ autotools-utils_src_compile
+
+ if use python; then
+ python_copy_sources python
+
+ building() {
+ "$(PYTHON)" setup.py build
+ }
+
+ python_execute_function -s --source-dir python building
+ fi
+}
+
+src_install() {
+ local DOCS=( AUTHORS ChangeLog NEWS README )
+ autotools-utils_src_install
+
+ if use doc; then
+ cd doc
+ dohtml -r -x CVS s3* s3 *.html
+ fi
+
+ if use python; then
+ installing() {
+ "$(PYTHON)" setup.py install \
+ --install-lib="${D}/$(python_get_sitedir)"
+ }
+
+ python_execute_function -s --source-dir python installing
+ fi
+}
diff --git a/app-accessibility/sphinxbase/Manifest b/app-accessibility/sphinxbase/Manifest
index 9f6e8ba..406639f 100644
--- a/app-accessibility/sphinxbase/Manifest
+++ b/app-accessibility/sphinxbase/Manifest
@@ -1,4 +1 @@
-DIST sphinxbase-0.7.tar.gz 3291922 SHA256 389cb99a545f7d615a2b3bc3f7362a490ca45fc4dc440140ae1d2a41f87773ec SHA512 c5cc4e60a43fdaabce8b75c89eaa5e3dc4a0ef1f4fc253a20da8098eea7f13cf1e344ce42ae8a70f34bce20547fc2c88858fc3ab62ce8386fed666dfa43e1109 WHIRLPOOL b1a2238595b371ffe4c9b48d7ab0b604be2adc1b4e3cab3f9a17c3e9c587cdfa5bfcb33e5c8e0fc9bf282873f7ab4fb3ee03551b2063c1398e51eefa83a0e15a
-EBUILD sphinxbase-0.7.ebuild 1449 SHA256 57b1c727e1354b54bc373441ac1bf24128a16debb614c8e8745e09b590f328c5 SHA512 e33876bab2f97a8caab6195efbdafd42a2f6e99e88d984ecfb2269cc8277f9f9d77aba0efb142cf0f89e72575b775b99aa83bb15846b090b3b856cc10499fdc2 WHIRLPOOL dbb6ac60118b1b56ab99cdb7a2d32c90709d86f098cd5e117220d34e36201e3959990f6ac059da399874c47664dd70ad0b48597fe47121f5c7b51a1dce84980e
-MISC ChangeLog 583 SHA256 99b3c67ee46887808ddeff5c482fbd5deb8cfa9f5bc3ba8e1c432da569edfc80 SHA512 6bae772821f8be72f3722135b6730480fca9b566caf5db3996dc7775f6405fe88129bdca9c83ae15182bc9052636fc6006d187109aa46b0408aabef00db29475 WHIRLPOOL eea1971cc53be581453b35588af336b8f295b4cd928d7b2502c87f8861b6222d50a53eba3238ef98500d0a57881ba41de26cb3bd9aa099d582ec69045ff65ffb
-MISC metadata.xml 167 SHA256 acc2d68b15e57417767543ba061a4fa58d7382904217f0e7408ce94887509bce SHA512 3f87942cf2780bc16b22b25c38907b3dd0c1d9dd319b8117878921d93cfd047dbd0a663d70e48d4244b98dee58398d1d75dbe9612281226ceddcc866b3be0bb7 WHIRLPOOL 649c0441fb431848e59c09c006e1a97b9775577085affd2f4ff2aea9bb1e636093c1ad65cb2fc07a330babbb8505e5327e8f1d04dcf5b56f30b8a539364aee3d
+DIST sphinxbase-0.8.tar.gz 3313197 SHA256 55708944872bab1015b8ae07b379bf463764f469163a8fd114cbb16c5e486ca8 SHA512 fdb13c07e591e868c395d5f8209ec389fb9d5a93d99104a00cb82382e84d320091ae7e74d53225706331d4959ab5e248fa622582a148bfdb6ab5c38470d1963c WHIRLPOOL df050d547a263954574902ce08d966a184d428ea5ec700128fde2fee5d78f948a5920e2b92540f052e4a1d6ac208b388350d7ad66c0548ee945f99ceab0f0a0c
diff --git a/app-accessibility/sphinxbase/sphinxbase-0.7.ebuild b/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild
index 0fbc154..0fbc154 100644
--- a/app-accessibility/sphinxbase/sphinxbase-0.7.ebuild
+++ b/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild
diff --git a/app-accessibility/sphinxtrain/Manifest b/app-accessibility/sphinxtrain/Manifest
index 9f6e8ba..2a9f474 100644
--- a/app-accessibility/sphinxtrain/Manifest
+++ b/app-accessibility/sphinxtrain/Manifest
@@ -1,4 +1 @@
-DIST sphinxbase-0.7.tar.gz 3291922 SHA256 389cb99a545f7d615a2b3bc3f7362a490ca45fc4dc440140ae1d2a41f87773ec SHA512 c5cc4e60a43fdaabce8b75c89eaa5e3dc4a0ef1f4fc253a20da8098eea7f13cf1e344ce42ae8a70f34bce20547fc2c88858fc3ab62ce8386fed666dfa43e1109 WHIRLPOOL b1a2238595b371ffe4c9b48d7ab0b604be2adc1b4e3cab3f9a17c3e9c587cdfa5bfcb33e5c8e0fc9bf282873f7ab4fb3ee03551b2063c1398e51eefa83a0e15a
-EBUILD sphinxbase-0.7.ebuild 1449 SHA256 57b1c727e1354b54bc373441ac1bf24128a16debb614c8e8745e09b590f328c5 SHA512 e33876bab2f97a8caab6195efbdafd42a2f6e99e88d984ecfb2269cc8277f9f9d77aba0efb142cf0f89e72575b775b99aa83bb15846b090b3b856cc10499fdc2 WHIRLPOOL dbb6ac60118b1b56ab99cdb7a2d32c90709d86f098cd5e117220d34e36201e3959990f6ac059da399874c47664dd70ad0b48597fe47121f5c7b51a1dce84980e
-MISC ChangeLog 583 SHA256 99b3c67ee46887808ddeff5c482fbd5deb8cfa9f5bc3ba8e1c432da569edfc80 SHA512 6bae772821f8be72f3722135b6730480fca9b566caf5db3996dc7775f6405fe88129bdca9c83ae15182bc9052636fc6006d187109aa46b0408aabef00db29475 WHIRLPOOL eea1971cc53be581453b35588af336b8f295b4cd928d7b2502c87f8861b6222d50a53eba3238ef98500d0a57881ba41de26cb3bd9aa099d582ec69045ff65ffb
-MISC metadata.xml 167 SHA256 acc2d68b15e57417767543ba061a4fa58d7382904217f0e7408ce94887509bce SHA512 3f87942cf2780bc16b22b25c38907b3dd0c1d9dd319b8117878921d93cfd047dbd0a663d70e48d4244b98dee58398d1d75dbe9612281226ceddcc866b3be0bb7 WHIRLPOOL 649c0441fb431848e59c09c006e1a97b9775577085affd2f4ff2aea9bb1e636093c1ad65cb2fc07a330babbb8505e5327e8f1d04dcf5b56f30b8a539364aee3d
+DIST sphinxtrain-1.0.8.tar.gz 8925803 SHA256 548e3e513ceaa1b2fd6fd7ed1724349e0a4bf7bdeb11be9c91787e6f2b865203 SHA512 465d2c4ade9acc7b49c1d975449c38ac01d5a3ff332f9841be66cd8ca9d2f0b68fd36cc8a46384c8b510042efa91c3887a080481e84f2d0deb9775a598835f2b WHIRLPOOL d9ccbe09d125579e15167fa625bb72c86e114f9c394e909488216ae2f4e6af4c7b968d469455b65c4aff2a41a7d97701ac290df2cbc6b0450c64c94b042ae94d
diff --git a/app-accessibility/sphinxtrain/sphinxtrain-1.0.7.ebuild b/app-accessibility/sphinxtrain/sphinxtrain-1.0.8.ebuild
index 0fbc154..0fbc154 100644
--- a/app-accessibility/sphinxtrain/sphinxtrain-1.0.7.ebuild
+++ b/app-accessibility/sphinxtrain/sphinxtrain-1.0.8.ebuild