Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536198
en ru br
Репозитории ALT
S:1.2-alt2
D:1.2-alt0.2
5.1: 1.2-alt0.3.beta3.2
4.1: 1.2-alt0.1.beta1
4.0: 1.2-alt0.1.beta1
3.0: 1.1.8-alt1
www.altlinux.org/Changes

Группа :: Звук
Пакет: speex

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: speex
Version: 1.1.8
Release: alt1

Summary: An open-source, patent-free speech codec
License: BSD-style
Group: Sound
Url: http://www.speex.org
Packager: Andrey Astafiev <andrei at altlinux.ru>

Source: %url/download/%name-%version.tar.bz2

Requires: lib%name = %version-%release
BuildPreReq: libogg-devel >= 1.1

# Automatically added by buildreq on Wed May 25 2005

BuildRequires: gcc-c++ libogg-devel libstdc++-devel

%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.

%package -n lib%name
Summary: Speex shared library
Group: System/Libraries

%description -n lib%name
This package contains shared library required by Speex-based software.

%package -n lib%name-devel
Summary: Speex development file
Group: Development/C
Requires: lib%name = %version-%release

%description -n lib%name-devel
This package contains heade files required to develop
Speex-based softwae.

%package -n lib%name-devel-static
Summary: Speex static libraries
Group: Development/C
Requires: lib%name-devel = %version-%release

%description -n lib%name-devel-static
This package contains static library required to develop
Speex-based software.

%prep
%setup -q -n %name-%version

%build
export CFLAGS='-O2 -DRELEASE'
%configure --enable-shared --enable-static
%make

%install
%makeinstall
%__chmod -x README

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%doc COPYING AUTHORS ChangeLog NEWS README doc/manual.pdf
%_mandir/man?/*
%_bindir/*

%files -n lib%name
%_libdir/*.so.*

%files -n lib%name-devel
%_libdir/lib%name.so
%_libdir/pkgconfig/*
%_datadir/aclocal/*
%_includedir/*

%files -n lib%name-devel-static
%_libdir/*.a

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin