Added support for ALSA
This commit is contained in:
parent
c8fb8ab871
commit
008619e341
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
Source0: http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
|
Source0: http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
|
||||||
@ -49,7 +49,7 @@ Patch4: brltty-5.6-libs-add-ldflags.patch
|
|||||||
Patch5: brltty-5.6-libs-add-ldflags2.patch
|
Patch5: brltty-5.6-libs-add-ldflags2.patch
|
||||||
Summary: Braille display driver for Linux/Unix
|
Summary: Braille display driver for Linux/Unix
|
||||||
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
|
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
|
||||||
BuildRequires: gettext, at-spi2-core-devel
|
BuildRequires: gettext, at-spi2-core-devel, alsa-lib-devel
|
||||||
%if %{with_espeak}
|
%if %{with_espeak}
|
||||||
BuildRequires: espeak-devel
|
BuildRequires: espeak-devel
|
||||||
%endif
|
%endif
|
||||||
@ -514,6 +514,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 29 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-15
|
||||||
|
- Added support for ALSA
|
||||||
|
|
||||||
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-14
|
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-14
|
||||||
- Also enabled systemd service in rescue target
|
- Also enabled systemd service in rescue target
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user