gkarsay / parlatype

GNOME audio player for transcription
https://www.parlatype.xyz
GNU General Public License v3.0
168 stars 20 forks source link

ASR files are installed even build without ASR #88

Closed jubalh closed 3 years ago

jubalh commented 3 years ago

Installation and version

I'm building the openSUSE distro package for parlatype 3.0.

Your desktop environment

Issue

I compile with meson -Ddeepspeech=false -Dpocketsphinx=false. And the following files get installed with anyways:

If I see it right they should only be installed if ASR is enabled, right?

jubalh commented 3 years ago

My guess is that https://github.com/gkarsay/parlatype/blob/main/data/meson.build#L3 should only be done conditionally if with_pocketsphinx or with_deepspeech are set.

gkarsay commented 3 years ago

Thank you for your quick bug report!