In new speech-dispatcher, <libspeechd.h> has moved to a subdirectory.
This commit is contained in:
parent
2d62c19390
commit
cb579065da
11
brltty-4.5-libspeechd.patch
Normal file
11
brltty-4.5-libspeechd.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.old 2013-09-14 15:57:46.180786883 +0100
|
||||||
|
+++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c 2013-09-14 15:57:52.692795768 +0100
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
#define SPK_HAVE_PUNCTUATION
|
||||||
|
#include "spk_driver.h"
|
||||||
|
|
||||||
|
-#include <libspeechd.h>
|
||||||
|
+#include <speech-dispatcher/libspeechd.h>
|
||||||
|
|
||||||
|
static SPDConnection *connectionHandle = NULL;
|
||||||
|
static const char *moduleName;
|
@ -28,6 +28,8 @@ Source1: brltty.service
|
|||||||
# patch sent upstream
|
# patch sent upstream
|
||||||
Patch3: brltty-4.5-man-fix.patch
|
Patch3: brltty-4.5-man-fix.patch
|
||||||
Patch4: brltty-loadLibrary.patch
|
Patch4: brltty-loadLibrary.patch
|
||||||
|
# libspeechd.h moved in latest speech-dispatch (NOT sent upstream)
|
||||||
|
Patch5: brltty-4.5-libspeechd.patch
|
||||||
Summary: Braille display driver for Linux/Unix
|
Summary: Braille display driver for Linux/Unix
|
||||||
BuildRequires: byacc glibc-kernheaders bluez-libs-devel
|
BuildRequires: byacc glibc-kernheaders bluez-libs-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -181,6 +183,7 @@ This package provides the OCaml binding for BrlAPI.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch3 -p1 -b .man-fix
|
%patch3 -p1 -b .man-fix
|
||||||
%patch4 -p1 -b .loadLibrary
|
%patch4 -p1 -b .loadLibrary
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
# Make a copy of the source tree for building the Python 3 module
|
# Make a copy of the source tree for building the Python 3 module
|
||||||
@ -373,6 +376,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/libbrlapi.a
|
|||||||
- Rebuild for OCaml 4.01.0.
|
- Rebuild for OCaml 4.01.0.
|
||||||
- Create stublibs directory for OCaml, else install fails.
|
- Create stublibs directory for OCaml, else install fails.
|
||||||
- Unset MAKEFLAGS so that MAKEFLAGS=-j<N> does not break local builds.
|
- Unset MAKEFLAGS so that MAKEFLAGS=-j<N> does not break local builds.
|
||||||
|
- In new speech-dispatcher, <libspeechd.h> has moved to a subdirectory.
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-7
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user