]> git.pld-linux.org Git - packages/vo-amrwbenc.git/blame - vo-amrwbenc.spec
- updated to 0.1.3
[packages/vo-amrwbenc.git] / vo-amrwbenc.spec
CommitLineData
ba36650f
JB
1Summary: VisualOn AMR-WB encoder library
2Summary(pl.UTF-8): Biblioteka kodera VisualOn AMR-WB
3Name: vo-amrwbenc
93529d29
JB
4Version: 0.1.3
5Release: 1
ba36650f
JB
6License: Apache v2.0
7Group: Libraries
8Source0: http://downloads.sourceforge.net/opencore-amr/%{name}-%{version}.tar.gz
93529d29 9# Source0-md5: f63bb92bde0b1583cb3cb344c12922e0
ba36650f
JB
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13This library contains an encoder implementation of the Adaptive Multi
14Rate Wideband (AMR-WB) audio codec. The library is based on a codec
15implementation by VisualOn as part of the Stagefright framework from
16the Google Android project.
17
18%description -l pl.UTF-8
19Ta biblioteka zawiera implementację kodera kodeka dźwięku AMR-WB
20(Adaptive Multi Rate Wideband). Jest opaera na implementacji kodeka
21firmy VisualOn jako części środowiska Stagefright z projektu Google
22Android.
23
24%package devel
25Summary: Header files for VisualOn AMR-WB encoder library
26Summary(pl.UTF-8): Pliki nagłówkowe biblioteki kodera VisualOn AMR-WB
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29
30%description devel
31Header files for VisualOn AMR-WB encoder library.
32
33%description devel -l pl.UTF-8
34Pliki nagłówkowe biblioteki kodera VisualOn AMR-WB.
35
36%package static
37Summary: Static VisualOn AMR-WB encoder library
38Summary(pl.UTF-8): Statyczna biblioteka kodera VisualOn AMR-WB
39Group: Development/Libraries
40Requires: %{name}-devel = %{version}-%{release}
41
42%description static
43Static VisualOn AMR-WB encoder library.
44
45%description static -l pl.UTF-8
46Statyczna biblioteka kodera VisualOn AMR-WB.
47
48%prep
49%setup -q
50
51%build
52%configure \
53 --disable-silent-rules
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62# no dependencies and pkg-config file present
63%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvo-amrwbenc.la
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%post -p /sbin/ldconfig
69%postun -p /sbin/ldconfig
70
71%files
72%defattr(644,root,root,755)
1e26ec3a 73%doc ChangeLog NOTICE README
ba36650f
JB
74%attr(755,root,root) %{_libdir}/libvo-amrwbenc.so.*.*.*
75%attr(755,root,root) %ghost %{_libdir}/libvo-amrwbenc.so.0
76
77%files devel
78%defattr(644,root,root,755)
79%attr(755,root,root) %{_libdir}/libvo-amrwbenc.so
80%{_includedir}/vo-amrwbenc
81%{_pkgconfigdir}/vo-amrwbenc.pc
82
83%files static
84%defattr(644,root,root,755)
85%{_libdir}/libvo-amrwbenc.a
This page took 0.081758 seconds and 4 git commands to generate.