mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
flite-alsa: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
a0629d7a76
commit
2bd740ea57
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,12 @@
|
|||
--- flite-1.3-release/configure.in.old 2008-01-06 02:17:47.000000000 -0600
|
||||
+++ flite-1.3-release/configure.in 2008-01-06 02:19:56.000000000 -0600
|
||||
@@ -220,7 +220,8 @@ dnl allow the user to override the one d
|
||||
dnl
|
||||
AC_ARG_WITH( audio,
|
||||
[ --with-audio with specific audio support (none linux freebsd etc) ],
|
||||
- AUDIODRIVER=$with_audio )
|
||||
+ [AUDIODRIVER=$with_audio
|
||||
+ AUDIODEFS=])
|
||||
|
||||
if test "x$AUDIODEFS" = x; then
|
||||
case "$AUDIODRIVER" in
|
||||
12
meta-oe/recipes-support/flite/flite-alsa_1.3.bb
Normal file
12
meta-oe/recipes-support/flite/flite-alsa_1.3.bb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
require flite.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
EXTRA_OECONF = "--with-audio=alsa --enable-shared"
|
||||
|
||||
SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.gz \
|
||||
file://flite-1.3-alsa_support-1.2.diff \
|
||||
file://flite-alsa-1.3-configure-with-audio.patch"
|
||||
|
||||
SRC_URI[md5sum] = "ae0aca1cb7b4801f4372f3a75a9e52b5"
|
||||
SRC_URI[sha256sum] = "922225f7001e57a0fbace8833b0a48790a68f6c7b491f2d47c78ad537ab78a8b"
|
||||
34
meta-oe/recipes-support/flite/flite.inc
Normal file
34
meta-oe/recipes-support/flite/flite.inc
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
DESCRIPTION = "flite - the festival light speech synthesizer"
|
||||
PRIORITY = "optional"
|
||||
HOMEPAGE = "http://www.speech.cs.cmu.edu/flite/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "flite"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=68a16b1ee49c96c36f232ccdcd287650"
|
||||
DEPENDS = "alsa-oss"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
S = "${WORKDIR}/flite-${PV}-release"
|
||||
|
||||
CFLAGS += " -lasound "
|
||||
|
||||
inherit autotools
|
||||
|
||||
PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16"
|
||||
|
||||
FILES_${PN} = "${bindir}"
|
||||
|
||||
FILES_lib${PN} ="${libdir}/libflite.so.* \
|
||||
${libdir}/libflite_cmu_time_awb.so.* \
|
||||
${libdir}/libflite_cmulex.so.* \
|
||||
${libdir}/libflite_usenglish.so.*"
|
||||
|
||||
FILES_lib${PN}-vox8 = "${libdir}/libflite_cmu_us_kal.so.*"
|
||||
|
||||
FILES_lib${PN}-vox16 = "${libdir}/libflite_cmu_us_kal16.so.*"
|
||||
|
||||
LEAD_SONAME = "libflite.so"
|
||||
|
||||
do_install() {
|
||||
oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user