This commit is contained in:
parent
f8e71a3fd9
commit
b534280a8d
35
sbl.changes
35
sbl.changes
@ -1,8 +1,32 @@
|
|||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Wed May 7 16:15:25 CEST 2008 - marco@suse.de
|
Thu Sep 11 04:29:07 CEST 2008 - marco@suse.de
|
||||||
|
|
||||||
- modified y2base profile to work with yast in vga=normal mode
|
- added further speech-cursor functions
|
||||||
|
spkwordlft, spkwordrgt, spkstop
|
||||||
|
- spkcsrxy added TTY number
|
||||||
|
- brld and drivers
|
||||||
|
added experimental USB support
|
||||||
|
- added experimental alvausb support for alva sat540 (brlname=alvausb)
|
||||||
|
- added some errorhandling (brld)
|
||||||
|
- added handling for unknown characters for the iconv stuff (brld)
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Thu Aug 14 09:22:32 CEST 2008 - marco@suse.de
|
||||||
|
|
||||||
|
- removed orca_sbl
|
||||||
|
- added orca-patch (orca-brld-patch.diff
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Thu Aug 14 09:01:16 CEST 2008 - marco@suse.de
|
||||||
|
|
||||||
|
- added speech-cursor
|
||||||
|
now you can navigate over the screen with a speech-cursor
|
||||||
|
there are three additional functions
|
||||||
|
spkcsrlft, spkcsrrgt, spkxy
|
||||||
|
- fixed possible segfault in ht-driver (thanks to Klaus Knopper)
|
||||||
|
- added the new functions to the keymaps
|
||||||
|
- brld - added attribute-underline for orca
|
||||||
|
- some code cleanup
|
||||||
|
- brld - fixed a possible iconv problem (orca)
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Sat Apr 26 14:32:40 CEST 2008 - marco@suse.de
|
Sat Apr 26 14:32:40 CEST 2008 - marco@suse.de
|
||||||
|
|
||||||
@ -12,7 +36,7 @@ Sat Apr 26 14:32:40 CEST 2008 - marco@suse.de
|
|||||||
- improved the key-handling for some fhp-serial displays
|
- improved the key-handling for some fhp-serial displays
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Sun Apr 6 22:55:08 CEST 2008 - marco@suse.de
|
Sun Apr 6 22:55:08 CEST 2008 - marco@suse.de
|
||||||
|
|
||||||
- added some checks to the brl-drivers
|
- added some checks to the brl-drivers
|
||||||
check the return value of "write" to detect a disconnect
|
check the return value of "write" to detect a disconnect
|
||||||
@ -47,11 +71,6 @@ Mon Mar 17 10:25:08 CET 2008 - marco@suse.de
|
|||||||
- using libspeechd.so.2 instead of libspeechd.so
|
- using libspeechd.so.2 instead of libspeechd.so
|
||||||
- sbl does not longer require brld at start-time
|
- sbl does not longer require brld at start-time
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
Thu Feb 28 17:38:51 CET 2008 - ro@suse.de
|
|
||||||
|
|
||||||
- add defattr to orca subpackage
|
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Tue Feb 19 14:19:57 CET 2008 - marco@suse.de
|
Tue Feb 19 14:19:57 CET 2008 - marco@suse.de
|
||||||
|
|
||||||
|
73
sbl.spec
73
sbl.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sbl (Version 3.2.2)
|
# spec file for package sbl (Version 3.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -12,15 +19,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sbl
|
Name: sbl
|
||||||
BuildRequires: gcc-c++ glib2 glib2-devel orca python python-devel
|
BuildRequires: gcc-c++ libusb-devel
|
||||||
Version: 3.2.2
|
Version: 3.4.0
|
||||||
Release: 7
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Source: sblsrc-3.2.2.tbz2
|
Source: sblsrc-3.4.0.tbz2
|
||||||
Summary: SuSE blinux
|
Summary: SuSE blinux
|
||||||
PreReq: %insserv_prereq
|
PreReq: %insserv_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires: libusb
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SuSE blinux is a screen reader for the Linux console. It supports
|
SuSE blinux is a screen reader for the Linux console. It supports
|
||||||
@ -28,38 +36,19 @@ braille displays.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
marco@suse.de
|
|
||||||
|
|
||||||
%package orca
|
|
||||||
License: GPL v2 or later
|
|
||||||
Summary: SuSE blinux
|
|
||||||
Group: Hardware/Other
|
|
||||||
Requires: orca sbl
|
|
||||||
|
|
||||||
%description orca
|
|
||||||
SuSE blinux is a screen reader for the Linux console. It supports
|
|
||||||
braille displays.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
marco@suse.de
|
marco@suse.de
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n sblsrc-3.2.2
|
%setup -n sblsrc-3.4.0
|
||||||
#%patch -p2
|
#%patch -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC"
|
make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC"
|
||||||
make -C orca_brl
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}%{_libdir}/python2.5/site-packages/orca
|
|
||||||
make LIBINSTPATH=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
|
make LIBINSTPATH=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
|
||||||
make -C orca_brl DESTDIR=%{buildroot} LIBINSTPATH=%{_libdir} install
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -92,13 +81,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config /etc/init.d/brld
|
%config /etc/init.d/brld
|
||||||
%config /etc/suse-blinux.conf
|
%config /etc/suse-blinux.conf
|
||||||
|
|
||||||
%files orca
|
|
||||||
%defattr (-,root,root,755)
|
|
||||||
%{_libdir}/python2.5/site-packages/orca/brlmodule.so
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 07 2008 marco@suse.de
|
* Thu Sep 11 2008 marco@suse.de
|
||||||
- modified y2base profile to work with yast in vga=normal mode
|
- added further speech-cursor functions
|
||||||
|
spkwordlft, spkwordrgt, spkstop
|
||||||
|
- spkcsrxy added TTY number
|
||||||
|
- brld and drivers
|
||||||
|
added experimental USB support
|
||||||
|
- added experimental alvausb support for alva sat540 (brlname=alvausb)
|
||||||
|
- added some errorhandling (brld)
|
||||||
|
- added handling for unknown characters for the iconv stuff (brld)
|
||||||
|
* Thu Aug 14 2008 marco@suse.de
|
||||||
|
- removed orca_sbl
|
||||||
|
- added orca-patch (orca-brld-patch.diff
|
||||||
|
* Thu Aug 14 2008 marco@suse.de
|
||||||
|
- added speech-cursor
|
||||||
|
now you can navigate over the screen with a speech-cursor
|
||||||
|
there are three additional functions
|
||||||
|
spkcsrlft, spkcsrrgt, spkxy
|
||||||
|
- fixed possible segfault in ht-driver (thanks to Klaus Knopper)
|
||||||
|
- added the new functions to the keymaps
|
||||||
|
- brld - added attribute-underline for orca
|
||||||
|
- some code cleanup
|
||||||
|
- brld - fixed a possible iconv problem (orca)
|
||||||
* Sat Apr 26 2008 marco@suse.de
|
* Sat Apr 26 2008 marco@suse.de
|
||||||
- added brl-driver patch and brld patch from Klaus Knopper
|
- added brl-driver patch and brld patch from Klaus Knopper
|
||||||
the patch added the missing init stuff for brl.x and brl.y
|
the patch added the missing init stuff for brl.x and brl.y
|
||||||
@ -131,8 +136,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- using libbrld.so.1 instead of libbrld.so
|
- using libbrld.so.1 instead of libbrld.so
|
||||||
- using libspeechd.so.2 instead of libspeechd.so
|
- using libspeechd.so.2 instead of libspeechd.so
|
||||||
- sbl does not longer require brld at start-time
|
- sbl does not longer require brld at start-time
|
||||||
* Thu Feb 28 2008 ro@suse.de
|
|
||||||
- add defattr to orca subpackage
|
|
||||||
* Tue Feb 19 2008 marco@suse.de
|
* Tue Feb 19 2008 marco@suse.de
|
||||||
- fixed a possible segfault in brld
|
- fixed a possible segfault in brld
|
||||||
- use select instead of usleep to wait for a brlkey-event in the brl-thread
|
- use select instead of usleep to wait for a brlkey-event in the brl-thread
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2dc753561bcab0a60d749f9e04134ece15bd2281ad2faa92af0227ccb965f325
|
|
||||||
size 170512
|
|
3
sblsrc-3.4.0.tbz2
Normal file
3
sblsrc-3.4.0.tbz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b9b46c7d276891e3a6d81e2de620b24710d72bd91944fc8aeaa1cb7ea9cb096
|
||||||
|
size 190719
|
Loading…
Reference in New Issue
Block a user