Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
bs2b
> bs2b.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bs2b.spec of Package bs2b
%define _SO_nr 0 Name: bs2b Summary: The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins Version: 3.1.0 Release: 4 Group: Productivity/Multimedia/Sound/Utilities License: see license.txt URL: http://www.tmn.ru/~bor Source0: lib%{name}-%{version}.tar.bz2 Source1: %{name}_mp3.sh Source90: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: libsndfile-devel %description The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. Recommended for headphone prolonged listening to disable superstereo fatigue without essential distortions. Author: Boris Mikhaylov %package -n libbs2b%{_SO_nr} Summary: Shared libraries for bs2b Group: Development/Libraries/C and C++ %description -n libbs2b%{_SO_nr} Shared libraries for package bs2b. %package -n bs2b-devel Summary: Development files for the libbs2b library Group: Development/Libraries/C and C++ Requires: libbs2b%{_SO_nr} = %{version} %description -n bs2b-devel Development files for the libbs2b library. Author: Boris Mikhaylov %prep %setup -q -n lib%{name}-%{version} %__install -dm 755 examples %__install -m 755 %{SOURCE1} \ examples %build %configure %__make %{?jobs:-j%{jobs}} %install %makeinstall # clean up %__rm %{buildroot}%{_libdir}/*.la find doc -name 'Makefile*' | xargs %__rm %clean [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}" %post -n libbs2b%{_SO_nr} -p /sbin/ldconfig %postun -n libbs2b%{_SO_nr} -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS README ChangeLog %doc doc/* %doc examples %{_bindir}/bs2bconvert %{_bindir}/bs2bstream %files -n libbs2b%{_SO_nr} %defattr(-, root, root) %{_libdir}/*.so.* %files -n bs2b-devel %defattr(-, root, root) %dir %{_includedir}/bs2b %{_includedir}/bs2b/*.h %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog