Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37512363
en ru br
Репозитории ALT

Группа :: Звук
Пакет: zita-convolver

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

# Unpackaged files in buildroot should terminate build
%define _unpackaged_files_terminate_build 1

%define sover 4

Summary: Convolution engine library
Name: zita-convolver
Version: 4.0.3
Release: alt1
License: GPLv3+
Group: Sound
Url: http://kokkinizita.linuxaudio.org/
Packager: Anton Midyukov <antohami at altlinux.org>

Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%name-%version.tar.bz2

BuildRequires: gcc-c++ libfftw3-devel

%description
%name is a fast, partitioned convolution engine library.

%package -n lib%name%sover
Summary: Convolution engine library
Group: System/Libraries
Provides: %name = %EVR

%description -n lib%name%sover
%name is a fast, partitioned convolution engine library.

%package devel
Summary: Fast, partitioned convolution engine library
Group: Development/Other
Requires: lib%name%sover = %EVR

%description devel
%name is a fast, partitioned convolution engine library. This package
contains libraries and header files for developing applications that use
%name.

%prep
%setup

# No need to call ldconfig during packaging

%__subst '\|ldconfig|d' source/Makefile

# Preserve timestamps

%__subst 's|install |install -p |' source/Makefile

# Fix optflags

%__subst 's|-march=native|%optflags|' source/Makefile

%build
%make_build -C source PREFIX=%prefix

%install
%makeinstall_std -C source PREFIX=%prefix LIBDIR=%_libdir
# create .so.x link
ln -s lib%name.so.%version %buildroot%_libdir/lib%name.so.%sover

%files -n lib%name%sover
%doc AUTHORS COPYING
%_libdir/lib%name.so.%sover
%_libdir/lib%name.so.%sover.*

%files devel
%_includedir/%name.h
%_libdir/lib%name.so

%changelog

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

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