Package Details: mbrola-voices-de1 1:15.6fa9693-1

Git Clone URL: https://aur.archlinux.org/mbrola-voices-de1.git (read-only, click to copy)
Package Base: mbrola-voices-de1
Description: A German female voice for the MBROLA synthesizer
Upstream URL: https://github.com/numediart/MBROLA-voices/
Licenses: custom
Groups: mbrola-voices
Submitter: Changaco
Maintainer: muflone
Last Packager: muflone
Votes: 18
Popularity: 0.000000
First Submitted: 2008-11-04 20:16 (UTC)
Last Updated: 2020-03-01 00:34 (UTC)

Dependencies (1)

Required by (1)

Sources (14)

Latest Comments

arkades commented on 2020-12-01 23:23 (UTC) (edited on 2020-12-02 14:46 (UTC) by arkades)

I encounter some integrity check failures during rebuild as multiple similar versions of package (e.g. mbrola-voices-{de1,de2,de3,...}) are built. This is because I use the same SRCDEST symbol for all my packages. I temporarly solved the issue by adding:

source=("${pkgname}-${pkgver}-${_pkgfile}::https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/${_pkgfile}"
"${pkgname}-${pkgver}-README.txt::https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/README.txt"
...
)

and

package(){
...
# Install test files
install -m 755 -d "${pkgdir}/usr/share/mbrola/${_pkgfile}/test"
for file in mbroli.ini demo.pho w1.pho w5.pho w6.pho w7.pho w8.pho w9.pho weather.pho wetter2.pho wetter2a.pho; do
install -m 644 -D "${pkgname}-${pkgver}-${file}" "${pkgdir}/usr/share/mbrola/${_pkgfile}/test/${file}"
done
}

muflone commented on 2014-08-15 10:52 (UTC)

Package adopted

alexdantas commented on 2014-08-12 15:02 (UTC)

Stopped maintaining.

alexdantas commented on 2013-06-14 15:46 (UTC)

Started mantaining.