Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-05-22 08:05:23 +0400
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-05-22 08:05:23 +0400
commit48d7bc2d0420859afecc8fb3c30554de1e03b0af (patch)
tree0eea0a8ed6d66e41ab235088ce8083ba2b6829fa /Speex.spec.in
parentca5123882c8abbd252d6028a512e74d350770b00 (diff)
git-svn-id: http://svn.xiph.org/trunk/speex@3324 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Speex.spec.in')
-rw-r--r--Speex.spec.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/Speex.spec.in b/Speex.spec.in
new file mode 100644
index 0000000..462857a
--- /dev/null
+++ b/Speex.spec.in
@@ -0,0 +1,38 @@
+%define name @PACKAGE@
+%define ver @VERSION@
+%define rel 1
+
+Summary: An open-source, patent-free speech codec
+Name: %name
+Version: %ver
+Release: %rel
+Copyright: LGPL
+Group: Application/Devel
+Source: http://download.sourceforge.net/speex/%{name}-%{ver}.tar.gz
+URL: http://speex.sourceforge.net/
+Vendor: Speex
+Packager: Jean-Marc Valin (jean-marc.valin@hermes.usherb.ca)
+
+%description
+Speex is a patent-free audio codec designed especially for voice (unlike
+Vorbis which targets general audio) signals and providing good narrowband
+and wideband quality. This project aims to be complementary to the Vorbis
+codec.
+
+%prep
+%setup
+
+%build
+export CFLAGS='-O3'
+./configure --prefix=/usr --enable-shared --enable-static
+make
+
+%install
+make install
+
+%files
+/usr/lib/libspeex*
+/usr/bin/speexenc
+/usr/bin/speexdec
+/usr/include/speex.h
+/usr/include/speex_bits.h