- Re-enable portaudio driver by default, require v19 or later

epel8
Jarod Wilson 17 years ago
parent 6cab3895aa
commit 46c9e00f7c

@ -11,14 +11,14 @@
# - Fixup /etc/lirc(m)d.conf %%ghost'ification, existence after erase etc. # - Fixup /etc/lirc(m)d.conf %%ghost'ification, existence after erase etc.
%bcond_without alsa %bcond_without alsa
%bcond_with portaudio %bcond_without portaudio
%bcond_with svgalib
%bcond_without x %bcond_without x
%bcond_with svgalib
%define pre pre2 %define pre pre2
Name: lirc Name: lirc
Version: 0.8.4 Version: 0.8.4
Release: 0.4%{?pre:.%{pre}}%{?dist} Release: 0.5%{?pre:.%{pre}}%{?dist}
Summary: The Linux Infrared Remote Control package Summary: The Linux Infrared Remote Control package
Group: System Environment/Daemons Group: System Environment/Daemons
@ -41,7 +41,7 @@ BuildRequires: libusb-devel
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
%endif %endif
%if %{with portaudio} %if %{with portaudio}
BuildRequires: portaudio-devel >= 18 BuildRequires: portaudio-devel >= 19
%endif %endif
%if %{with svgalib} %if %{with svgalib}
BuildRequires: svgalib-devel BuildRequires: svgalib-devel
@ -263,6 +263,9 @@ fi
%changelog %changelog
* Fri Oct 10 2008 - Jarod Wilson <jarod@redhat.com> - 0.8.4-0.5.pre2
- Re-enable portaudio driver by default, require v19 or later
* Mon Oct 06 2008 - Jarod Wilson <jarod@redhat.com> - 0.8.4-0.4.pre2 * Mon Oct 06 2008 - Jarod Wilson <jarod@redhat.com> - 0.8.4-0.4.pre2
- Update to 0.8.4pre2 - Update to 0.8.4pre2

Loading…
Cancel
Save