rebuilt with debug package and aarch64 build fix [release 0.2.41-2mamba;Wed Dec 01 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:11:32 +01:00
parent f37bcd7f11
commit 80c322d0bc

View File

@ -2,23 +2,24 @@
Name: libesound
Version: 0.2.41
Release: 1mamba
Release: 2mamba
Summary: Mixes multiple digitized audio streams and samples together for playback by a single audio device
Group: System/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.tux.org/~ricdude/EsounD.html
Source: ftp://ftp.gnome.org/pub/GNOME/sources/esound/%{majversion}/esound-%{version}.tar.bz2
URL: https://ftp.gnome.org/pub/GNOME/sources/esound
Source: https://ftp.gnome.org/pub/gnome/sources/esound/%{majversion}/esound-%{version}.tar.bz2
Source1: esound-0.2.38-conf
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libaudiofile-devel
BuildRequires: libflac-devel
BuildRequires: libogg-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: libaudiofile-devel >= 0.2.6
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
EsounD mixes multiple digitized audio streams and samples together for playback by a single audio device.
@ -27,15 +28,18 @@ It also allows monitoring of mixed output, and recording. Network connections to
%package devel
Summary: Development files for libesound
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
EsounD mixes multiple digitized audio streams and samples together for playback by a single audio device.
It also allows monitoring of mixed output, and recording. Network connections to the daemon are supported as well.
This is the development package.
%debug_package
%prep
%setup -q -n esound-%{version}
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build
%configure \
@ -81,6 +85,9 @@ install %{SOURCE1} %{buildroot}%{_sysconfdir}/esd.conf
%{_includedir}/esd.h
%changelog
* Wed Dec 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.41-2mamba
- rebuilt with debug package and aarch64 build fix
* Thu Jan 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.41-1mamba
- automatic update by autodist