Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37704587
en ru br
Репозитории ALT
S:0.3.6-alt5
5.1: 0.2.6-alt3
4.1: 0.2.6-alt2.M41.1
4.0: 0.2.6-alt2.M40.1
3.0: 0.2.6-alt1.1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: audiofile

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

%def_enable static

Name: audiofile
Version: 0.2.6
Release: alt2.M41.1

Summary: Library to handle various audio file formats
License: LGPL
Group: System/Libraries
Url: http://www.68k.org/~michael/%name
Packager: Pavlov Konstantin <thresh at altlinux.ru>

Source: %url/%name-%version.tar.bz2
Patch: %name-0.2.6-alt-am.patch
Patch2: %name-0.2.6-fix-cve-2008-5824.patch

Requires: lib%name = %version-%release

BuildRequires: glibc-devel-static

%package -n lib%name
Summary: Shared library for %name
Group: System/Libraries

%package -n lib%name-devel
Summary: Includes and other files to develop %name applications
Group: Development/C
Requires: lib%name = %version-%release
Provides: %name-devel = %version
Obsoletes: %name-devel

%package -n lib%name-devel-static
Summary: Static libraries to develop %name applications
Group: Development/C
Requires: lib%name-devel = %version-%release

%description
The Audio File Library provides a uniform and elegant API for accessing
a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun
.snd/.au, and Berkeley/IRCAM/CARL Sound File. Supported compression
formats are currently G.711 mu-law and A-law and IMA and MS ADPCM.

%description -n lib%name
This package contains the library needed to run programs dynamically
linked with audiofile.

%description -n lib%name-devel
Include files and other resources you can use to develop
%name applications.

%description -n lib%name-devel-static
Static libraries you can use to develop
%name applications.

%prep
%setup -q
%patch -p1
%patch2 -p1

%build
%configure \
--enable-largefile \
%{subst_enable static}
%make_build

%install
%makeinstall

%post -n lib%name -p %post_ldconfig
%postun -n lib%name -p %postun_ldconfig

%files
%_bindir/sfconvert
%_bindir/sfinfo
%doc README ACKNOWLEDGEMENTS TODO NEWS NOTES

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

%files -n lib%name-devel
%_bindir/*-config
%_libdir/*.so
%_pkgconfigdir/*
%_includedir/*
%_datadir/aclocal/*.m4
%doc ChangeLog docs/[a-z]*

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

%changelog

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

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