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

Revision 11794, 2.9 KB checked in by ara_t, 6 years ago (diff)

praat: update to 6.0.43

Line 
1%define pkg_name    praat
2%define pkg_version 6.0.43
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
22
23Vendor:       Project Vine
24Distribution: Vine Linux
25
26
27%description
28According to its authors, praat is "doing phonetics by computer".
29Through its graphical interface, several speech analysis functionalities
30are available: spectrograms, cochleograms, and pitch and formant extraction.
31Articulatory synthesis, as well as synthesis from pitch, formant, and
32intensity are also available. Other features are segmentation, labelling
33using the phonetic alphabet, and computation of statistics.
34Praat is configurable and extensible through its own scripting language
35and has provisions for communicating with other programs.
36
37%description -l ja
38作者によると、praat は "doing phonetics by computer" の略称だそうです。
39グラフィカルなインターフェイスを通じて、スペクトログラム、cochleogram、
40そしてピッチやフォルマントの抽出といった複数の音声分析機能が利用できます。
41調音分析に加え、ピッチやフォルマント、そして強度からの分析が利用できます。
42セグメント分割、音声のアルファベットを使ったラベル付け、そして統計計算といった
43機能も利用できます。Praat はスクリプト言語を通じた設定や機能が豊富で、
44他のプログラムとの通信の用意ができています。
45
46
47%prep
48%{__rm} -rf ${RPM_BUILD_ROOT}
49%setup -q
50%{__cp} makefiles/makefile.defs.linux.pulse ./makefile.defs
51
52%build
53%{__make} %{?_smp_mflags}
54
55%install
56%{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
57%{__install} -m 755 praat ${RPM_BUILD_ROOT}%{_bindir}
58%{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/applications
59%{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/applications
60
61%clean
62%{__rm} -rf ${RPM_BUILD_ROOT}
63
64
65%files
66%defattr(-, root, root)
67%doc README.md main/GNU_General_Public_License.txt
68%{_bindir}/
69%{_datadir}/applications/
70
71
72%changelog
73* Mon Sep 10 2018 Toshiaki Ara <ara_t@384.jp> 6.0.43-1
74- update to 6.0.43
75
76* Thu Aug 16 2018 Toshiaki Ara <ara_t@384.jp> 6.0.42-1
77- update to 6.0.42
78
79* Tue Aug 07 2018 Toshiaki Ara <ara_t@384.jp> 6.0.41-1
80- update to 6.0.41
81
82* Sat May 12 2018 Toshiaki Ara <ara_t@384.jp> 6.0.40-1
83- update to 6.0.40
84
85* Sun Apr 01 2018 Toshiaki Ara <ara_t@384.jp> 6.0.38-1
86- update to 6.0.38
87
88* Mon Feb 05 2018 Toshiaki Ara <ara_t@384.jp> 6.0.37-1
89- update to 6.0.37
90
91* Sun Nov 12 2017 Toshiaki Ara <ara_t@384.jp> 6.0.36-1
92- new package
Note: See TracBrowser for help on using the repository browser.