Package: festival-dev
Version: 1:2.1~release-1
Severity: wishlist
File: festival
Tags: upstream
Festival provides a C++ and C api for which it would be nice to have a
pkg-config file. I've attached two template files for festival when it
is installed and uninstalled. I tried to also come up with a patch to
have them be in installed as part of the package, but had difficulty
understanding the build system, as it seems to be a mixture of autotools
and custom makefiles, and the debian package seems to add a layer on top
of that.
One thing I should note is that I don't think festival provides the
PACKAGE_VERSION to autoconf, so that might have to be manually entered
into the template. Also, it depends on estools, which also would need a
pkg-config file.
-- System Information:
Debian Release: wheezy/sid
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages festival-dev depends on:
ii libestools2.1-dev 1:2.1~release-2 Edinburgh Speech Tools Library - d
festival-dev recommends no packages.
Versions of packages festival-dev suggests:
pn festival-doc <none> (no description available)
-- no debconf information
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: festival
Description: General multi-lingual speech synthesis system
Version: @PACKAGE_VERSION@
Requires: estools
Libs: -L${libdir} -lFestival
Cflags: -I${includedir}
Name: festival
Description: General multi-lingual speech synthesis system
Version: @PACKAGE_VERSION@
Requires: estools
Libs: -L${pcfiledir}/src/lib -lFestival
Cflags: -I${pcfiledir}/src/include