Package Details: piper-voices-fr-fr 1.0.0-1

Git Clone URL: https://aur.archlinux.org/piper-voices-fr-fr.git (read-only, click to copy)
Package Base: piper-voices-fr-fr
Description: Voices for Piper text to speech system (fr_FR)
Upstream URL: https://huggingface.co/rhasspy/piper-voices
Licenses: MIT
Groups: piper-voices
Provides: piper-voices
Submitter: gustawdaniel
Maintainer: gustawdaniel
Last Packager: gustawdaniel
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-14 21:37 (UTC)
Last Updated: 2024-11-14 21:37 (UTC)

Dependencies (2)

Required by (1)

Sources (0)

Latest Comments

michael.gruz commented on 2026-01-04 07:02 (UTC)

The issue for this and other localised piper-voices packages. The proper way to fix this is to change the following line from:

 git lfs install 

to:

 git lfs install --local 

The default behaviour of git lfs install is to setup the LFS filters inside the global .gitconfig file. Adding --local makes it modify (or create) a .gitignore file inside the current repository, which in this case is the local copy of the piper-voices repo from huggingface.co, so it doesn't conflict with any constraints enforced by makepkg.