--- mbrola-de6-0.0.20021125.orig/debian/copyright +++ mbrola-de6-0.0.20021125/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Samuel Thibault +on Mon, 29 Dec 2008 16:06:50 +0100, based on the packageing from the Oralux +distribution (Igor B. Poretsky and Gilles Casse +) + +It was downloaded from http://tcts.fpms.ac.be/synthesis/ + +Upstream Author: Faculte Polytechnique de Mons - mbrola team + +Copyright: +Copyright (C) 1996-2008 Faculte Polytechnique de Mons - mbrola team + +License: + +-------------------------------------------------------------- +This mbrola database is being provided to you, the licensee,by +the Faculte Polytechnique de Mons, the licensor and owner of the +database. The original diphone database, from which this mbrola +database has been built, is owned and copyrighted by + +Institute of Phonetics +Saarland University +66041 Saarbrücken +Contact: Marc Schröder, schroed@dfki.de + +By obtaining, using and/or copying this database, you agree +that you have read, understood, and will comply with these +terms and conditions : + +Terms and conditions on the use of DE6 +-------------------------------------- + +Permission is granted to use this database for synthesizing +speech with and only with the Mbrola program made available +from the MBROLA project www homepage : + + http://tcts.fpms.ac.be/synthesis/mbrola.html + +Terms and conditions for the distribution of DE6 +------------------------------------------------ + +The distribution of this database is submitted to the same terms +and conditions as the distribution of the Mbrola program. +In addition, this database may not be sold or incorporated into +any product which is sold without prior permission from the +Diphone Database Owner (Institute of Phonetics at Saarland University). + +When no charge is made, this database may be copied and distributed +freely, provided that this notice is copied and distributed with it. + +Disclaimer +---------- + +THIS DATABASE CARRIES NO WARRANTY, EXPRESSED OR IMPLIED. THE USER +ASSUMES ALL RISKS, KNOWN OR UNKNOWN, DIRECT OR INDIRECT, WHICH +INVOLVE THIS DATABASE IN ANY WAY. IN PARTICULAR, THE LICENSOR OF +THE DATABASE DOES NOT TAKE ANY COMMITMENT IN VIEW OF ANY POSSIBLE +THIRD PARTY RIGHTS. --- mbrola-de6-0.0.20021125.orig/debian/examples +++ mbrola-de6-0.0.20021125/debian/examples @@ -0,0 +1 @@ +TEST/* --- mbrola-de6-0.0.20021125.orig/debian/compat +++ mbrola-de6-0.0.20021125/debian/compat @@ -0,0 +1 @@ +5 --- mbrola-de6-0.0.20021125.orig/debian/rules +++ mbrola-de6-0.0.20021125/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +build: + +binary-arch: + +binary-indep: + dh_testdir + dh_testroot + dh_prep + dh_install de6 usr/share/mbrola/de6 + dh_installdocs + dh_installchangelogs + dh_installexamples + dh_compress -X.pho + dh_fixperms + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep + +clean: + dh_testdir + dh_clean --- mbrola-de6-0.0.20021125.orig/debian/control +++ mbrola-de6-0.0.20021125/debian/control @@ -0,0 +1,29 @@ +Source: mbrola-de6 +Section: non-free/sound +Priority: optional +Maintainer: Samuel Thibault +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 +Homepage: http://tcts.fpms.ac.be/synthesis/ + +Package: mbrola-de6 +Architecture: all +Depends: ${misc:Depends}, mbrola +Provides: mbrola-voice-de, mbrola-voice +Description: German male voice for Mbrola + This package contains a German diphone database provided in the context + of the MBROLA project see: http://tcts.fpms.ac.be/synthesis/ + . + DE6 is a male German diphone voice created in the context of the EU project + NECA (IST-2000-28580), with the aim of being particularly suitable for the + flexible synthesis of expressive speech. + . + The main feature of DE6 is therefore that it contains a complete diphone + set for three different voice qualities defined by their vocal effort, low + effort ("soft voice"), medium effort ("normal or modal voice"), and high + effort ("loud voice"). + . + This diphone database was recorded jointly by the Institute of Phonetics at + Saarland University and by the Language Technology Department at DFKI, + Saarbrücken. --- mbrola-de6-0.0.20021125.orig/debian/docs +++ mbrola-de6-0.0.20021125/debian/docs @@ -0,0 +1 @@ +de6.txt --- mbrola-de6-0.0.20021125.orig/debian/README.Debian +++ mbrola-de6-0.0.20021125/debian/README.Debian @@ -0,0 +1,19 @@ +mbrola-de6 for Debian +--------------------- + +This package installs the diphone database into /usr/share/mbrola/voices/de6. +All examples go to /usr/share/doc/mbrola-de6/examples . + +You can test your installation by running: + +mbrola /usr/share/mbrola/de6/de6 /usr/share/doc/mbrola-de6/examples/erzaehl.pho erzaehl.wav + +which will create euler.wav in the current directory. + +If you have Sox installed, you can run: + +mbrola /usr/share/mbrola/de6/de6 /usr/share/doc/mbrola-de6/examples/erzaehl.pho -.au | play -t .au - + +to play it on the fly. + + -- Samuel Thibault Mon, 29 Dec 2008 16:27:37 +0100 --- mbrola-de6-0.0.20021125.orig/debian/changelog +++ mbrola-de6-0.0.20021125/debian/changelog @@ -0,0 +1,14 @@ +mbrola-de6 (0.0.20021125-2) unstable; urgency=low + + * Bump Standards-Version to 3.9.1 (no change needed) + * Add misc:Depends dependency + * Bump debhelper dependency version to 7 + * Fix voice path according to common usage. + + -- Samuel Thibault Tue, 14 Sep 2010 21:14:40 +0200 + +mbrola-de6 (0.0.20021125-1) unstable; urgency=low + + * Initial release (Closes: #511973). + + -- Samuel Thibault Mon, 29 Dec 2008 15:38:29 +0100