]> git.pld-linux.org Git - packages/audiere.git/blame - audiere.spec
- devel deps
[packages/audiere.git] / audiere.spec
CommitLineData
b74e0d53 1Summary: Portable audio library
2Summary(pl.UTF-8): Przenośna biblioteka audio
3Name: audiere
4Version: 1.9.4
5Release: 1
691c65e4 6License: LGPL v2.1+
b74e0d53 7Group: Libraries
8Source0: http://dl.sourceforge.net/audiere/%{name}-%{version}.tar.gz
9# Source0-md5: b95dfe6f1e69cfd12371747f22772766
10URL: http://audiere.sourceforge.net/
691c65e4
JB
11# should be shared to avoid PIC issue
12#BuildRequires: dumb-devel
13#BuildRequires: flac-devel < 1.1.3
14BuildRequires: libcdaudio-devel
b74e0d53 15BuildRequires: libogg-devel
691c65e4 16BuildRequires: libstdc++-devel
b74e0d53 17BuildRequires: libvorbis-devel
691c65e4
JB
18# needs fix (-I, invalid conversion)
19#BuildRequires: speex-devel
20#BR: wxWidgets for example player (needs passing WX_CONFIG)
21c1e8a2 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
b74e0d53 22
23%description
24The Audiere Audio System is a portable audio library which supports
25playing MP3, Ogg Vorbis, WAV, IT, XM, S3M, and MOD files. You can use
26it from C, C++, Python, Java, and any language that supports XPCOM
27(JavaScript in Mozilla, for example). It currently supports
28DirectSound 3, DirectSound 8, and arbitrary DLLs for output in
29Windows, and OSS in Linux.
30
31%description -l pl.UTF-8
19c1ec6f 32Audiere Audio System jest przenośną biblioteką obsługującą
b74e0d53 33odtwarzanie plików MP3, Ogg Vorbis, WAV, IT, XM, S3M oraz MOD. Można
19c1ec6f
JB
34jej używać z poziomu C, C++, Pythona, Javy oraz innych języków
35obsługujących XPCOM (jak na przykład JavaScript w Mozilli).
36Biblioteka jako wyjście obsługuje obecnie DirectSound 3, DirectSound 8
37jak również dowolne biblioteki DLL dla Windows oraz OSS pod Linuksem.
b74e0d53 38
39%package devel
19c1ec6f 40Summary: Header files for audiere library
b74e0d53 41Summary(pl.UTF-8): Pliki nagłówkowe biblioteki audiere
42Group: Development/Libraries
43Requires: %{name} = %{version}-%{release}
691c65e4
JB
44Requires: libcdaudio-devel
45Requires: libogg-devel
46Requires: libstdc++-devel
47Requires: libvorbis-devel
b74e0d53 48
49%description devel
50Header files for audiere library.
51
52%description devel -l pl.UTF-8
53Pliki nagłówkowe biblioteki audiere.
54
55%package static
56Summary: Static audiere library
57Summary(pl.UTF-8): Statyczna biblioteka audiere
58Group: Development/Libraries
59Requires: %{name}-devel = %{version}-%{release}
60
61%description static
62Static audiere library.
63
64%description static -l pl.UTF-8
65Statyczna biblioteka audiere.
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
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%files
84%defattr(644,root,root,755)
85%doc doc/*.txt
868f012a 86%attr(755,root,root) %{_libdir}/libaudiere-%{version}.so
b74e0d53 87
88%files devel
89%defattr(644,root,root,755)
691c65e4 90%attr(755,root,root) %{_bindir}/audiere-config
868f012a 91%attr(755,root,root) %{_libdir}/libaudiere.so
b74e0d53 92%{_libdir}/libaudiere.la
93%{_includedir}/audiere.h
94
95%files static
96%defattr(644,root,root,755)
19c1ec6f 97%{_libdir}/libaudiere.a
This page took 0.042844 seconds and 4 git commands to generate.