From 55756f23c86892b762203cdeca9fc2a7b826e0c9 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 21 Sep 2004 17:12:18 +0000 Subject: Update to 0.9.12. This version corresponds to GNOME 2.8.0. ================= Changes in 0.9.12 ================= Translation: * Added Russian, Turkish, Traditional Chinese translations. ================= Changes in 0.9.10 ================= Miscelaneous: * Improved the reporting of a warning message when the cursor position on brlmon is greater then brlmon size. * Improved reportng for word-by-word navigation. Translation: * Added Norwegian Bokmal and Tamil translations . Speech: * Modify to report the correct range for speech parameters. Presentation: * Inform the user that there is a "empty line" in case of blank lines. ================ Changes in 0.9.9 ================ Miscelaneous: * Install brlmon in libexec, not in bin directory. Translation: * Add bengali translation. * Update Korean, Japanese, Portuguese, Serbian, Simplified Chinese, Polish, Canadian English, Danish, Spanish, Dutch. Presentation: * Inform user when the moves to another group (when context has been changed). ================ Changes in 0.9.8 ================ Bug Fixes: * Now handle the 'Separator' key (",") on some non-English numeric keypads the same as the "Decimal" key (".") - specifically, treat XK_KP_Separator as synonym for XK_KP_Decimal when handling layer commands. Braille: * Added support for scrolling the braille display one whole width (rather than just 20 cells) via layer 9 keypad 4 and 6. See bugzilla bug #148090. ================ Changes in 0.9.7 ================ Presentation: * Improve presentation for sliders. * Presentation for a watched object is not interrupted anymore by the presentation for focus tracking. Miscelaneous: * Generate a beep instead of exiting in case of failure to register a listener for an event. Speech: * Change values for rate and pitch for voice from percents to absolute values (including minimum and maximum in UI. Brlmon: * Make brlmon to act as a panel (do not let other window to overlap it). Magnifier: * Make zoom factor x and y floats from int. ================ Changes in 0.9.6 ================ Translation: * Added slovak language * Added bulgarian language. * Added improved spanish translation table for braille Magnifier: * Removed some warning messages for panning. Speech: * Better default values for speech. Presentation: * Improved a lot of presentations for diferent events and objects. Miscelaneous: * Do not generate mosue events if XEvIE is not present. * Improved work with GDM trogh --login option ================ Changes in 0.9.5 ================ Speech: * Added new text echo mode "none". * Report "first/last line" if user is on first/last line in flat review. * Do not report role for multi-line-text for speech default presentation mode. * Improved the response of read whole window command. * Report to user "Escape" key. Braille: * Report "first/last line" if user is on first/last line in flat review. Miscelaneous: * Added --login command line option. * Added -u command line parameter to start magnifier in upper half of screen ================ Changes in 0.9.4 ================ Miscelaneous: * Improved behaviour of gnopernicus with gdm. ================ Changes in 0.9.3 ================ Speech: * Changed to report Backspace and Delete keys with 'Say all modifiers' option enabled. Miscelaneous: * Added a presentation for "object:tab-added", "object:tab-removed" events for tabs. * Removed Ctrl+Shift+Alt+S key combination. "Describe my surroundings" command is no longer mapped to this key combination. Magnifier: * Allow magnifier to be large as the display size. Braille Monitor: * Braille monitor will not display text in "BRAILLE" or "DUAL" Mode Type anymore. * Removed all things related to braille font. GUI: * Changed a label text in the magnifier preferences from "Cursor magnification" to "Set cursor separate from magnification". * In the Braille Monitor preferences the "DUAL" and "BRAILLE" Mode Type options were grayed out. They wont be used for the moment. * In the speech preferences "Say all cursors" option was renamed as "Say all navigation keys". ================ Changes in 0.9.2 ================ Miscellanous: * Added a new configure option "--enable-magnifier" used for gnopernicus to be compiled with or without magnifier support. * Changed the reporting for events with the same timestamp value. ================ Changes in 0.9.1 ================ Miscellanous: * Do not report window events for popup menus. * Convert caret-moved events into focus events only if the object has a focused ancestor. GUI: * Real support for mouse and focus traking modes in other language, the change of the current option will take effect now). * Fix some broken help pages. Magnifier: * Allow magnifier to magnify a region of interest that intersect magnifier region if they belong to different screen (source and target differ). UI: * "describe my surroundings" will not present names of current window and application. * "window hierarchy flat" is now called "read whole window". * Object roles are now translated. Translation: * Update Canadian English, Czech, British English, Polish, Catalan, Dutch. ================ Changes in 0.9.0 ================ GUI: * Crosshair color inversion made clearer by graying the 'Cross-hair color' button when 'Cross-hair color inverted' checkbox is checked. * Changed some keyboard accelerators. UI: * A better presentation for tables : added two new presentation items. Braille: * Added suport for some more braille devices. Magnifier: * Changed required version of gnome-mag to 0.11.0. * Added support to specify target. Translation: * Add Gujarati language. --- x11/gnopernicus/Makefile | 6 ++--- x11/gnopernicus/PLIST | 48 ++++++++++++++++++++++------------------ x11/gnopernicus/distinfo | 12 +++++----- x11/gnopernicus/patches/patch-ab | 14 ++++++------ x11/gnopernicus/patches/patch-ac | 22 +++++++++--------- x11/gnopernicus/patches/patch-ad | 22 +++++++++--------- 6 files changed, 64 insertions(+), 60 deletions(-) (limited to 'x11/gnopernicus') diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile index 2e2991b6024..8e8ad64aa74 100644 --- a/x11/gnopernicus/Makefile +++ b/x11/gnopernicus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2004/05/07 01:14:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2004/09/21 17:12:18 jmmv Exp $ # -DISTNAME= gnopernicus-0.8.4 +DISTNAME= gnopernicus-0.9.12 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/0.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/0.9/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org diff --git a/x11/gnopernicus/PLIST b/x11/gnopernicus/PLIST index 1e597bd85de..92281532c94 100644 --- a/x11/gnopernicus/PLIST +++ b/x11/gnopernicus/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/04/20 14:35:39 jmmv Exp $ -bin/brlmonitor +@comment $NetBSD: PLIST,v 1.6 2004/09/21 17:12:18 jmmv Exp $ bin/gnopernicus bin/srcore include/gnopernicus-1.0/libbrl/brlxmlapi.h @@ -9,7 +8,7 @@ include/gnopernicus-1.0/libsrconf/libsrconf.h include/gnopernicus-1.0/libsrlow/SRLow.h include/gnopernicus-1.0/libsrlow/SRObject.h include/gnopernicus-1.0/libsrlow/screen-review.h -include/gnopernicus-1.0/libsrs/srsxmlapi.h +include/gnopernicus-1.0/libsrs/srs-xml.h include/gnopernicus-1.0/libsrutil/SREvent.h include/gnopernicus-1.0/libsrutil/SRMessages.h include/gnopernicus-1.0/libsrutil/srintl.h @@ -17,39 +16,40 @@ include/gnopernicus-1.0/libsrutil/util.h lib/gnopernicus-1.0/libbrl.a lib/gnopernicus-1.0/libbrl.la lib/gnopernicus-1.0/libbrl.so -lib/gnopernicus-1.0/libbrl.so.4 -lib/gnopernicus-1.0/libbrl.so.4.0 +lib/gnopernicus-1.0/libbrl.so.12 +lib/gnopernicus-1.0/libbrl.so.12.0 lib/gnopernicus-1.0/libke.a lib/gnopernicus-1.0/libke.la lib/gnopernicus-1.0/libke.so -lib/gnopernicus-1.0/libke.so.4 -lib/gnopernicus-1.0/libke.so.4.0 +lib/gnopernicus-1.0/libke.so.12 +lib/gnopernicus-1.0/libke.so.12.0 lib/gnopernicus-1.0/libmag.a lib/gnopernicus-1.0/libmag.la lib/gnopernicus-1.0/libmag.so -lib/gnopernicus-1.0/libmag.so.4 -lib/gnopernicus-1.0/libmag.so.4.0 +lib/gnopernicus-1.0/libmag.so.12 +lib/gnopernicus-1.0/libmag.so.12.0 lib/gnopernicus-1.0/libsrconf.a lib/gnopernicus-1.0/libsrconf.la lib/gnopernicus-1.0/libsrconf.so -lib/gnopernicus-1.0/libsrconf.so.4 -lib/gnopernicus-1.0/libsrconf.so.4.0 +lib/gnopernicus-1.0/libsrconf.so.12 +lib/gnopernicus-1.0/libsrconf.so.12.0 lib/gnopernicus-1.0/libsrlow.a lib/gnopernicus-1.0/libsrlow.la lib/gnopernicus-1.0/libsrlow.so -lib/gnopernicus-1.0/libsrlow.so.4 -lib/gnopernicus-1.0/libsrlow.so.4.0 +lib/gnopernicus-1.0/libsrlow.so.12 +lib/gnopernicus-1.0/libsrlow.so.12.0 lib/gnopernicus-1.0/libsrs.a lib/gnopernicus-1.0/libsrs.la lib/gnopernicus-1.0/libsrs.so -lib/gnopernicus-1.0/libsrs.so.4 -lib/gnopernicus-1.0/libsrs.so.4.0 +lib/gnopernicus-1.0/libsrs.so.12 +lib/gnopernicus-1.0/libsrs.so.12.0 lib/gnopernicus-1.0/libsrutil.a lib/gnopernicus-1.0/libsrutil.la lib/gnopernicus-1.0/libsrutil.so -lib/gnopernicus-1.0/libsrutil.so.4 -lib/gnopernicus-1.0/libsrutil.so.4.0 +lib/gnopernicus-1.0/libsrutil.so.12 +lib/gnopernicus-1.0/libsrutil.so.12.0 lib/pkgconfig/gnopernicus-1.0.pc +libexec/brlmonitor share/applications/gnopernicus.desktop share/examples/gnopernicus/translation_tables/de.a2b share/examples/gnopernicus/translation_tables/en_US.a2b @@ -66,9 +66,6 @@ share/gnome/help/gnopernicus/C/gnopernicus.xml share/gnome/help/gnopernicus/C/legal.xml share/gnome/help/gnopernicus/es/gnopernicus.xml share/gnome/help/gnopernicus/es/legal.xml -share/gnopernicus/fonts/braillehc.afm -share/gnopernicus/fonts/braillehc.pfb -share/gnopernicus/fonts/braillehc.pfm share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2 share/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2 share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2 @@ -101,6 +98,8 @@ share/gnopernicus/presentation/verbose.xml ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gnopernicus.mo @@ -123,19 +122,25 @@ ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnopernicus.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnopernicus.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gnopernicus.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnopernicus.mo share/omf/gnopernicus/brlmonitor-C.omf share/omf/gnopernicus/brlmonitor-es.omf share/omf/gnopernicus/gnopernicus-C.omf @@ -159,7 +164,6 @@ share/pixmaps/gnopernicus.png @dirrm share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings @dirrm share/gnopernicus/glade/gnopi_files @dirrm share/gnopernicus/glade -@dirrm share/gnopernicus/fonts @dirrm share/gnopernicus @dirrm share/gnome/help/gnopernicus/es @dirrm share/gnome/help/gnopernicus/C diff --git a/x11/gnopernicus/distinfo b/x11/gnopernicus/distinfo index b9818c2c01f..9112b110bd8 100644 --- a/x11/gnopernicus/distinfo +++ b/x11/gnopernicus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2004/04/20 14:35:39 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2004/09/21 17:12:18 jmmv Exp $ -SHA1 (gnopernicus-0.8.4.tar.bz2) = 060bea156929bc5e945e818b0715b5285e07e34a -Size (gnopernicus-0.8.4.tar.bz2) = 1520946 bytes -SHA1 (patch-ab) = c391a7cd3a1d3586235f90b6c684a951ed9c71b6 -SHA1 (patch-ac) = b7d404d32bc37aaa4000203ab0af0fb3879d23c9 -SHA1 (patch-ad) = 46fbb70bbe4085f16d89b3f29af04cd30115eb0c +SHA1 (gnopernicus-0.9.12.tar.bz2) = 40dfd97a0d163038441064a96741e5d4b1a2b523 +Size (gnopernicus-0.9.12.tar.bz2) = 1808327 bytes +SHA1 (patch-ab) = d630d193babf2f0524ee839f39722c88518cab38 +SHA1 (patch-ac) = 4bdc8d78387935cbf7078c34b278f2bb7e5f4ecb +SHA1 (patch-ad) = ef9941796996f03f3e2b387d1b76b1cbc0fb89dd diff --git a/x11/gnopernicus/patches/patch-ab b/x11/gnopernicus/patches/patch-ab index f967237c89f..64032bf30f4 100644 --- a/x11/gnopernicus/patches/patch-ab +++ b/x11/gnopernicus/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2004/02/17 22:40:30 jmmv Exp $ +$NetBSD: patch-ab,v 1.2 2004/09/21 17:12:18 jmmv Exp $ ---- gnopi/Makefile.in.orig 2003-10-07 16:31:27.000000000 +0200 +--- gnopi/Makefile.in.orig 2004-08-30 18:39:59.000000000 +0200 +++ gnopi/Makefile.in -@@ -238,7 +238,7 @@ LDADD = ../srutil/libsrutil.la \ - $(GNOPI_LIBS) +@@ -190,7 +190,7 @@ gnopernicus_SOURCES = gnopi.c gnopiu + LDADD = ../srutil/libsrutil.la ../srconf/libsrconf/libsrconf.la $(GNOPI_LIBS) -translationdir = $(sysconfdir)/gnopernicus-1.0/translation_tables +translationdir = $(datadir)/examples/gnopernicus/translation_tables - translation_DATA = de.a2b \ - es.a2b \ - sv.a2b \ + translation_DATA = de.a2b es.a2b sv.a2b en_US.a2b + + diff --git a/x11/gnopernicus/patches/patch-ac b/x11/gnopernicus/patches/patch-ac index 7955155af97..9fd09e36074 100644 --- a/x11/gnopernicus/patches/patch-ac +++ b/x11/gnopernicus/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.2 2004/04/01 19:04:28 jmmv Exp $ +$NetBSD: patch-ac,v 1.3 2004/09/21 17:12:18 jmmv Exp $ ---- srcore/Makefile.in.orig 2004-02-11 14:57:59.000000000 +0100 +--- srcore/Makefile.in.orig 2004-08-30 18:39:59.000000000 +0200 +++ srcore/Makefile.in -@@ -175,7 +175,7 @@ INCLUDES = -I$(srcdir) - -I$(top_srcdir)/magnifier/libmag \ - -I$(top_srcdir)/srutil \ - -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" \ -- -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" \ -+ -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" \ - -DPRESENTATION_DIR=\"$(datadir)/gnopernicus/presentation/\" \ - $(SRCORE_CFLAGS) \ - -DG_LOG_DOMAIN=\"gnopernicus\" +@@ -175,7 +175,7 @@ WARN_CXXFLAGS = @WARN_CXXFLAGS@ + X_LIBS = @X_LIBS@ + gnopernicuslocaledir = @gnopernicuslocaledir@ + +-INCLUDES = -I$(srcdir) -I$(top_srcdir)/braille/libbrl -I$(top_srcdir)/speech/libsrs -I$(top_srcdir)/srlow/libsrlow -I$(top_srcdir)/srconf/libsrconf -I$(top_srcdir)/kbd_mouse/libke -I$(top_srcdir)/magnifier/libmag -I$(top_srcdir)/srutil -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" -DPRESENTATION_DIR=\"$(datadir)/gnopernicus/presentation/\" -DBRLMON_DIR=\"$(libexecdir)/\" $(SRCORE_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\" -DSRS_NO_MARKERS_SUPPORTED ++INCLUDES = -I$(srcdir) -I$(top_srcdir)/braille/libbrl -I$(top_srcdir)/speech/libsrs -I$(top_srcdir)/srlow/libsrlow -I$(top_srcdir)/srconf/libsrconf -I$(top_srcdir)/kbd_mouse/libke -I$(top_srcdir)/magnifier/libmag -I$(top_srcdir)/srutil -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" -DPRESENTATION_DIR=\"$(datadir)/gnopernicus/presentation/\" -DBRLMON_DIR=\"$(libexecdir)/\" $(SRCORE_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\" -DSRS_NO_MARKERS_SUPPORTED + + + bin_PROGRAMS = srcore diff --git a/x11/gnopernicus/patches/patch-ad b/x11/gnopernicus/patches/patch-ad index 4f0a0910a0a..685fad597f6 100644 --- a/x11/gnopernicus/patches/patch-ad +++ b/x11/gnopernicus/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2004/02/17 22:40:30 jmmv Exp $ +$NetBSD: patch-ad,v 1.2 2004/09/21 17:12:18 jmmv Exp $ ---- braille/libbrl/Makefile.in.orig 2003-10-07 16:31:15.000000000 +0200 +--- braille/libbrl/Makefile.in.orig 2004-08-30 18:39:53.000000000 +0200 +++ braille/libbrl/Makefile.in -@@ -171,7 +171,7 @@ libbrl_LTLIBRARIES = libbrl.la - INCLUDES = -I$(top_builddir) \ - -I$(top_srcdir)/srutil \ - -I$(top_srcdir)/srconf/libsrconf \ -- -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" \ -+ -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" \ - -DTTYNAME0=\"$(TTYNAME_0)\" -DTTYNAME1=\"$(TTYNAME_1)\" \ - $(BRLTTY_ACTIVE) \ - $(LIBBRL_CFLAGS) \ +@@ -178,7 +178,7 @@ NULL = + + libbrl_LTLIBRARIES = libbrl.la + +-INCLUDES = -I$(top_builddir) -I$(top_srcdir)/srutil -I$(top_srcdir)/srconf/libsrconf -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" -DTTYNAME0=\"$(TTYNAME_0)\" -DTTYNAME1=\"$(TTYNAME_1)\" $(BRLTTY_ACTIVE) $(LIBBRL_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\" ++INCLUDES = -I$(top_builddir) -I$(top_srcdir)/srutil -I$(top_srcdir)/srconf/libsrconf -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" -DTTYNAME0=\"$(TTYNAME_0)\" -DTTYNAME1=\"$(TTYNAME_1)\" $(BRLTTY_ACTIVE) $(LIBBRL_CFLAGS) -DG_LOG_DOMAIN=\"gnopernicus\" + + + LDFLAGS = $(LIBBRL_LIBS) @LT_VERSION_INFO@ -- cgit v1.2.3