]> git.pld-linux.org Git - packages/amrwb.git/blame - amrwb.spec
- AMR-WB codec as shared library
[packages/amrwb.git] / amrwb.spec
CommitLineData
8d094f47
JB
1#
2# Conditional build:
3%bcond_without static_libs # don't build static library
4#
5Summary: 3GPP AMR-WB Floating-point Speech Codec
6Summary(pl): Zmiennoprzecinkowy kodek mowy 3GPP AMR-WB
7Name: amrwb
8Version: 6.0.0
9Release: 1
10# from 26204-600.doc:
11# Copyright Notification
12# No part may be reproduced except as authorized by written permission.
13# The copyright and the foregoing restriction extend to reproduction in all media.
14# (c) 2004, 3GPP Organizational Partners (ARIB, CCSA, ETSI, T1, TTA, TTC).
15# All rights reserved.
16License: restricted
17Group: Libraries
18Source0: http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26204-600.zip
19# NoSource0-md5: e78e35eabe09eea50198f1a27b81eb60
20NoSource: 0
21Patch0: %{name}-inttypes.patch
22Patch1: %{name}-acam.patch
23URL: http://www.3gpp.org/
24BuildRequires: autoconf >= 2.50
25BuildRequires: automake
26BuildRequires: libtool
27BuildRequires: unzip
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%define specflags -fno-strict-aliasing
31
32%description
333GPP AMR-WB Floating-point Speech Codec.
34
35%description -l pl
36Zmiennoprzecinkowy kodek mowy 3GPP AMR-WB.
37
38%package devel
39Summary: Header files for amrwb library
40