source: projects/specs/trunk/p/praat/praat-vl.spec @ 12048

Revision 12048, 3.2 KB checked in by ara_t, 5 years ago (diff)

praat: update to 6.0.47

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