Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37862644
en ru br
Репозитории ALT
S:1.2.1-alt1.git.7c30a66
www.altlinux.org/Changes

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

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

%define origname tremor
%define origdate 02132004

Name: libvorbisidec
Version: 1.2.1
Release: alt1.git.7c30a66
Summary: The Ogg Vorbis 'Tremor' integer playback codec
License: LGPL
Group: Sound
Url: http://Xiph.org

Obsoletes: libtremor < %EVR
Provides: libtremor = %version

# https://gitlab.xiph.org/xiph/tremor

Source: %origname.tar

# Automatically added by buildreq on Mon Dec 28 2020

# optimized out: glibc-kernheaders-generic glibc-kernheaders-x86 perl pkg-config python2-base sh4
BuildRequires: libogg-devel

%description
Integer-only Ogg Vorbis decoder, AKA "tremor"

libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"),
implemented with no floating point arithmetic. This makes it particularly
amenable to use on systems which lack floating point hardware.

%package devel
Summary: Headers for objects for %name
Group: Development/C
Requires: %name = %version-%release
Provides: libtremor-devel = %version

%description devel

Integer-only Ogg Vorbis decoder, AKA "tremor"

libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"),
implemented with no floating point arithmetic. This makes it particularly
amenable to use on systems which lack floating point hardware.

Headers for objects for Tremor.

%prep
%setup -n tremor

%build
%autoreconf
%configure \
--prefix=%prefix \
--enable-shared \
--disable-static \
--with-gnu-ld
%make_build

%install
%make_install DESTDIR=%buildroot install

%files
%_libdir/*.so.*
%doc CHANGELOG COPYING README*

%files devel
%_libdir/*.so
%_includedir/%origname/*.h
%_pkgconfigdir/*.pc
%doc doc

%changelog

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

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