Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
speex
> speex.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File speex.spec of Package speex (Revision 3)
Currently displaying revision
3
,
show latest
%define name speex %define ver 1.1.99.4 %define rel 15 Name: %{name} Summary: An Open Source, Patent Free Speech Codec Summary(de): Ein OpenSource, Patentfreier Sprachcodec Version: %{ver} Release: %{rel} License: BSD 3-Clause Group: System/Libraries Url: http://www.speex.org/ Source0: speex-1.2rc1.tar.bz2 Buildroot: %{_tmppath}/buildroot-%{name}-%{version} Requires: libogg >= 1.1 BuildRequires: libogg-devel >= 1.1 BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: pkgconfig Requires: libspeex = %{version}-%{release} %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. %description -l de Speex ist ein patentfreier Audio-Codec, entwickelt, speziell für Sprachaufnahmen (im Gegensatz zu Vorbes, welches für alle Audioaufzeichnungen gedacht ist). %package -n libspeex Summary: An Open Source, Patent Free Speech Codec Library Summary(de): Ein OpenSource, Patentfreier Sprachcodec Bibliothek License: BSD 3-Clause Group: System/Libraries %description -n libspeex 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. %description -n libspeex -l de Speex ist ein patentfreier Audio-Codec, entwickelt, speziell für Sprachaufnahmen (im Gegensatz zu Vorbes, welches für alle Audioaufzeichnungen gedacht ist). %package devel Summary: Development package for SpeeX Summary(de): Entwicklungspakete für SpeeX Group: Development/Libraries/C and C++ Requires: libspeex = %{version}-%{release} Requires: glibc-devel Requires: libogg-devel Obsoletes: libspeex-devel Provides: libspeex-devel %description devel This package contains the files needed to compile programs that use the SpeeX library. %description devel -l de Das Paket enthält die Dateien, die benötigt werden, um Programme zu kompilieren, die die SpeeX Bibliothek verwenden. %debug_package %prep %setup -n %{name}-1.2rc1 %build #if [ ! -f configure ]; then # NO_CONFIGURE=1 ./autogen.sh #fi %{?suse_update_config:%{suse_update_config -f}} autoreconf --force --install %configure --enable-shared=yes --disable-static --with-ogg-libraries=%{_libdir} %{__make} %{?jobs:-j%{jobs}} %install [ -d %{buildroot} -a "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %makeinstall %{__rm} -rf %{buildroot}%{_datadir}/doc/%{name}* %{__rm} -f %{buildroot}%{_libdir}/*.la %clean [ -d %{buildroot} -a "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README TODO %doc %{_mandir}/man?/* %{_bindir}/speex* %files -n libspeex %defattr(-,root,root) %{_libdir}/lib*.so.* %files devel %defattr(-, root, root) %doc README.TI-DSP README.blackfin README.symbian %doc doc/manual.pdf %{_includedir}/* %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/*.m4 %changelog * Wed Oct 03 2007 Carsten Schoene <cs@linux-administrator.com> - import for SLE_10 build