2024-01-06 03:51:32 +01:00
|
|
|
Name: libbio2jack
|
|
|
|
Version: 0.9
|
2024-01-06 03:51:33 +01:00
|
|
|
Release: 4mamba
|
2024-01-06 03:51:32 +01:00
|
|
|
Summary: A library for porting bio OSS/ALSA audio applications to Jack
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 03:51:33 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 03:51:32 +01:00
|
|
|
URL: http://bio2jack.sourceforge.net/
|
|
|
|
Source: http://downloads.sourceforge.net/sourceforge/bio2jack/bio2jack-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.
|
2024-01-06 03:51:33 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 03:51:32 +01:00
|
|
|
|
2024-01-06 03:51:33 +01:00
|
|
|
%debug_package
|
2024-01-06 03:51:32 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n bio2jack
|
2024-01-06 03:51:33 +01:00
|
|
|
./autogen.sh
|
2024-01-06 03:51:32 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2024-01-06 03:51:33 +01:00
|
|
|
|
|
|
|
# Remove prebuilt library in archive
|
|
|
|
make clean
|
|
|
|
|
2024-01-06 03:51:32 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 03:51:33 +01:00
|
|
|
%{_libdir}/libbio2jack.so.*
|
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 03:51:32 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/bio2jack-config
|
|
|
|
%{_includedir}/*.h
|
2024-01-06 03:51:33 +01:00
|
|
|
%{_libdir}/libbio2jack.a
|
|
|
|
%{_libdir}/libbio2jack.la
|
|
|
|
%{_libdir}/libbio2jack.so
|
|
|
|
%doc ChangeLog INSTALL NEWS README
|
2024-01-06 03:51:32 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 03:51:33 +01:00
|
|
|
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-4mamba
|
|
|
|
- fix using prebuilt binaries in archive
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-3mamba
|
|
|
|
- rebuilt with debug package and specfile fixes
|
|
|
|
|
2024-01-06 03:51:32 +01:00
|
|
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Mon May 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
|
|
|
|
- update to 0.9
|
|
|
|
|
|
|
|
* Thu Apr 28 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.7-1qilnx
|
|
|
|
- package created by autospec
|
|
|
|
|