rebuilt with debug package and update build requirements [release 1.2.2-2mamba;Sat Dec 12 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 03:46:31 +01:00
parent 009fa49d20
commit e62530070e
2 changed files with 30 additions and 46 deletions

View File

@ -1,16 +1,13 @@
# libao
Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms.
It currently supports:
* Null output (handy for testing without a sound device)
* WAV files
* AU files
* OSS (Open Sound System, used on Linux and FreeBSD
* ALSA (Advanced Linux Sound Architecture)
* polypaudio (next generation GNOME sound server)
* esd (EsounD or Enlightened Sound Daemon)
* AIX
* Sun/NetBSD/OpenBSD
* IRIX
* NAS (Network Audio Server
Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports:
* Null output
* WAV files
* OSS (Open Sound System)
* ESD (ESounD or Enlightened Sound Daemon)
* ALSA (Advanced Linux Sound Architecture)
* PulseAudio (next generation GNOME sound server)
* AIX
* Solaris (untested)
* IRIX (untested)

View File

@ -1,21 +1,20 @@
Name: libao
Version: 1.2.2
Release: 1mamba
Release: 2mamba
Summary: A cross platform audio library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.xiph.org/ao/
URL: https://xiph.org/ao/
Source: https://git.xiph.org/libao.git/%{version}/libao-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libalsa-devel
BuildRequires: libaudio-devel
BuildRequires: libXau-devel
BuildRequires: libpulseaudio-devel
## AUTOBUILDREQ-END
BuildRequires: libpulseaudio-devel >= 9.0-1mamba
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -26,19 +25,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
# checking for polyplib-simple >= 0.6 -- see http://pulseaudio.org/
%description
Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms.
It currently supports:
* Null output (handy for testing without a sound device)
* WAV files
* AU files
* OSS (Open Sound System, used on Linux and FreeBSD
* ALSA (Advanced Linux Sound Architecture)
* polypaudio (next generation GNOME sound server)
* esd (EsounD or Enlightened Sound Daemon)
* AIX
* Sun/NetBSD/OpenBSD
* IRIX
* NAS (Network Audio Server
Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports:
* Null output
* WAV files
* OSS (Open Sound System)
* ESD (ESounD or Enlightened Sound Daemon)
* ALSA (Advanced Linux Sound Architecture)
* PulseAudio (next generation GNOME sound server)
* AIX
* Solaris (untested)
* IRIX (untested)
%package devel
Summary: Devel package for libao
@ -46,27 +42,15 @@ Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms.
It currently supports:
* Null output (handy for testing without a sound device)
* WAV files
* AU files
* OSS (Open Sound System, used on Linux and FreeBSD
* ALSA (Advanced Linux Sound Architecture)
* polypaudio (next generation GNOME sound server)
* esd (EsounD or Enlightened Sound Daemon)
* AIX
* Sun/NetBSD/OpenBSD
* IRIX
* NAS (Network Audio Server
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
%debug_package
%prep
%setup -q
autoreconf -f -i
%build
autoreconf -f -i
## libao does not support alsa library 1.0
#CPPFLAGS="-DALSA_PCM_OLD_HW_PARAMS_API" \
%configure \
@ -107,6 +91,9 @@ autoreconf -f -i
%{_datadir}/doc/libao-%{version}/*
%changelog
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-2mamba
- rebuilt with debug package and update build requirements
* Sat Mar 24 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
- update to 1.2.2