praat-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. %define pkg_name praat
  2. %define pkg_version 6.0.47
  3. %define pkg_release 1%{?_dist_release}
  4. Summary: program for speech analysis and synthe
  5. Summary(ja): 音声分析および音声合成用プログラム
  6. Name: %{pkg_name}
  7. Version: %{pkg_version}
  8. Release: %{pkg_release}
  9. License: GPLv2
  10. Group: Applications/Edutainment
  11. URL: http://www.fon.hum.uva.nl/praat/
  12. Source0: %{name}-%{version}.tar.gz
  13. Source1: praat.desktop
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: gtk2-devel
  16. BuildRequires: alsa-lib-devel
  17. BuildRequires: pulseaudio-libs-devel
  18. BuildRequires: jack-audio-connection-kit-devel
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. According to its authors, praat is "doing phonetics by computer".
  23. Through its graphical interface, several speech analysis functionalities
  24. are available: spectrograms, cochleograms, and pitch and formant extraction.
  25. Articulatory synthesis, as well as synthesis from pitch, formant, and
  26. intensity are also available. Other features are segmentation, labelling
  27. using the phonetic alphabet, and computation of statistics.
  28. Praat is configurable and extensible through its own scripting language
  29. and has provisions for communicating with other programs.
  30. %description -l ja
  31. 作者によると、praat は "doing phonetics by computer" の略称だそうです。
  32. グラフィカルなインターフェイスを通じて、スペクトログラム、cochleogram、
  33. そしてピッチやフォルマントの抽出といった複数の音声分析機能が利用できます。
  34. 調音分析に加え、ピッチやフォルマント、そして強度からの分析が利用できます。
  35. セグメント分割、音声のアルファベットを使ったラベル付け、そして統計計算といった
  36. 機能も利用できます。Praat はスクリプト言語を通じた設定や機能が豊富で、
  37. 他のプログラムとの通信の用意ができています。
  38. %prep
  39. %{__rm} -rf ${RPM_BUILD_ROOT}
  40. %setup -q
  41. %{__cp} makefiles/makefile.defs.linux.pulse ./makefile.defs
  42. %build
  43. %{__make} %{?_smp_mflags}
  44. %install
  45. %{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
  46. %{__install} -m 755 praat ${RPM_BUILD_ROOT}%{_bindir}
  47. %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/applications
  48. %{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/applications
  49. %clean
  50. %{__rm} -rf ${RPM_BUILD_ROOT}
  51. %files
  52. %defattr(-, root, root)
  53. %doc README.md main/GNU_General_Public_License.txt
  54. %{_bindir}/
  55. %{_datadir}/applications/
  56. %changelog
  57. * Sun Feb 10 2019 Toshiaki Ara <ara_t@384.jp> 6.0.47-1
  58. - update to 6.0.47
  59. * Fri Jan 04 2019 Toshiaki Ara <ara_t@384.jp> 6.0.46-1
  60. - update to 6.0.46
  61. * Wed Jan 02 2019 Toshiaki Ara <ara_t@384.jp> 6.0.45-1
  62. - update to 6.0.45
  63. - add BuildRequires: jack-audio-connection-kit-devel
  64. * Mon Sep 10 2018 Toshiaki Ara <ara_t@384.jp> 6.0.43-1
  65. - update to 6.0.43
  66. * Thu Aug 16 2018 Toshiaki Ara <ara_t@384.jp> 6.0.42-1
  67. - update to 6.0.42
  68. * Tue Aug 07 2018 Toshiaki Ara <ara_t@384.jp> 6.0.41-1
  69. - update to 6.0.41
  70. * Sat May 12 2018 Toshiaki Ara <ara_t@384.jp> 6.0.40-1
  71. - update to 6.0.40
  72. * Sun Apr 01 2018 Toshiaki Ara <ara_t@384.jp> 6.0.38-1
  73. - update to 6.0.38
  74. * Mon Feb 05 2018 Toshiaki Ara <ara_t@384.jp> 6.0.37-1
  75. - update to 6.0.37
  76. * Sun Nov 12 2017 Toshiaki Ara <ara_t@384.jp> 6.0.36-1
  77. - new package