|
|
|
@ -14,6 +14,8 @@
|
|
|
|
|
%bcond_without portaudio
|
|
|
|
|
%bcond_without x
|
|
|
|
|
%bcond_with svgalib
|
|
|
|
|
%bcond_without irman
|
|
|
|
|
%bcond_without ftdi
|
|
|
|
|
|
|
|
|
|
%global released 0
|
|
|
|
|
%define pre pre2
|
|
|
|
@ -48,8 +50,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
|
BuildRequires: libusb-devel, python-devel
|
|
|
|
|
BuildRequires: libftdi-devel, libirman-devel
|
|
|
|
|
BuildRequires: automake libtool
|
|
|
|
|
%if %{with irman}
|
|
|
|
|
BuildRequires: libirman-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with ftdi}
|
|
|
|
|
BuildRequires: libftdi-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with alsa}
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
|
%endif
|
|
|
|
|