]> git.pld-linux.org Git - packages/ccaudio2.git/blame - ccaudio2.spec
- release 2 (by relup.sh)
[packages/ccaudio2.git] / ccaudio2.spec
CommitLineData
f4ae7abd 1Summary: GNU ccAudio2 - a C++ class framework for processing audio files
455f65c3 2Summary(pl.UTF-8): GNU ccAudio2 - klasa C++ do przetwarzania plików dźwiękowych
f4ae7abd 3Name: ccaudio2
883fe270 4Version: 2.1.3
4994cf0a 5Release: 2
7e9c7d00 6License: LGPL v3+
f4ae7abd 7Group: Libraries
29caede0 8Source0: http://ftp.gnu.org/gnu/ccaudio/%{name}-%{version}.tar.gz
883fe270 9# Source0-md5: a085ae863cead3da30387d2bc29bbd63
74a982de 10URL: http://www.gnu.org/software/ccaudio/
c73982b5 11BuildRequires: libgsm-devel
12BuildRequires: libstdc++-devel
7e9c7d00
JB
13BuildRequires: pkgconfig
14BuildRequires: speex-devel
15BuildRequires: ucommon-devel >= 6.0.0
f4ae7abd 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The GNU ccAudio package offers a highly portable C++ class framework
20for developing applications which manipulate audio streams and various
21disk based audio file formats. At the moment ccaudio is primarly a
22class framework for handling .au, .wav (RIFF), and various .raw audio
74a982de 23encoding formats under POSIX and Win32 systems, though it may expand
f4ae7abd 24to become a general purpose audio and soundcard support library.
25Support for controlling CD audio devices has recently been added as
26well as support for codecs and other generic audio processing
27services.
28
85543eee
JR
29%description -l pl.UTF-8
30Pakiet GNU ccAudio oferuje przenośną klasę C++ do tworzenia aplikacji
31zmieniających strumienie dźwiękowe i różne formaty plików na dyskach.
32Aktualnie obsługuje pliki .au, .wav (RIFF) i różne formaty kodowania
33.raw w systemach zgodnych z POSIX oraz Win32, może się jednak
34rozrosnąć, aby zostać biblioteką ogólnego użytku do dźwięku i kart
35dźwiękowych. Ostatnio została dodana obsługa sterowania urządzeniami
36z płytami CD Audio, jak także obsługa kodeków i innych ogólnych usług
37przetwarzających dźwięk.
f4ae7abd 38
39%package devel
40Summary: Header files for ccaudio2 library
455f65c3 41Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ccaudio2
f4ae7abd 42Group: Development/Libraries
43Requires: %{name} = %{version}-%{release}
7e9c7d00
JB
44Requires: libgsm-devel
45Requires: libstdc++-devel
46Requires: speex-devel
47Requires: ucommon-devel >= 6.0.0
f4ae7abd 48
49%description devel
50Header files for ccaudio2 library.
51
85543eee
JR
52%description devel -l pl.UTF-8
53Pliki nagłówkowe biblioteki ccaudio2.
f4ae7abd 54
55%package static
56Summary: Static ccaudio2 library
455f65c3 57Summary(pl.UTF-8): Statyczna biblioteka ccaudio2
f4ae7abd 58Group: Development/Libraries
59Requires: %{name}-devel = %{version}-%{release}
60
61%description static
62Static ccaudio2 library.
63
85543eee 64%description static -l pl.UTF-8
f4ae7abd 65Statyczna biblioteka ccaudio2.
66
67%prep
68%setup -q
69
70%build
71%configure
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77%{__make} install \
78 DESTDIR=$RPM_BUILD_ROOT
79
7e9c7d00
JB
80# obsoleted by pkg-config
81%{__rm} $RPM_BUILD_ROOT%{_libdir}/libccaudio2.la
82
f4ae7abd 83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%post -p /sbin/ldconfig
87%postun -p /sbin/ldconfig
88
89%files
90%defattr(644,root,root,755)
7e9c7d00
JB
91%doc AUTHORS ChangeLog NEWS README SUPPORT THANKS TODO
92%attr(755,root,root) %{_bindir}/audiotool
93%attr(755,root,root) %{_bindir}/tonetool
94%attr(755,root,root) %{_libdir}/libccaudio2.so.*.*.*
95%attr(755,root,root) %ghost %{_libdir}/libccaudio2.so.2
96%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tones.conf
97%{_mandir}/man1/audiotool.1*
98%{_mandir}/man1/tonetool.1*
f4ae7abd 99
100%files devel
101%defattr(644,root,root,755)
7e9c7d00
JB
102%attr(755,root,root) %{_libdir}/libccaudio2.so
103%{_includedir}/ccaudio2.h
104%{_pkgconfigdir}/ccaudio2.pc
f4ae7abd 105
106%files static
107%defattr(644,root,root,755)
7e9c7d00 108%{_libdir}/libccaudio2.a
This page took 0.082363 seconds and 4 git commands to generate.