kanyremote-8.1.1/0000755000232200023220000000000014404351336014250 5ustar debalancedebalancekanyremote-8.1.1/config.rpath0000755000232200023220000004364712653640764016610 0ustar debalancedebalance#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2007 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; darwin*) case $cc_basename in xlc*) wl='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; newsos6) ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) wl='-Wl,' ;; pgcc | pgf77 | pgf90) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; rdos*) ;; solaris*) wl='-Wl,' ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3*) wl='-Wl,' ;; sysv4*MP*) ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) wl='-Wl,' ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we cannot use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if test "$GCC" = yes ; then : else case $cc_basename in xlc*) ;; *) ld_shlibs=no ;; esac fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd1*) ld_shlibs=no ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. # Unlike libtool.m4, here we don't care about _all_ names of the library, but # only about the one the linker finds when passed -lNAME. This is the last # element of library_names_spec in libtool.m4, or possibly two of them if the # linker has special search rules. library_names_spec= # the last element of library_names_spec in libtool.m4 libname_spec='lib$name' case "$host_os" in aix3*) library_names_spec='$libname.a' ;; aix4* | aix5*) library_names_spec='$libname$shrext' ;; amigaos*) library_names_spec='$libname.a' ;; beos*) library_names_spec='$libname$shrext' ;; bsdi[45]*) library_names_spec='$libname$shrext' ;; cygwin* | mingw* | pw32*) shrext=.dll library_names_spec='$libname.dll.a $libname.lib' ;; darwin* | rhapsody*) shrext=.dylib library_names_spec='$libname$shrext' ;; dgux*) library_names_spec='$libname$shrext' ;; freebsd1*) ;; freebsd* | dragonfly*) case "$host_os" in freebsd[123]*) library_names_spec='$libname$shrext$versuffix' ;; *) library_names_spec='$libname$shrext' ;; esac ;; gnu*) library_names_spec='$libname$shrext' ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac library_names_spec='$libname$shrext' ;; interix[3-9]*) library_names_spec='$libname$shrext' ;; irix5* | irix6* | nonstopux*) library_names_spec='$libname$shrext' case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux* | k*bsd*-gnu) library_names_spec='$libname$shrext' ;; knetbsd*-gnu) library_names_spec='$libname$shrext' ;; netbsd*) library_names_spec='$libname$shrext' ;; newsos6) library_names_spec='$libname$shrext' ;; nto-qnx*) library_names_spec='$libname$shrext' ;; openbsd*) library_names_spec='$libname$shrext$versuffix' ;; os2*) libname_spec='$name' shrext=.dll library_names_spec='$libname.a' ;; osf3* | osf4* | osf5*) library_names_spec='$libname$shrext' ;; rdos*) ;; solaris*) library_names_spec='$libname$shrext' ;; sunos4*) library_names_spec='$libname$shrext$versuffix' ;; sysv4 | sysv4.3*) library_names_spec='$libname$shrext' ;; sysv4*MP*) library_names_spec='$libname$shrext' ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) library_names_spec='$libname$shrext' ;; uts4*) library_names_spec='$libname$shrext' ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' < - 8.1.1 - Add Georgian translation * Wed Nov 11 2020 Mikhail Fedotov - 8.1 - Some fixes * Tue Apr 30 2019 Mikhail Fedotov - 8.0 - Port to python3 * Wed Jan 10 2018 Mikhail Fedotov - 7.0 - Some fixes * Thu Jul 20 2017 Mikhail Fedotov - 6.4 - Move to QT5 * Fri Jan 16 2015 Mikhail Fedotov - 6.3.5 - Avahi support * Sun Oct 5 2014 Mikhail Fedotov - 6.3.4 - Fix some issues with QIcon class * Fri Jul 18 2014 Mikhail Fedotov - 6.3.3 - Large application icon and AppData support. * Mon Dec 2 2013 Mikhail Fedotov - 6.3.2 - Fixed RedHat bugzilla bug 1034914 * Mon Sep 16 2013 Mikhail Fedotov - 6.3.1 - Greek translation was added (Thanks to Ioannis Servetas) * Fri Aug 16 2013 Mikhail Fedotov - 6.3 - Drop PyKDE dependency, small corrections, fixed RedHat bugzilla bug 988080. * Mon Jun 10 2013 Mikhail Fedotov - 6.2 - Multiconnection and autostart support. * Wed Oct 10 2012 Mikhail Fedotov - 6.1 - Drop lightthpd dependency. Translation updates * Mon Aug 13 2012 Mikhail Fedotov - 6.0.1 - Translation update * Fri May 25 2012 Mikhail Fedotov - 6.0 - Update to work with anyremote v6.0, drop support of anyremote2html * Sun Jan 10 2018 Mikhail Fedotov - 7.0 - Port ganyremote from PyGTK to PyGObject * Sun Dec 4 2011 Mikhail Fedotov - 5.13 - Add --tray commandline option * Fri Mar 11 2011 Mikhail Fedotov - 5.12 - Czech translation updated. Correctly works with anyRemote v5.4 * Fri Sep 17 2010 Mikhail Fedotov - 5.11.9 - Slovak translation updated * Wed Aug 4 2010 Mikhail Fedotov - 5.11.8 - Do not use /sbin/ip if it absent * Fri Jul 16 2010 Mikhail Fedotov - 5.11.7 - Docs search path corrected. * Tue Jul 6 2010 Mikhail Fedotov - 5.11.6 - Small correction. * Fri Jul 2 2010 Mikhail Fedotov - 5.11.5 - Small correction. * Tue Mar 9 2010 Mikhail Fedotov - 5.11.4 - Some correction in translations. * Mon Feb 15 2010 Mikhail Fedotov - 5.11.3 - Some correction in translations. 128x128 java client icons handling. * Mon Feb 01 2010 Mikhail Fedotov - 5.11.2 - Fixed RedHat bugzilla bug 560302 * Wed Jan 27 2010 Mikhail Fedotov - 5.11.1 - Small updates. * Fri Jan 22 2010 Mikhail Fedotov - 5.11 - Command Fusion iViewer support. * Mon Jul 6 2009 Mikhail Fedotov - 5.10.2 - Translations were updated. * Thu Jul 2 2009 Mikhail Fedotov - 5.10 - Tool was rewritten on QT4. Enhanced handling of GuiAppBinary tag. Handle java client with 48x48 icons. * Tue May 26 2009 Mikhail Fedotov - 5.9 - Slovak translation was added (thanks to Michal Toth) * Fri Apr 9 2009 Mikhail Fedotov - 5.8.2 - Small enhancements * Tue Apr 7 2009 Mikhail Fedotov - 5.8.1 - Fix small bug * Mon Mar 30 2009 Mikhail Fedotov - 5.8 - Add GuiAppModes tag handling * Wed Mar 11 2009 Mikhail Fedotov - 5.7 - Finnish and Swedish translation were added (thanks to Matti Jokinen) * Wed Jan 21 2009 Mikhail Fedotov - 5.6.1-1 - Minor bugfix * Mon Jan 19 2009 Mikhail Fedotov - 5.6-1 - Check java client version on the web site * Sun Dec 21 2008 Mikhail Fedotov - 5.5.1-1 - Fix upload from web feature * Sun Dec 14 2008 Mikhail Fedotov - 5.5-1 - Handle GuiAppVersion parameter in configuration files. Add possibility to download java client from Web. Small Ubuntu-specific fixes. * Wed Dec 3 2008 Mikhail Fedotov - 5.4.1-1 - Fix detection of activity of bluetooth service * Fri Oct 17 2008 Mikhail Fedotov - 5.4-1 - Enhanced edit configuration file window. Support application details auto wrap. Added Bulgarian translation (thanks to Stanislav Popov) * Wed Sep 24 2008 Mikhail Fedotov - 5.3-1 - Add icons to menu and buttons. * Mon Sep 8 2008 Mikhail Fedotov - 5.2.1-1 - Small bugfixes. * Thu Sep 4 2008 Mikhail Fedotov - 5.2-1 - Added "Details" field to the main window. Added French translation (thanks to Philippe Hensel). * Tue Aug 19 2008 Mikhail Fedotov - 5.1-1 - Fixed crash on startup issue. Added Czech (thanks to Tomas Kaluza) and Dutch (thanks to Geert Vanhaute) translations. * Mon Jul 21 2008 Mikhail Fedotov - 5.0-1 - Internationalization support. Added Polish (thanks to Marek Szuba), Austrian (thanks to Christian Zehetnertran), German (thanks to Johann Bauer), Spanish (thanks to Carlos Sánchez Mateo and Francisco), Brazilian Portuguese (thanks to Marcos Venilton Batista),Italian (thanks to Massimo Robbiati) Hungarian (thanks to Gyuris Szabolcs) and Russian translations. * Sun May 25 2008 Mikhail Fedotov - 4.9-1 - Bugfixes and enhancements to better support anyremote-J2ME client v4.6 and anyremote2html v0.5. * Sun Apr 20 2008 Mikhail Fedotov - 4.8-1 - Some small enhancements. Spec file correction. * Tue Mar 11 2008 Mikhail Fedotov - 4.7-1.fc8 - Some small enhancements. Corrected to work properly with anyRemote v4.4. * Tue Feb 26 2008 Mikhail Fedotov - 4.6-2.fc8 - Spec file correction * Wed Feb 20 2008 Mikhail Fedotov - 4.6-1.fc8 - Handle absense of .anyRemote directory * Sun Feb 17 2008 Mikhail Fedotov - 4.5-2.fc8 - Spec file correction * Fri Feb 15 2008 Mikhail Fedotov - 4.5-1.fc8 - Motorola RIZR Z3 support enhanced 4.4 --------------------------------------------------------------------------------- Small correction to work well with anyRemote v4.2. 4.3 --------------------------------------------------------------------------------- Small correction to work well with anyRemote v4.1. Difference beetween 4.2 and 4.1 --------------------------------------------------------------------------------- Small enhancements. Difference beetween 4.1 and 4.0 --------------------------------------------------------------------------------- Device browser part was added. Difference beetween 4.0 and 3.3 --------------------------------------------------------------------------------- Actually v4.0 is absolutely new application, not a new version of v3.XX Since v4.0 kAnyRemote is a GUI front end for anyRemote, written on PyQt/PyKDE. It is not a standalone application anymore. Difference beetween 3.3 and 3.2 --------------------------------------------------------------------------------- Small enhancements. Command Set(disconnect) was introduced. Fixed build issue in Gentoo. Difference beetween 3.2 and 3.1 --------------------------------------------------------------------------------- Cfg.file for xine (new version) and MythTv (thanks to Tim Hicks) were added. cfg-examples directory was renamed to cfg-data. *.spec file was changed: solid rpm was separated into 3 RPM's. Lot of bugfixes and small enhancemens. Difference beetween 3.1 and 3.0 --------------------------------------------------------------------------------- New command Get(screen_size|model) was introduced. Set(image...) command was enhanced. In AT-mode nothing will be sent to phone after RemoteOff command. Java client was corrected towork properly with Nokia-E70. Cfg.file for Mplayer, Quodlibet, VLC and Nokia-E70 were added. A lot of bugfixes. Difference beetween 3.0 and 2.12 --------------------------------------------------------------------------------- New command Set(image,...) was introduced. It allows to transfer to phone images and then show them on the screen. According to this feature communication protocol was slightly changed. Communication code in java client was reworked completely. Cfg.file for Kpdf, Listen and Open Office Impress were added. Since this versions all temporary and log files will be created in $HOME/.anyRemote instead of /tmp. Difference beetween 2.12 and 2.11 --------------------------------------------------------------------------------- Cfg.file for Aqualung was added. anyRemote was tested over Wi-Fi connection between Nokia-E61 and PC. Java client starts to support CDLC-1.0 phones. A lot of bugs were fixed. Difference beetween 2.11 and 2.10 --------------------------------------------------------------------------------- Java client was tested on Motorola-V3i and Nokia-E61. Set(iconlist,...) command was introduced. Added possibility to use 16x16 or 32x32 png icons. Cfg.file for Kopete was added. A lot of bugfixes and enhancements. Difference beetween 2.10 and 2.9 --------------------------------------------------------------------------------- Java client was tested on Motorola-L6 and Siemens-S65. New capability to work as back-end with separated GUI front-endswas introduced. New commands Set(parameter,...) and Set(repaint) was introduced. Command Set(debug,...) was changed to Set(parameter,debug,...). A lot of bugs were fixed. Cfg.files for Exaile was added. Difference beetween 2.9 and 2.8 --------------------------------------------------------------------------------- New commands Include(...) and ExecAndSet(upload,...) were introduced. Now it is possible to upload icons to Java Client. Cfg.files for Audacious, Banshee, BMP, Freevo, JuK, MPD, Totem, custom made RSS reader and cfg.file for icon uploading were added. Difference beetween 2.8 and 2.7 --------------------------------------------------------------------------------- New commands Load(...) and Set(list,select,...) were introduced. Cfg.files for KdeTv, Gwenview, Rhythmbox, XdTV were added. Difference beetween 2.7 and 2.6 --------------------------------------------------------------------------------- New command Macro() was introduced. Command Set(list,menu...) was changed to Set(menu...). It is possible to add custom menu to any screen of Java Client. It is possible to select several files in file manager screen of Java Client. Several little enhancements and bugfixes. v2.7.1 differs from v2.7 only by updated Java Client Difference beetween 2.6 and 2.5 --------------------------------------------------------------------------------- Several enhancements and serious bugfixes. Set(volume,X) command was introduced to show volume bar. Difference beetween 2.5 and 2.4 --------------------------------------------------------------------------------- File manager which looks like MC was added to Java Client. Several enhancements and bugfixes. Xine management example was added. Difference beetween 2.4 and 2.3 --------------------------------------------------------------------------------- Maintenance release. Java Client was tested with Nokia-6021 Difference beetween 2.3 and 2.2 --------------------------------------------------------------------------------- Enhancemens were made mainly in Java Client. Now it supports: different icon layouts ("skins"),it can be configured to run in fullscreen mode. Exception handling improved and lots of bugs were fixed. Difference beetween 2.2 and 2.1 --------------------------------------------------------------------------------- Look and feel of GUI of Java Client was redesigned. Now it is possible to change colors and font size. Choose actions possiblenot only by numeric key but also by joystick. Support of lists was added (now kAnyRemote can be configured to support playlists) Difference beetween 2.1 and 2.0 --------------------------------------------------------------------------------- Bugfixes and small enhancements. (EnterMode) and (ExitMode) event handlers were added. Set(text,...) command was added. Difference beetween 2.0 and 1.4 --------------------------------------------------------------------------------- This release is the first step to create application which could provide "bemused-like" functionality. Format of configurational file was changed completely. Now anyRemote could works as server (like bemused). Java client was created for JSR82-compatible phones. Difference beetween 1.4 and 1.3 --------------------------------------------------------------------------------- Concept of key "alias" was introduced. Tool was tested on Siemens-S55. A lot of bugfixes. Difference beetween 1.3 and 1.2 --------------------------------------------------------------------------------- Concepts of "mode" was introduced to make possible to set more than one command to the key. Tool was tested on SE-K750 (BT&IR) Some bug was fixed and some code was cleaned up. digikam and kmplayer, kuickshow and web-stream and "mega-example" all-in-one examples were addded. Difference beetween 1.2 and 1.1 --------------------------------------------------------------------------------- It is possible substuitute current time into command handlers. Two new handlers for connect and disconnect event were added. "Greeting" configuration option was deleted in favour of new connect handler. Anyremote was tested with Motorola-V500 with cable connection. kview, tvtime and keyboard emulaton examples was added. Difference beetween 1.1 and 1.0 --------------------------------------------------------------------------------- SonyEricsson-K700-related patches included. Added 2 examples of conf.files (For Sagem and for SE). Kplayer, KsCd, Noatun, Twinkle examples were added. Difference beetween 1.0 and 0.9 --------------------------------------------------------------------------------- Sagem-related patches included. Now AnyRemote accept empty +CKEV input also (+CKEV: ,1). Difference beetween 0.9 and 0.8 --------------------------------------------------------------------------------- Auto-detect phone model. CmerOn/CmerOff conf. parameters are not mandatory now. Difference beetween 0.8 and 0.7 --------------------------------------------------------------------------------- Auto-muting feature during incoming call. Switch remote control functionality on/off without disconnect. Difference beetween 0.7 and 0.5 --------------------------------------------------------------------------------- Handling incoming calls. It is possible to set multikey command. -h command line was option added. 0.5 --------------------------------------------------------------------------------- This is first KDE-oriented release. By functionality it equals to console-oriented anyremote-0.4 kanyremote-8.1.1/kanyremote0000755000232200023220000044512414404351023016357 0ustar debalancedebalance#!/usr/bin/env python3 """ v 8.1.1 kAnyRemote KDE GUI for anyRemote - a bluetooth remote for your PC. Copyright (C) 2007-2023 Mikhail Fedotov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty ofF MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA """ import locale import gettext import getopt import glob import os import re import signal import socket import threading import _thread import http.client import time import sys import datetime #Translation stuff #print sys.executable #Get the local directory since we are not installing anything dirpath = os.path.dirname(sys.argv[0]) local_path = os.path.realpath(os.path.join(dirpath,'mo')) # try ../share/locale/ (Linux) if not os.path.exists(local_path): local_path = os.path.realpath(os.path.join(dirpath,'../share/locale/')) # try ../lib/locale/ (Sun) if not os.path.exists(local_path): local_path = os.path.realpath(os.path.join(dirpath,'../lib/locale/')) # last resort ... try /usr/share/locale if not os.path.exists(local_path): local_path = os.path.realpath('/usr/share/locale/') langs = [] lc = '' encoding = '' try: lc, encoding = locale.getdefaultlocale() except ValueError as cmd: print('Error: ',cmd,'\nCorrect $LANG or $LANGUAGE first !!!') sys.exit() if lc: #If we have a default, it's the first in the list langs = [lc] # Now lets get all of the supported languages on the system language = os.environ.get('LANGUAGE', None) if language: langs += language.split(":") APP_NAME = "kanyremote" gettext.bindtextdomain(APP_NAME, local_path) gettext.textdomain(APP_NAME) # Get the language to use lang = gettext.translation(APP_NAME, local_path, languages=langs, fallback = True) _ = lang.gettext try: from PyQt5.QtWidgets import * from PyQt5.QtGui import * from PyQt5.QtCore import * except ImportError: print('Install PyQt5 (python3-pyqt5) first !!!') sys.exit() pybluez = True try: import bluetooth except ImportError: pybluez = False def _tr(string): ob = QObject() return ob.tr(_(string)) # # String constants (not all!) # AR_INSTALLED = _tr('Installed') AR_NOTINSTALLED = _tr('Not installed') AR_NOINFO = _tr('No information') AR_AVAIL = _tr('Available') AR_NOTAVAIL = _tr('Not available') AR_MANAGED = _tr('Managed') AR_RUNNING = _tr('Running') AR_CONN_DEV = _tr('Connecting to device') AR_WAIT_OPS = _tr('Wait other operations to finish') AR_TCP_PORT=_tr('TCP port') AR_BT_PORT=_tr('Bluetooth channel') AR_HTTP_PORT=_tr('HTTP port') AR_DOWNLOADING=_tr('Downloading') AR_J2ME_CHECK = _tr('Checking J2ME client updates') AR_NO_J2ME_UPD = _tr("No updates for J2ME client were found.") AR_CODE_J2ME_UPD = 20014 AR_CODE_LOADED = 20017 AR_FILE_DEVICES='anyremote-peers.conf' def sigint_handler(signal, frame): #print('sigint_handler') sendMainWindow(29999,'') signal.signal(signal.SIGINT, sigint_handler) #signal.SIG_DFL) ############################################################################### # # J2ME client uploader # unified # ############################################################################### class JCUploader(threading.Thread): def __init__(self): threading.Thread.__init__(self) def run(self): global debug,jup if debug: print('JCUploader starting') self.run = True stopPBar() startPBar(AR_DOWNLOADING+' anyRemote-16.jad') ret = True jars = ["-16","-32","-48","-64","-128","","-nojsr82"] for sz in jars: for bi in ["", "b"]: # no big icons for these variants if bi == "b" and (sz == "" or sz == "-nojsr82"): continue if self.run and ret: ret = uploadJ2MEWebGui('anyRemote'+sz+bi+'.jad', True) if self.run and ret: ret = uploadJ2MEWebGui('anyRemote'+sz+bi+'.jar') if self.run: stopPBar() if debug: print('JCUploader: upload done') jup = None def stop(self): global debug if debug: print('stop JCUploader') self.run = False def stopJCUploader(): global jup try: if jup != None: jup.stop() except NameError: pass time.sleep(0.5) jup = None ################################################################################## # # J2ME client verifier # unified # ################################################################################## class JCVerifier(threading.Thread): def __init__(self, force): threading.Thread.__init__(self) self.anyway = force def run(self): global debug if debug: print('JCVerifier starting') curdate = time.strftime("%d%m", time.gmtime()) if self.anyway: startPBar(AR_J2ME_CHECK) else: try: f = open(os.environ.get("HOME")+os.sep+'.anyRemote'+os.sep+'j2me-client.checked', 'r') date = f.read() f.close() date = date.replace('\n','') if debug: print('JCVerifier',date,curdate) if date == curdate: if debug: print('JCVerifier: already checked. Exiting') self = None return except IOError: pass if debug: print('JCVerifier: check new version') os.system('echo \"'+curdate+'\" > $HOME/.anyRemote/j2me-client.checked') newver = checkJ2MEClientUpdate(); if debug: print('JCVerifier: upload done '+newver) if self.anyway: stopPBar() if newver == "": if self.anyway: infoMessage(AR_NO_J2ME_UPD) # newver == "-1" in case of connection absense elif newver != "-1": codeMessage(AR_CODE_J2ME_UPD) self = None ################################################################################## # # Reader of cfg. files # unified # ################################################################################## class CfgFileReader(threading.Thread): def __init__(self): global cfgFileReaderFlag threading.Thread.__init__(self) cfgFileReaderFlag = True def run(self): global debug, cfgFileReaderFlag, cfgReader if debug: print('CfgFileReader.run') clearAppsList() self.regExp = re.compile("^[^a-zA-Z0-9]*Gui") self.regExpB = re.compile("^[^a-zA-Z0-9%]*VERS[^=]*=.+$") self.regExpAT = re.compile("^[^a-zA-Z0-9%]*Device[^=]*=/dev/[a-zA-Z0-9]+$") t1 = datetime.datetime.now() numProcessed = 0 for cfgDir in cfgReader.cfgDirs: if cfgDir == '': continue if debug: print('Collect files in '+cfgDir) if os.path.isfile(cfgDir): self.processOneFile(cfgDir) numProcessed = numProcessed+1 codeMessage2(AR_CODE_LOADED, numProcessed) else: for root, dirs, files in os.walk(cfgDir): if 'Utils' in dirs: dirs.remove('Utils') if debug: print('skip dir',root+os.sep+'Utils') if 'Icons' in dirs: dirs.remove('Icons') if debug: print('skip dir',root+os.sep+'Icons') if '.svn' in dirs: dirs.remove('.svn') if debug: print('skip dir',root+os.sep+'.svn') for cfgFile in files: nameext = cfgFile.split('.') ext = nameext[len(nameext)-1] if ext == 'png' or ext == 'sh' or ext == 'py' or ext == 'gz': if debug: print('Not a configuration file '+cfgFile) continue self.processOneFile(root + os.sep + cfgFile) numProcessed = numProcessed+1 codeMessage2(AR_CODE_LOADED, numProcessed) codeMessage2(AR_CODE_LOADED, -1) cfgFileReaderFlag = False t2 = datetime.datetime.now() #print("Load time ",(t2-t1)) def processOneFile(self,cfgFile): global debug, cfgReader fd = None try: fd = open(cfgFile,'r') except IOError: pass if fd: aName = None aInst = '' aRun = '' aIcon = '' aType = None aDesc = '' aVers = '' aModes = '' aDevice = '' aBemused = '' try: for line in fd: if self.regExp.match(line): p = re.search("^[^a-zA-Z0-9]*GuiAppName[^=]*=(.+)$", line) if p != None: aName = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppBinary[^=]*=(.+)$", line) if p != None: aInst = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppRun[^=]*=(.+)$", line) if p != None: aRun = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppIcon[^=]*=(.+)$", line) if p != None: aIcon = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppType[^=]*=(.+)$", line) if p != None: aType = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppDesc[^=]*=(.+)$", line) if p != None: aDesc = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppVersion[^=]*=(.+)$", line) if p != None: aVers = p.group(1) # deprecated, use GuiAppProtocols p = re.search("^[^a-zA-Z0-9]*GuiAppModes[^=]*=(.+)$", line) if p != None: aModes = p.group(1) p = re.search("^[^a-zA-Z0-9]*GuiAppProtocols[^=]*=(.+)$", line) if p != None: aModes = p.group(1) if self.regExpAT.match(line): aDevice = 'a' if self.regExpB.match(line): aBemused = 1 except (UnicodeDecodeError): if debug: print('File decode error ',cfgFile) fd.close() return if (not aName) and (not aType): if debug: print('Not a configuration file. Skip '+cfgFile) fd.close() return aMode = ['Server'] if aModes == '': if aBemused == 1: aMode = ['Bemused'] elif aDevice == 'a': aMode = ['AT'] else: aMode = [] # not use aModes.split(',') to make more strict control if aModes.find('Server') >= 0: aMode.append('Server') if aModes.find('Bemused') >= 0: aMode.append('Bemused') if aModes.find('AT') >= 0: aMode.append('AT') if aModes.find('iViewer') >= 0: aMode.append('iViewer') if aName == '' or aName == None: aName = os.path.basename(cfgFile) app = aInst isInst = 'OK' if aInst != '': cnt = aInst.count(' ') if cnt > 0: # treat this like a command to execute app = getResult(aInst, 'bin') isInst = isInstalled(app) show = 1 show1 = 1 show2 = 1 status = AR_NOTAVAIL if isInst == 'OK': status = AR_AVAIL # check version if requested if aVers != '': version = reqVersion(aVers) if version == 'NOK': isInst = 'NOK' status = AR_NOTAVAIL if isInst == 'NOK' and not cfgReader.showNonavail_: show1 = 0 elif isInst == AR_NOINFO: status = '' if 'Server' in aMode and not cfgReader.showSrv_: aMode.remove('Server') if 'AT' in aMode and not cfgReader.showAt_: aMode.remove('AT') if 'Bemused' in aMode and not cfgReader.showBm_: aMode.remove('Bemused') if 'iViewer' in aMode and not cfgReader.showIView_: aMode.remove('iViewer') if len(aMode) > 0: show = 1 else: show = 0 if aType == 'Application' and not cfgReader.showApps_: show2 = 0 elif aType == 'Custom' and not cfgReader.showCustom_: show2 = 0 elif aType == 'Example' and not cfgReader.showExamples_: show2 = 0 elif aType == '': show2 = 0 if show == 1 and show1 == 1 and show2 == 1: if debug: print('Proceed '+aName) isRun = AR_NOINFO if aRun != '': isRun = getResult(aRun,'reader') if status == AR_AVAIL and isRun == 'OK': status = AR_RUNNING addAppToList(aName, aIcon, app, aRun, isRun, cfgFile, status, aMode, aType, aDesc) if debug: print('Processed',cfgFile) else: if debug: print('Skip',cfgFile) fd.close() ############################################################################### # # Configuration management # unified # ############################################################################### class ConfigReader: def saveConfig(self): cfg = os.environ.get("HOME")+os.sep+'.anyRemote' if not os.path.exists(cfg): os.mkdir(cfg) f=open(cfg + os.sep + 'anyremote-fe.conf', 'w') if f: f.write('LastCfgFile='+self.lastCfgFile_+'\n') what = 'Show=' if self.showApps_: what = what + 'Apps,' if self.showCustom_: what = what + 'Custom,' if self.showExamples_: what = what + 'Examples,' if self.showNonavail_: what = what + 'NonAvail,' if self.showAt_: what = what + 'AT,' if self.showSrv_: what = what + 'Server,' if self.showBm_: what = what + 'Bemused,' if self.showIView_: what = what + 'IViewer,' f.write(what+'\n') ac = '0' if self.autoReconn_: ac = '1' f.write('AutoReconnectAT='+ac+'\n') if self.dvSrvBT_ != '': f.write('DeviceServerBT='+self.dvSrvBT_+'\n') if self.dvSrvTCP_ != '': f.write('DeviceServerTCP='+self.dvSrvTCP_+'\n') if self.dvSrvWEB_ != '': f.write('DeviceServerWEB='+self.dvSrvWEB_+'\n') if self.dvSrvADV_ != '': f.write('DeviceServerManual='+self.dvSrvADV_+'\n') useTypes = 'DeviceUseType=' if self.dvSrvUseADV_: useTypes = useTypes + 'ADV' else: if self.dvSrvUseBT_: useTypes = useTypes + 'BT,' if self.dvSrvUseTCP_: useTypes = useTypes + 'TCP,' if self.dvSrvUseWEB_: useTypes = useTypes + 'WEB,' if self.dvSrvUseAVH_: useTypes = useTypes + 'Avahi,' f.write(useTypes+'\n') if self.deviceAT_ != '': f.write('DeviceAT='+self.deviceAT_+'\n') if self.deviceBm_ != '': f.write('DeviceBemused='+self.deviceBm_+'\n') if self.deviceIV_ != '': f.write('DeviceIViewer='+self.deviceIV_+'\n') tm = "%s" % (self.updateTmout_) f.write('UpdateTimeout='+tm+'\n') if self.autoStart_ != '': f.write('AutoStartFile='+self.autoStart_+'\n') if self.doAutoStart_: f.write('AutoStart=true\n') else: f.write('AutoStart=false\n') dirs = 'CfgDirs=' for d in self.cfgDirs: if d != '': dirs = dirs +d + ';' f.write(dirs+'\n') if self.browseTmout_ > 0: tm = "%s" % (self.browseTmout_) f.write('DeviceBrowserTimeout='+tm+'\n') else: f.write('DeviceBrowserTimeout=-1\n') f.write('J2MEDir='+self.j2meDir_+'\n') if self.checkJ2MEUpdate_: f.write('CheckJ2MEUpdate=true\n') f.close() saveDevices() def setDefaultConfig(self): self.lastCfgFile_ = '' self.cfgDirs = [] self.autoStart_ = '' self.doAutoStart_ = False self.j2meDir_ = '' self.checkJ2MEUpdate_ = False self.showApps_ = True self.showCustom_ = False self.showExamples_ = False self.showNonavail_ = False self.showAt_ = False self.showSrv_ = True self.showBm_ = False self.showIView_ = False self.autoReconn_ = False self.dvSrvBT_ = '19' self.dvSrvTCP_ = '5197' self.dvSrvWEB_ = '5080' self.dvSrvADV_ = 'bluetooth:19 -log' self.dvSrvUseBT_ = True self.dvSrvUseTCP_ = True self.dvSrvUseWEB_ = True self.dvSrvUseAVH_ = True self.dvSrvUseADV_ = False self.deviceAT_ = 'rfcomm:' self.deviceBm_ = '' self.deviceIV_ = 'tcp:5197,web:5198' self.updateTmout_ = 60 self.browseTmout_ = -1 def readConfig(self): # anyRemote related part cfg = os.environ.get("HOME")+os.sep+'.anyRemote' + os.sep + 'anyremote-fe.conf' if os.path.exists(cfg): f=open(cfg, 'r') if f: for line in f: line = line.replace('\n','') if line.startswith('LastCfgFile='): self.lastCfgFile_=line[12:] elif line.startswith('Show='): #Show=Apps,Custom,Examples what = line[5:].split(',') # override defaults self.showApps_ = False self.showSrv_ = False for item in what: if item == 'Apps': self.showApps_ = True elif item == 'Custom': self.showCustom_ = True elif item == 'Examples': self.showExamples_ = True elif item == 'NonAvail': self.showNonavail_ = True elif item == 'AT': self.showAt_ = True elif item == 'Server': self.showSrv_ = True elif item == 'Bemused': self.showBm_ = True elif item == 'IViewer': self.showIView_ = True # compatibility with old versions elif item == 'All': self.showSrv_ = True self.showApps_ = True self.showCustom_ = True self.showExamples_ = True self.showNonavail_ = True elif line.startswith('AutoReconnectAT='): self.autoReconn_ = (line == 'AutoReconnectAT=1') elif line.startswith('AutoStart='): useM = line[10:] if useM == '1' or useM == 'true' or useM == 'True': self.doAutoStart_ = True else: self.doAutoStart_ = False elif line.startswith('AutoStartFile='): self.autoStart_ = line[14:] elif line.startswith('DeviceServerBT='): self.dvSrvBT_ = line[15:] elif line.startswith('DeviceServerTCP='): self.dvSrvTCP_ = line[16:] elif line.startswith('DeviceServerWEB='): self.dvSrvWEB_ = line[16:] elif line.startswith('DeviceServerManual='): self.dvSrvADV_ = line[19:] elif line.startswith('DeviceUseType='): self.dvSrvUseBT_ = False self.dvSrvUseTCP_ = False self.dvSrvUseWEB_ = False self.dvSrvUseAVH_ = False self.dvSrvUseADV_ = False what = line[14:].split(',') for item in what: if item == 'BT': self.dvSrvUseBT_ = True self.dvSrvUseADV_ = False elif item == 'TCP': self.dvSrvUseTCP_ = True self.dvSrvUseADV_ = False elif item == 'WEB': self.dvSrvUseWEB_ = True self.dvSrvUseADV_ = False elif item == 'Avahi': self.dvSrvUseAVH_ = True elif item == 'ADV': self.dvSrvUseBT_ = False self.dvSrvUseTCP_ = False self.dvSrvUseWEB_ = False self.dvSrvUseAVH_ = False self.dvSrvUseADV_ = True elif line.startswith('DeviceAT='): self.deviceAT_ = line[9:] elif line.startswith('DeviceBemused='): self.deviceBm_ = line[14:] elif line.startswith('DeviceIViewer='): self.deviceIV_ = line[14:] elif line.startswith('CfgDirs='): self.cfgDirs=line[8:].split(';') elif line.startswith('UpdateTimeout='): self.updateTmout_=int(line[14:]) elif line.startswith('DeviceBrowserTimeout='): tmt=line[21:] try: self.browseTmout_=int(tmt) except ValueError: self.browseTmout_=-1 if self.browseTmout_ <= 0: self.browseTmout_=-1 elif line.startswith('J2MEDir='): self.j2meDir_=line[8:] elif line.startswith('CheckJ2MEUpdate=true'): self.checkJ2MEUpdate_=True # compatibility elif line.startswith('JavaDir='): self.j2meDir_=line[8:] # compatibility elif line.startswith('CheckJavaUpdate=true'): self.checkJ2MEUpdate_=True f.close() # override if self.doAutoStart_ and self.autoStart_ != '': self.lastCfgFile_ = self.autoStart_ # override if self.doAutoStart_ and self.autoStart_ != '': self.lastCfgFile_ = self.autoStart_ # Try to search again if self.j2meDir_ == '': self.j2meDir_ = getJ2MEPath() # device browser related part cfg = os.environ.get("HOME")+os.sep+'.anyRemote' + os.sep + AR_FILE_DEVICES if os.path.exists(cfg) : f=open(cfg, 'r') if f: for line in f: line = line.replace('\n','') os.path.exists(cfg) if line.startswith('Device='): deviceData=line[7:].split(',') # try to be backward compatible if len(deviceData) < 5: print('Skip peer',deviceData[0],'because of wrong format') continue v1 = deviceData[0] v2 = deviceData[1] v3 = deviceData[2] v4 = deviceData[3] v5 = deviceData[4] addDevice(v1,v2,v3,v4,v5) f.close() def getConnectString(self): if self.dvSrvUseADV_: return self.dvSrvADV_ else: connStr = '' if self.dvSrvUseTCP_ and self.dvSrvTCP_ != '': connStr = "tcp:"+self.dvSrvTCP_ sep = '' if connStr != '': sep = ',' if self.dvSrvUseBT_ and self.dvSrvBT_ != '': connStr = connStr + sep + "bluetooth:"+self.dvSrvBT_ if connStr != '': sep = ',' if self.dvSrvUseWEB_ and self.dvSrvWEB_ != '': connStr = connStr + sep + "web:"+self.dvSrvWEB_ if connStr != '': sep = ',' if self.dvSrvUseAVH_: connStr = connStr + sep + 'avahi' return connStr def getConnectStatusString(self): if cfgReader.showAt_: return ''; if cfgReader.showBm_: return ''; if cfgReader.showIView_: temp = cfgReader.deviceIV_; temp = temp.replace('web:',AR_HTTP_PORT+' '); temp = temp.replace('tcp:',AR_TCP_PORT+' '); return temp; if self.dvSrvUseADV_: return '' else: connStr = '' if self.dvSrvUseTCP_ and self.dvSrvTCP_ != '': connStr = AR_TCP_PORT+' '+self.dvSrvTCP_ sep = '' if connStr != '': sep = ', ' if self.dvSrvUseBT_ and self.dvSrvBT_ != '': connStr = connStr + sep + AR_BT_PORT+' '+self.dvSrvBT_ if connStr != '': sep = ', ' if self.dvSrvUseWEB_ and self.dvSrvWEB_ != '': connStr = connStr + sep + AR_HTTP_PORT+' '+self.dvSrvWEB_ if connStr != '': sep = ', ' if self.dvSrvUseAVH_: connStr = connStr + sep + 'Avahi' return connStr def setAutoStartFile(self): for cfgDir in self.cfgDirs: if cfgDir == '': continue if os.path.isfile(cfgDir): if cfgDir.find('mediacenter.cfg') >= 0: self.autoStart_ = root + os.sep + cfgFile self.doAutoStart_ = True return else: for root, dirs, files in os.walk(cfgDir): if 'Utils' in dirs: dirs.remove('Utils') if 'Icons' in dirs: dirs.remove('Icons') if '.svn' in dirs: dirs.remove('.svn') for cfgFile in files: nameext = cfgFile.split('.') ext = nameext[len(nameext)-1] if ext == 'png' or ext == 'sh' or ext == 'py' or ext == 'gz': continue if cfgFile == 'mediacenter.cfg': self.autoStart_ = root + os.sep + cfgFile self.doAutoStart_ = True return ################################################################################## # # Application status updater # ################################################################################## class StatusUpdater(threading.Thread): def __init__(self, timeout): threading.Thread.__init__(self) self.tmout = timeout def run(self): global debug, appData if debug: print('StatusUpdater.run',self.tmout) self.runUpdater = True while self.runUpdater: timer = 0 # catch stop event without waiting full timeout while self.runUpdater and timer < int(self.tmout): time.sleep(0.1) timer = timer + 0.1 if debug: print('StatusUpdater: verify') for k, v in appData.items(): if not self.runUpdater: break aRun = v[3] if aRun != '': isRun = getResult(aRun,'updater') if isRun != v[4]: v[4] = isRun sendMainWindow(20006, [k,v[6],isRun]) def stop(self): global debug if debug: print('StatusUpdater.stop') self.runUpdater = False ################################################################################## # # BT communication thread # ################################################################################## # Beware: # Can not run more than one command on BT adapter at once, since it could hungs class BtComm(threading.Thread): def __init__(self, jDir): threading.Thread.__init__(self) self.midletDir = jDir def run(self): global debug, bt_devices, cmd_array self.keepRun = True if debug: print('BtComm: run') while self.keepRun: ctype = '' cdata = '' try: item = cmd_array[0] del cmd_array[0] ctype = item[0] cdata = item[1] except NameError: pass except TypeError: pass except IndexError: pass if debug and ctype != '': print('BtComm: (#',len(cmd_array),') got command',ctype,cdata) if ctype == 'scan': self.doScan(cdata) elif ctype == 'ping': self.doPing(cdata) elif ctype.startswith('pushjar'): self.doPush(cdata,ctype[7:],False) elif ctype.startswith('pushjad'): self.doPush(cdata,ctype[7:],True) elif ctype == 'info': self.doInfo(cdata) elif ctype == 'test_at': self.doAT(cdata) else: time.sleep(1) def setStatus(self, address, status): global debug, bt_devices, browserWin for k, v in bt_devices.items(): if address == v[0]: if status != v[5]: v[5] = status needRun = v[4] if status == AR_AVAIL and needRun != '': if debug: print('run anyRemote with',needRun) startAnyRemote(needRun) try: if browserWin != None: sendEvent(browserWin,30000," ") except (AttributeError, NameError): pass return def doScan(self,force): global debug if debug: print('BtComm: scan devices') existing = getDevSet() # Search new devices nearby_devices = [] try: nearby_devices = bluetooth.discover_devices(lookup_names = True) except bluetooth.BluetoothError as msg: if debug: print("BtComm: BluetoothError") # sleep additional 5 sec t2 = 0 while self.keepRun and t2 < 5: time.sleep(0.1) t2 = t2 + 0.1 except OSError as msg: if debug: print('BtComm: OSError',msg) return if debug: print("BtComm: found %d devices" % len(nearby_devices)) availSet = getAvailableSet() for addr,name in nearby_devices: if debug: print(" %s - %s" % (addr, name)) channels = '' services = bluetooth.find_service(address=addr) for svc in services: try: if debug: print(addr,svc["name"],svc["port"]) if svc["name"] == 'Serial Port' or svc["name"].startswith('COM ') or svc["name"].startswith('Dial-up') or svc["name"].startswith('Dialup'): if channels != '': channels = channels+':' channels = channels+str(svc["port"]) except (AttributeError, NameError): pass if addr not in existing: showDetailsWin([addr, name, name, channels, '', True]) else: if addr in availSet: availSet.remove(addr) else: self.setStatus(addr,AR_AVAIL) for rest in availSet: self.setStatus(rest, '') if debug: print('BtComm: verify done') if force == 'T': stopPBar() def doPing(self, data): global debug, detailsWin if debug: print('BtComm: ping device') sendEvent(detailsWin,31100,'') writePBar(AR_CONN_DEV) os.system('killall -9 hcitool 2> /dev/null') if debug: print('hcitool name '+data) ret = getResult('hcitool name '+data,'browser') stopPBar() if (ret == ''): sendEvent(detailsWin,31100,_tr('Ping failed !')) else: sendEvent(detailsWin,31100,_tr('Ping OK !')) def doPush(self, data, size, usejad): global debug if debug: print('BtComm: obex push') sendEvent(detailsWin,31100,'') stopPBar() dash = '-' if size == '': dash = '' midlet = 'anyRemote' + dash + size + '.jar' if not os.path.exists(self.midletDir): sendEvent(detailsWin,31100,_tr('Can not find J2ME midlet ('+midlet+_tr(') to upload !'))) return path = self.midletDir + os.sep + midlet if not os.path.isfile(path): sendEvent(detailsWin,31100,_tr('Can not find J2ME midlet ('+midlet+_tr(') to upload !'))) return sender = '' suffix = ' ' if (isInstalled('gnome-obex-send') == 'OK'): sender = 'gnome-obex-send -d ' elif (isInstalled('bluetooth-sendto') == 'OK'): sender = 'bluetooth-sendto --dest=' elif (isInstalled('kbtobexclient') == 'OK'): sender = 'kbtobexclient' elif (isInstalled('bluedevil-sendfile') == 'OK'): sender = 'bluedevil-sendfile -u ' suffix = ' -f ' elif (isInstalled('blueman-sendto') == 'OK'): sender = 'blueman-sendto -d ' else: sendEvent(detailsWin,31100,_tr('None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !')) return if debug: print(sender + data + suffix + path) ret = getResult(sender + data + suffix + path + ' &','browser') if usejad: jad = 'anyRemote' + dash + size + '.jad' path = self.midletDir + os.sep + jad if not os.path.isfile(path): sendEvent(detailsWin,31100,_tr('Can not find JAD file ('+jad+_tr(') to upload !'))) return ret = getResult(sender + data + suffix + path + ' &','browser') def doInfo(self,data): global debug if debug: print('BtComm: get info') writePBar('Connecting to device') services = bluetooth.find_service(address=data) if len(services) > 0: print("found %d services on %s" % (len(services), data)) print("") else: print("no services found") for svc in services: print("Service Name: %s" % svc["name"]) print(" Host: %s" % svc["host"]) print(" Description: %s" % svc["description"]) print(" Provided By: %s" % svc["provider"]) print(" Protocol: %s" % svc["protocol"]) print(" channel/PSM: %s" % svc["port"]) print(" svc classes: %s "% svc["service-classes"]) print(" profiles: %s "% svc["profiles"]) print(" service id: %s "% svc["service-id"]) print("") def getSerialPort(self,addr): services = bluetooth.find_service(address=addr) for svc in services: try: if svc["name"] == 'Serial Port' or svc["name"].startswith('COM ') or svc["name"].startswith('Dial-up') or svc["name"].startswith('Dialup'): return svc["port"] except (AttributeError, NameError): pass return None def send_at(self,sock,cmd): global debug if len(cmd) == 0: return '' data = cmd+'\r' if debug: print("send",cmd) sock.send(cmd+'\r') time.sleep(0.5) data = sock.recv(1024) if debug: print("got",data) return data def doAT(self,data): global debug if debug: print('BtComm: doAT') sendEvent(detailsWin,31100,'') writePBar(AR_CONN_DEV) port = self.getSerialPort(data) if debug: print('BtComm: port',port) if port == None: sendEvent(detailsWin,31100,_tr('Can not get port to connect to. Is there any device available ?')) pass else: sock=bluetooth.BluetoothSocket( bluetooth.RFCOMM ) try: sock.connect((data, port)) except bluetooth.BluetoothError as msg: d = str(msg) stopPBar() if d.startswith('(111,'): sendEvent(detailsWin,31100,_tr('Connection refused')) return ret = self.send_at(sock,"ATZ") ret = self.send_at(sock,"ATE0") ret = self.send_at(sock,"AT+CMER=?") status = '' if ret.find('ERROR') == -1: ret = ret[ret.index('+CMER'):] ret = (ret.split('\n'))[0] AT_CMER=ret.replace(' ','').replace('\r','') #+CMER: (0,3),(0),(0),(0,1,2),(0) <- bad #+CMER: (0,3),(0,1,2),(0),(0,1,2),(0) <- OK s1 = (AT_CMER.split('('))[2] s2 = (s1.split(')'))[0] status = AT_CMER if s2 == '0': status = _tr('AT mode is not supported by phone (')+status+')' else: status = _tr('AT mode could be supported by phone (')+status+')' else: status = _tr('AT mode is not supported by phone (ERROR response)') sendEvent(detailsWin,31100,status) sock.close() stopPBar() def stop(self): global debug if debug: print('BtComm stop') self.keepRun = False ################################################################################## # # Device Browser # ################################################################################## class DeviceBrowser(QMainWindow): def __init__(self,parent = None,fl = 0): global mainWIndow QMainWindow.__init__(self) self.setCentralWidget(QWidget(self)) deviceBrowserLayout = QGridLayout(self.centralWidget()) deviceBrowserLayout.setContentsMargins(6,6,6,6) deviceBrowserLayout.setSpacing(6) self.treeview = QTreeWidget(self.centralWidget()) self.treeview.setColumnCount(4) self.treeview.headerItem().setText(0,_tr("Name")+" ") self.treeview.headerItem().setText(0,_tr("Device Name")+" ") self.treeview.headerItem().setText(0,_tr("Address")+" ") self.treeview.headerItem().setText(0,_tr("Status")+" ") self.treeview.header().setSectionResizeMode(0,QHeaderView.ResizeToContents) self.treeview.header().setSectionResizeMode(1,QHeaderView.ResizeToContents) self.treeview.header().setSectionResizeMode(2,QHeaderView.ResizeToContents) self.treeview.header().setSectionResizeMode(3,QHeaderView.Stretch) deviceBrowserLayout.addWidget(self.treeview,0,0) self.scanAction = QAction(loadIcon("zoom-in", "filefind"), _tr("Scan for devices"), self) self.detailsAction = QAction(loadIcon("configure", "configure"), _tr("Details"), self) self.deleteAction = QAction(loadIcon("edit-delete", "editdelete"),_tr('Delete'), self) self.closeAction = QAction(loadIcon("dialog-close","fileclose"), _tr('Close'), self) self.MenuBar = self.menuBar() self.fileMenu = self.MenuBar.addMenu(_tr("File")) self.fileMenu.addAction(self.scanAction) self.fileMenu.addAction(self.detailsAction) self.fileMenu.addAction(self.deleteAction) self.fileMenu.addAction(self.closeAction) self.languageChange() self.resize(QSize(500,250).expandedTo(self.minimumSizeHint())) self.scanAction.triggered.connect(self.scan) self.detailsAction.triggered.connect(self.details) self.deleteAction.triggered.connect(self.deleteDev) self.closeAction.triggered.connect(self.closeAct) self.treeview.itemDoubleClicked.connect(self.listDClicked) self.treeview.setSelectionMode(QAbstractItemView.SingleSelection) self.treeview.sortByColumn(0,Qt.AscendingOrder) self.populateDeviceList() def languageChange(self): self.setWindowTitle(_tr("Device Browser")) self.treeview.headerItem().setText(0,_tr("Name")) self.treeview.headerItem().setText(1,_tr("Device Name")) self.treeview.headerItem().setText(2,_tr("Address")) self.treeview.headerItem().setText(3,_tr("Status")) self.treeview.clear() self.scanAction.setText(_tr("Scan for devices")) self.detailsAction.setText(_tr("Details")) self.deleteAction.setText(_tr('Delete')) self.closeAction.setText(_tr('Close')) self.fileMenu.menuAction().setText(_tr("File")) self.detailsWin = None self.selected = None def populateDeviceList(self): global bt_devices self.treeview.clear() for k, v in bt_devices.items(): lvi = QTreeWidgetItem(self.treeview) lvi.setText(0,bt_devices[k][2]) lvi.setText(1,bt_devices[k][1]) lvi.setText(2,bt_devices[k][0]) lvi.setText(3,bt_devices[k][5]) def scan(self): stopPBar () startPBar(_tr('Scanning')) browseDevices('T') def details(self): global bt_devices idx = 0 item = None while idx < self.treeview.topLevelItemCount(): itemTmp = self.treeview.topLevelItem(idx) if itemTmp.isSelected(): item = itemTmp break idx = idx + 1 if item == None: return try: row = bt_devices[str(item.text(2))] except KeyError: print('DeviceBrowser.details: KeyError') return showDetailsWin([row[0],row[1],row[2],row[3],row[4],False]) def listDClicked(self, listItem, column): self.details() def deleteDev(self): global bt_devices idx = 0 while idx < self.treeview.topLevelItemCount(): itemTmp = self.treeview.topLevelItem(idx) if itemTmp.isSelected(): btAddr = str(self.treeview.takeTopLevelItem(idx).text(2)) if btAddr in bt_devices: del bt_devices[btAddr] break idx = idx + 1 def closeEvent(self, event): self.closeAct() def closeAct(self): self.hide() saveDevices() def customEvent(self,event): if event.type() == 30000: self.populateDeviceList() ################################################################################## # # Device Details # ################################################################################## class DeviceDetail(QMainWindow): def __init__(self, ba, m, n, channels, cfgFile, is_new, jDir): global mainWindow QMainWindow.__init__(self) self.statusBar() self.model = str(m).replace('\n','') self.dname = str(n).replace('\n','') self.btAddr = str(ba) self.channels = channels self.cfile = str(cfgFile) self.isNew = str(is_new) self.midletDir = jDir self.setCentralWidget(QWidget(self)) deviceDetailLayout = QGridLayout(self.centralWidget()) deviceDetailLayout.setContentsMargins(6,6,6,6) deviceDetailLayout.setSpacing(6) self.deviceName = QLabel(self.centralWidget()) deviceDetailLayout.addWidget(self.deviceName,0,0) self.deviceNameValue = QLabel(self.centralWidget()) deviceDetailLayout.addWidget(self.deviceNameValue,0,1) self.btAddress = QLabel(self.centralWidget()) deviceDetailLayout.addWidget(self.btAddress,0,3,1,2) self.btAddressValue = QLabel(self.centralWidget()) deviceDetailLayout.addWidget(self.btAddressValue,0,5,1,2) self.specifyName = QLabel(self.centralWidget()) deviceDetailLayout.addWidget(self.specifyName,1,0) self.devName = QLineEdit(self.centralWidget()) deviceDetailLayout.addWidget(self.devName,1,1,1,6) self.runWhen = QCheckBox(self.centralWidget()) self.runWhen.setToolTip(_tr('anyRemote will start only if no other instances of anyRemote are running')) deviceDetailLayout.addWidget(self.runWhen,2,0,1,3) self.fileWhen = QLineEdit(self.centralWidget()) deviceDetailLayout.addWidget(self.fileWhen,3,0,1,6) self.choose = QPushButton(self.centralWidget()) deviceDetailLayout.addWidget(self.choose,3,6) self.kSeparator1 = QFrame(self.centralWidget()) self.kSeparator1.setFrameShape(QFrame.HLine) self.kSeparator1.setFrameShadow(QFrame.Sunken) self.kSeparator1.setFrameShape(QFrame.HLine) deviceDetailLayout.addWidget(self.kSeparator1,4,0,1,6) self.uploadj2me = QPushButton(self.centralWidget()) deviceDetailLayout.addWidget(self.uploadj2me,5,0) self.iSet = QLabel(self.centralWidget()) deviceDetailLayout.addWidget(self.iSet,5,1) self.buttons = QButtonGroup(self.centralWidget()) self.sz16 = QRadioButton(self.centralWidget()) deviceDetailLayout.addWidget(self.sz16,5,2) self.sz16.setChecked(True) self.sz32 = QRadioButton(self.centralWidget()) deviceDetailLayout.addWidget(self.sz32,5,3) self.sz48 = QRadioButton(self.centralWidget()) deviceDetailLayout.addWidget(self.sz48,5,4) self.sz64 = QRadioButton(self.centralWidget()) deviceDetailLayout.addWidget(self.sz64,5,5) self.sz128 = QRadioButton(self.centralWidget()) deviceDetailLayout.addWidget(self.sz128,5,6) self.szAll = QRadioButton(self.centralWidget()) deviceDetailLayout.addWidget(self.szAll,6,2,1,2) self.buttons.addButton(self.sz16) self.buttons.addButton(self.sz32) self.buttons.addButton(self.sz48) self.buttons.addButton(self.sz64) self.buttons.addButton(self.sz128) self.buttons.addButton(self.szAll) self.sz32.setChecked(True) self.uplJad = QCheckBox(self.centralWidget()) self.uplJad.setToolTip(_tr('Can be useful for Samsung phones')) deviceDetailLayout.addWidget(self.uplJad,7,0,1,2) self.bigTitleIcon = QCheckBox(self.centralWidget()) self.bigTitleIcon.setToolTip(_tr('16x16 and 64x64 title icons are available')) deviceDetailLayout.addWidget(self.bigTitleIcon,7,2,1,4) self.noJsr82 = QCheckBox(self.centralWidget()) self.noJsr82.setToolTip(_tr('Can be used on WinMobile devices')) deviceDetailLayout.addWidget(self.noJsr82,8,0,1,4) self.ping = QPushButton(self.centralWidget()) deviceDetailLayout.addWidget(self.ping,9,0) self.testat = QPushButton(self.centralWidget()) deviceDetailLayout.addWidget(self.testat,9,1,1,2) self.close = QPushButton(self.centralWidget()) deviceDetailLayout.addWidget(self.close,9,4,1,2) self.ok = QPushButton(self.centralWidget()) deviceDetailLayout.addWidget(self.ok,9,6) self.languageChange() self.choose.clicked.connect(self.chooseAction) self.ping.clicked.connect(self.pingAction) self.testat.clicked.connect(self.testatAction) self.uploadj2me.clicked.connect(self.uploadjAction) self.close.clicked.connect(self.closeAction) self.ok.clicked.connect(self.okAction) self.runWhen.toggled.connect(self.runWhenChecked) self.szAll.toggled.connect(self.clicked_szAll) self.bigTitleIcon.toggled.connect(self.clicked_bti) self.noJsr82.toggled.connect(self.clicked_nojsr82) self.deviceNameValue.setText(self.model) self.btAddressValue.setText(self.btAddr) self.devName.setText(self.dname); if self.cfile == '': self.fileWhen.setEnabled(False) self.choose.setEnabled(False) else: self.fileWhen.setEnabled(True) self.fileWhen.setText(self.cfile) self.runWhen.setChecked(True) self.choose.setEnabled(True) if not os.path.isdir(self.midletDir): self.uploadj2me.setEnabled(False) self.uploadj2me.setToolTip(_tr('It needs to install anyremote-j2me-client package first')) bt,msg = btVerify() if bt == 'NOK': print('DeviceDetail: ',msg) self.ping.setEnabled(False) self.ping.setToolTip(_tr('Bluetooth service is not active')) self.testat.setEnabled(False) self.testat.setToolTip(_tr('Bluetooth service is not active')) self.uploadj2me.setEnabled(False) self.bigTitleIcon.setEnabled(False) def runWhenChecked(self,w): if self.runWhen.isChecked(): self.fileWhen.setEnabled(True) self.choose.setEnabled(True) else: self.fileWhen.setEnabled(False) self.fileWhen.setText('') self.choose.setEnabled(False) def clicked_szAll(self,w): if self.szAll.isChecked(): self.bigTitleIcon.setChecked(False) def clicked_bti(self,w): if self.szAll.isChecked() and not self.noJsr82.isChecked(): self.bigTitleIcon.setChecked(False) if not self.bigTitleIcon.isChecked(): self.noJsr82.setChecked(False) def clicked_nojsr82(self,w): self.szAll.setEnabled(not self.noJsr82.isChecked()) self.sz16.setEnabled (not self.noJsr82.isChecked()) self.sz32.setEnabled (not self.noJsr82.isChecked()) self.sz48.setEnabled (not self.noJsr82.isChecked()) self.sz64.setEnabled (not self.noJsr82.isChecked()) if self.noJsr82.isChecked(): self.bigTitleIcon.setChecked(True) def chooseAction(self): global chooserWin self.fileWhen.setEnabled(False) self.choose.setEnabled(False) chooserWin = Chooser(self) chooserWin.show() def closeEvent(self,arg): self.closeAction() def closeAction(self): self.hide() def sendReRead(self): global browserWin sendEvent(browserWin,30000," ") def okAction(self): global bt_devices for k, v in bt_devices.items(): row = bt_devices[k] addr = row[0] if self.btAddr == addr: if self.devName.text() != row[2]: row[2] = self.devName.text() if self.model != row[1]: row[1] = self.model cf = self.fileWhen.text() if cf != row[4]: row[4] = cf self.sendReRead() self.hide() return bt_devices[self.btAddr] = [self.btAddr,self.model,str(self.devName.text()),self.channels,str(self.fileWhen.text()),AR_AVAIL] self.sendReRead() self.hide() def testatAction(self): global debug if debug: print('Queue test AT') stopPBar () startPBar(AR_WAIT_OPS) queueBT('test_at',self.btAddr) def uploadjAction(self): global debug if debug: print('Queue push request') sz = '16' if self.noJsr82.isChecked(): sz = 'nojsr82' elif self.szAll.isChecked(): sz = '' else: if self.sz32.isChecked(): sz = '32' elif self.sz48.isChecked(): sz = '48' elif self.sz64.isChecked(): sz = '64' elif self.sz128.isChecked(): sz = '128' if self.bigTitleIcon.isChecked(): sz = sz+'b' push = 'pushjar' if self.uplJad.isChecked(): push = 'pushjad' stopPBar () startPBar(AR_WAIT_OPS) queueBT(push+sz,self.btAddr) def pingAction(self): global debug if debug: print('Queue ping request') stopPBar () startPBar(_tr('Wait ping results')) queueBT('ping',self.btAddr) def setStatustext(self,text): self.statusBar().clearMessage() self.statusBar().showMessage(text) def customEvent(self,event): if event.type() == 31000: self.cfile = event.getData() self.fileWhen.setText(self.cfile) self.fileWhen.setEnabled(True) self.choose.setEnabled(True) elif event.type() == 32000: self.fileWhen.setEnabled(True) self.choose.setEnabled(True) elif event.type() == 31100: self.setStatustext(event.getData()) def languageChange(self): self.setWindowTitle(_tr("Device Parameters")) self.deviceNameValue.setText("") self.btAddress.setText(_tr("BT address")+': ') self.btAddressValue.setText("") self.deviceName.setText(_tr("Device Name")+':') self.specifyName.setText(_tr("Specify Name")+': ') self.iSet.setText(_tr(" with icon set ")) self.runWhen.setText(_tr("Run anyRemote when discovered")) self.bigTitleIcon.setText(_tr("use big title icon")) self.noJsr82.setText(_tr("use version without JSR-82")) self.uplJad.setText(_tr("Also upload JAD")) self.sz16.setText("16x16") self.sz32.setText("32x32") self.sz48.setText("48x48") self.sz64.setText("64x64") self.sz128.setText("128x128") self.szAll.setText(_tr("with all icon sets")) self.choose.setText(_tr('Choose')) self.ping.setText(_tr("Ping")) self.uploadj2me.setText(_tr("Upload J2ME")) self.testat.setText(_tr("Test AT")) self.close.setText(_tr('Close')) self.ok.setText(_tr('OK')) ################################################################################## # # Configuration checker # ################################################################################## class CfgChecker(QMainWindow): def __init__(self,parent = None,fl = 0): global cfgReader QMainWindow.__init__(self) self.setCentralWidget(QWidget(self)) cfgCheckerLayout = QGridLayout(self.centralWidget()) cfgCheckerLayout.setContentsMargins(6,6,6,6) cfgCheckerLayout.setSpacing(6) self.treeview = QTreeWidget(self.centralWidget()) self.treeview.setColumnCount(2) self.treeview.headerItem().setText(0,_tr("Package")+" ") self.treeview.headerItem().setText(1,_tr("Status")+" ") self.treeview.header().setSectionResizeMode(0,QHeaderView.ResizeToContents) self.treeview.header().setSectionResizeMode(1,QHeaderView.Stretch) cfgCheckerLayout.addWidget(self.treeview,0,0) self.closeAction = QAction(loadIcon("dialog-close","fileclose"), _tr("Close"), self) self.MenuBar = self.menuBar() self.fileMenu = self.MenuBar.addMenu(_tr("File")) self.fileMenu.addAction(self.closeAction) self.languageChange() self.resize(QSize(450,250).expandedTo(self.minimumSizeHint())) self.closeAction.triggered.connect(self.closeAct) self.treeview.setSelectionMode(QAbstractItemView.SingleSelection) self.treeview.setSortingEnabled(True) self.treeview.sortByColumn(0,Qt.DescendingOrder) self.treeview.setRootIsDecorated(False) pbs = AR_NOTINSTALLED if pybluez: pbs = AR_INSTALLED ars = isInstalled('anyremote') if ars == 'NOK': ars = AR_NOTINSTALLED else: ars = AR_INSTALLED bus = isInstalled('sdptool') if bus == 'NOK': bus = AR_NOTINSTALLED else: bus = AR_INSTALLED jDir = getJ2MEPath() jVer = '' ajs = AR_INSTALLED if jDir == '': ajs = AR_NOTINSTALLED else: jVer = getJ2MEClientVersion(jDir+os.sep+'anyRemote-16.jad') if jDir == os.environ.get("HOME")+os.sep+'.anyRemote': ajs = _tr('Downloaded') ajs = ajs+' v.'+jVer state,bts = btVerify() lvi = QTreeWidgetItem(self.treeview) lvi.setText(0,"anyRemote") lvi.setText(1,ars) lvi = QTreeWidgetItem(self.treeview) lvi.setText(0,"Bluez utilities") lvi.setText(1,bus) lvi = QTreeWidgetItem(self.treeview) lvi.setText(0,"PyBluez") lvi.setText(1,pbs) lvi = QTreeWidgetItem(self.treeview) lvi.setText(0,"anyremote-j2me-client") lvi.setText(1,ajs) if jDir != cfgReader.j2meDir_: lvi.setExpanded(True) lvi2 = QTreeWidgetItem(lvi) lvi2.setText(0,_tr('Warning:')) lvi2.setText(1,_tr('Installation directory of anyremote-j2me-client not specified in current setup configuration !')) lvi = QTreeWidgetItem(self.treeview) lvi.setText(0,"Bluetooth service") lvi.setText(1,bts) def languageChange(self): self.setWindowTitle(_tr("Configuration Check")) self.treeview.headerItem().setText(0,_tr("Package")+" ") self.treeview.headerItem().setText(1,_tr("Status")+" ") self.treeview.clear() item = QTreeWidgetItem(self.treeview,None) self.closeAction.setText(_tr('Close')) self.fileMenu.menuAction().setText(_tr("File")) self.cfgChkWin = None self.selected = None def closeEvent(self, event): self.closeAct() def closeAct(self): self.hide() ################################################################################## # # Choose app. to manage when phone is discovered # ################################################################################## class Chooser(QMainWindow): def __init__(self,parent = None,fl = 0): QMainWindow.__init__(self) self.parent = parent self.setCentralWidget(QWidget(self)) chooserLayout = QGridLayout(self.centralWidget()) chooserLayout.setContentsMargins(6,6,6,6) chooserLayout.setSpacing(6) self.listView1 = QTreeWidget(self.centralWidget()) self.listView1.setColumnCount(3) self.listView1.headerItem().setText(0,_tr("Application")+" ") self.listView1.headerItem().setText(1,_tr("Mode")+" ") self.listView1.headerItem().setText(2,_tr("F")+" ") self.listView1.header().setSectionResizeMode(0,QHeaderView.ResizeToContents) self.listView1.header().setSectionResizeMode(1,QHeaderView.Stretch) self.listView1.setSelectionMode(QAbstractItemView.SingleSelection) self.listView1.hideColumn(2) self.listView1.sortByColumn(0,Qt.AscendingOrder) self.listView1.itemDoubleClicked.connect(self.listDClicked) chooserLayout.addWidget(self.listView1,0,0,1,2) self.ok = QPushButton(self.centralWidget()) chooserLayout.addWidget(self.ok,1,0) self.cancel = QPushButton(self.centralWidget()) chooserLayout.addWidget(self.cancel,1,1) self.languageChange() self.resize(QSize(350,400).expandedTo(self.minimumSizeHint())) self.cancel.clicked.connect(self.cancelAction) self.ok.clicked.connect(self.okAction) self.populateChooseList() def populateChooseList(self): global appData for k, v in appData.items(): lvi = QTreeWidgetItem(self.listView1) ic = loadAppIcon(v[1]) lvi.setIcon(0,ic) lvi.setText(0,v[0]) lvi.setText(1,v[7]) lvi.setText(2,str(k)) def listDClicked(self, listItem, column): self.okAction() def cancelAction(self): sendEvent(self.parent,32000,'') self.hide() def okAction(self): global appData idx = 0 item = None while idx < self.listView1.topLevelItemCount(): itemTmp = self.listView1.topLevelItem(idx) if itemTmp.isSelected(): item = itemTmp break idx = idx + 1 if item == None: return try: idx = int(str(item.text(2))) except ValueError: return try: row = appData[idx] except KeyError: return sendEvent(self.parent,31000,appData[idx][5]) self.hide() def closeEvent(self, event): self.cancelAction() def languageChange(self): self.setWindowTitle(_tr("Choose application")) self.listView1.headerItem().setText(0,_tr("Application")) self.listView1.headerItem().setText(1,_tr("Mode")) self.listView1.clear() item = QTreeWidgetItem(self.listView1,None) self.cancel.setText(_tr('Close')) self.ok.setText(_tr('OK')) ################################################################################## # # Progress bar window # ################################################################################## class PBar(QProgressDialog): def __init__(self, text, steps): QProgressDialog.__init__(self, text, '', 0,steps) bar = QProgressBar(self) bar.setTextVisible(False) self.setBar(bar) self.setMinimum(0) self.setMaximum(10) self.setCancelButton(None) self.setAutoReset(True) self.setAutoClose(False) self.show() def sendMainWindow(code,text): global mainWindow if mainWindow: sendEvent(mainWindow, code, text) def startPBar(text): sendMainWindow(20019, text) def stopPBar(): sendMainWindow(20018, '') def writePBar(text): sendMainWindow(20021, text) def timerPBar(): global pbar, pbarTimer, quitFlag if not quitFlag: try: pbar.setValue(pbar.value()+1) except (AttributeError, NameError): return pbarTimer = QTimer.singleShot(200,timerPBar) ################################################################################## # # Frontend to anyRemote # ################################################################################## class FrontEnd(threading.Thread): def __init__(self): global debug threading.Thread.__init__(self) self.isReady = False if debug: print('FrontEnd init') def ready(self): return self.isReady def stop(self): global debug if debug: print('FrontEnd stop') self.isRun = False def run(self): global port, cmdToSend, debug if debug: print('FrontEnd thread is running', port) self.isRun = True s = None for res in socket.getaddrinfo('localhost', port, socket.AF_INET, socket.SOCK_STREAM, 0, socket.AI_PASSIVE): af, socktype, proto, canonname, sa = res try: s = socket.socket(af, socktype, proto) s.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR,1) s.setblocking(0) except socket.error as msg: s = None continue if debug: print('FrontEnd socket created') try: s.bind(sa) s.listen(1) except socket.error as msg: s.close() s = None continue if debug: print('FrontEnd socket after listen') break if s is None: if debug: print('FrontEnd could not open socket') sys.exit(1) while self.isRun: while self.isRun: self.isReady = True try: conn, addr = s.accept() if debug: print('accept', addr) break except socket.error as msg: time.sleep(0.1) if self.isRun: self.processOneConnection(conn, addr) if debug: print('Close server socket' ) s.close() def processOneConnection(self,conn,addr): global cmdToSend, debug if debug: print('FrontEnd processOneConnection', addr) self.isConn = True while self.isRun and self.isConn: conn.setblocking(0) if debug: print('FrontEnd.Connected by', addr) sendMainWindow(20003,'') while self.isRun and self.isConn: time.sleep(0.2) data = '' try: data = conn.recv(512) if debug: print('Got from backend ', data) if self.isRun: sendMainWindow(10000,data) if not data: if debug: print('FrontEnd anyRemote die?') if self.isRun: sendMainWindow(20000,'') self.isConn = False break except socket.error as msg: pass try: if cmdToSend: if debug: print('Send to backend '+cmdToSend + "\n") conn.sendall(cmdToSend) cmdToSend = ''; except (socket.error, NameError): if debug: print('FrontEnd.processOneConnection exception') pass if debug: print('Close connection') sendMainWindow(20012,'') conn.close() ################################################################################## # # Edit window # ################################################################################## class EditWin(QMainWindow): def __init__(self,efile,parent = None,fl = 0): QMainWindow.__init__(self) self.eFile = efile self.setCentralWidget(QWidget(self)) editWinLayout = QGridLayout(self.centralWidget()) editWinLayout.setContentsMargins(6,6,6,6) editWinLayout.setSpacing(6) self.textEdit1 = QTextEdit(self.centralWidget()) editWinLayout.addWidget(self.textEdit1,0,0) self.saveEditor = QAction(loadIcon("document-save", "filesave"), _tr("Save"), self) self.saveAsEditor = QAction(loadIcon("document-save-as","filesaveas"),_tr("Save As"),self) self.closeEditor = QAction(loadIcon("dialog-close", "fileclose"), _tr("Close"), self) self.Menu = self.menuBar() self.fileMenu = self.Menu.addMenu(_tr("File")) self.fileMenu.addAction(self.saveEditor) self.fileMenu.addAction(self.saveAsEditor) self.fileMenu.addAction(self.closeEditor) self.languageChange() self.resize(QSize(550,600).expandedTo(self.minimumSizeHint())) #self.clearWState(Qt.WState_Polished) self.saveEditor.triggered.connect(self.saveFile) self.saveAsEditor.triggered.connect(self.saveAs) self.closeEditor.triggered.connect(self.cancel_clicked) self.loadEditFile() def loadEditFile(self): infile = None writable = False try: infile = open(self.eFile, "r") writable = QFileInfo(self.eFile).isWritable() except IOError: pass if infile: string = infile.read() infile.close() self.textEdit1.setText(string) self.textEdit1.setReadOnly(not writable) else: self.eFile = "" def languageChange(self): self.setWindowTitle(_tr("Edit configuration file")) self.closeEditor.setText(_tr("Close")) self.saveEditor.setText(_tr("Save")) self.saveEditor.setShortcut(QKeySequence(_tr("Ctrl+S"))) self.saveAsEditor.setText(_tr("Save As")) self.fileMenu.menuAction().setText(_tr("File")) def saveFile(self): try: f=open(self.eFile, 'w') if f: #text = self.textEdit1.text() not work ? text = self.textEdit1.document().toPlainText() f.write(str(text)) f.close() self.deleteLater() except IOError: sendMainWindow(20016, _tr("Can not save the file !")) self.saveAs() def saveAs(self): f = QFileDialog.getSaveFileName(None,"", ""); if f: self.eFile = f self.saveFile() def cancel_clicked(self): self.deleteLater() def closeEvent(self, event): self.cancel_clicked() ################################################################################## # # Preferences window # ################################################################################## class Preferences(QMainWindow): def __init__(self): global cfgReader QMainWindow.__init__(self) self.setMinimumSize(QSize(670,300)) self.setCentralWidget(QWidget(self)) prefsLayout = QGridLayout(self.centralWidget()) prefsLayout.setContentsMargins(6,6,6,6) prefsLayout.setSpacing(6) self.tabs = QTabWidget(self.centralWidget()) prefsLayout.addWidget(self.tabs,0,0,5,5) ############################# ### Common tab ############################# commonFrame = QFrame() self.tabs.addTab(commonFrame,_tr("General")) PreferencesCommonLayout = QGridLayout(commonFrame) self.autoRun = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.autoRun,0,0,1,2) self.autoFile = QLineEdit(commonFrame) PreferencesCommonLayout.addWidget(self.autoFile,0,2,1,8) self.chooseAuto = QPushButton(commonFrame) PreferencesCommonLayout.addWidget(self.chooseAuto,0,10,1,2) self.dirView = QTreeWidget(commonFrame) self.dirView.setColumnCount(1) self.dirView.headerItem().setText(0,_tr("Directories")) self.dirView.setMinimumHeight(60) self.dirView.setMaximumHeight(90) self.dirView.setToolTip(_tr("Choose directories with configuration files and add them to the list")) PreferencesCommonLayout.addWidget(self.dirView,1,0,1,12) self.addButton = QPushButton(commonFrame) PreferencesCommonLayout.addWidget(self.addButton,2,0,1,2) self.delButton = QPushButton(commonFrame) PreferencesCommonLayout.addWidget(self.delButton,2,2,1,2) ### self.line10 = QFrame(commonFrame) self.line10.setFrameShape(QFrame.HLine) self.line10.setFrameShadow(QFrame.Sunken) self.line10.setFrameShape(QFrame.HLine) PreferencesCommonLayout.addWidget(self.line10,3,0,1,12) ### self.showInList = QLabel(commonFrame) PreferencesCommonLayout.addWidget(self.showInList,4,0,1,3) self.at = QRadioButton(commonFrame) PreferencesCommonLayout.addWidget(self.at,4,3,1,2) self.srv = QRadioButton(commonFrame) PreferencesCommonLayout.addWidget(self.srv,4,5,1,2) self.bem = QRadioButton(commonFrame) PreferencesCommonLayout.addWidget(self.bem,4,7,1,2) self.iv = QRadioButton(commonFrame) PreferencesCommonLayout.addWidget(self.iv,4,9,1,2) ### self.appl = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.appl,5,3,1,2) self.custom = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.custom,5,5,1,2) self.examples = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.examples,5,7,1,2) self.nonAv = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.nonAv,5,9,1,2) ### self.line12 = QFrame(commonFrame) self.line12.setFrameShape(QFrame.HLine) self.line12.setFrameShadow(QFrame.Sunken) self.line12.setFrameShape(QFrame.HLine) PreferencesCommonLayout.addWidget(self.line12,6,0,1,12) ### self.autoStart = QLabel(commonFrame) PreferencesCommonLayout.addWidget(self.autoStart,7,0,1,4) self.autoGnome = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.autoGnome,7,4,1,4) self.autoKDE = QCheckBox(commonFrame) PreferencesCommonLayout.addWidget(self.autoKDE,7,8,1,4) ### self.line15 = QFrame(commonFrame) self.line15.setFrameShape(QFrame.HLine) self.line15.setFrameShadow(QFrame.Sunken) self.line15.setFrameShape(QFrame.HLine) PreferencesCommonLayout.addWidget(self.line15,8,0,1,12) ### self.updateAppList = QLabel(commonFrame) PreferencesCommonLayout.addWidget(self.updateAppList,9,0,1,4) self.tmout = QLineEdit(commonFrame) self.tmout.setToolTip(_tr('Empty field means no update')) PreferencesCommonLayout.addWidget(self.tmout,9,4) self.secLabel1 = QLabel(commonFrame) PreferencesCommonLayout.addWidget(self.secLabel1,9,5) self.labelRunWhen = QLabel(commonFrame) PreferencesCommonLayout.addWidget(self.labelRunWhen,9,6,1,4,Qt.AlignRight) self.browseTmout = QLineEdit(commonFrame) self.browseTmout.setToolTip(_tr('Empty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in process')) PreferencesCommonLayout.addWidget(self.browseTmout,9,10) self.secLabel2 = QLabel(commonFrame) PreferencesCommonLayout.addWidget(self.secLabel2,9,11) ############################# ### Server mode tab ############################# srvFrame = QFrame() self.tabs.addTab(srvFrame,_tr("Server Mode")) PreferencesSrvLayout = QGridLayout(srvFrame) self.connBT = QCheckBox(srvFrame) PreferencesSrvLayout.addWidget(self.connBT,0,0,1,3) self.dataBT = QLineEdit(srvFrame) PreferencesSrvLayout.addWidget(self.dataBT,0,3,1,4) self.connTCP = QCheckBox(srvFrame) PreferencesSrvLayout.addWidget(self.connTCP,1,0,1,3) self.dataTCP = QLineEdit(srvFrame) PreferencesSrvLayout.addWidget(self.dataTCP,1,3,1,4) self.connWEB = QCheckBox(srvFrame) PreferencesSrvLayout.addWidget(self.connWEB,2,0,1,3) self.dataWEB = QLineEdit(srvFrame) PreferencesSrvLayout.addWidget(self.dataWEB,2,3,1,4) self.connAVH = QCheckBox(srvFrame) PreferencesSrvLayout.addWidget(self.connAVH,3,0,1,3) self.connMAN = QCheckBox(srvFrame) PreferencesSrvLayout.addWidget(self.connMAN,4,0,1,3) self.dataMAN = QLineEdit(srvFrame) PreferencesSrvLayout.addWidget(self.dataMAN,4,3,1,4) ### self.line11 = QFrame(srvFrame) self.line11.setFrameShape(QFrame.HLine) self.line11.setFrameShadow(QFrame.Sunken) self.line11.setFrameShape(QFrame.HLine) PreferencesSrvLayout.addWidget(self.line11,5,0,1,7) ### self.jdirLabel = QLabel(srvFrame) PreferencesSrvLayout.addWidget(self.jdirLabel,6,0,1,2) self.j2meDir = QLineEdit(srvFrame) PreferencesSrvLayout.addWidget(self.j2meDir,6,2,1,4) self.jDir = QPushButton(srvFrame) PreferencesSrvLayout.addWidget(self.jDir,6,6) ### self.checkJ2ME = QCheckBox(srvFrame) PreferencesSrvLayout.addWidget(self.checkJ2ME,7,0,1,6) self.checkJ2MENow = QPushButton(srvFrame) PreferencesSrvLayout.addWidget(self.checkJ2MENow,7,5,1,2) self.downloadJ2MENow = QPushButton(srvFrame) self.downloadJ2MENow.setToolTip(_tr('Files will be saved to $HOME/.anyRemote')) PreferencesSrvLayout.addWidget(self.downloadJ2MENow,8,5,1,2) self.empty = QLabel(srvFrame) self.empty.setText('') PreferencesSrvLayout.addWidget(self.empty,10,0) ############################# ### AT mode tab ############################# atFrame = QFrame() self.tabs.addTab(atFrame,_tr("AT mode")) PreferencesATLayout = QGridLayout(atFrame) ### self.deviceATL = QLabel(atFrame) PreferencesATLayout.addWidget(self.deviceATL,0,0,1,2) self.deviceAT = QComboBox(atFrame) PreferencesATLayout.addWidget(self.deviceAT,0,2) ### self.auto_reconnect = QCheckBox(atFrame) PreferencesATLayout.addWidget(self.auto_reconnect,2,0,1,6) self.empty = QLabel(atFrame) self.empty.setText('') PreferencesATLayout.addWidget(self.empty,10,0) ############################# ### Bemused tab ############################# bmFrame = QFrame() self.tabs.addTab(bmFrame,_tr("Bemused")) PreferencesBmLayout = QGridLayout(bmFrame) ### self.deviceBmL = QLabel(bmFrame) PreferencesBmLayout.addWidget(self.deviceBmL,0,0,1,2) self.deviceBm = QLineEdit(bmFrame) PreferencesBmLayout.addWidget(self.deviceBm,0,2) self.empty = QLabel(bmFrame) self.empty.setText('') PreferencesBmLayout.addWidget(self.empty,10,0) ############################# ### iViewer tab ############################# ivFrame = QFrame() self.tabs.addTab(ivFrame,_tr("iViewer")) PreferencesIVLayout = QGridLayout(ivFrame) ### self.deviceIVL = QLabel(ivFrame) PreferencesIVLayout.addWidget(self.deviceIVL,0,0) self.deviceIV = QLineEdit(ivFrame) PreferencesIVLayout.addWidget(self.deviceIV,0,1,1,5) self.empty = QLabel(ivFrame) self.empty.setText('') PreferencesIVLayout.addWidget(self.empty,10,0) ############################# self.cancel = QPushButton(self.centralWidget()) prefsLayout.addWidget(self.cancel,6,3) self.ok = QPushButton(self.centralWidget()) prefsLayout.addWidget(self.ok,6,4) self.languageChange() self.resize(QSize(500,300).expandedTo(self.minimumSizeHint())) #self.clearWState(Qt.WState_Polished) self.delButton.clicked.connect(self.delete_clicked) self.addButton.clicked.connect(self.add_clicked) self.jDir.clicked.connect(self.chooseJ2MEDir) self.cancel.clicked.connect(self.cancel_clicked) self.ok.clicked.connect(self.ok_clicked) self.checkJ2MENow.clicked.connect(self.checkJ2MEWeb) self.downloadJ2MENow.clicked.connect(self.uploadJ2MEWeb) self.nonAv.toggled.connect(self.filterChangedAction) self.appl.toggled.connect(self.filterChangedAction) self.custom.toggled.connect(self.filterChangedAction) self.examples.toggled.connect(self.filterChangedAction) self.at.toggled.connect(self.filterChangedAction) self.srv.toggled.connect(self.filterChangedAction) self.bem.toggled.connect(self.filterChangedAction) self.iv.toggled.connect(self.filterChangedAction) self.autoRun.toggled.connect(self.autoRunToggled) self.chooseAuto.clicked.connect(self.chooseAutoStart) self.connBT.toggled.connect(self.btToggled) self.connTCP.toggled.connect(self.tcpToggled) self.connWEB.toggled.connect(self.webToggled) self.connAVH.toggled.connect(self.avhToggled) self.connMAN.toggled.connect(self.manToggled) self.dataBT.textChanged.connect(self.btChangedAction) self.dataTCP.textChanged.connect(self.tcpChangedAction) self.dataWEB.textChanged.connect(self.webChangedAction) self.dataMAN.textChanged.connect(self.manChangedAction) self.deviceBm.textChanged.connect(self.deviceBmChangedAction) self.deviceIV.textChanged.connect(self.deviceIVChangedAction) self.tmout.textChanged.connect(self.updateAppChangedAction) self.browseTmout.textChanged.connect(self.browseDevChangedAction) self.updateAppChangedAction('') self.browseDevChangedAction('') self.makeGuiSetup() def makeGuiSetup(self): global bt_devices, cfgReader self.autoRun.setChecked (cfgReader.doAutoStart_) self.autoFile.setText (cfgReader.autoStart_) self.appl.setChecked (cfgReader.showApps_) self.custom.setChecked (cfgReader.showCustom_) self.examples.setChecked(cfgReader.showExamples_) self.nonAv.setChecked (cfgReader.showNonavail_) self.at.setChecked (cfgReader.showAt_) self.srv.setChecked (cfgReader.showSrv_) self.bem.setChecked (cfgReader.showBm_) self.iv.setChecked (cfgReader.showIView_) self.connBT.setChecked (cfgReader.dvSrvUseBT_) self.connTCP.setChecked (cfgReader.dvSrvUseTCP_) self.connWEB.setChecked (cfgReader.dvSrvUseWEB_) self.connAVH.setChecked (cfgReader.dvSrvUseAVH_) self.connMAN.setChecked (cfgReader.dvSrvUseADV_) self.dataBT.setText (cfgReader.dvSrvBT_) self.dataTCP.setText(cfgReader.dvSrvTCP_) self.dataWEB.setText(cfgReader.dvSrvWEB_) self.dataMAN.setText(cfgReader.dvSrvADV_) self.setSensitivity() tm = '' if cfgReader.updateTmout_ > 0: tm = "%s" % (cfgReader.updateTmout_) self.tmout.setText(tm) tm = '' if cfgReader.browseTmout_ > 0: tm = "%s" % (cfgReader.browseTmout_) self.browseTmout.setText(tm) self.autoGnome.setChecked(os.path.exists(os.environ.get("HOME")+os.sep+'.config'+os.sep+'autostart'+os.sep+'kanyremote.desktop')) self.autoKDE.setChecked(os.path.exists(os.environ.get("HOME")+os.sep+'.kde'+os.sep+'Autostart'+os.sep+'kanyremote')) self.auto_reconnect.setChecked(cfgReader.autoReconn_) if cfgReader.deviceAT_ != "": self.deviceAT.addItem(cfgReader.deviceAT_) self.deviceAT.setCurrentIndex(0) for k, v in bt_devices.items(): row = bt_devices[k] v1 = row[0] v4 = row[3] # use channel 1 as default if v4 == "": v4 = "1" channels = v4.split(':') for ch in channels: if str(ch).isdigit(): crow = "rfcomm:"+v1+":"+ch if cfgReader.deviceAT_ != crow: self.deviceAT.addItem(crow) self.deviceBm.setText(cfgReader.deviceBm_) self.deviceIV.setText(cfgReader.deviceIV_) self.j2meDir.setText(cfgReader.j2meDir_) self.checkJ2ME.setChecked(cfgReader.checkJ2MEUpdate_) self.dirView.clear() for d in cfgReader.cfgDirs: if d != '': lvi = QTreeWidgetItem(self.dirView) lvi.setText(0,d) self.addDir = '' self.dirsChanged = False self.deviceIVChangedAction(self) def uploadJ2MEWeb(self): global debug, jup, cfgReader try: if jup != None: if debug: print('Uploading already active. Skip request.') return except NameError: pass jup = JCUploader() jup.start() cfgReader.j2meDir_ = os.environ.get("HOME")+os.sep+'.anyRemote' try: self.j2meDir.setText(cfgReader.j2meDir_) except AttributeError: # OK. config window was not yet shown pass def checkJ2MEWeb(self): jv = JCVerifier(True) jv.start() def closeEvent(self, event): self.cancel_clicked() def languageChange(self): self.setWindowTitle(_tr("Preferences")) self.showInList.setText(_tr("Show in list : ")) self.jdirLabel.setText(_tr("Upload J2ME client from ")) self.examples.setText(_tr("Examples")) self.appl.setText(_tr("Applications")) self.custom.setText(_tr("Custom Made")) self.srv.setText(_tr("Server-mode")) self.bem.setText(_tr("Bemused emulation")) self.at.setText(_tr("AT-mode")) self.iv.setText(_tr("iViewer")) self.nonAv.setText(_tr('Non-available')) self.updateAppList.setText(_tr("Update application list every")) self.secLabel1.setText(_tr("sec.")) self.secLabel2.setText(_tr("sec.")) self.connBT.setText(_tr("Use Bluetooth connection, channel")) self.connTCP.setText(_tr("Use TCP/IP connection, port")) self.connWEB.setText(_tr("Use Web Interace, port")) self.connAVH.setText(_tr("Advertise service through Avahi")) self.connMAN.setText(_tr("Specify options manually")) self.deviceATL.setText (_tr("Use connect string")) self.deviceBmL.setText (_tr("Use connect string")) self.deviceIVL.setText (_tr("Use connect string")) self.labelRunWhen.setText(_tr("Run device browser with timeout")) self.addButton.setText(_tr('Add')) self.delButton.setText(_tr('Delete')) self.jDir.setText(_tr('Choose')) self.auto_reconnect.setText(_tr("Auto reconnect")) self.autoGnome.setText(_tr("Gnome session")) self.autoStart.setText(_tr("Auto startup with")) self.autoKDE.setText(_tr("KDE session")) self.ok.setText(_tr('OK')) self.dirView.headerItem().setText(0,_tr("Directories")) self.autoRun.setText(_tr("Run on startup")) self.chooseAuto.setText(_tr("Choose")) self.cancel.setText(_tr('Cancel')) self.downloadJ2MENow.setText(_tr('Download J2ME client from Web')) self.checkJ2MENow.setText(_tr('Check J2ME client updates')) self.checkJ2ME.setText(_tr('Check J2ME client updates at start')) def delete_clicked(self): idx = 0 while idx < self.dirView.topLevelItemCount(): item = self.dirView.topLevelItem(idx) if item.isSelected(): self.dirView.takeTopLevelItem(idx) continue idx = idx + 1 self.dirsChanged = True def add_clicked(self): f = QFileDialog().getExistingDirectory(None,_tr('Add'),self.addDir) self.addDir = os.path.dirname(str(f)) add = True idx = 0 item = self.dirView.topLevelItem(idx) while item != None: if self.addDir == item.text(0): add = False break idx = idx+1 item = self.dirView.topLevelItem(idx) if add: lvi = QTreeWidgetItem(self.dirView) lvi.setText(0,str(f)) def chooseAutoStart(self): global chooserWin self.chooseAuto.setEnabled(False) chooserWin = Chooser(self) chooserWin.show() def chooseJ2MEDir(self): f = QFileDialog().getExistingDirectory(None,_tr('Choose'),self.addDir) self.addDir = os.path.dirname(str(f)) self.j2meDir.setText(self.addDir) def btChangedAction(self,a0): global cfgReader cfgReader.dvSrvBT_ = str(self.dataBT.text()).strip() def tcpChangedAction(self,a0): global cfgReader cfgReader.dvSrvTCP_ = str(self.dataTCP.text()).strip() def webChangedAction(self,a0): global cfgReader cfgReader.dvSrvWEB_ = str(self.dataWEB.text()).strip() def manChangedAction(self,a0): global cfgReader cfgReader.dvSrvADV_ = str(self.dataMAN.text()).strip() def deviceBmChangedAction(self,a0): global cfgReader cfgReader.deviceBm_ = str(self.deviceBm.text()).strip() def deviceIVChangedAction(self,a0): global cfgReader cfgReader.deviceIV_ = str(self.deviceIV.text()).strip() def updateAppChangedAction(self,a0): self.updateAppList.setEnabled((str(self.tmout.text()).strip() != '')) self.secLabel1.setEnabled ((str(self.tmout.text()).strip() != '')) def browseDevChangedAction(self,a0): self.labelRunWhen.setEnabled((str(self.browseTmout.text()).strip() != '')) self.secLabel2.setEnabled ((str(self.browseTmout.text()).strip() != '')) def cancel_clicked(self): self.hide() self.makeGuiSetup() sendMainWindow(20005,False) def ok_clicked(self): global cfgReader self.setAutoStartup("KDE", self.autoKDE.isChecked()) self.setAutoStartup("Gnome", self.autoGnome.isChecked()) cfgReader.autoStart_ = str(self.autoFile.text()).strip() cfgReader.doAutoStart_ = self.autoRun.isChecked() cfgReader.showApps_ = self.appl.isChecked() cfgReader.showCustom_ = self.custom.isChecked() cfgReader.showExamples_ = self.examples.isChecked() cfgReader.showNonavail_ = self.nonAv.isChecked() cfgReader.showAt_ = self.at.isChecked() cfgReader.showSrv_ = self.srv.isChecked() cfgReader.showBm_ = self.bem.isChecked() cfgReader.showIView_ = self.iv.isChecked() cfgReader.autoReconn_ = self.auto_reconnect.isChecked() cfgReader.deviceAT_ = str(self.deviceAT.currentText()).strip() cfgReader.deviceBm_ = str(self.deviceBm.text()).strip() cfgReader.deviceIV_ = str(self.deviceIV.text()).strip() cfgReader.j2meDir_ = str(self.j2meDir.text()).strip() cfgReader.checkJ2MEUpdate_ = self.checkJ2ME.isChecked() tm = str(self.tmout.text()).strip() if tm == '': tm = '-1' if cfgReader.updateTmout_ != int(tm): cfgReader.updateTmout_ = int(tm) if cfgReader.updateTmout_ < 0: cfgReader.updateTmout_ = -1 # start/stop browser sendMainWindow(20010,'') tm = str(self.browseTmout.text()).strip() if tm == '': tm = '-1' if cfgReader.browseTmout_ != int(tm): cfgReader.browseTmout_ = int(tm) if cfgReader.browseTmout_ <= 0: cfgReader.browseTmout_ = -1 # start/stop updater sendMainWindow(20011,'') cfgReader.cfgDirs = [] idx = 0 item = self.dirView.topLevelItem(idx) while item != None: cfgReader.cfgDirs.append(str(item.text(0))) idx = idx+1 item = self.dirView.topLevelItem(idx) ret = QMessageBox.Ok if cfgReader.cfgDirs == []: ret = QMessageBox.warning(self, "kAnyRemote", _tr("There is no item in the list !\nkAnyRemote will not be able to manage any software !"),QMessageBox.Ok,QMessageBox.Cancel); if ret == QMessageBox.Ok: cfgReader.saveConfig() self.hide() sendMainWindow(20005,self.dirsChanged) self.dirsChanged = False def filterChangedAction(self, w): self.dirsChanged = True def setSensitivity(self): self.dataBT.setEnabled(self.connBT.isChecked()) self.dataTCP.setEnabled(self.connTCP.isChecked()) self.dataWEB.setEnabled(self.connWEB.isChecked()) self.connAVH.setEnabled(self.connTCP.isChecked() or self.connWEB.isChecked()) self.dataMAN.setEnabled(self.connMAN.isChecked()) def manToggled(self, w): global cfgReader cfgReader.dvSrvUseADV_ = w if w: self.connBT.setChecked(False) self.connTCP.setChecked(False) self.connWEB.setChecked(False) self.connAVH.setChecked(False) cfgReader.dvSrvUseBT_ = False cfgReader.dvSrvUseTCP_ = False cfgReader.dvSrvUseWEB_ = False cfgReader.dvSrvUseAVH_ = False if str(self.dataMAN.text()).strip() == '': self.dataMAN.setText("-log -s bluetooth:19,tcp:5197,web:5080,avahi") self.setSensitivity() def btToggled(self, w): global cfgReader cfgReader.dvSrvUseBT_ = w if w: self.connMAN.setChecked(False) cfgReader.dvSrvUseADV_ = False if str(self.dataBT.text()).strip() == '': self.dataBT.setText("19") self.setSensitivity() def tcpToggled(self, w): global cfgReader cfgReader.dvSrvUseTCP_ = w if w: self.connMAN.setChecked(False) cfgReader.dvSrvUseADV_ = False if str(self.dataTCP.text()).strip() == '': self.dataTCP.setText("5197") self.setSensitivity() def webToggled(self, w): global cfgReader cfgReader.dvSrvUseWEB_ = w if w: self.connMAN.setChecked(False) cfgReader.dvSrvUseADV_ = False if str(self.dataWEB.text()).strip() == '': self.dataWEB.setText("5080") self.setSensitivity() def avhToggled(self, w): global cfgReader cfgReader.dvSrvUseAVH_ = w if w: self.connMAN.setChecked(False) cfgReader.dvSrvUseADV_ = False self.setSensitivity() def autoRunToggled(self, w): self.autoFile.setEnabled(self.autoRun.isChecked()) self.chooseAuto.setEnabled(self.autoRun.isChecked()) def setAutoStartup(self, wm, isAuto): if wm == 'KDE': autopath = os.environ.get("HOME")+os.sep+'.kde'+os.sep+'Autostart'+os.sep+'ganyremote' if isAuto: if not os.path.exists(autopath): os.system('ln -s `which ganyremote` '+autopath) else: os.system('rm -f '+autopath) elif wm == 'Gnome': # will work for gnome > 2.14 ? cfgpath = os.environ.get("HOME")+os.sep+'.config' autopath = cfgpath+os.sep+'autostart' autorun = autopath+os.sep+'ganyremote.desktop' if not os.path.isdir(cfgpath): os.mkdir(cfgpath) if not os.path.isdir(autopath): os.mkdir(autopath) if isAuto: if not os.path.isfile(autorun): f=open(autorun, 'w') if f: f.write('[Desktop Entry]\n') f.write('Encoding=UTF-8\n') f.write('Name=gAnyRemote\n') f.write('Exec=ganyremote\n') f.write('Icon=ganyremote\n') f.write('Type=Application\n') f.write('Comment=Remote control through bluetooth or IR connection\n') f.write('GenericName=Remote control through bluetoth or IR connection\n') f.write('Categories=Utility;\n') f.close() else: os.system('rm -f '+autorun) def customEvent(self,event): if event.type() == 31000: self.autoFile.setText(event.getData()) self.autoFile.setEnabled(True) self.chooseAuto.setEnabled(True) elif event.type() == 32000: self.chooseAuto.setEnabled(True) ############################################################################### # # Handle Return/Enter in QLineEdit # ############################################################################### class QLineEditEx(QLineEdit): def __init__(self,parent = None,toplevel = None): QLineEdit.__init__(self,parent) self.top = toplevel def keyPressEvent(self, event): if event.key() == Qt.Key_Enter or event.key() == Qt.Key_Return: self.top.exec_clicked() else: QLineEdit.keyPressEvent(self,event) ############################################################################### # # Custom Event # ############################################################################### class QEventEx(QEvent): def __init__(self, eid, data=None): QEvent.__init__(self,eid) self.data = data def getData(self): return self.data ############################################################################### # # kAnyRemote # ############################################################################### class kAnyRemote(QMainWindow): def __init__(self,cfgSet): QMainWindow.__init__(self) global app, debug, guiMode, cfgReader self.statusBar() row = 3 if debug: row = 4 if guiMode == 'simple': row = row - 1 self.setCentralWidget(QWidget(self)) kAnyRemoteLayout = QGridLayout(self.centralWidget()) kAnyRemoteLayout.setContentsMargins(6,6,6,6) kAnyRemoteLayout.setSpacing(6) self.stop_button = QPushButton(loadIcon("dialog-close","stop"), _tr("Stop"), self.centralWidget()) self.run_button = QPushButton(loadIcon("system-run", "run"), _tr("Start"), self.centralWidget()) kAnyRemoteLayout.addWidget(self.run_button, row,0,1,4) kAnyRemoteLayout.addWidget(self.stop_button,row,4,1,4) self.listView1 = QTreeWidget(self.centralWidget()) self.listView1.setColumnCount(5) self.listView1.headerItem().setText(0,_tr("Application")+" ") self.listView1.headerItem().setText(1,_tr("Status")+" ") self.listView1.headerItem().setText(2,_tr("Mode")+" ") self.listView1.headerItem().setText(3,_tr("Type")+" ") self.listView1.headerItem().setText(4,_tr("F")+" ") self.listView1.header().setSectionResizeMode(0,QHeaderView.ResizeToContents) self.listView1.header().setSectionResizeMode(1,QHeaderView.ResizeToContents) self.listView1.header().setSectionResizeMode(2,QHeaderView.ResizeToContents) self.listView1.header().setSectionResizeMode(3,QHeaderView.Stretch) self.listView1.setSelectionMode(QAbstractItemView.SingleSelection) self.listView1.hideColumn(4) self.listView1.setSortingEnabled(True) self.listView1.sortByColumn(0,Qt.AscendingOrder) self.listView1.itemClicked.connect(self.listClicked) self.listView1.itemDoubleClicked.connect(self.listDClicked) self.listView1.currentItemChanged.connect(self.cursorMoved) kAnyRemoteLayout.addWidget(self.listView1,0,0,1,8) self.details = QTreeWidget(self.centralWidget()) self.details.setHeaderHidden(True) self.details.setColumnCount(1) self.details.setSizePolicy(QSizePolicy.Minimum,QSizePolicy.Maximum) self.details.setRootIsDecorated(True) self.details.setSelectionMode(QAbstractItemView.NoSelection) self.details.setFrameStyle(QFrame.NoFrame) p = QPalette(self.details.palette()) p.setColor(QPalette.Base, QApplication.palette().color(QPalette.Window)) self.details.setPalette(p) self.details.itemExpanded.connect(self.detailExpanded) self.details.itemCollapsed.connect(self.detailCollapsed) kAnyRemoteLayout.addWidget(self.details,1,0,1,8) self.detailsHead = QTreeWidgetItem(self.details) self.detailsHead.setText(0,_tr("Details")) self.detailsHead.setExpanded(False) self.detailsItem = QTreeWidgetItem(self.detailsHead) self.detailsItem.setText(0,'') h = self.details.visualItemRect(self.detailsHead).height() if h == 0: h = 18 self.details.setMinimumHeight(h) self.details.setMaximumHeight(h) if guiMode == 'expert': self.cfgFile = QLineEdit(self.centralWidget()) kAnyRemoteLayout.addWidget(self.cfgFile,2,0,1,6) self.choose = QPushButton(loadIcon("document-open","fileopen"), _tr("Choose"), self.centralWidget()) kAnyRemoteLayout.addWidget(self.choose,2,6,1,2) if debug: self.command = QLineEditEx(self.centralWidget(),self) kAnyRemoteLayout.addWidget(self.command,3,0,1,6) self.execcmd = QPushButton(loadIcon("system-run","exec"), _tr("Execute Command"), self.centralWidget()) kAnyRemoteLayout.addWidget(self.execcmd,3,6,1,2) self.execcmd.setEnabled(True) # File menu self.fileExitAction = QAction(loadIcon("application-exit","exit"), _tr("Quit"), self) self.edit_file = QAction(loadIcon("document-edit", "edit"), _tr("Edit"), self) self.start = QAction(loadIcon("system-run", "run"), _tr("Start"),self) self.stop = QAction(loadIcon("dialog-close", "stop"), _tr("Stop"), self) self.update = QAction(loadIcon("reload", "appointment-recurring"), _tr("Update Status"), self) self.close_window = QAction(loadIcon("edit-delete", "fileclose"), _tr("Close Window"), self) # Edit menu self.save_prefs = QAction(loadIcon("document-save","filesave"), _tr("Save"), self) self.properties = QAction(loadIcon("configure","configure"), _tr("Preferences"), self) self.chkCfg = QAction(loadIcon("dialog-ok-apply","button_ok"),_tr("Check Configuration"),self) self.dbrowser = QAction(loadIcon("zoom-in","filefind"), _tr("Device Browser"), self) # Help menu self.helpContentsAction = QAction(loadIcon("help-contents", "help"), _tr("Help"), self) self.helpAboutAction = QAction(loadIcon("help-about", "rating"), _tr("About"), self) self.start.setEnabled(False) self.Menu = self.menuBar() self.fileMenu = self.Menu.addMenu(_tr("File")); self.fileMenu.addSeparator() self.fileMenu.addAction(self.edit_file) self.fileMenu.addAction(self.start) self.fileMenu.addAction(self.stop) self.fileMenu.addAction(self.update) self.fileMenu.addAction(self.close_window) self.fileMenu.addAction(self.fileExitAction) self.cfgMenu = self.Menu.addMenu(_tr("Setup")) self.cfgMenu.addAction(self.dbrowser) self.cfgMenu.addAction(self.properties) self.cfgMenu.addAction(self.chkCfg) self.cfgMenu.addAction(self.save_prefs) self.helpMenu = self.Menu.addMenu(_tr("Help")) self.helpMenu.addAction(self.helpAboutAction) self.helpMenu.addAction(self.helpContentsAction) self.Menu.addSeparator() self.languageChange() self.resize(QSize(370,300).expandedTo(self.minimumSizeHint())) self.fileExitAction.triggered.connect(self.fileExit) self.edit_file.triggered.connect(self.edit_file_activated) self.start.triggered.connect(self.runAction) self.stop.triggered.connect(self.stopAction) self.update.triggered.connect(self.rescan_dirs_clicked) self.close_window.triggered.connect(self.close_window_clicked) self.dbrowser.triggered.connect(self.showBrowser) self.save_prefs.triggered.connect(self.saveCfg) self.properties.triggered.connect(self.showConfDialog) self.chkCfg.triggered.connect(self.showChkWin) self.helpContentsAction.triggered.connect(self.helpAction) self.helpAboutAction.triggered.connect(self.helpAbout) if guiMode == 'expert': self.choose.clicked.connect(self.choose_clicked) self.stop_button.clicked.connect(self.stopAction) self.run_button.clicked.connect(self.runAction) self.destroyed.connect(self.close_window_clicked) h = 500 if debug: h = 470 self.execcmd.clicked.connect(self.exec_clicked) self.resize(QSize(470,h).expandedTo(self.minimumSizeHint())) self.win_width = 470 self.stop.setEnabled(False) self.stop_button.setEnabled(False) if guiMode == 'expert': self.cfgFile.setText(cfgReader.lastCfgFile_) self.cfgWin = None self.frontEnd = None self.statusUpdater = None # will send event to start (if needed) StatusUpdater #self.populateCfgFiles() # will start device browser (if needed) startBtComm() self.setStatusStopped() if not cfgSet or cfgReader.j2meDir_ == '': self.showWizard(cfgSet,cfgReader.j2meDir_) def languageChange(self): global debug, guiMode self.setWindowTitle("kAnyRemote") self.listView1.headerItem().setText(0,_tr("Application")) self.listView1.headerItem().setText(1,_tr("Status")) self.listView1.headerItem().setText(2,_tr("Mode")) self.listView1.headerItem().setText(3,_tr("Type")) if guiMode == 'expert': self.choose.setText(_tr('Choose')) if debug: self.execcmd.setText(_tr("Execute Command")) self.close_window.setText(_tr("Close Window")) self.stop_button.setText(_tr("Stop")) self.run_button.setText(_tr("Start")) self.fileExitAction.setText(_tr("Quit")) self.helpContentsAction.setText(_tr("Help")) self.helpAboutAction.setText(_tr("About")) self.edit_file.setText(_tr("Edit")) self.edit_file.setToolTip(_tr("Edit configuration file")) self.start.setText(_tr("Start")) self.stop.setText(_tr("Stop")) self.stop.setToolTip(_tr("Stop anyRemote")) self.save_prefs.setText(_tr("Save")) self.properties.setText(_tr("Preferences")) self.chkCfg.setText(_tr("Check Configuration")) self.dbrowser.setText(_tr("Device Browser")) self.fileMenu.menuAction().setText(_tr("File")) self.cfgMenu.menuAction().setText(_tr("Setup")) self.helpMenu.menuAction().setText(_tr("Help")) def showWizard(self, cfgdirs, jclient): if not cfgdirs: ret = QMessageBox.information(self, "kAnyRemote", _tr("This is the first time kAnyRemote runs.\nPlease specify directories with anyRemote configuration files."),QMessageBox.Ok); self.showConfDialog() #if jclient == '': # ret = yesno(self,_tr('Would You like to download J2ME client from Web ?')) # if ret: # if not self.cfgWin: # self.cfgWin = Preferences(); # self.cfgWin.uploadJ2MEWeb() def showConfDialog(self): if not self.cfgWin: self.cfgWin = Preferences(); self.cfgWin.show() self.properties.setEnabled(False) def showChkWin(self): showChkCfgWin() def saveCfg(self): global cfgReader cfgReader.saveConfig() def showBrowser(self): showBrowserWin() def getStatus(self,isRun,status): if status == AR_MANAGED and isRun == 'NOK': status = AR_AVAIL elif status == AR_AVAIL and isRun == 'OK': status = AR_RUNNING elif status == AR_RUNNING and isRun == 'NOK': status = AR_AVAIL return status def addRow(self,rowData): #[aName, pbuf, isRun, status, aMode, aType, idx] lvi = QTreeWidgetItem(self.listView1) ic = loadAppIcon(rowData[1]) lvi.setIcon(0,ic) lvi.setText(0,rowData[0]) lvi.setText(1,self.getStatus(rowData[2],rowData[3])) lvi.setText(2,rowData[4]) lvi.setText(3,rowData[5]) lvi.setText(4,str(rowData[6])) def listClicked(self, listItem, column): global debug, cfgReader, appData, guiMode try: cfgReader.lastCfgFile_ = appData[int(str(listItem.text(4)))][5] desc = appData[int(str(listItem.text(4)))][9] self.setDetails(desc) if guiMode == 'expert': self.cfgFile.setText(cfgReader.lastCfgFile_) except AttributeError: if debug: print('kAnyRemote.listClicked: AttributeError') def listDClicked(self, listItem, column): self.listClicked(listItem, column) self.runAction() def cursorMoved(self,listItem,previous): global debug, cfgReader, appData, guiMode try: cfgReader.lastCfgFile_ = appData[int(str(listItem.text(4)))][5] desc = appData[int(str(listItem.text(4)))][9] self.setDetails(desc) if guiMode == 'expert': self.cfgFile.setText(cfgReader.lastCfgFile_) except (AttributeError, KeyError): if debug: print('kAnyRemote.cursorMoved: an Error') def fileExit(self): global app, quitFlag, debug, jup if debug: print("kAnyRemote.fileExit") quitFlag = True closeDetailsWin() closeBrowserWin() closeChkCfgWin() closeChooserWin() self.stopUpdater() stopFrontend() stopBtComm() stopJCUploader() stopPBar() time.sleep(0.5) app.quit() # open web browser on docs page if found ? def helpAction(self): app = '' apps = ['xdg-open', 'firefox', 'konqueror', 'chromium'] for test in apps: isInst = isInstalled(test) if isInst == 'OK': app = test if app == '': errorBox(self,_tr('Can not find browser to show help !')) return docpath = '' docDirs = ['/usr/share/doc/anyremote*/*html', '/usr/share/anyremote*/*html', '/usr/share/doc/anyremote-doc', '/usr/local/share/doc/anyremote*/*html', '/usr/local/share/anyremote*/*html'] for docDir in docDirs: dirv = glob.glob(docDir) if len(dirv) > 0 and os.path.isdir(dirv[0]): docpath = dirv[0] break if docpath == '': errorBox(self,_tr('Can not find documentation !')) return cmd = app + ' ' + docpath + os.sep + 'k-shots.html &' if debug: print(cmd) os.system(cmd) def helpAbout(self): global app a = QMessageBox(QMessageBox.Information, "About kAnyRemote", "

kAnyRemote v8.1.1

", QMessageBox.Ok, self) a.setIconPixmap(getPixmap("kanyremote")) a.setInformativeText("
Copyright 2007-2023

Mikhail Fedotov

http://anyremote.sf.net

"); a.setDetailedText("KDE front-end for anyRemote (remote control for PC).\nThe code is licensed under the GNU Public licence.") a.show() def edit_file_activated(self): global cfgReader if cfgReader.lastCfgFile_: self.eWin = EditWin(cfgReader.lastCfgFile_,self) self.eWin.show() def choose_clicked(self): fileName = QFileDialog.getOpenFileName(None,"", ""); self.cfgFile.setText(fileName) def rescan_dirs_clicked(self): self.listView1.clear() self.populateCfgFiles() def closeEvent(self, event): event.ignore() self.close_window_clicked() def close_window_clicked(self): global systray if systray: self.hide() else: self.fileExit() def stopAction(self): global debug if debug: print("kAnyRemote.stopAction()") self.saveCfg() # To avoid socket.error: (98, 'Address already in use') # it needs to close client socket first killAnyRemote() self.setStatusStopped() def minMaxAction(self): self.setVisible(not self.isVisible()) def exec_clicked(self): global cmdToSend, debug if debug: print('Add to queue ' + self.command.text()) cmdToSend = self.command.text() def runAction(self): global debug, cfgReader if debug: print("kAnyRemote.runAction()") self.saveCfg() self.setStatusStopped() cfile = cfgReader.lastCfgFile_ if guiMode == 'expert': cfile = self.cfgFile.text() startAnyRemote(cfile) def restartUpdater(self): self.stopUpdater() self.startUpdater() def startUpdater(self): global cfgReader if cfgReader.updateTmout_ > 0: self.statusUpdater = StatusUpdater(cfgReader.updateTmout_) self.statusUpdater.start() def stopUpdater(self): try: self.statusUpdater.stop() except (AttributeError, NameError): pass time.sleep(0.5) self.statusUpdater = None def showEvent(self, event): global debug if debug: print('showEvent') self.populateCfgFiles() def resizeEvent(self, event): w = self.width() - self.win_width if w > -5 and w < 5: # resize is too small return self.win_width = self.width() desc = str(self.detailsItem.text(0)).replace('\n',' ') self.setDetails(desc) def populateCfgFiles(self): global debug, cfgFileReaderFlag if debug: print('populateCfgFiles') try: if cfgFileReaderFlag: return except NameError: pass self.stopUpdater() cfgFileReader = CfgFileReader() cfgFileReader.start() def autoStartBackend(self): global cfgReader, frontEnd, cfgFileReaderFlag if cfgReader.doAutoStart_ and cfgReader.autoStart_ != '': if not frontEnd or not frontEnd.ready() or cfgFileReaderFlag: # respawn timer QTimer.singleShot(200, self.autoStartBackend) return self.setStatusStopped() startAnyRemote(cfgReader.autoStart_) def setTempStatus(self, text): self.statusBar().clearMessage() self.statusBar().showMessage(text) def setStatustext(self,text): self.statusValue = text self.setTempStatus(text) def setStatusStopped(self): setTrayIcon("kanyremote_off") self.setStatustext(_tr('anyRemote stopped')) self.stop.setEnabled(False) self.start.setEnabled(True) self.stop_button.setEnabled(False) self.run_button.setEnabled(True) def setStatusDisconnected(self): global cfgReader setTrayIcon("kanyremote_light") self.setStatustext(_tr('Ready to connect on')+' '+cfgReader.getConnectStatusString()) self.stop.setEnabled(True) self.start.setEnabled(False) self.stop_button.setEnabled(True) self.run_button.setEnabled(False) def setStatusConnected(self): global cfgReader setTrayIcon("kanyremote_small") msg = _tr('Connected to phone') if cfgReader.dvSrvUseWEB_: msg = _tr('Connected') self.setStatustext(msg) self.stop.setEnabled(True) self.start.setEnabled(False) self.stop_button.setEnabled(True) self.run_button.setEnabled(False) def listUpdate(self, data): #print('listUpdate',data) st = self.getStatus(data[2],data[1]) idx = 0 item = self.listView1.topLevelItem(idx) while item != None: try: if int(item.text(4)) == data[0]: item.setText(1,st) break except ValueError: pass idx = idx+1 item = self.listView1.topLevelItem(idx) def sliceString(self, string, font, width): fm = QFontMetrics(font) sliced = '' line = '' wordList = string.split(' ') for word in wordList: line1 = line+' '+word if fm.width(line1) > width: if len(sliced) != 0: sliced = sliced + '\n' sliced = sliced + line line = word else: line = line1 return sliced + '\n' + line def setDetails(self, desc): slicedString = self.sliceString(desc, self.details.font(), self.width()-80) self.detailsItem.setText(0,slicedString.lstrip()) cnt = slicedString.count('\n') if self.detailsHead.isExpanded(): h = self.details.visualItemRect(self.detailsHead).height()*(cnt+2) if h == 0: h = 18*(cnt+2) self.details.setMinimumHeight(h) self.details.setMaximumHeight(h) def selectLastInList(self): global cfgReader idxLast = None for k, v in appData.items(): if v[5] == cfgReader.lastCfgFile_: idxLast = k break idx = 0 item = self.listView1.topLevelItem(idx) while item != None: try: if int(str(item.text(4))) == idxLast: self.listView1.setCurrentItem(item) desc = appData[int(str(item.text(4)))][9] self.setDetails(desc) return except ValueError: pass idx = idx+1 item = self.listView1.topLevelItem(idx) def translateMsg(self, data): global debug if debug: print('translateMsg '+data) if data == '': return elif data == 'Exiting': self.setStatusStopped() return elif data == 'Connected': self.setStatusConnected() return elif data == 'Disconnected': self.setStatusDisconnected() return if data == '(Init)': msg = 'anyRemote initialized' else: if debug: print('translateMsg BlinkThread') # Just key press setTrayIcon("kanyremote_flash") QTimer.singleShot(200, resetIcon) if debug: msg = data else: return self.setStatustext(msg) def customEvent(self,event): global appData, debug #print('customEvent '+str(event.type())) if event.type() == 20000: self.setStatusStopped() elif event.type() == 20003: cfgFile = getResult('ps aux |grep anyremote|grep cfg|awk \'{n=split($0,arr);print arr[n-2];}\'', 'frontend') if cfgFile != '': for k, v in appData.items(): if appData[k][5] == cfgFile: appData[k][6] = AR_MANAGED self.listUpdate([k,appData[k][6],'OK']) break self.setStatusDisconnected() elif event.type() == 20001: setTrayIcon("kanyremote_flash") elif event.type() == 20002: setTrayIcon("kanyremote_small") elif event.type() == 20005: self.cfgWinClosed(event.getData()) elif event.type() == 20006: self.listUpdate(event.getData()) elif event.type() == 20008: self.dcopHandleSend(event.getData()) elif event.type() == 20009: self.dcopHandleGetMode() elif event.type() == 20010: self.restartUpdater() elif event.type() == 20011: restartBtComm() elif event.type() == 20012: for k, v in appData.items(): if appData[k][6] == AR_MANAGED: aRun = appData[k][3] isRun = '' if aRun != '': isRun = getResult(aRun,'main') if isRun == 'OK': appData[k][6] = AR_RUNNING else: appData[k][6] = AR_AVAIL else: appData[k][6] = '' self.listUpdate([k,appData[k][6],isRun]) elif event.type() == 20014: ret = yesno(self,_tr("New version of J2ME client is available. Would You like to download it ?")) if ret : if not self.cfgWin: self.cfgWin = Preferences(); self.cfgWin.uploadJ2MEWeb() elif event.type() == 20015: infoBox(self,event.getData()) elif event.type() == 20016: errorBox(self,event.getData()) elif event.type() == AR_CODE_LOADED: value = int(event.getData()) if value >= 0: self.setTempStatus(str(value)) else: self.setStatustext(self.statusValue) self.listView1.clear() t1 = datetime.datetime.now() for k, v in appData.items(): self.addRow([appData[k][0],appData[k][1],appData[k][4],appData[k][6],appData[k][7],appData[k][8],k]) t2 = datetime.datetime.now() if debug: print("ELAPSED ",(t2-t1)) self.selectLastInList() self.restartUpdater() elif event.type() == 20018: self.stopProgressBar() elif event.type() == 20019: self.startProgressBar(event.getData()) elif event.type() == 20020: self.showDevDetails(event.getData()) elif event.type() == 20021: self.writeProgressBar(event.getData()) elif event.type() == 20022: self.listView1.clear() elif event.type() == 29999: self.fileExit() else: self.translateMsg(str(event.getData())) def pushTrayIcon(self): if self.isShown == 1: self.hide() self.isShown = 0 else: self.show() self.isShown = 1 def cfgWinClosed(self, isChanged): self.properties.setEnabled(True) if isChanged: self.populateCfgFiles() def dcopHandleSend(self, cmd): global cmdToSend if debug: print('Add to queue ' + cmd) cmdToSend = cmd def detailExpanded(self, item): cnt = str(self.detailsItem.text(0)).count('\n') h = self.details.visualItemRect(self.detailsHead).height()*(cnt+2) if h == 0: h = 18*(cnt+2) self.details.setMinimumHeight(h) self.details.setMaximumHeight(h) def detailCollapsed(self, item): h = self.details.visualItemRect(self.detailsHead).height() if h == 0: h = 18 self.details.setMinimumHeight(h) self.details.setMaximumHeight(h) def stopProgressBar(self): global pbar, pbarTimer,debug if debug: print('stopProgressBar') try: pbarTimer.stop() except AttributeError: pass try: pbar.hide() pbar.cancel() pbar = None except (AttributeError, NameError): pass def startProgressBar(self,text): global debug, pbar, pbarTimer if debug: print('startProgressBar') pbar = PBar(text,100) timerPBar() def writeProgressBar(self,text): global pbar try: pbar.setLabelText(text) except (AttributeError, NameError): pass def showDevDetails(self,dataList): global detailsWin, cfgReader detailsWin = DeviceDetail(dataList[0], dataList[1], dataList[2], dataList[3], dataList[4], dataList[5], cfgReader.j2meDir_) detailsWin.show() ################################################################################## # # Utilities functions # ################################################################################## def getHttp(hname,fname,tmp): global debug try: conn = http.client.HTTPConnection(hname,80,timeout=10) # old pythons (<2.6) except TypeError: conn = http.client.HTTPConnection(hname) try: conn.request("GET", fname) except Exception: sendMainWindow(20016, _tr('Can not establish the connection !')) return False r = conn.getresponse() if debug: print(fname, r.status, r.reason,r.getheader('content-length')) ret = True if r.status == http.client.OK: if debug: print('download',fname) try: data = r.read() except Exception: sendMainWindow(20016, _tr('Download failed !')) return False f=open(os.environ.get("HOME")+os.sep+'.anyRemote'+fname+tmp, 'wb') if f: f.write(data) f.close() else: if tmp == "": sendMainWindow(20016, _tr('Can not download ')+hname+fname) ret = False conn.close() return ret def uploadJ2MEWebGui(fname, strip=False): global debug if debug: print('uploadJ2MEWebGui',fname) writePBar(_tr('Downloading')+' '+fname) if not getHttp("anyremote.sourceforge.net",os.sep+fname,""): stopPBar() if debug: print('uploadJ2MEWebGui: fails to upload',fname) return False if strip: f1 = os.environ.get("HOME")+os.sep+'.anyRemote'+os.sep+fname os.system('rm -f '+f1+'.tmp; cat '+f1+'|sed \'s/MIDlet-Jar-URL: http:\/\/anyremote.sourceforge.net\//MIDlet-Jar-URL: /\' > '+f1+'.tmp;mv '+f1+'.tmp '+f1); return True def getJ2MEClientVersion(fname): global debug if debug: print('Check version of J2ME client from file',fname) return getResult('cat '+fname+'|grep MIDlet-Version|tr -d \" \"|cut -f 2 -d \":\"','main') def checkJ2MEClientUpdate(): global debug if not getHttp("anyremote.sourceforge.net",os.sep+"anyRemote-16.jad",".check"): return "-1" newver = getJ2MEClientVersion(os.environ.get("HOME")+os.sep+'.anyRemote'+os.sep+'anyRemote-16.jad.check') oldver = getJ2MEClientVersion(getJ2MEPath()+os.sep+'anyRemote-16.jad') if debug: print('compare new=',newver,' and old=',oldver) nvers = newver.split('.') overs = oldver.split('.') l = len(nvers) if len(overs) > l: l = len(overs) foundnew = False for i in range(l): if len(overs) < i: oi = 0 else: oi = overs[i] if len(nvers) < i: ni = 0 else: ni = nvers[i] #if debug: print('(',i,') compare new=',ni,' and old=',oi) if ni > oi: foundnew = True break if (foundnew): return newver return "" # # # def getMode(cfile): global appData for k, v in appData.items(): if appData[k][5] == cfile: return appData[k][7] return '' def killAnyRemote(): global debug if debug: print('killall -2 anyremote') os.system('killall -2 anyremote > /dev/null') def startAnyRemote(cfile): global debug, cfgReader, port if cfile == '': errorMessage(_tr('Can not start anyRemote. No configuation file specified!')) return killAnyRemote() tool = isInstalled('anyremote') if tool == 'NOK': return time.sleep(0.5) useType = getMode(cfile) mode = 'Server' if cfgReader.showAt_: mode = 'AT' if cfgReader.showBm_: gui = 'Bemused' if cfgReader.showIView_: mode = 'iViewer' log = '' if debug: log = ' -log' dev = '' rconn = '' if mode == 'Server': connStr = cfgReader.getConnectString() if connStr != '': dev = ' -s '+connStr elif mode == 'AT': if cfgReader.deviceAT_ != '': dev = ' -s '+cfgReader.deviceAT_ if cfgReader.autoReconn_ != '': rcomm = ' -a ' elif mode == 'Bemused': if cfgReader.deviceBm_ != '': dev = ' -s '+cfgReader.deviceBm_ elif mode == 'iViewer': if cfgReader.deviceIV_ != '': dev = ' -s '+cfgReader.deviceIV_ else: if cfgReader.autoReconn_ != '': rconn = ' -a ' to_path = os.environ.get("HOME") + os.sep + '.anyRemote' + os.sep cmd = 'anyremote -fe ' + port + log + ' -f ' + str(cfile) + dev + rconn + ' > '+ to_path + 'anyremote.stdout &' if debug: print(cmd) os.system(cmd) ##################################################################################### def sendEvent(receiver, eid, data): global quitFlag, app if quitFlag: return event = QEventEx(eid,data) app.postEvent(receiver, event) def loadFromTheme(theme,icon): dir = '/usr/share/icons/'+theme+'/16x16' if not os.path.exists(dir): return QPixmap() iFile = getResult('find '+dir+' -name '+icon+'.[ps][nv]g|head -1', 'main') if iFile != '': pixmap = QPixmap(iFile) if not pixmap.isNull(): return pixmap return QPixmap() def loadPixmap(icon): try: curTheme = str(QIcon.themeName()) if QIcon.hasThemeIcon(icon): ic = QIcon.fromTheme(icon) return ic.pixmap(16,16) themes = ["oxygen","crystalsvg","Humanity","Tango","gnome","hicolor"] for theme in themes: if theme == curTheme: continue px = loadFromTheme(theme,icon) if not px.isNull(): return px # fix QT versioning issues except AttributeError: pass # hardcode it, last resort pixmap = QPixmap("/usr/share/pixmaps/"+icon+".svg") if pixmap.isNull(): pixmap = QPixmap("/usr/share/pixmaps/"+icon+".png") # use from current directory, the latest resort if debug and pixmap.isNull(): pixmap = QPixmap("data/"+icon+".svg") if debug and pixmap.isNull(): pixmap = QPixmap("data/"+icon+".png") if debug and pixmap.isNull(): print("loadPixmap NO PIXMAP",icon) return pixmap def getPixmap(icon): if icon.endswith('.png') or icon.endswith('.svg'): icon = icon[0:-4] pixmap = QPixmapCache.find(icon) if pixmap == None: pixmap = loadPixmap(icon) QPixmapCache.insert(icon,pixmap) return pixmap def getIcon(icon): if icon.endswith('.png') or icon.endswith('.svg'): icon = icon[0:-4] try: if QIcon.hasThemeIcon(icon): ic = QIcon.fromTheme(icon) return ic # fix QT versioning issues except AttributeError: pass return QIcon(getPixmap(icon)) # Load icon for cfg. file. def loadAppIcon(name1): ic = getIcon(name1) if ic.isNull(): ic = QIcon(getPixmap("document-open")) return ic # Load icon for menu/button/etc. def loadIcon(name1,name2): ic = getIcon(name1) if ic.isNull(): ic = getIcon(name2) return ic def setTrayIcon(iconName): global systray if systray: systray.setIcon(QIcon(getPixmap(iconName))) def resetIcon(): setTrayIcon("kanyremote_small") def yesno(widget, message): ret = QMessageBox.question(widget,"kAnyRemote",message,QMessageBox.Yes|QMessageBox.Default,QMessageBox.No) return (ret == QMessageBox.Yes) def errorBox(widget, msg): ret = QMessageBox.warning(widget,"kAnyRemote",msg,QMessageBox.Ok); def infoBox(widget, msg): ret = QMessageBox.warning(widget,"kAnyRemote",msg,QMessageBox.Ok); def infoMessage(msg): sendMainWindow(20015, msg) def codeMessage(code): sendMainWindow(code, '') def codeMessage2(code,val): sendMainWindow(code, val) def statusMessage(val): sendMainWindow(val,'') def getJ2MEPath(): path = '' if os.path.exists(os.environ.get("HOME") + os.sep + '.anyRemote' + os.sep + 'anyRemote-16.jad'): path = os.environ.get("HOME") + os.sep + '.anyRemote' return path def isInstalled(app): dirs = os.getenv('PATH').split(':') for d in dirs: if os.path.exists(d+'/'+app): return 'OK' return 'NOK' def reqVersion(cmd): res = getResult(cmd,'main') if res == 'OK': return 'OK' return 'NOK' def getResult(cmd, suffix): #print('getResult',cmd, suffix) toFile = os.environ.get("HOME") + os.sep + '.anyRemote' + os.sep + 'kanyremote-' + suffix + '.tmp' os.system(cmd + '> ' + toFile) line = getLineTmpFile(toFile) return line.replace('\n','') def getLineTmpFile(toFile): fd = open(toFile,'r') ln = '' if fd: ln=fd.readline() fd.close() return ln def clearAppsList(): global appData appData.clear() def addAppToList(aName, aIcon, app, aRun, isRun, cfgFile, status, aMode, aType, aDesc): global appData if aIcon == '': aIcon = 'document-open.png' idx = len(appData) for oneMode in aMode: appData[idx] = [aName, aIcon, app, aRun, isRun, cfgFile, status, _tr(oneMode), _tr(aType), aDesc] idx = idx + 1 ##################################################################################### def addDevice(v1, v2, v3, v4, v5): global bt_devices bt_devices[v1] = [v1,v2,v3,v4,v5,''] def saveDevices(): global bt_devices # anyRemote related part cfg = os.environ.get("HOME")+os.sep+'.anyRemote' if os.path.exists(cfg): pass else: os.mkdir(cfg) f=open(cfg + os.sep + AR_FILE_DEVICES, 'w') if f: for k, v in bt_devices.items(): row = bt_devices[k] v0 = row[0] v1 = row[1] v2 = row[2] v3 = row[3] v4 = row[4] f.write('Device='+v0+','+v1+','+v2+','+v3+','+v4+'\n') f.close() ##################################################################################### def btVerify(): bts = _tr('Active') hcid = getResult('echo \'A=`ps -ef|grep hcid|grep -v grep|grep -v defunct`; if [ "x$A" == "x" ]; then echo NOK; else echo OK; fi\' | bash -f -s','main') if debug: print('btVerify1',hcid) if hcid == 'NOK': hcid = getResult('echo \'A=`ps -ef|grep bluetoothd|grep -v grep|grep -v defunct`; if [ "x$A" == "x" ]; then echo NOK; else echo OK; fi\' | bash -f -s','main') if debug: print('btVerify2',hcid) if hcid == 'OK': hcid = getResult('echo \'A=`ps -ef|grep bluetoothd|grep "\-C"|grep -v grep|grep -v defunct`; if [ "x$A" == "x" ]; then echo NOK; else echo OK; fi\' | bash -f -s','main') if hcid == 'NOK': bts = _tr('Bluetooth connection will not work. It needs to run bluetoothd daemon with -C option') else: bts = _tr('Not active') return hcid,bts def initVerify(): tool = isInstalled('anyremote') if tool == 'NOK': sendMainWindow(20016, _tr("anyRemote not found !\nPlease install it or correct $PATH")) tool = isInstalled('sdptool') if tool == 'NOK': sendMainWindow(20016, _tr("sdptool not found !\nPlease install bluez-util")) def showDetailsWin(dataList): sendMainWindow(20020, dataList) def closeDetailsWin(): global detailsWin try: detailsWin.destroy() detailsWin = None except (AttributeError, NameError): pass def closeChooserWin(): global chooserWin try: chooserWin.destroy() chooserWin = None except (AttributeError, NameError): pass def showBrowserWin(): global browserWin browserWin = DeviceBrowser() browserWin.show() def closeBrowserWin(): global browserWin try: browserWin.destroy() browserWin = None except (AttributeError, NameError): pass def showChkCfgWin(): global chkCfgWin chkCfgWin = CfgChecker() chkCfgWin.show() def closeChkCfgWin(): global chkCfgWin try: chkCfgWin.destroy() chkCfgWin = None except (AttributeError, NameError): pass def getAvailableSet(): global bt_devices s = [] for k, v in bt_devices.items(): if v[5] == AR_AVAIL: s.append(v[0]) return s def getDevSet(): global bt_devices s = [] for k, v in bt_devices.items(): s.append(v[0]) return s def browseDevices(force): global cmd_array, debug if ['scan',force] in cmd_array: if debug: print('Skip device scan') else: queueBT('scan',force) return True def restartBtComm(): stopBtComm() startBtComm() def timerBrowseDevices(): global cfgReader, quitFlag, browseTimer if cfgReader.browseTmout_ > 0 and not quitFlag: browseDevices('F') browseTimer = QTimer.singleShot(1000*cfgReader.browseTmout_, timerBrowseDevices) def startBtComm(): global bt, usepybluez, cfgReader, browseTimer, browseFlag, debug if debug: print('startBtComm') if usepybluez == True and bt == None: bt = BtComm(cfgReader.j2meDir_) bt.start() if cfgReader.browseTmout_ > 0: # give 5 sec. to thread for start browseTimer = QTimer.singleShot(5000, timerBrowseDevices) def stopBtComm(): global bt, browseTimer, debug if debug: print('stopBtComm') try: bt.stop() except (AttributeError, NameError): if debug: print('Exception: bt.stop()') pass time.sleep(0.5) bt = None def queueBT(tag,address): global debug if debug: print('queueBT',cmd_array) i = len(cmd_array)-1 if i > 0 and cmd_array[i] == ['scan','']: cmd_array.insert(i,[tag,address]) else: cmd_array.append([tag,address]) def startFrontend(): if debug: print('startFrontend',cmd_array) global frontEnd frontEnd = FrontEnd() frontEnd.start() def stopFrontend(): global debug, frontEnd if debug: print('stopFrontend') # To avoid socket.error: (98, 'Address already in use') # it needs to close client socket first killAnyRemote() time.sleep(0.5) try: frontEnd.stop() except (AttributeError, NameError): pass time.sleep(0.5) frontEnd = None def usage(): print('kanyremote [-h|--help] [-p|--port ] [-d|--debug] [-t|--tray] [-y|--ntray] [-e] [-n|--npybluez]') ################################################################################## # # Main function # ################################################################################## def main(): global app, systray, debug, port, statusUpdater, cmdToSend, guiMode, usepybluez, usetray, cfgReader, mainWindow try: opts, args = getopt.getopt(sys.argv[1:], "dnyehotp:", ["debug", "expert", "help", "open", "tray", "ntray", "npybluez", "port="]) except getopt.GetoptError: usage() sys.exit(2) cmdToSend = '' statusUpdater = '' guiMode = 'simple' usepybluez = True usetray = True startintray = False systray = None app = QApplication(sys.argv) for o, a in opts: if o in ("-d", "--debug"): debug = True guiMode = 'expert' if o in ("-e", "--expert"): guiMode = 'expert' if o in ("-h", "--help"): usage() sys.exit() if o in ("-p", "--port"): port = a if o in ("-t", "--tray"): startintray = True if o in ("-y", "--ntray"): usetray = False if o in ("-n", "--npybluez"): usepybluez = False if pybluez == False and usepybluez == True: print(_('Warning: PyBluez not installed. Remote control through bluetooth will be unavailable')) usepybluez = False if debug: print('Use port ' + port) cfg = os.environ.get("HOME")+os.sep+'.anyRemote' if not os.path.exists(cfg): os.mkdir(cfg) cfgSet = False cfgReader = ConfigReader() cfgReader.setDefaultConfig() if os.path.exists(cfg+os.sep+'anyremote-fe.conf'): cfgReader.readConfig() cfgSet = True else: if os.path.exists('/usr/share/anyremote/cfg-data'): cfgSet = True cfgReader.cfgDirs.append('/usr/share/anyremote/cfg-data') elif os.path.exists('/usr/local/share/anyremote/cfg-data'): cfgSet = True cfgReader.cfgDirs.append('/usr/local/share/anyremote/cfg-data/') # quick fix for ubuntu elif os.path.exists('/etc/anyremote/cfg-data'): cfgSet = 1 cfgReader.cfgDirs.append('/etc/anyremote/cfg-data') cfgReader.j2meDir_ = getJ2MEPath() if cfgSet == 1: cfgReader.setAutoStartFile() # add to cache default fallback icon getPixmap("document-open") app.setWindowIcon(QIcon(getPixmap("kanyremote_small"))) mainWindow = kAnyRemote(cfgSet) if cfgReader.checkJ2MEUpdate_: if debug: print('Check J2ME client updates at web') jv = JCVerifier(False) jv.start() if startintray: mainWindow.isShown = 0 else: mainWindow.isShown = 1 mainWindow.show() initVerify() systray = None if usetray: usetray = QSystemTrayIcon.isSystemTrayAvailable() if usetray: systray = QSystemTrayIcon(mainWindow) setTrayIcon("kanyremote_off") mainWindow.trayAboutAction = QAction(loadIcon("help-about", "help"),_tr("About"), mainWindow) mainWindow.trayStartAction = QAction(loadIcon("system-run", "run"), _tr("Start"), mainWindow) mainWindow.trayStopAction = QAction(loadIcon("dialog-close", "stop"),_tr("Stop"), mainWindow) mainWindow.trayMinMaxAction = QAction(_tr("Minimize")+'/'+_tr("Restore"), mainWindow) mainWindow.trayQuitAction = QAction(loadIcon("application-exit","exit"),_tr("Quit"), mainWindow) mainWindow.trayAboutAction.triggered.connect(mainWindow.helpAbout) mainWindow.trayStartAction.triggered.connect(mainWindow.runAction) mainWindow.trayStopAction.triggered.connect(mainWindow.stopAction) mainWindow.trayMinMaxAction.triggered.connect(mainWindow.minMaxAction) mainWindow.trayQuitAction.triggered.connect(mainWindow.fileExit) trayMenu = QMenu() trayMenu.addAction(mainWindow.trayAboutAction) trayMenu.addAction(mainWindow.trayStartAction) trayMenu.addAction(mainWindow.trayStopAction) trayMenu.addAction(mainWindow.trayMinMaxAction) trayMenu.addAction(mainWindow.trayQuitAction) systray.setContextMenu(trayMenu) #app.connect(systray, SIGNAL("quitSelected()"), mainWindow.fileExit) systray.show() app.lastWindowClosed.connect(app.quit) mainWindow.setStatusStopped() startFrontend() mainWindow.autoStartBackend() app.exec_() if __name__ == "__main__": global debug, port, cmdToSend, appData, bt_devices, quitFlag, jup, cmd_array, mainWindow, browserWin, chooserWin, chkCfgWin, detailsWin, bt, pbarTimer, pbar, cfgFileReaderFlag port = '5050' debug = False appData = dict() bt_devices = dict() cmdToSend = '' quitFlag = False cmd_array = [] mainWindow = None detailsWin = None browserWin = None chooserWin = None chkCfgWin = None bt = None pbarTimer = None pbar = None jup = None cfgFileReaderFlag = False main() kanyremote-8.1.1/specs/0000755000232200023220000000000014404350245015363 5ustar debalancedebalancekanyremote-8.1.1/specs/kanyremote-suse.spec0000644000232200023220000001776214404350675021416 0ustar debalancedebalance%define name kanyremote %define version 8.1.1 Summary: KDE frontend for anyRemote Name: %{name} Version: %{version} Release: 1.suse11 License: GPLv3+ Group: System/Management Source0: %{name}-%{version}.tar.gz URL: http://anyremote.sourceforge.net/ Requires: python3-qt5, pybluez >= 0.22, anyremote >= 6.5 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description kAnyRemote package is KDE GUI frontend for anyRemote (http://anyremote.sourceforge.net/) - remote control software for applications using Bluetooth or Wi-Fi. %prep %setup -q %build ./configure --prefix=%{_prefix} %install make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir} mv $RPM_BUILD_ROOT/%{_datadir}/doc/%{name} $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name} %clean [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] \ && rm -rf $RPM_BUILD_ROOT %changelog * Wed Mar 15 2023 Mikhail Fedotov - 8.1.1 - Add Georgian translation * Wed Nov 11 2020 Mikhail Fedotov - 8.1 - Some fixes * Tue Apr 30 2019 Mikhail Fedotov - 8.0 - Port to python3 * Wed Jan 10 2018 Mikhail Fedotov - 7.0 - Some fixes * Thu Jul 20 2017 Mikhail Fedotov - 6.4 - Move to QT5 * Fri Jan 16 2015 Mikhail Fedotov - 6.3.5 - Avahi support * Sun Oct 5 2014 Mikhail Fedotov - 6.3.4 - Fix some issues with QIcon class * Fri Jul 18 2014 Mikhail Fedotov - 6.3.3 - Large application icon and AppData support. * Mon Dec 2 2013 Mikhail Fedotov - 6.3.2 - Fixed RedHat bugzilla bug 1034914 * Mon Sep 16 2013 Mikhail Fedotov - 6.3.1 - Greek translation was added (Thanks to Ioannis Servetas) * Fri Aug 16 2013 Mikhail Fedotov - 6.3 - Drop PyKDE dependency, small corrections, fixed RedHat bugzilla bug 988080. * Mon Jun 10 2013 Mikhail Fedotov - 6.2 - Multiconnection and autostart support. * Wed Oct 10 2012 Mikhail Fedotov - 6.1 - Drop lightthpd dependency. Translation updates * Mon Aug 13 2012 Mikhail Fedotov - 6.0.1 - Translation update * Fri May 25 2012 Mikhail Fedotov - 6.0 - Update to work with anyremote v6.0, drop support of anyremote2html * Sun Dec 4 2011 Mikhail Fedotov - 5.13 - Add --tray commandline option * Fri Mar 11 2011 Mikhail Fedotov - 5.12 - Czech translation updated. Correctly works with anyRemote v5.4 * Fri Sep 17 2010 Mikhail Fedotov - 5.11.9 - Slovak translation updated * Wed Aug 4 2010 Mikhail Fedotov - 5.11.8 - Do not use /sbin/ip if it absent * Fri Jul 16 2010 Mikhail Fedotov - 5.11.7 - Docs search path corrected. * Tue Jul 6 2010 Mikhail Fedotov - 5.11.6 - Small correction. * Fri Jul 2 2010 Mikhail Fedotov - 5.11.5 - Small correction. * Tue Mar 9 2010 Mikhail Fedotov - 5.11.4 - Some correction in translations. * Mon Feb 15 2010 Mikhail Fedotov - 5.11.3 - Some correction in translations. 128x128 java client icons handling. * Mon Feb 01 2010 Mikhail Fedotov - 5.11.2 - Fixed RedHat bugzilla bug 560302 * Wed Jan 27 2010 Mikhail Fedotov - 5.11.1 - Small updates. * Fri Jan 22 2010 Mikhail Fedotov - 5.11 - Command Fusion iViewer support. * Mon Jul 6 2009 Mikhail Fedotov - 5.10.2 - Translations were updated. * Thu Jul 2 2009 Mikhail Fedotov - 5.10 - Tool was rewritten on QT4. Enhanced handling of GuiAppBinary tag. Handle java client with 48x48 icons. * Tue May 26 2009 Mikhail Fedotov - 5.9 - Slovak translation was added (thanks to Michal Toth) * Fri Apr 9 2009 Mikhail Fedotov - 5.8.2 - Small enhancements * Tue Apr 7 2009 Mikhail Fedotov - 5.8.1 - Fix small bug * Mon Mar 30 2009 Mikhail Fedotov - 5.8 - Add GuiAppModes tag handling * Wed Mar 11 2009 Mikhail Fedotov - 5.7 - Finnish and Swedish translation were added (thanks to Matti Jokinen) * Wed Jan 21 2009 Mikhail Fedotov - 5.6.1-1 - Minor bugfix * Mon Jan 19 2009 Mikhail Fedotov - 5.6-1 - Check java client version on the web site * Sun Dec 21 2008 Mikhail Fedotov - 5.5.1-1 - Fix upload from web feature * Sun Dec 14 2008 Mikhail Fedotov - 5.5-1 - Handle GuiAppVersion parameter in configuration files. Add possibility to download java client from Web. Small Ubuntu-specific fixes. * Wed Dec 3 2008 Mikhail Fedotov - 5.4.1-1 - Fix detection of activity of bluetooth service * Fri Oct 17 2008 Mikhail Fedotov - 5.4-1 - Enhanced edit configuration file window. Support application details auto wrap. Added Bulgarian translation (thanks to Stanislav Popov) * Wed Sep 24 2008 Mikhail Fedotov - 5.3-1 - Add icons to menu and buttons. * Mon Sep 8 2008 Mikhail Fedotov - 5.2.1-1 - Small bugfixes. * Thu Sep 4 2008 Mikhail Fedotov - 5.2-1 - Added "Details" field to the main window. Added French translation (thanks to Philippe Hensel). * Tue Aug 19 2008 Mikhail Fedotov - 5.1-1 - Fixed crash on startup issue. Added Czech (thanks to Tomas Kaluza) and Dutch (thanks to Geert Vanhaute) translations. * Mon Jul 21 2008 Mikhail Fedotov - 5.0-1 - Internationalization support. Added Polish (thanks to Marek Szuba), Austrian (thanks to Christian Zehetnertran), German (thanks to Johann Bauer), Spanish (thanks to Carlos Sánchez Mateo and Francisco), Brazilian Portuguese (thanks to Marcos Venilton Batista),Italian (thanks to Massimo Robbiati) Hungarian (thanks to Gyuris Szabolcs) and Russian translations. * Sun May 25 2008 Mikhail Fedotov - 4.9-1 - Bugfixes and enhancements to better support anyremote-J2ME client v4.6 and anyremote2html v0.5. * Sun Apr 20 2008 Mikhail Fedotov - 4.8-1 - Some small enhancements. Spec file correction. * Tue Mar 11 2008 Mikhail Fedotov - 4.7-1 - Some small enhancements. Corrected to work properly with anyRemote v4.4. * Tue Feb 26 2008 Mikhail Fedotov - 4.6-2 - Spec file correction * Wed Feb 20 2008 Mikhail Fedotov - 4.6-1 - Handle absense of .anyRemote directory * Sun Feb 17 2008 Mikhail Fedotov - 4.5-2 - Spec file correction * Fri Feb 15 2008 Mikhail Fedotov - 4.5-1 - Motorola RIZR Z3 support enhanced %files %defattr(-,root,root,-) %{_bindir}/kanyremote %{_datadir}/appdata/kanyremote.appdata.xml %{_datadir}/applications/kanyremote.desktop %{_datadir}/pixmaps/kanyremote_flash.png %{_datadir}/pixmaps/kanyremote_off.png %{_datadir}/pixmaps/kanyremote_light.png %{_datadir}/pixmaps/kanyremote_small.png %{_datadir}/pixmaps/kanyremote_logo.svg %{_datadir}/pixmaps/kanyremote.png %{_defaultdocdir}/%{name} %{_datadir}/locale/bg/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/cs_CZ/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/de_AT/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/de_DE/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/es_ES/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/fi_FI/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/fr_FR/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/hu_HU/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/it_IT/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/nl_NL/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/pl_PL/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/pt_BR/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/ru_RU/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/sk_SK/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/sv_SE/LC_MESSAGES/kanyremote.mo kanyremote-8.1.1/specs/kanyremote-fedora.spec0000644000232200023220000001652514404350633021665 0ustar debalancedebalanceSummary: KDE frontend for anyRemote Name: kanyremote Version: 8.1.1 Release: 1%{?dist} License: GPLv3+ Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz Requires: python3-qt5-base, python3-bluez >= 0.22, bluez >= 4.64, anyremote >= 6.5 BuildRequires: gcc, desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://anyremote.sourceforge.net/ BuildArch: noarch %description kAnyRemote package is KDE GUI frontend for anyRemote (http://anyremote.sourceforge.net/) - remote control software for applications using Bluetooth or Wi-Fi. %prep %setup -q %build %configure %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install desktop-file-install --vendor="" \ --add-category="System" \ --delete-original \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %changelog * Wed Mar 15 2023 Mikhail Fedotov - 8.1.1 - Add Georgian translation * Wed Nov 11 2020 Mikhail Fedotov - 8.1 - Some fixes * Tue Apr 30 2019 Mikhail Fedotov - 8.0 - Port to python3 * Wed Jan 10 2018 Mikhail Fedotov - 7.0 - Some fixes * Thu Jul 20 2017 Mikhail Fedotov - 6.4 - Move to QT5 * Fri Jan 16 2015 Mikhail Fedotov - 6.3.5 - Avahi support * Sun Oct 5 2014 Mikhail Fedotov - 6.3.4 - Fix some issues with QIcon class * Fri Jul 18 2014 Mikhail Fedotov - 6.3.3 - Large application icon and AppData support. * Mon Dec 2 2013 Mikhail Fedotov - 6.3.2 - Fixed RedHat bugzilla bug 1034914 * Mon Sep 16 2013 Mikhail Fedotov - 6.3.1 - Greek translation was added (Thanks to Ioannis Servetas) * Fri Aug 16 2013 Mikhail Fedotov - 6.3 - Drop PyKDE dependency, small corrections, fixed RedHat bugzilla bug 988080. * Mon Jun 10 2013 Mikhail Fedotov - 6.2 - Multiconnection and autostart support. * Wed Oct 10 2012 Mikhail Fedotov - 6.1 - Drop lightthpd dependency. Translation updates * Mon Aug 13 2012 Mikhail Fedotov - 6.0.1 - Translation update * Fri May 25 2012 Mikhail Fedotov - 6.0 - Update to work with anyremote v6.0, drop support of anyremote2html * Sun Dec 4 2011 Mikhail Fedotov - 5.13 - Add --tray commandline option * Fri Mar 11 2011 Mikhail Fedotov - 5.12 - Czech translation updated. Correctly works with anyRemote v5.4 * Fri Sep 17 2010 Mikhail Fedotov - 5.11.9 - Slovak translation updated * Wed Aug 4 2010 Mikhail Fedotov - 5.11.8 - Do not use /sbin/ip if it absent * Fri Jul 16 2010 Mikhail Fedotov - 5.11.7 - Docs search path corrected. * Tue Jul 6 2010 Mikhail Fedotov - 5.11.6 - Small correction. * Fri Jul 2 2010 Mikhail Fedotov - 5.11.5 - Small correction. * Tue Mar 9 2010 Mikhail Fedotov - 5.11.4 - Some correction in translations. * Mon Feb 15 2010 Mikhail Fedotov - 5.11.3 - Some correction in translations. 128x128 java client icons handling. * Mon Feb 01 2010 Mikhail Fedotov - 5.11.2 - Fixed RedHat bugzilla bug 560302 * Wed Jan 27 2010 Mikhail Fedotov - 5.11.1 - Small updates. * Fri Jan 22 2010 Mikhail Fedotov - 5.11 - Command Fusion iViewer support. * Mon Jul 6 2009 Mikhail Fedotov - 5.10.2 - Translations were updated. * Thu Jul 2 2009 Mikhail Fedotov - 5.10 - Tool was rewritten on QT4. Enhanced handling of GuiAppBinary tag. Handle java client with 48x48 icons. * Tue May 26 2009 Mikhail Fedotov - 5.9 - Slovak translation was added (thanks to Michal Toth) * Fri Apr 9 2009 Mikhail Fedotov - 5.8.2 - Small enhancements * Tue Apr 7 2009 Mikhail Fedotov - 5.8.1 - Fix small bug * Mon Mar 30 2009 Mikhail Fedotov - 5.8 - Add GuiAppModes tag handling * Wed Mar 11 2009 Mikhail Fedotov - 5.7 - Finnish and Swedish translation were added (thanks to Matti Jokinen) * Wed Jan 21 2009 Mikhail Fedotov - 5.6.1-1 - Minor bugfix * Mon Jan 19 2009 Mikhail Fedotov - 5.6-1 - Check java client version on the web site * Sun Dec 21 2008 Mikhail Fedotov - 5.5.1-1 - Fix upload from web feature * Sun Dec 14 2008 Mikhail Fedotov - 5.5-1 - Handle GuiAppVersion parameter in configuration files. Add possibility to download java client from Web. Small Ubuntu-specific fixes. * Wed Dec 3 2008 Mikhail Fedotov - 5.4.1-1 - Fix detection of activity of bluetooth service * Fri Oct 17 2008 Mikhail Fedotov - 5.4-1 - Enhanced edit configuration file window. Support application details auto wrap. Added Bulgarian translation (thanks to Stanislav Popov) * Wed Sep 24 2008 Mikhail Fedotov - 5.3-1 - Add icons to menu and buttons. * Mon Sep 8 2008 Mikhail Fedotov - 5.2.1-1 - Small bugfixes. * Thu Sep 4 2008 Mikhail Fedotov - 5.2-1 - Added "Details" field to the main window. Added French translation (thanks to Philippe Hensel). * Tue Aug 19 2008 Mikhail Fedotov - 5.1-1 - Fixed crash on startup issue. Added Czech (thanks to Tomas Kaluza) and Dutch (thanks to Geert Vanhaute) translations. * Mon Jul 21 2008 Mikhail Fedotov - 5.0-1 - Internationalization support. Added Polish (thanks to Marek Szuba), Austrian (thanks to Christian Zehetnertran), German (thanks to Johann Bauer), Spanish (thanks to Carlos Sanchez Mateo and Francisco), Brazilian Portuguese (thanks to Marcos Venilton Batista),Italian (thanks to Massimo Robbiati) Hungarian (thanks to Gyuris Szabolcs) and Russian translations. * Sun May 25 2008 Mikhail Fedotov - 4.9-1 - Bugfixes and enhancements to better support anyremote-J2ME client v4.6 and anyremote2html v0.5. * Sun Apr 20 2008 Mikhail Fedotov - 4.8-1 - Some small enhancements. Spec file correction. * Tue Mar 11 2008 Mikhail Fedotov - 4.7-1.fc8 - Some small enhancements. Corrected to work properly with anyRemote v4.4. * Tue Feb 26 2008 Mikhail Fedotov - 4.6-2.fc8 - Spec file correction * Wed Feb 20 2008 Mikhail Fedotov - 4.6-1.fc8 - Handle absense of .anyRemote directory * Sun Feb 17 2008 Mikhail Fedotov - 4.5-2.fc8 - Spec file correction * Fri Feb 15 2008 Mikhail Fedotov - 4.5-1.fc8 - Motorola RIZR Z3 support enhanced %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/%{name} %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}_flash.png %{_datadir}/pixmaps/%{name}_off.png %{_datadir}/pixmaps/%{name}_light.png %{_datadir}/pixmaps/%{name}_small.png %{_datadir}/pixmaps/%{name}_logo.svg %{_datadir}/pixmaps/%{name}.png %{_defaultdocdir}/%{name} kanyremote-8.1.1/specs/kanyremote-mdv.spec0000644000232200023220000001773114404350644021215 0ustar debalancedebalance%define name kanyremote %define version 8.1.1 %define release %mkrel 1 Summary: KDE frontend for anyRemote Name: %{name} Version: %{version} Release: %{release} License: GPLv3+ Group: Applications/System Requires: python3-qt5, python3-pybluez >= 0.22, anyremote >= 6.5 BuildRequires: gettext-base, gettext BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Source0: %{name}-%{version}.tar.gz URL: http://anyremote.sourceforge.net/ %description kAnyRemote package is KDE GUI frontend for anyRemote (http://anyremote.sourceforge.net/) - remote control software for applications using Bluetooth or Wi-Fi. %prep %setup -q %build ./configure --prefix=%{_prefix} %install rm -rf $RPM_BUILD_ROOT %makeinstall INSTALLDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/kanyremote %{_datadir}/appdata/kanyremote.appdata.xml %{_datadir}/applications/kanyremote.desktop %{_datadir}/pixmaps/kanyremote_flash.png %{_datadir}/pixmaps/kanyremote_off.png %{_datadir}/pixmaps/kanyremote_light.png %{_datadir}/pixmaps/kanyremote_small.png %{_datadir}/pixmaps/kanyremote_logo.svg %{_datadir}/pixmaps/kanyremote.png %{_defaultdocdir}/%{name} %{_datadir}/locale/bg/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/cs_CZ/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/de_AT/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/de_DE/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/el_GR/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/es_ES/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/fr_FR/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/fi_FI/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/hu_HU/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/it_IT/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/nl_NL/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/pl_PL/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/pt_BR/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/ru_RU/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/sk_SK/LC_MESSAGES/kanyremote.mo %{_datadir}/locale/sv_SE/LC_MESSAGES/kanyremote.mo %changelog * Wed Mar 15 2023 Mikhail Fedotov - 8.1.1 - Add Georgian translation * Wed Nov 11 2020 Mikhail Fedotov - 8.1 - Some fixes * Tue Apr 30 2019 Mikhail Fedotov - 8.0 - Port to python3 * Wed Jan 10 2018 Mikhail Fedotov - 7.0 - Some fixes * Thu Jul 20 2017 Mikhail Fedotov - 6.4 - Move to QT5 * Fri Jan 16 2015 Mikhail Fedotov - 6.3.5 - Avahi support * Sun Oct 5 2014 Mikhail Fedotov - 6.3.4 - Fix some issues with QIcon class * Fri Jul 18 2014 Mikhail Fedotov - 6.3.3 - Large application icon and AppData support. * Mon Dec 2 2013 Mikhail Fedotov - 6.3.2 - Fixed RedHat bugzilla bug 1034914 * Mon Sep 16 2013 Mikhail Fedotov - 6.3.1 - Greek translation was added (Thanks to Ioannis Servetas) * Fri Aug 16 2013 Mikhail Fedotov - 6.3 - Drop PyKDE dependency, small corrections, fixed RedHat bugzilla bug 988080. * Mon Jun 10 2013 Mikhail Fedotov - 6.2 - Multiconnection and autostart support. * Wed Oct 10 2012 Mikhail Fedotov - 6.1 - Drop lightthpd dependency. Translation updates * Mon Aug 13 2012 Mikhail Fedotov - 6.0.1 - Translation update * Fri May 25 2012 Mikhail Fedotov - 6.0 - Update to work with anyremote v6.0, drop support of anyremote2html * Sun Dec 4 2011 Mikhail Fedotov - 5.13 - Add --tray commandline option * Fri Mar 11 2011 Mikhail Fedotov - 5.12 - Czech translation updated. Correctly works with anyRemote v5.4 * Fri Sep 17 2010 Mikhail Fedotov - 5.11.9 - Slovak translation updated * Wed Aug 4 2010 Mikhail Fedotov - 5.11.8 - Do not use /sbin/ip if it absent * Fri Jul 16 2010 Mikhail Fedotov - 5.11.7 - Docs search path corrected. * Tue Jul 6 2010 Mikhail Fedotov - 5.11.6 - Small correction. * Fri Jul 2 2010 Mikhail Fedotov - 5.11.5 - Small correction. * Tue Mar 9 2010 Mikhail Fedotov - 5.11.4 - Some correction in translations. * Mon Feb 15 2010 Mikhail Fedotov - 5.11.3 - Some correction in translations. 128x128 java client icons handling. * Mon Feb 01 2010 Mikhail Fedotov - 5.11.2 - Fixed RedHat bugzilla bug 560302 * Wed Jan 27 2010 Mikhail Fedotov - 5.11.1 - Small updates. * Fri Jan 22 2010 Mikhail Fedotov - 5.11 - Command Fusion iViewer support. * Mon Jul 6 2009 Mikhail Fedotov - 5.10.2 - Translations were updated. * Thu Jul 2 2009 Mikhail Fedotov - 5.10 - Tool was rewritten on QT4. Enhanced handling of GuiAppBinary tag. Handle java client with 48x48 icons. * Tue May 26 2009 Mikhail Fedotov - 5.9 - Slovak translation was added (thanks to Michal Toth) * Fri Apr 9 2009 Mikhail Fedotov - 5.8.2 - Small enhancements * Tue Apr 7 2009 Mikhail Fedotov - 5.8.1 - Fix small bug * Mon Mar 30 2009 Mikhail Fedotov - 5.8 - Add GuiAppModes tag handling * Wed Mar 11 2009 Mikhail Fedotov - 5.7 - Finnish and Swedish translation were added (thanks to Matti Jokinen) * Wed Jan 21 2009 Mikhail Fedotov - 5.6.1-1 - Minor bugfix * Mon Jan 19 2009 Mikhail Fedotov - 5.6-1 - Check java client version on the web site * Sun Dec 21 2008 Mikhail Fedotov - 5.5.1-1 - Fix upload from web feature * Sun Dec 14 2008 Mikhail Fedotov - 5.5-1 - Handle GuiAppVersion parameter in configuration files. Add possibility to download java client from Web. Small Ubuntu-specific fixes. * Wed Dec 3 2008 Mikhail Fedotov - 5.4.1-1 - Fix detection of activity of bluetooth service * Fri Oct 17 2008 Mikhail Fedotov - 5.4-1 - Enhanced edit configuration file window. Support application details auto wrap. Added Bulgarian translation (thanks to Stanislav Popov) * Wed Sep 24 2008 Mikhail Fedotov - 5.3-1 - Add icons to menu and buttons. * Mon Sep 8 2008 Mikhail Fedotov - 5.2.1-1 - Small bugfixes. * Thu Sep 4 2008 Mikhail Fedotov - 5.2-1 - Added "Details" field to the main window. Added French translation (thanks to Philippe Hensel). * Tue Aug 19 2008 Mikhail Fedotov - 5.1-1 - Fixed crash on startup issue. Added Czech (thanks to Tomas Kaluza) and Dutch (thanks to Geert Vanhaute) translations. * Mon Jul 21 2008 Mikhail Fedotov - 5.0-1 - Internationalization support. Added Polish (thanks to Marek Szuba), Austrian (thanks to Christian Zehetnertran), German (thanks to Johann Bauer), Spanish (thanks to Carlos Sánchez Mateo and Francisco), Brazilian Portuguese (thanks to Marcos Venilton Batista),Italian (thanks to Massimo Robbiati) Hungarian (thanks to Gyuris Szabolcs) and Russian translations. * Sun May 25 2008 Mikhail Fedotov - 4.9-1 - Bugfixes and enhancements to better support anyremote-J2ME client v4.6 and anyremote2html v0.5. * Sun Apr 20 2008 Mikhail Fedotov - 4.8-1 - Some small enhancements. Spec file correction. * Tue Mar 11 2008 Mikhail Fedotov - 4.7-1 - Some small enhancements. Corrected to work properly with anyRemote v4.4. * Tue Feb 26 2008 Mikhail Fedotov - 4.6-2 - Spec file correction * Wed Feb 20 2008 Mikhail Fedotov - 4.6-1 - Handle absense of .anyRemote directory * Sun Feb 17 2008 Mikhail Fedotov - 4.5-2 - Spec file correction * Fri Feb 15 2008 Mikhail Fedotov - 4.5-1 - Motorola RIZR Z3 support enhanced kanyremote-8.1.1/COPYING0000644000232200023220000010451312656657134015323 0ustar debalancedebalance GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . kanyremote-8.1.1/install-sh0000755000232200023220000003577614215102164016267 0ustar debalancedebalance#!/bin/sh # install - install a program, script, or datafile scriptversion=2020-11-14.01; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 # Create dirs (including intermediate dirs) using mode 755. # This is like GNU 'install' as of coreutils 8.32 (2020). mkdir_umask=22 backupsuffix= chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -p pass -p to $cpprog. -s $stripprog installed files. -S SUFFIX attempt to back up existing files, with suffix SUFFIX. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG By default, rm is invoked with -f; when overridden with RMPROG, it's up to you to specify -f if you want it. If -S is not specified, no backups are attempted. Email bug reports to bug-automake@gnu.org. Automake home page: https://www.gnu.org/software/automake/ " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -p) cpprog="$cpprog -p";; -s) stripcmd=$stripprog;; -S) backupsuffix="$2" shift;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? # Don't chown directories that already exist. if test $dstdir_status = 0; then chowncmd="" fi else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dstbase=`basename "$src"` case $dst in */) dst=$dst$dstbase;; *) dst=$dst/$dstbase;; esac dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi case $dstdir in */) dstdirslash=$dstdir;; *) dstdirslash=$dstdir/;; esac obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false # The $RANDOM variable is not portable (e.g., dash). Use it # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap ' ret=$? rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null exit $ret ' 0 # Because "mkdir -p" follows existing symlinks and we likely work # directly in world-writeable /tmp, make sure that the '$tmpdir' # directory is successfully created first before we actually test # 'mkdir -p'. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. test_tmpdir="$tmpdir/a" ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=${dstdirslash}_inst.$$_ rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && { test -z "$stripcmd" || { # Create $dsttmp read-write so that cp doesn't create it read-only, # which would cause strip to fail. if test -z "$doit"; then : >"$dsttmp" # No need to fork-exec 'touch'. else $doit touch "$dsttmp" fi } } && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # If $backupsuffix is set, and the file being installed # already exists, attempt a backup. Don't worry if it fails, # e.g., if mv doesn't support -f. if test -n "$backupsuffix" && test -f "$dst"; then $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null fi # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: kanyremote-8.1.1/po/0000755000232200023220000000000014404351336014666 5ustar debalancedebalancekanyremote-8.1.1/po/fi_FI.po0000644000232200023220000004055514404351273016213 0ustar debalancedebalance# Finnish translations for kanyremote package. # Copyright (C) 2009-2012 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Mikhail Fedotov , 2009,2010. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.0\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2009-02-15 00:05+0300\n" "Last-Translator: Matti Jokinen\n" "Language-Team: Finnish\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "Asennettu" #: kanyremote:113 msgid "Not installed" msgstr "Ei asennettu" #: kanyremote:115 msgid "No information" msgstr "Ei tietoja" #: kanyremote:116 msgid "Available" msgstr "Saatavilla" #: kanyremote:117 msgid "Not available" msgstr "Ei saatavilla" #: kanyremote:118 msgid "Managed" msgstr "Hallittu" #: kanyremote:119 msgid "Running" msgstr "Käynnissä" #: kanyremote:121 msgid "Connecting to device" msgstr "Muodostetaan yhteys laitteeseen" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Ole hyvä ja odota muiden toimintojen päättymistä" #: kanyremote:124 msgid "TCP port" msgstr "" #: kanyremote:125 msgid "Bluetooth channel" msgstr "" #: kanyremote:126 msgid "HTTP port" msgstr "" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Ladataan" #: kanyremote:130 #, fuzzy msgid "Checking J2ME client updates" msgstr "Haetaan J2ME-klientin päivityksiä" #: kanyremote:131 #, fuzzy msgid "No updates for J2ME client were found." msgstr "J2ME-klientille ei ole päivityksiä saatavilla." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping epäonnistui." #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping onnistui." #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") ei löydy." #: kanyremote:1134 kanyremote:1139 #, fuzzy msgid "Can not find J2ME midlet (" msgstr "Ladattavaa J2ME-midlet:iä (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Mikään seuraavista ei löydy: bluedevil-sendfile, gnome-obex-send, bluetooth-" "sendto, blueman-sendto, kbtobexclient" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Ladattavaa JAD-tiedostoa (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Porttia, mihin muodostaa yhteys ei löydy." #: kanyremote:1243 msgid "Connection refused" msgstr "Yhteydenotto estetty." #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Puhelin ei tue AT-tilaa (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Puhelin voi tukea AT-tilaa (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Puhelin ei tue AT-tilaa (virhe-vastaus saatu)." #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Nimi" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Laitteen nimi" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Osoite" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Etsi laitteita" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Tiedot" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Poista" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Sulje" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Tiedosto" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Laiteselain" #: kanyremote:1370 msgid "Scanning" msgstr "Haetaan" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "anyRemote käynnistyy vain jos muita anyRemote-ilmentymiä ei ole." #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Voi olla hyödyllinen Samsung-puhelimille" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16- ja 64x64-ohjelmaikonit saatavilla" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Voidaan käyttää WinMobile-laitteilla" #: kanyremote:1570 #, fuzzy msgid "It needs to install anyremote-j2me-client package first" msgstr "anyremote-j2me-client on asennettava ensin" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth-toiminto ei ole saatavilla" #: kanyremote:1703 msgid "Wait ping results" msgstr "Odota pingin tuloksia" #: kanyremote:1723 msgid "Device Parameters" msgstr "Laitteen parametrit" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "BT-osoite" #: kanyremote:1728 msgid "Specify Name" msgstr "Määrittele nimi" #: kanyremote:1729 msgid " with icon set " msgstr " ikonien koko " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Käynnistä anyRemote, jos laite havaitaan" #: kanyremote:1731 msgid "use big title icon" msgstr "käytä suurta ohjelmaikonia" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "käytä versiota ilman JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Lataa myös JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "sisältäen kaikki ikonit" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Valitse" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "Lataa J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Testaa AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Paketti" #: kanyremote:1817 msgid "Downloaded" msgstr "Ladattu" #: kanyremote:1842 msgid "Warning:" msgstr "Varoitus:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "anyremote-j2me-client asennushakemistoa ei ole määritelty nykyisessä " "asetuskonfiguraatiossa." #: kanyremote:1850 msgid "Configuration Check" msgstr "Näytä konfiguraatio" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Ohjelma" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Tila" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Valitse ohjelma" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Tallenna" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Tallenna nimellä" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Muokkaa konfiguraatiotiedostoa" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Tiedoston tallentaminen epäonnistui." #: kanyremote:2267 msgid "General" msgstr "Yleiset" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Hakemistot" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Valitse hakemistot, joissa konfiguraatiotiedostot sijaitsevat ja lisää ne " "luetteloon" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Jätä tyhjäksi, mikäli et halua päivityksiä" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Jätä kenttä tyhjäksi, mikäli et halua päivityksiä. Huomaa että Android/J2ME-" "klientin yhteydenotto anyRemoteen voi epäonnistua haun ollessa käynnissä" #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "Palvelintila" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Tiedostot tallennetaan hakemistoon $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT-tila" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Asetukset" #: kanyremote:2641 msgid "Show in list : " msgstr "Näytä seuraavat luettelossa:" #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Lataa J2ME-klientti hakemistosta " #: kanyremote:2643 msgid "Examples" msgstr "Esimerkit" #: kanyremote:2644 msgid "Applications" msgstr "Ohjelmat" #: kanyremote:2645 msgid "Custom Made" msgstr "Omat" #: kanyremote:2646 msgid "Server-mode" msgstr "Palvelintila" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "Bemused-emulaatio" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-tila" #: kanyremote:2650 #, fuzzy msgid "Non-available" msgstr "Ei saatavilla" #: kanyremote:2651 msgid "Update application list every" msgstr "Päivitä ohjelmaluettelo" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sekunnin välein." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "" #: kanyremote:2659 msgid "Specify options manually" msgstr "" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Käytettävä yhdistämismerkkijono" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Laitehaun aikaraja" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Lisää" #: kanyremote:2669 #, fuzzy msgid "Auto reconnect" msgstr "Muodosta yhteys automaattisesti" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome-istunnon kanssa" #: kanyremote:2671 msgid "Auto startup with" msgstr "Käynnistä automaattisesti " #: kanyremote:2672 msgid "KDE session" msgstr "KDE-istunnon kanssa" #: kanyremote:2675 #, fuzzy msgid "Run on startup" msgstr "Käynnistä automaattisesti " #: kanyremote:2677 msgid "Cancel" msgstr "Peruuta" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Lataa Java-klientti Internetistä" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Hae J2ME-klientin päivityksiä" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Hae J2ME-klientin päivityksiä käynnistettäessä" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "Luettelo on tyhjä, kAnyRemote ei voi hallita ohjelmia." #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Pysäytä" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Käynnistä" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Tyyppi" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Suorita komento" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Sulje" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Muokkaa" #: kanyremote:3085 msgid "Update Status" msgstr "Päivitä status" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Sulje ikkuna" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Näytä konfiguraatio" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Ohje" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Tietoja ohjelmasta" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Asetukset" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Pysäytä anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "kAnyRemote käynnistetään ensimmäistä kertaa.\n" "Ole hyvä ja määrittele hakemistot, joissa anyRemoten konfiguraatiotiedostot " "sijaitsevat." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Selainta ei löydy. Ohjetta ei voida näyttää." #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Dokumentaatiota ei löydy." #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote pysäytetty" #: kanyremote:3498 #, fuzzy msgid "Ready to connect on" msgstr "Muodosta yhteys automaattisesti" #: kanyremote:3508 msgid "Connected to phone" msgstr "Yhteys puhelimeen on muodostettu" #: kanyremote:3510 msgid "Connected" msgstr "Yhdistetty" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Uusi versio J2ME-klientistä on saatavilla. Haluatko ladata sen?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Yhteyttä ei voida muodostaa." #: kanyremote:3802 msgid "Download failed !" msgstr "Tiedoston lataaminen epäonnistui !" #: kanyremote:3811 msgid "Can not download " msgstr "Lataaminen ei onnistu" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Aktiivinen" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Ei aktiivinen" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote ei löydy !\n" "Ole hyvä ja asenna anyRemote tai korjaa $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool ei löydy !\n" "Ole hyvä ja asenna bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Pienennä" #: kanyremote:4461 msgid "Restore" msgstr "Palauta" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Asenna PyBluez ensin !\n" #~ "Tai käynnistä parametrilla --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Haluatko ladata J2ME-klientin Internetistä?" #, fuzzy #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "anyRemote-J2ME-klientin asennus ei löydy." #~ msgid "Disconnected from phone" #~ msgstr "Yhteys puhelimeen on katkaistu" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "CF iViewer tarvitsee saman osoiteen ja portin 5003iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Palvelimen IP-osoite" #, fuzzy #~ msgid "Download iViewer GUI files" #~ msgstr "Lataa iViewer GUI tiedostot" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Haluatko muokata Java-klientin polkua?" #~ msgid "Run web interface with parameters" #~ msgstr "Käynnistä web-rajapinta parametrein" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyRemote2html ei ole asennettu." #~ msgid "Directory selection" #~ msgstr "Hakemiston valinta" #~ msgid "All" #~ msgstr "Kaikki" #~ msgid "Custom" #~ msgstr "Omat" #~ msgid "Example" #~ msgstr "Esimerkki" #~ msgid "Install PyGTK first !!!" #~ msgstr "Ole hyvä ja asenna PyGTK ensin." #~ msgid "New device" #~ msgstr "Uusi laite" #~ msgid "Queue ping request" #~ msgstr "Aseta ping-pyyntö jonoon" #~ msgid "Queue push request" #~ msgstr "Aseta push-pyyntö jonoon" #~ msgid "Can not read the file " #~ msgstr "Tiedostoa ei voida lukea" #~ msgid "Save File As" #~ msgstr "Tallenna nimellä" #~ msgid "Properties" #~ msgstr "Ominaisuudet" #~ msgid "File selection" #~ msgstr "Tiedoston valinta" #~ msgid "Upload" #~ msgstr "Lataa" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Korvaa \"Device=\"-parametri seuraavalla" #~ msgid "Name " #~ msgstr "Nimi " #~ msgid "Address " #~ msgstr "Osoite " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Application " #~ msgstr "Ohjelma " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Mode " #~ msgstr "Tila " #~ msgid "Exit" #~ msgstr "Sulje" #~ msgid "Device Name:" #~ msgstr "Laitteen nimi:" #~ msgid "Check configuration" #~ msgstr "Näytä konfiguraatio" #~ msgid " Device name: " #~ msgstr " Laitteen nimi: " #~ msgid " with parameters " #~ msgstr " parametrein" kanyremote-8.1.1/po/Rules-quot0000644000232200023220000000337612653640764016714 0ustar debalancedebalance# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header kanyremote-8.1.1/po/it_IT.po0000644000232200023220000004323114404351273016241 0ustar debalancedebalance# Italian translations forg kanyremote package # Traduzioni italiane per il pacchetto kanyremote.. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Massimo Robbiati, 2008,2009,2010. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-07-17 22:39+0400\n" "Last-Translator: Massimo Robbiati\n" "Language-Team: Italian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "Installato" #: kanyremote:113 msgid "Not installed" msgstr "Non installato" #: kanyremote:115 msgid "No information" msgstr "Nessuna informazione" #: kanyremote:116 msgid "Available" msgstr "Disponibile" #: kanyremote:117 msgid "Not available" msgstr "Non disponibile" #: kanyremote:118 msgid "Managed" msgstr "Controllato" #: kanyremote:119 msgid "Running" msgstr "Avviato" #: kanyremote:121 msgid "Connecting to device" msgstr "Connessione al dispositivo" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Attendi la fine di altre operazioni" #: kanyremote:124 msgid "TCP port" msgstr "porta TCP" #: kanyremote:125 msgid "Bluetooth channel" msgstr "canale Bluetooth" #: kanyremote:126 msgid "HTTP port" msgstr "porta HTTP" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Scaricando" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Controllo aggiornamenti del client J2ME" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Non sono stati trovati aggiornamenti per il client J2ME" #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping fallito !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") da trasferire !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Impossibile trovare J2ME midlet (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Nessuno tra bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto e kbtobexclient è installato !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Impossibile trovare JAD file (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "" "Impossibile connettersi ad alcuna porta. C'è un dispositivo disponibile ?" #: kanyremote:1243 msgid "Connection refused" msgstr "Connessione rifiutata" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "ModalitĂ  AT non supportata dal telefono (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "ModalitĂ  AT supportata dal telefono (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "ModalitĂ  AT non supportata dal telefono (risposta di ERRORE)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Nome" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Nome dispositivo" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Indirizzo" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Stato" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Cerca dispositivi" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Dettagli" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Cancella" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Chiudi" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "File" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Browser Periferiche" #: kanyremote:1370 msgid "Scanning" msgstr "Scansione in corso" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote sarĂ  avviato solo se nessun'altra istanza di anyRemote è in " "esecuzione" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Può essere utile con telefoni Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "Sono disponibili icone per il titolo 16x16 e 64x64" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Può essere utilizzato su dispositivi WinMobile" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "è necessario installare prima il pacchetto anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Il servizio Bluetooth non e attivo" #: kanyremote:1703 msgid "Wait ping results" msgstr "Attendi risultati ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Parametri dispositivo" #: kanyremote:1725 msgid "BT address" msgstr "Indirizzo BT" #: kanyremote:1728 msgid "Specify Name" msgstr "Specifica nome" #: kanyremote:1729 msgid " with icon set " msgstr " con set di icone " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Avvia anyRemote quando individuato" #: kanyremote:1731 msgid "use big title icon" msgstr "utilizza icone del titolo grandi" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "usa versione senza JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Carica anche JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "con icone di tutte le dimensioni" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Scegli" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "Trasferisci J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Test AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Pacchetto" #: kanyremote:1817 msgid "Downloaded" msgstr "Scaricato" #: kanyremote:1842 msgid "Warning:" msgstr "Attenzione:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Cartella di installazione di anyremote-j2me-client non specificata nella " "configurazione corrente delle impostazioni !" #: kanyremote:1850 msgid "Configuration Check" msgstr "Controllo configurazione" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Applicazione" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Modalita" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Applicazione" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Salva" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Salva con nome" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Scegli file di configurazione" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Impossibile salva il file " #: kanyremote:2267 msgid "General" msgstr "Generale" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Cartelle" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Scegli le cartelle dei file file di configurazione e aggiungili alla lista" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Lasciare il campo vuoto per non effettuare nessun aggiornamento" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Lasciare il campo vuoto per non aggiornare. Attenzione: l'applicazione " "Android/J2ME potrebbe non riuscire a connettersi ad anyRemote mentre è in " "atto la ricerca" #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "ModalitĂ  Server" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "I file saranno salvati in $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "Modalita AT" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Configurazione" #: kanyremote:2641 msgid "Show in list : " msgstr "Mostra nella lista : " #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Trasferisci il l'applicazione J2ME da " #: kanyremote:2643 msgid "Examples" msgstr "Esempi" #: kanyremote:2644 msgid "Applications" msgstr "Applicazioni" #: kanyremote:2645 msgid "Custom Made" msgstr "Personalizzato" #: kanyremote:2646 msgid "Server-mode" msgstr "Modalita Server" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "Emulazione Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Modalita AT" #: kanyremote:2650 msgid "Non-available" msgstr "Non disponibile" #: kanyremote:2651 msgid "Update application list every" msgstr "Aggiorna la lista delle applicazioni ogni" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Usa connessione Bluetooth, indirizzo " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Usa connessione TCP/IP, porta" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Usa interfaccia web, porta" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "PubblicitĂ  servizio attraverso Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Specifica le opzioni manualmente" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Utilizza stringa di connessione" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Avvia il browser delle periferiche con tempo di ricerca" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Aggiungi" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Riconnessione automatica" #: kanyremote:2670 msgid "Gnome session" msgstr "Sessione Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Avvio automatico con" #: kanyremote:2672 msgid "KDE session" msgstr "Sessione KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "Esegui file di configurazione all'avvio" #: kanyremote:2677 msgid "Cancel" msgstr "Annulla" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Scarica il client J2ME da Internet" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Controlla aggiornamenti del client J2ME" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Controlla aggiornamenti per il client J2ME all'avvio" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Non ci sono voci nella lista !\n" "kAnyRemote non sarĂ  in grado di controllare alcun software !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Ferma" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Avvia" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Tipo" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Esegui Comando" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Esci" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Modifica" #: kanyremote:3085 msgid "Update Status" msgstr "Aggiorna Stato" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Chiudi Finestra" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Controllo configurazione" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Aiuto" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Informazioni" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Impostazioni" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Ferma anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Questa è la prima volta che kAnyRemote viene avviato.\n" "Per favore specifica le cartelle che contengono i file di configurazione." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Impossibile trovare un browser per mostrare l'aiuto !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Documentazione non trovata!" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote fermato" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Pronto a connettersi alla" #: kanyremote:3508 msgid "Connected to phone" msgstr "Connesso al telefono" #: kanyremote:3510 msgid "Connected" msgstr "Connesso" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Una nuova versione del client J2ME ò disponibile. Vuoi scaricarla?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Impossibile stabilire una connessione!" #: kanyremote:3802 msgid "Download failed !" msgstr "Scaricamento fallito !" #: kanyremote:3811 msgid "Can not download " msgstr "Impossibile eseguire lo scaricamento" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Attivo" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Non è attivo" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote non trovato !\n" "Per favore installalo o correggi $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool non trovato !\n" "Per favore installa bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimizza" #: kanyremote:4461 msgid "Restore" msgstr "Ripristina" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Installa prima PyBluez !\n" #~ "O avvia con l'opzione --npybluez" #, fuzzy #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Vuoi scaricare il client J2ME da Internet?" #~ msgid "channel" #~ msgstr "canale" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Impossibile trovare l'installazione di anyremote-j2me-client !" #~ msgid "Disconnected from phone" #~ msgstr "Disconnesso dal telefono" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Ń… necessario specificare lo stesso indirizzo e la porta 5003 nelle " #~ "impostazioni di CF iViewer su iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Utilizza host ip" #~ msgid "Download iViewer GUI files" #~ msgstr "Scarica file per iViewer GUI" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Vuoi cambiare il percorso di caricamento del client java?" #~ msgid "Run web interface with parameters" #~ msgstr "Avvia interfaccia web" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html non è installato !" #~ msgid "Directory selection" #~ msgstr "Seleziona cartella" #~ msgid "All" #~ msgstr "Tutti" #~ msgid "Custom" #~ msgstr "Personalizzato" #~ msgid "Example" #~ msgstr "Esempio" #~ msgid "Install PyGTK first !!!" #~ msgstr "Installa prima PyGTK !!!" #~ msgid "New device" #~ msgstr "Nuovo dispositivo" #~ msgid "Queue ping request" #~ msgstr "Accoda richiesta di ping" #~ msgid "Queue push request" #~ msgstr "Accoda richiesta push" #~ msgid "Can not read the file " #~ msgstr "Impossibile leggere il file " #~ msgid "Save File As" #~ msgstr "Salva il file con nome" #~ msgid "Properties" #~ msgstr "Proprietцâ•" #~ msgid "File selection" #~ msgstr "Selezione file" #~ msgid "Upload" #~ msgstr "Trasferisci" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Sovrascrivi il parametro \"Device=\" con" #~ msgid "Name " #~ msgstr "Nome " #~ msgid "Address " #~ msgstr "Indirizzo " #~ msgid "Status " #~ msgstr "Stato " #~ msgid "Application " #~ msgstr "Applicazione " #~ msgid "Status " #~ msgstr "Stato " #~ msgid "Exit" #~ msgstr "Esci" #~ msgid "Device Name:" #~ msgstr "Nome dispositivo: " #~ msgid "configuration checker" #~ msgstr "controllo della configurazione" #~ msgid "device browser" #~ msgstr "Browser Periferiche" #~ msgid "Check configuration" #~ msgstr "Controllo configurazione" #~ msgid "Select configuration file" #~ msgstr "Scegli file di configurazione" #~ msgid "Run" #~ msgstr "Avvia" #~ msgid "Contents..." #~ msgstr "Contenuti..." #~ msgid "Menu" #~ msgstr "Menu" #~ msgid "Can not find anyRemote data directory !" #~ msgstr "Impossibile trovare la cartella dati di anyRemote !" #~ msgid "&Cancel" #~ msgstr "Annulla" #~ msgid "&Save" #~ msgstr "Salva" #~ msgid "&File" #~ msgstr "File" #~ msgid "Edit cfg file" #~ msgstr "Modifica file di configurazione" #~ msgid "Edit cfg.file" #~ msgstr "Modifica cfg file" #~ msgid " Device name: " #~ msgstr " Nome del dispositivo: " #~ msgid " with parameters " #~ msgstr " con i parametri " #~ msgid "Server" #~ msgstr "Server" #~ msgid "Starting background threads" #~ msgstr "Avvio processi in background" kanyremote-8.1.1/po/ChangeLog0000644000232200023220000000071612653640764016456 0ustar debalancedebalance2008-07-08 gettextize * Makefile.in.in: New file, from gettext-0.17. * boldquot.sed: New file, from gettext-0.17. * en@boldquot.header: New file, from gettext-0.17. * en@quot.header: New file, from gettext-0.17. * insert-header.sin: New file, from gettext-0.17. * quot.sed: New file, from gettext-0.17. * remove-potcdate.sin: New file, from gettext-0.17. * Rules-quot: New file, from gettext-0.17. * POTFILES.in: New file. kanyremote-8.1.1/po/ka_GE.po0000644000232200023220000004756214404351273016212 0ustar debalancedebalance# Georgian translation for kanyremote. # Copyright (C) 2023 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Temuri Doghonadze , 2023. # msgid "" msgstr "" "Project-Id-Version: kanyremote 8.1\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2023-02-22 08:33+0100\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian <(nothing)>\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.2.2\n" #: kanyremote:112 msgid "Installed" msgstr "á“áá§á”áśá”á‘áŁášáá" #: kanyremote:113 msgid "Not installed" msgstr "á“áá§á”áśá”á‘áŁášá áá áá" #: kanyremote:115 msgid "No information" msgstr "ááśá¤áťá á›ááŞááᡠá’áá á”á¨á”" #: kanyremote:116 msgid "Available" msgstr "á®á”ášá›ááˇáá¬á•á“áťá›áá" #: kanyremote:117 msgid "Not available" msgstr "á®á”ášá›ááŁá¬á•á“áťá›á”ášáá" #: kanyremote:118 msgid "Managed" msgstr "á›áá á—áŁášá" #: kanyremote:119 msgid "Running" msgstr "á’áá¨á•á”á‘áŁášáá" #: kanyremote:121 msgid "Connecting to device" msgstr "á›áťá¬á§áťá‘áášáťá‘ááˇá—ááś á“áá™áá•á¨áá á”á‘á" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "á“áá”ášáťá“á”á— áˇá®á•á áťážá”á ááŞáá”á‘áᡠá“ááˇá áŁášá”á‘ááˇ" #: kanyremote:124 msgid "TCP port" msgstr "TCP ážáťá á˘á" #: kanyremote:125 msgid "Bluetooth channel" msgstr "á‘ášáŁá—áŁá–áᡠáá á®á" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP ážá áťáĄáˇá" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "á’áá“á›áťá¬á”á á" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "J2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá¨á”á›áťá¬á›á”á‘á" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "J2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá’áá á”á¨á”." #: kanyremote:1117 msgid "Ping failed !" msgstr "ážááśá’áᡠá¨á”áŞá“áťá›á !" #: kanyremote:1119 msgid "Ping OK !" msgstr "áážááśá’á”á‘á !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") ááˇáá˘á•áá á—áá“ !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "J2ME á›áá“ášá”á˘á á•á”á  á•áážáťá•á” (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "ážáá™á”á˘á”á‘áá“ááś bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto á“á kbtobexclient áá áŞ á”á á—á á“áá§á”áśá”á‘áŁášá áá áá !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "JAD á¤ááášá á•á”á  á•áážáťá•á” (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "á›ááˇáá”á á—á”á‘á”ášá ážáťá á˘áᡠá’áá á”á¨á”. á›áťá¬á§áťá‘áášáťá‘á á¨á”á”á á—á”á‘áŁášáá ?" #: kanyremote:1243 msgid "Connection refused" msgstr "á“áá™áá•á¨áá á”á‘á áŁáá á§áťá¤áášáá" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT á á”áźáá›á á›á®áá á“ááŁá­á”á á”ášáá á˘á”ášá”á¤áťáśáᡠá›áá”á  (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "AT á á”áźáá›á á¨á”áá«ášá”á‘á á›á®áá á“áá­á”á áášáá á˘á”ášá”á¤áťáśáᡠá›áá”á  (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "AT á á”áźáá›á á›á®áá á“ááŁá­á”á á”ášáá á˘á”ášá”á¤áťáśáᡠá›áá”á  ( ážááˇáŁá®áᡠá¨á”áŞá“áťá›á)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "áˇáá®á”ášá" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "á›áťá¬á§áťá‘áášáťá‘áᡠáˇáá®á”ášá" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "á›ááˇáá›áá á—á" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "áˇá˘áá˘áŁáˇá" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "á›áťá¬á§áťá‘áášáťá‘á”á‘áᡠáá¦á›áťá©á”áśá" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "á“á”á˘áášá”á‘á" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "á¬áá¨ášá" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "á“áá®áŁá á•á" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "á¤ááášá" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "á›áťá¬á§áťá‘áášáťá‘áᡠá‘á ááŁá–á”á á" #: kanyremote:1370 msgid "Scanning" msgstr "áˇá™ááśáá á”á‘á" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "anyRemote á’áá”á¨á•á”á‘á, á—ᣠá›ááˇá ááˇášá áŁá™á•á” á’áá¨á•á”á‘áŁášá áá áá" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "á¨á”áá«ášá”á‘á áˇááˇáá á’á”á‘ášáť áá§áťáˇ Samsung-áᡠá˘á”ášá”á¤áťáśá”á‘ááˇá—á•ááˇ" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "á®á”ášá›ááˇáá¬á•á“áťá›áá 16x16 á“á 64x64 áˇáá—ááŁá áᡠá®áá˘áŁášá”á‘á" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "á¨á”áá«ášá”á‘á á’áá›áťá§á”áśá”á‘áŁáš ááĄáśáᡠWinMobile á›áťá¬á§áťá‘áášáťá‘á”á‘á–á”" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "áŻá”á  anyremote-j2me-client ážáá™á”á˘á áŁáśá“á á“ááá§á”áśáťá—" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "á‘ášáŁá—áŁá–áᡠáˇá”á á•ááˇá ááĄá˘ááŁá á áá áá" #: kanyremote:1703 msgid "Wait ping results" msgstr "á“áá”ášáťá“á”á— ážááśá’áᡠá¨á”á“á”á’á”á‘áˇ" #: kanyremote:1723 msgid "Device Parameters" msgstr "á›áťá¬á§áťá‘áášáťá‘áᡠážáá áá›á”á˘á á”á‘á" #: kanyremote:1725 msgid "BT address" msgstr "á‘ášáŁá—áŁá–áᡠá›ááˇáá›áá á—á" #: kanyremote:1728 msgid "Specify Name" msgstr "á›ááŁá—áá—á”á— áˇáá®á”ášá" #: kanyremote:1729 msgid " with icon set " msgstr " á®áá˘áŁášá”á‘áᡠáśáá™á á”á‘áá— " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "AnyRemote-áᡠá’áá¨á•á”á‘á áá¦á›áťá©á”áśááˇááˇ" #: kanyremote:1731 msgid "use big title icon" msgstr "á“áá“á áˇáá—ááŁá áᡠá®áá˘áŁášáᡠá’áá›áťá§á”áśá”á‘á" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "á•á”á áˇáᡠJSR-82-áᡠá’áá á”á¨á” á’áá›áťá§á”áśá”á‘á" #: kanyremote:1733 msgid "Also upload JAD" msgstr "ááˇá”á•á” áá˘á•áá á—á”á— JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "á§á•á”ášá á®áá˘áŁášáᡠáˇá”á˘áá—" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "ááá á©áá”á—" #: kanyremote:1741 msgid "Ping" msgstr "ážááśá’á" #: kanyremote:1742 msgid "Upload J2ME" msgstr "J2ME-áᡠáá˘á•áá á—á•á" #: kanyremote:1743 msgid "Test AT" msgstr "AT-áᡠá˘á”áˇá˘á" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "á“ááá®" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "ážáá™á”á˘á" #: kanyremote:1817 msgid "Downloaded" msgstr "á’áá“á›áťá¬á”á áášáá" #: kanyremote:1842 msgid "Warning:" msgstr "á’áá¤á á—á®áášá”á‘á:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "á›áá›á“ááśáá á” á“áá§á”áśá”á‘áᡠá™áťáśá¤áá’áŁá ááŞááá¨á anyremote-j2me-client-áᡠá“áá§á”áśá”á‘áᡠ" "áˇááĄáá¦áášá“á” á›áá—áá—á”á‘áŁášá áá áá !" #: kanyremote:1850 msgid "Configuration Check" msgstr "á™áťáśá¤áá’áŁá ááŞááᡠá¨á”á›áťá¬á›á”á‘á" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "áážášáá™ááŞáá" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "á á”áźáá›á" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "ááá á©áá”á— áážášáá™ááŞáá" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "á¨á”áśáá®á•á" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "á¨á”áśáá®á•á, á áťá’áťá áŞ" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "á™áťáśá¤áá’áŁá ááŞááᡠá¤ááášáᡠá©ááˇá¬áťá á”á‘á" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "á¤ááášáᡠá¨á”áśáá®á•á á¨á”áŁá«ášá”á‘á”ášáá!" #: kanyremote:2267 msgid "General" msgstr "á«áá áá—áá“á" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "áˇááĄáá¦áášá“á”á”á‘á" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "ááá á©áá”á— á™áťáśá¤áá’áŁá ááŞááᡠá¤ááášá”á‘áᡠá¨á”á›áŞá•á”ášá áˇááĄáá¦áášá“á”á”á‘á á“á á“ááá›áá˘á”á— ááˇááśá áˇááá¨á" #: kanyremote:2345 msgid "Empty field means no update" msgstr "áŞáá áá”ášá á•á”ášá áśáá¨áśáá•áˇ, á áťá› á’ááśáá®ášá”á‘á”á‘á áá áá" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "áŞáá áá”ášá á•á”ášá áśáá¨áśáá•áˇ, á áťá› á’ááśáá®ášá”á‘á”á‘á á›ááŁá¬á•á“áťá›á”ášáá. á¤á á—á®áášáá“: Android/J2ME " "á™ášáá”áśá˘á”á‘á á•á”á  á“ááŁá™áá•á¨áá á“á”á‘áááś AnyRemote-áˇ, á áťáŞá á«á”á‘áśá á›áá›á“ááśáá á”áťá‘áˇ" #: kanyremote:2363 msgid "Server Mode" msgstr "áˇá”á á•á”á áᡠá á”áźáá›á" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "á¤ááášá”á‘á á¨á”áśáá®áŁášá ááĄáśá”á‘á áˇááĄáá¦áášá“á”á¨á $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT á á”áźáá›á" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "ážáá áá›á”á˘á á”á‘á" #: kanyremote:2641 msgid "Show in list : " msgstr "áˇááá¨á á©á•á”áśá”á‘á : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "J2ME-áᡠáá˘á•áá á—á•á á¬á§áá áťá“ááś " #: kanyremote:2643 msgid "Examples" msgstr "á›áá’áášáá—á”á‘á" #: kanyremote:2644 msgid "Applications" msgstr "áážášáá™ááŞáá”á‘á" #: kanyremote:2645 msgid "Custom Made" msgstr "á®á”ášáá— á¨á”áĄá›áśáášá" #: kanyremote:2646 msgid "Server-mode" msgstr "áˇá”á á•á”á áᡠá á”áźáá›á" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Bemused-áᡠá”á›áŁášááŞáá" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-á á”áźáá›á" #: kanyremote:2650 msgid "Non-available" msgstr "áá  áá áᡠá®á”ášá›ááˇáá¬á•á“áťá›á" #: kanyremote:2651 msgid "Update application list every" msgstr "áážášáá™ááŞáá”á‘áᡠáˇááᡠá’ááśáá®ášá”á‘á á§áťá•á”áš" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "á¬á›." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "á‘ášáŁá—áŁá–áᡠá›áá”á á—á”á‘ááˇ, áá á®áᡠá’áá›áťá§á”áśá”á‘á" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "TCP/IP á›áá”á á—á”á‘ááˇ, ážáťá á˘áᡠá’áá›áťá§á”áśá”á‘á" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "á•á”á‘ ááśá˘á”á á¤á”ááˇáᡠá“á ážáťá á˘áᡠá’áá›áťá§á”áśá”á‘á" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "áˇá”á á•ááˇáᡠá’áá›áťáĄá•á”á§áśá”á‘á Avahi-áᡠáˇáá¨áŁáášá”á‘áá—" #: kanyremote:2659 msgid "Specify options manually" msgstr "á›ááŁá—áá—á”á— ážáá áá›á”á˘á á”á‘á á®á”ášáá—" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "á™áá•á¨áá áᡠáˇá˘á ááĄáťáśáᡠá’áá›áťá§á”áśá”á‘á" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "á›áťá¬á§áťá‘áášáťá‘á”á‘áᡠáˇá™ááśáá á”á‘á á§áťá•á”áš" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "á“áá›áá˘á”á‘á" #: kanyremote:2669 msgid "Auto reconnect" msgstr "áá•á˘áťá›áá˘áŁá á á®á”ášáá®ášá á“áá™áá•á¨áá á”á‘á" #: kanyremote:2670 msgid "Gnome session" msgstr "GNOME-áᡠáˇá”áˇáá" #: kanyremote:2671 msgid "Auto startup with" msgstr "áá•á˘áť á’áá¨á•á”á‘á" #: kanyremote:2672 msgid "KDE session" msgstr "KDE-áᡠáˇá”áˇáá" #: kanyremote:2675 msgid "Run on startup" msgstr "á©áá˘á•áá á—á•ááˇáᡠá’áá¨á•á”á‘á" #: kanyremote:2677 msgid "Cancel" msgstr "á’ááŁáĄá›á”á‘á" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "J2ME-áᡠá™ášáá”áśá˘áᡠá•á”á‘áá“ááś á’áá“á›áťá¬á”á á" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "J2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá¨á”á›áťá¬á›á”á‘á" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "á’áá¨á•á”á‘ááˇáᡠJ2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá¨á”á›áťá¬á›á”á‘á" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "áˇááá¨á á©ááśáá¬á”á á”á‘á áá áá !\n" "kAnyRemote-ᡠážá áťá’á áá›á”á‘áᡠá›áá á—á•áᡠáŁá¤ášá”á‘á áá  á”áĄáśá”á‘á !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "á’áá©á”á á”á‘á" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "á’áá¨á•á”á‘á" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "á˘áážá" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "á‘á á«ááśá”á‘áᡠá¨á”áˇá áŁášá”á‘á" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "á’áá›áťá á—á•á" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "á©ááˇá¬áťá á”á‘á" #: kanyremote:3085 msgid "Update Status" msgstr "á’ááśáá®ášá”á‘áᡠáˇá˘áá˘áŁáˇá" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "á¤ááśáŻá áᡠá“áá®áŁá á•á" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "á¨á”áá›áťá¬á›á”á— á™áťáśá¤áá’áŁá ááŞáá" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "á“áá®á›áá á”á‘á" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "á¨á”áˇáá®á”á‘" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "á›áťá á’á”á‘á" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "AnyRemote-áᡠá’áá©á”á á”á‘á" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "á”ᡠážáá á•á”ášá á¨á”á›á—á®á•á”á•áá, á áťáŞá kAnyRemote á’ááŁá¨á•áá—.\n" "á›ááŁá—áá—á”á— AnyRemote-áᡠá™áťáśá¤áá’áŁá ááŞááᡠá¤ááášá”á‘áᡠá¨á”á›áŞá•á”ášá áˇááĄáá¦áášá“á”á”á‘á." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "á“áá®á›áá á”á‘áᡠáˇáá©á•á”áśá”á‘ášáá“ á‘á ááŁá–á”á á á•á”á  á•áážáťá•á”!" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "á“áťá™áŁá›á”áśá˘ááŞáá á•á”á  á•áážáťá•á” !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote á¨á”á©á”á á“á" #: kanyremote:3498 msgid "Ready to connect on" msgstr "á•á”ášáťá“á”á‘á á›áá”á á—á”á‘ááˇ" #: kanyremote:3508 msgid "Connected to phone" msgstr "á˘á”ášá”á¤áťáśá á“áá™áá•á¨áá á”á‘áŁášáá" #: kanyremote:3510 msgid "Connected" msgstr "á“áá™áá•á¨áá á”á‘áŁášáá" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "á®á”ášá›ááˇáá¬á•á“áťá›áá J2ME-áᡠá™ášáá”áśá˘áᡠáá®áášá á•á”á áˇáá. á’áśá”á‘áá•á— á’áá“á›áťá¬á”á áťá— ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "á›áá”á á—á”á‘áᡠá¨á”áŞá“áťá›á !" #: kanyremote:3802 msgid "Download failed !" msgstr "á’áá“á›áťá¬á”á áᡠá¨á”áŞá“áťá›á !" #: kanyremote:3811 msgid "Can not download " msgstr "á’áá“á›áťá¬á”á áᡠá¨á”áŞá“áťá›á " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "á¨á”áŞá“áťá›á anyRemote-áᡠá’áá¨á•á”á‘ááˇááˇ. á™áťáśá¤áá’áŁá ááŞááᡠá¤ááášá á›áá—áá—á”á‘áŁášá áá áá!" #: kanyremote:4180 msgid "Active" msgstr "ááĄá˘ááŁá á" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" "á‘ášáŁá—áŁá–áᡠá›áá”á á—á”á‘á áá  áá›áŁá¨áá•á”á‘áˇ. áˇáá­áá áťá, á áťá› bluetoothd á“á”á›áťáśá -C ážáá áá›á”á˘á áá— " "á’ááŁá¨á•áá—" #: kanyremote:4192 msgid "Not active" msgstr "áá áááĄá˘ááŁá á" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote áá¦á›áťá©á”áśáášá áá áá !\n" "á“ááá§á”áśá”á—, ááś á©áááˇá¬áťá á”á— $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool á•á”á  á•áážáťá•á” !\n" "á“ááá§á”áśá”á— ážáá™á”á˘á bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "á©áá™á”áŞá•á" #: kanyremote:4461 msgid "Restore" msgstr "áá¦á“á’á”áśá" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "áŻá”á  á“ááá§á”áśá”á— PyBluez!\n" #~ "ááś á’ááŁá¨á•áá— ážáá áá›á”á˘á áá— --npybluez" kanyremote-8.1.1/po/pl_PL.gmo0000644000232200023220000002021514404351273016400 0ustar debalancedebalanceŢ•$­,ŕ á ń )˙ ) %1 #W 2{ ® ¶ Ľ Ă Ç Ď ď ˙  ' 9 C K ] } ž ż "Ń ô # 0 ?M Ť Ą ¬ Ŕ Ý ä D÷ < BO cm€•¨ Ż»ÂĘ Ůĺ ÷  ,1Ien~€'…­ µ ĂÍ Ň Üčđůţ& 9 G R `nqy ~  –˘§»Ăá%6 ?KQ an‡Ť”™¨±Sąf t y‡!ĄÇăú -?8HH“Ü-ä*EŤXćř/ <%D!j4ŚÁ ĘÖŢä ę  ! +#5"Y |†Žź"Ľ+ß #B6b"™OĽ &- DemF€Ç ĎÜ ó˙4KRZ `l…—­¶ĚÔÝä *=?*Do w Ť “ ˇ « ·ĂČÎ(Ţ   -?BI NX ht{ šĄ Ăäü  ) 4 BO an…Ť ”ž˛»_ĂW#{(°!Ůű 6Wm9t®=Č . = B X p n G98Z{#zOF.,t(B13^6P*7 ~€Sr+?Wf`g qK] !M 2|Uwe\mpCXx'54[;alcVQk:L>%N}-@Is&TR <Do$)dAhvEY"ju/0_JiHyb= with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBemusedBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstalledKDE sessionManagedMinimizeModeNameNo informationNo updates for J2ME client were found.Non-availableNot activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUse Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-07-10 14:38+0200 Last-Translator: Marek SZUBA Language-Team: Polish Language: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); z zestawem ikon ) do zaĹ‚adowania !DostÄ™pne ikony w rozdzielczoĹ›ci 16x16 i 64x64Tryb ATTelefon moĹĽe pracować w trybie AT (Telefon nie obsĹ‚uguje trybu AT (Telefon nie obsĹ‚uguje trybu AT (odpowiedĹş "ERROR")Trybu ATO programieAktywnaDodajAdresRozgĹ‚aszaj usĹ‚ugÄ™ przez AvahiWgraj takĹĽe plik JADaplikacjaaplikacjeAutomatycznie odtwĂłrz połączenieUruchom automatycznie przy starcieDostÄ™pneBemusedBluetooth kanaĹ‚Nieaktywna usĹ‚uga BluetoothDziaĹ‚a na urzÄ…dzeniach WinMobilePotencjalnie przydatne w telefonach SamsungNie mogÄ™ pobrać Nie mogÄ™ nawiÄ…zać połączenia !Nie mogÄ™ znaleźć pliku JAD (Nie znaleziono przeglÄ…darki do wyĹ›wietlania pomocy !Nie mogÄ™ znaleźć dokumentacji !Brak portu do nawiÄ…zania połączenia. Czy sÄ… dostÄ™pne jakieĹ› urzÄ…dzenia ?Nie mogÄ™ zapisać pliku!AnulujSprawdĹş konfiguracjÄ™Szukam aktualizacji klienta J2MEWybierzWybierz aplikacjÄ™Wybierz katalogi zawierajÄ…ce pliki konfiguracyjne i dodaj je do listyZamknijZamknij oknoSprawdĹş konfiguracjÄ™PołączonoPołączono z telefonemĹÄ…czÄ™ siÄ™ z urzÄ…dzeniemPołączenie odrzuconeCtrl+SWĹ‚asneUsuĹ„SzczegółyPrzeglÄ…darka urzÄ…dzeĹ„Nazwa urzÄ…dzeniaParametry urzÄ…dzeniaKatalogiPobieranie nieudane !PobranoPobieramEdytujWybierz plik konfiguracyjnyPuste pole - bez odĹ›wieĹĽaniaprzykĹ‚adyWywoĹ‚aj polecenieFPlikPliki zapisywane bÄ™dÄ… w $HOME/.anyRemoteOgĂłlnesesji GnomeHTTP portPomocZainstalowanysesji KDEZarzÄ…dzaneMinimalizujTrybNazwaBrak informacjiNie znaleziono aktualizacji klienta J2MENiedostÄ™pneNieaktywnaNie dostÄ™pneNie zainstalowanyOKPakietPingPing OK !Ping nieudany !PreferencjeWyjdĹşGotowy do połączenia poprzezPrzywróćUruchom anyRemote po wykryciuTimeout przeglÄ…darki urzÄ…dzeĹ„Uruchamiaj przy starciePracujeZapiszZapisz jakoSzukaj urzÄ…dzeĹ„SkanowanieTrybu serweraKonfiguracjaPokaĹĽ na liĹ›ciePodaj nazwÄ™OkreĹ›l rÄ™cznie opcjeUruchomStatusZatrzymajZatrzymaj anyRemoteTCP portTest ATBrak wpisĂłw na liĹ›cie ! kAnyRemote nie bÄ™dzie w stanie zarzÄ…dzać ĹĽadnym oprogramowaniem !Pierwsze uruchomienie kAnyRemote. WskaĹĽ katalogi zawierajÄ…ce konfiguracjÄ™ anyRemote.TypOdĹ›wieĹĽ StatusOdĹ›wieĹĽaj listÄ™ aplikacji coUĹĽywaj połączenia Bluetooth, kanaĹ‚ UĹĽywaj połączenia TCP/IP, portUĹĽywaj interfejsu Web, portUĹĽyj Ĺ‚aĹ„cucha połączeniaCzekam na koniec innych operacjiCzekam na wyniki pingUwaga:Nie znaleziono anyRemote ! Zainstaluj go lub popraw $PATHanyRemote jest zatrzymanyNie moĹĽna uruchomić wiÄ™cej niĹĽ jednej instancji anyRemoteiViewerNie znaleziono sdptool ! Zainstaluj bluez-utilsec.duĹĽa ikona tytuĹ‚owaUĹĽyj wersji bez JSR-82ze wszystkimi zestawami ikonkanyremote-8.1.1/po/pt_BR.po0000644000232200023220000003774614404351273016255 0ustar debalancedebalance# translation of kanyremote.pot to Brazilian Portuguese # Brasilian Portuguese translations for kanyremote package # Copyright (C) 2008-2012 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Marcos Venilton Batista , 2008,2009,2010. msgid "" msgstr "" "Project-Id-Version: kanyremote 6.0\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-10-07 10:49+0400\n" "Last-Translator: \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: kanyremote:112 msgid "Installed" msgstr "Instalado" #: kanyremote:113 msgid "Not installed" msgstr "NĂŁo instalado" #: kanyremote:115 msgid "No information" msgstr "Nenhuma Informação" #: kanyremote:116 msgid "Available" msgstr "DisponĂ­vel" #: kanyremote:117 msgid "Not available" msgstr "NĂŁo disponĂ­vel" #: kanyremote:118 msgid "Managed" msgstr "Gerenciado" #: kanyremote:119 msgid "Running" msgstr "Executando" #: kanyremote:121 msgid "Connecting to device" msgstr "Conectando ao dispositivo" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Esperando outras operações terminarem" #: kanyremote:124 msgid "TCP port" msgstr "" #: kanyremote:125 msgid "Bluetooth channel" msgstr "" #: kanyremote:126 msgid "HTTP port" msgstr "" #: kanyremote:129 kanyremote:3823 #, fuzzy msgid "Downloading" msgstr "Download concluĂ­do" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "" #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping falhou !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") para enviar !" #: kanyremote:1134 kanyremote:1139 #, fuzzy msgid "Can not find J2ME midlet (" msgstr "Midlet J2ME nĂŁo pode ser encontrado (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto, " "kbtobexclient, nenhum deles está instalado !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Arquivo JAD nĂŁo pode ser encontrado (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "" "NĂŁo foi possĂ­vel obter uma porta para se conectar. Há algum dispositivo " "disponĂ­vel ?" #: kanyremote:1243 msgid "Connection refused" msgstr "ConexĂŁo recusada" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Modo AT nĂŁo Ă© suportado pelo telefone (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Modo AT Ă© suportado pelo telefone (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Modo AT nĂŁo Ă© suportado pelo telefone (ERRO na resposta)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Nome" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Nome do dispositivo" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Endereço" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Estado" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Procurar dispositivos" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Detalhes" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Deletar" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Fechar" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Arquivo" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Navegador de dispositivos" #: kanyremote:1370 #, fuzzy msgid "Scanning" msgstr "Executando" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote carregara somente se outra instancia do anyremote nĂŁo estiver em " "execução" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Pode ser Ăştil para celulares Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "EstĂŁo disponĂ­veis Ă­cones do tĂ­tulo em 16x16 e 64x64" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "" #: kanyremote:1570 #, fuzzy msgid "It needs to install anyremote-j2me-client package first" msgstr "Primeiro Ă© necessário instalar o pacote anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Serviço de Bluetooth está desátivado" #: kanyremote:1703 msgid "Wait ping results" msgstr "Aguardando resultado do ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Parâmetros do dispositivo" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "Endereço BT: " #: kanyremote:1728 msgid "Specify Name" msgstr "Especifique o nome" #: kanyremote:1729 msgid " with icon set " msgstr " Com Ă­cone definido " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Executar anyRemote quando descoberto" #: kanyremote:1731 msgid "use big title icon" msgstr "Usar tĂ­tulo grande no Ă­cone" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Somente Enviar JAD" #: kanyremote:1739 #, fuzzy msgid "with all icon sets" msgstr " Com Ă­cone definido " #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Escolher" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "Enviar J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Testar AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Pacote" #: kanyremote:1817 msgid "Downloaded" msgstr "Download concluĂ­do" #: kanyremote:1842 msgid "Warning:" msgstr "Atenção:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "DiretĂłrio de instalação do anyremote-j2me-client nĂŁo está especificado na " "configuração da instalação atual !" #: kanyremote:1850 msgid "Configuration Check" msgstr "Verificador de configuração" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Aplicativo" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Modo" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "Escolha o aplicativo" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Salvar" #: kanyremote:2165 kanyremote:2210 #, fuzzy msgid "Save As" msgstr "Salvar" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Editar arquivo de configuração" #: kanyremote:2209 msgid "Ctrl+S" msgstr "" #: kanyremote:2225 msgid "Can not save the file !" msgstr "NĂŁo foi possĂ­vel salvar o arquivo !" #: kanyremote:2267 msgid "General" msgstr "" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "DiretĂłrios" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Escolha os diretĂłrios com arquivos de configuração e adicione-os a lista" #: kanyremote:2345 msgid "Empty field means no update" msgstr "O Campo vazio significa nenhuma atualização" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "O Campo vazio significa nenhuma atualização. Importante: Cliente Android/" "J2ME poderia nĂŁo conectar ao anyRemote quando consultar o processo" #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "Modo-Servidor" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Os arquivos serĂŁo salvos em $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "Modo-AT" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "PreferĂŞncias" #: kanyremote:2641 msgid "Show in list : " msgstr "Mostrar na lista : " #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Enviar cliente J2ME a partir de " #: kanyremote:2643 msgid "Examples" msgstr "Exemplos" #: kanyremote:2644 msgid "Applications" msgstr "Aplicativos" #: kanyremote:2645 msgid "Custom Made" msgstr "Personalizado" #: kanyremote:2646 msgid "Server-mode" msgstr "Modo-Servidor" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "Emulação-bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Modo-AT" #: kanyremote:2650 msgid "Non-available" msgstr "NĂŁo disponĂ­vel" #: kanyremote:2651 msgid "Update application list every" msgstr "Atualizar lista de aplicações a cada" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "seg." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "" #: kanyremote:2659 msgid "Specify options manually" msgstr "" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Tempo limite do navegador de dispositivos" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Adicionar" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Reconectar automaticamente" #: kanyremote:2670 msgid "Gnome session" msgstr "SessĂŁo do Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Iniciar automaticamente com a" #: kanyremote:2672 msgid "KDE session" msgstr "SessĂŁo do KDE" #: kanyremote:2675 #, fuzzy msgid "Run on startup" msgstr "Iniciar automaticamente com a" #: kanyremote:2677 msgid "Cancel" msgstr "Cancelar" #: kanyremote:2678 #, fuzzy msgid "Download J2ME client from Web" msgstr "Baixar cliente J2ME da Web" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "NĂŁo há itens na lista !\n" "kAnyRemote nĂŁo pode gerenciar nenhum software !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Parar" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Executar" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Tipo" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Executar Comando" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Editar" #: kanyremote:3085 msgid "Update Status" msgstr "Atualizar Estado" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Fechar Janela" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Verificar Configuração" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Ajuda" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Sobre" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Configurar" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Está Ă© a primeira vez que o kAnyremote Ă© carregado.\n" "Por favor especifique os diretĂłrios com arquivos de configuração do " "anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Navegador nĂŁo encontrado para mostrar a ajuda !" #: kanyremote:3341 #, fuzzy msgid "Can not find documentation !" msgstr "NĂŁo foi encontrado anyremote-j2me-client instalado !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote parado" #: kanyremote:3498 #, fuzzy msgid "Ready to connect on" msgstr "Reconectar automaticamente" #: kanyremote:3508 msgid "Connected to phone" msgstr "Conectado ao telefone" #: kanyremote:3510 msgid "Connected" msgstr "Conectado" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "" #: kanyremote:3787 #, fuzzy msgid "Can not establish the connection !" msgstr "NĂŁo foi possĂ­vel salvar o arquivo !" #: kanyremote:3802 #, fuzzy msgid "Download failed !" msgstr "Download concluĂ­do" #: kanyremote:3811 msgid "Can not download " msgstr "" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 #, fuzzy msgid "Active" msgstr "Está desátivado" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Está desátivado" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote nĂŁo encontrado !\n" "Por favor instale ou reinstale $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool nĂŁo encontrado !\n" "Por favor instale bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimizar" #: kanyremote:4461 msgid "Restore" msgstr "Restaurar" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Primeiro instale PyBluez !\n" #~ "Ou execute com a opção --npybluez" #, fuzzy #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "VocĂŞ gostaria de baixar o cliente J2ME da Web ?" #, fuzzy #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "NĂŁo foi encontrado anyremote-j2me-client instalado !" #~ msgid "Disconnected from phone" #~ msgstr "Desconectado do telefone" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "VocĂŞ gostaria de mudar o caminho de envio do cliente java ?" #~ msgid "Run web interface with parameters" #~ msgstr "Executar interface web com os parâmetros" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html nĂŁo está instalado !" #~ msgid "Directory selection" #~ msgstr "Seleção do diretĂłrio" #~ msgid "All" #~ msgstr "Todos" #~ msgid "Custom" #~ msgstr "Personalizado" #~ msgid "Example" #~ msgstr "Exemplo" #~ msgid "Install PyGTK first !!!" #~ msgstr "Instale PyGTK primeiro !!!" #~ msgid "New device" #~ msgstr "Novo dispositivo" #~ msgid "BT Address" #~ msgstr "BT Endereço" #~ msgid "Queue ping request" #~ msgstr "Pedido de fila de ping" #~ msgid "Queue push request" #~ msgstr "Pedido de empurrar fila" #~ msgid "Can not read the file " #~ msgstr "NĂŁo foi possĂ­vel ler o arquivo " #~ msgid "Properties" #~ msgstr "Propriedades" #~ msgid "File selection" #~ msgstr "Seleção de arquivo" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Sobrescrever parâmetros do \"Dispositivo=\" com" #~ msgid "Upload" #~ msgstr "Enviar" #~ msgid " Device name: " #~ msgstr " Nome do dispositivo: " #~ msgid " with parameters " #~ msgstr " com os parâmetros " #~ msgid "Run" #~ msgstr "Executar" #~ msgid "Choose configuration file" #~ msgstr "Escolher arquivo de configuração" #~ msgid "Server" #~ msgstr "Servidor" #~ msgid "Starting backgroung threads" #~ msgstr "Iniciando processos em segundo plano" kanyremote-8.1.1/po/en@quot.header0000644000232200023220000000226312653640764017470 0ustar debalancedebalance# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # kanyremote-8.1.1/po/hu_HU.po0000644000232200023220000004222714404351273016245 0ustar debalancedebalance# Hungarian translations for kanyremote package. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2012-09-11 09:46+0200\n" "Last-Translator: Miklos Vajna\n" "Language-Team: Hungarian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "TelepĂ­tve" #: kanyremote:113 msgid "Not installed" msgstr "Nincs telepĂ­tve" #: kanyremote:115 msgid "No information" msgstr "Nincs informáciĂł" #: kanyremote:116 msgid "Available" msgstr "ElĂ©rhetĹ‘" #: kanyremote:117 msgid "Not available" msgstr "Nincs elĂ©rhetĹ‘" #: kanyremote:118 msgid "Managed" msgstr "Lekezelve" #: kanyremote:119 msgid "Running" msgstr "Futtat" #: kanyremote:121 msgid "Connecting to device" msgstr "Csatlakozás az eszközhöz" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Várakozás más feladat befejezĂ©sĂ©re" #: kanyremote:124 msgid "TCP port" msgstr "" #: kanyremote:125 #, fuzzy msgid "Bluetooth channel" msgstr "Bluetooth kapcsolat használata, csatorna " #: kanyremote:126 msgid "HTTP port" msgstr "" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "LetöltĂ©s" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Friss J2ME kliens keresĂ©se" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Nem találhatĂł frissebb J2ME kliens." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping hiba !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping Rendben !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") a feltöltĂ©shez !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Nem találhatĂł J2ME midlet (" #: kanyremote:1156 #, fuzzy msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Nincs telepĂ­tve se bluedevil-sendfile se gnome-obex-send se bluetooth-" "sendto se blueman-sendto se kbtobexclient !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Nem találhatĂł JAD file (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Nem találhatĂł port a csatlakozáshoz. Van elĂ©rhetĹ‘ eszköz ?" #: kanyremote:1243 msgid "Connection refused" msgstr "A csatlakozás meghiĂşsult" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "A telefonnál az AT mĂłd nem támogatott (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Az AT mĂłd támogatott a telefonon (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "A telefonnál az AT mĂłd nem támogatott (hibás válasz)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "NĂ©v" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Eszköz nĂ©v" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "CĂ­m" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Ăllapot" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Eszköz keresĂ©se" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Adatok" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Töröl" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Bezár" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Fájl" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Eszköz keresĹ‘" #: kanyremote:1370 msgid "Scanning" msgstr "KeresĂ©s" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote csak akkor fog futni, ha másik anyRemote nem fut vele egyidejűleg" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Samsung telefonon hasznos lehet" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "elĂ©rhetĹ‘k a 16x16 Ă©s 64x64 cĂ­m ikonok" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "WinMobile eszközön használhatĂł" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "ElĹ‘ször az anyremote-j2me-client csomagot kell telepĂ­teni" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "A bluetooth szolgáltatás nem aktĂ­v" #: kanyremote:1703 msgid "Wait ping results" msgstr "Ping válaszra vár" #: kanyremote:1723 msgid "Device Parameters" msgstr "Eszköz paramĂ©terek" #: kanyremote:1725 msgid "BT address" msgstr "BT cĂ­m" #: kanyremote:1728 msgid "Specify Name" msgstr "NĂ©v megadása" #: kanyremote:1729 msgid " with icon set " msgstr " ikon kĂ©szlettel " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Ha elĂ©rhetĹ‘ futtasd az anyRemote-ot" #: kanyremote:1731 msgid "use big title icon" msgstr "nagy cĂ­m ikon használata" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "használja a JSR-82 nĂ©lkĂĽli verziĂłt" #: kanyremote:1733 msgid "Also upload JAD" msgstr "JAD feltöltĂ©se" #: kanyremote:1739 msgid "with all icon sets" msgstr "az összes ikon mĂ©rettel" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Választ" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "J2ME feltöltĂ©s" #: kanyremote:1743 msgid "Test AT" msgstr "AT teszt" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Csomag" #: kanyremote:1817 msgid "Downloaded" msgstr "Letöltve" #: kanyremote:1842 msgid "Warning:" msgstr "FigyelmeztetĂ©s:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Az anyremote-j2me telepĂ­tĂ©si könyvtára nincs megadva a beállĂ­tási " "konfiguráciĂłban !" #: kanyremote:1850 msgid "Configuration Check" msgstr "KonfiguráciĂł ellenĹ‘rzĂ©se" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Alkalmazás" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "MĂłd" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Alkalmazás kiválasztása" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "MentĂ©s" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "MentĂ©s mint" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "KonfiguráciĂłs fájl szerkesztĂ©se" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "A fájlt nem lehet elmenteni !" #: kanyremote:2267 msgid "General" msgstr "Ăltalános" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Könyvtárak" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Válassz ki könyvtárakat konfiguráciĂłs állományokkal Ă©s add a listához" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Az ĂĽres mezĹ‘ azt jelenti, hogy nincs frissĂ­tĂ©s" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Az ĂĽres mezĹ‘ azt jelenti, hogy nincs frissĂ­tĂ©s. Figyelem: a Android/J2ME " "kliens lehet, hogy nem tud csatlakozni az anyRemote-hoz amĂ­g a keresĂ©s tart" #: kanyremote:2363 msgid "Server Mode" msgstr "Szerver mĂłd" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "A fájlok a $HOME/.anyRemote könyvtárba lesznek lementve" #: kanyremote:2423 msgid "AT mode" msgstr "AT mĂłd" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "BeállĂ­tások" #: kanyremote:2641 msgid "Show in list : " msgstr "Mutasd a listában : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "J2ME kliens feltöltĂ©se innen" #: kanyremote:2643 msgid "Examples" msgstr "PĂ©ldák" #: kanyremote:2644 msgid "Applications" msgstr "Alkalmazások" #: kanyremote:2645 msgid "Custom Made" msgstr "EgyĂ©ni" #: kanyremote:2646 msgid "Server-mode" msgstr "Szerver-mĂłd" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Bemused emuláciĂł" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-mĂłd" #: kanyremote:2650 msgid "Non-available" msgstr "Nem elĂ©rhetĹ‘" #: kanyremote:2651 msgid "Update application list every" msgstr "FrissĂ­tsd az alkalmazáslistát minden" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "másodpercben." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Bluetooth kapcsolat használata, csatorna " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "TCP/IP kapcsolat használata, port" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Web interfĂ©sz használata, port" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "A szolgáltatás hirdetĂ©se Avahi-n keresztĂĽl" #: kanyremote:2659 msgid "Specify options manually" msgstr "OpciĂłk megadása kĂ©zzel" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "HasználandĂł csatlakozási parancs" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Eszköz keresĹ‘ futtatása ezzel a maximális idĹ‘vel" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Hozzáad" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Automatikus ĂşjrakapcsolĂłdás" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome munkamenet" #: kanyremote:2671 msgid "Auto startup with" msgstr "Automatikus indĂ­tás ezzel" #: kanyremote:2672 msgid "KDE session" msgstr "KDE munkamenet" #: kanyremote:2675 msgid "Run on startup" msgstr "Bekapcsoláskor elindul" #: kanyremote:2677 msgid "Cancel" msgstr "MĂ©gsem" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "J2ME kliens letöltĂ©se a WebrĹ‘l" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Friss J2ME kliens keresĂ©se" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Friss J2ME kliens keresĂ©se indĂ­táskor" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Nincs semmi a listában !\n" "A kAnyRemote nem tud semmilyen alkalmazást kezelni !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "LeállĂ­t" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "IndĂ­t" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "TĂ­pus" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Parancs futtatása" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "KilĂ©p" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "SzerkesztĂ©s" #: kanyremote:3085 msgid "Update Status" msgstr "Ăllapot FrissĂ­tĂ©se" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Ablak bezárása" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "KonfiguráciĂł ellenĹ‘rzĂ©se" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "SĂşgĂł" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "NĂ©vjegy" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "BeállĂ­tás" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "anyRemote leállĂ­tása" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Ez az elsĹ‘ alkalom, hogy a kAnyRemote fut.\n" "Válassz ki könyvtárakat anyRemote konfiguráciĂłs fájlokkal." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Nem találhatĂł böngĂ©szĹ‘ a segĂ­tsĂ©g megjelenĂ­tĂ©sĂ©hez !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Nem találhatĂł leĂ­rás !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote megállĂ­tva" #: kanyremote:3498 #, fuzzy msgid "Ready to connect on" msgstr "Automatikus ĂşjrakapcsolĂłdás" #: kanyremote:3508 msgid "Connected to phone" msgstr "Telefonhoz csatlakozva" #: kanyremote:3510 msgid "Connected" msgstr "KapcsolĂłdva" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Ăšj verziĂł Ă©rhetĹ‘ el a J2ME kliensbĹ‘l. Le szeretnĂ© tölteni ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Nem lehet lĂ©trehozni a kapcsolatot !" #: kanyremote:3802 msgid "Download failed !" msgstr "Nem sikerĂĽlt a letöltĂ©s !" #: kanyremote:3811 msgid "Can not download " msgstr "Nem lehet letölteni a(z) " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "AktĂ­v" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Nem aktĂ­v" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote nem találhatĂł !\n" "TelepĂ­tsd a megfelelĹ‘ helyre: $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool nem találhatĂł !\n" "TelepĂ­tsd a bluez-util-t" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "KicsinyĂ­t" #: kanyremote:4461 msgid "Restore" msgstr "VisszaállĂ­t" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "ElĹ‘ször a PyBluez-t telepĂ­tsd !\n" #~ "Vagy --nbybluez opciĂłval futtasd" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Letöltöd a J2ME klienst a WebrĹ‘l ?" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Nem találhatĂł anyremote-j2me-client telepĂ­tĂ©s !" #~ msgid "Disconnected from phone" #~ msgstr "TelefonrĂłl leválasztva" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Ugyanazt a cĂ­met Ă©s az 5003-as portot kell beállĂ­tani a CF iViewerhez az " #~ "iPhone/iPod Touch-on" #~ msgid "Use host ip" #~ msgstr "HasználandĂł hoszt ip" #~ msgid "Download iViewer GUI files" #~ msgstr "iViewer grafikus felhasználĂłi felĂĽlet fájljainak letöltĂ©se" #~ msgid "Directory selection" #~ msgstr "Könyvtárválasztás" #~ msgid "All" #~ msgstr "Mind" #~ msgid "Custom" #~ msgstr "EgyĂ©ni" #~ msgid "Example" #~ msgstr "PĂ©lda" #~ msgid "Install PyGTK first !!!" #~ msgstr "TelepĂ­ts PyGTK-t elĹ‘ször!!!" #~ msgid "New device" #~ msgstr "Ăšj eszköz" #~ msgid "Queue ping request" #~ msgstr "Ping kĂ©rĂ©s sorba állĂ­tása" #~ msgid "Queue push request" #~ msgstr "Push kĂ©rĂ©s sorba állĂ­tása" #~ msgid "Can not read the file " #~ msgstr "A fájl nem olvashatĂł" #~ msgid "Save File As" #~ msgstr "Fájl mentĂ©s mint" #~ msgid "Properties" #~ msgstr "Tulajdonságok" #~ msgid "File selection" #~ msgstr "Fájl kiválasztás" #~ msgid "Run web interface with parameters" #~ msgstr "A webes felĂĽlet futtatása paramĂ©terekkel" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html nincs telepĂ­tve !" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Megváltoztatod a feltöltendĹ‘ java kliens elĂ©rĂ©si Ăştját ?" #~ msgid "Upload" #~ msgstr "FeltöltĂ©s" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "A \"Device=\" paramĂ©ter felĂĽlĂ­rása ezzel" #~ msgid "Name " #~ msgstr "NĂ©v " #~ msgid "Address " #~ msgstr "CĂ­m " #~ msgid "Status " #~ msgstr "Ăllapot " #~ msgid "Application " #~ msgstr "Alkalmazás " #~ msgid "Status " #~ msgstr "Ăllapot " #~ msgid "Mode " #~ msgstr "MĂłd " #~ msgid "Exit" #~ msgstr "KilĂ©p" #~ msgid "Device Name:" #~ msgstr "Eszköz nĂ©v:" #~ msgid "Check configuration" #~ msgstr "KonfiguráciĂł ellenĹ‘rzĂ©se" #~ msgid " from " #~ msgstr " " #~ msgid "Select configuration file" #~ msgstr "Válassz konfiguráciĂłs fájlt" #~ msgid "Run" #~ msgstr "Fut" #, fuzzy #~ msgid "Can not find anyRemote data directory !" #~ msgstr "Nem találhatĂł anyremote-J2ME-client telepĂ­tĂ©s !" #~ msgid " Device name: " #~ msgstr " Eszköz neve: " #~ msgid "Choose configuration file" #~ msgstr "Válassz konfiguráciĂłs fájlt" #~ msgid " with parameters " #~ msgstr " paramĂ©terekkel " #~ msgid "Server" #~ msgstr "Szerver" #~ msgid "Starting backgroung threads" #~ msgstr "HáttĂ©rszálak indĂ­tása" kanyremote-8.1.1/po/insert-header.sin0000644000232200023220000000124012653640764020142 0ustar debalancedebalance# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } kanyremote-8.1.1/po/POTFILES.in0000644000232200023220000000001312653640764016447 0ustar debalancedebalancekanyremote kanyremote-8.1.1/po/quot.sed0000644000232200023220000000023112653640764016361 0ustar debalancedebalances/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/â€\1’/g s/ '\([^`']*\)' / â€\1’ /g s/ '\([^`']*\)'$/ â€\1’/g s/^'\([^`']*\)' /â€\1’ /g s/“”/""/g kanyremote-8.1.1/po/fr_FR.gmo0000644000232200023220000002141614404351273016374 0ustar debalancedebalanceŢ•„<ł\( ) 9 )G q %y #ź 2Ă ö ţ     7 G S ` o ‹ “ Ą Ĺ ć  " < W #o “ ?° đ #*D=‚ • ©łĆŰî ő + =I [ frwŹ«´ÄĆ'Ëó ű ^ w Ť•žŁ¨ ·oĹ 5 @ N\_g l v „•©±Ďďţ $ - 9EK [h‡Ž“˘«Słfn s ź!«Íé3E8N‡H™â-ę0K8^—­4Â÷4˙%4?Zš˘«±ąÁß ř ) DOWf-€+®Ú#ô27L„7 %Ř ţ  " /Z;–ťŻČŃçú   *2Oc ~Š Ą°ż"Ć4é'<>4F{  ‘›g    +5:> Qn^Í Ő âďňů ţ (0 H'R6z±Ĺ ÍŮę  ' 4BZ"kŽ—śˇłĽ?Ä † ‹ 0˘ Ó 'ă " !.!(M!*v!ˇ! Ŕ!@Ë! "R"p"1x"Ş""Ż"Ň"ň"+O-L:lpmj_$ ~{€e=18CWZw}3JE?DSI' N,5h]> d(V qrsFA@GY7i`HR4v; Xtu|%Pk!y*B^&/ x\n6f.[azg0)#TKc„o<2MU9Q‚b" with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBemusedBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledKDE sessionManagedMinimizeModeNameNo informationNon-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUse Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2010-01-20 18:36+0100 Last-Translator: Pierre Dumot Language-Team: French Language: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Plural-Forms: nplurals=2; plural=(n > 1); avec le jeu d'icônes) pour télécharger !Les icônes de titre 16x16 and 64x64 sont disponiblesMode ATLe Mode AT est peut-ętre supporté par le téléphone (Mode AT non supporté par le téléphoneLe mode AT n'est pas supporté par le téléphone (réponse ERREUR)Mode ATA proposActifAjouterAdresseAnnoncer le service via AvahiCharger également le JADApplicationApplicationsReconnexion automatiqueDémarrage automatique avecDisponibleBemusedBluetoot canalService Bluetooth inactifPeut ętre utilisé sur les appareils WinMobilePeut ętre utile pour les téléphones SamsungTéléchargement impossibleImpossible d'établir la connexion !Midlet J2ME introuvable (Fichier JAD introuvable (Navigateur introuvable, impossible d'afficher l'aide !!Documentation introuvable !Port introuvable. Y a t'il un périphérique disponible ?Impossible d'enregistrer le fichier !AbandonnerTest de la configurationSélectionnerApplicationSélectionner les répertoires avec des fichiers de configuration et les ajouter ŕ  la listeFermerFermer la fenętreTest de la configurationConnectéConnecté au téléphoneConnexion en coursConnexion refuséeCtrl+SPersonnaliséSupprimerDétailsExplorateur de PériphériquesNom de périphériqueParamčtres du périphériqueRépertoiresLe téléchargement a échouéTéléchargéTéléchargementEditerEditer le fichier de configurationSi ce champ est vide il n'y aura pas de mise Ă  jourExemplesExecuter la CommandeFFichierLes fichiers seront enregistré dans $HOME/.anyRemoteGénéralSession GnomeHTTP portAideLe répertoire d'installation de anyremote-j2me-client n'est pas spécifié dans la configuration actuelleInstalléSession KDESous contrôleMinimiserModeNomPas d'informationsIndisponiblebluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto et kbtobexclient ne sont pas installés !InactifIndisponibleNon installéOKPaquetPingPing OK !Ping sans réponse !PréférencesQuitterPręt ŕ se connecter surRestaurerDémarrer anyRemote lors de la détectionDémarrer l'explorateur de périphérique avec le timeoutLancer au démarrageDémarréEnregistrerEnregistrer SousRechercher des périphériquesRecherche en coursMode ServeurMode ServeurConfigurationMontrer dans la liste :Spécifier le nomSpécifier les options manuellementDémarrerEtatStopArręter anyRemoteTCP portTest ATLa liste est vide ! kAnyRemote ne pourra gérer aucun logiciel !C'est le premier démarrage de kAnyRemote. Merci de spécifier les répertoire contenant les fichiers de configuration de anyRemote.TypeMise Ă  jour de l'étatMettre Ă  jour la liste des application tous lesChargement J2MEUtiliser la connexion Bluetoot, adresseUtiliser la connexion TCP/IP, portUtiliser l'interface Web, portUtiliser la chaîne de connexion suivanteEn attente de terminer d'autres opérationsEn attente du résultat de pingAttention:anyRemote non trouvé ! Merci de l'installer ou de corriger $PATHanyRemote ArrętéanyRemote ne peut démarrer que si aucune autre instance de anyRemote n'est ouverteiViewersdptool non trouvé ! Merci d'installer bluez-utilsec.Utiliser la grande icône de titre Utiliser la version sans JSR-82avec tous les jeux d'icôneskanyremote-8.1.1/po/bg.po0000644000232200023220000004704714404351273015632 0ustar debalancedebalance# Bulgarian translations for kanyremote package. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Stanislav Popov , 2008,2009,2010,2015. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-10-17 18:05+0200\n" "Last-Translator: Stanislav Popov \n" "Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: kanyremote:112 msgid "Installed" msgstr "ĐĐ˝Ńталиран" #: kanyremote:113 msgid "Not installed" msgstr "Не е инŃталиран" #: kanyremote:115 msgid "No information" msgstr "Няма данни" #: kanyremote:116 msgid "Available" msgstr "ДоŃтъпен" #: kanyremote:117 msgid "Not available" msgstr "Не е Đ´ĐľŃтъпен" #: kanyremote:118 msgid "Managed" msgstr "Управляван" #: kanyremote:119 msgid "Running" msgstr "Стартира Ńе" #: kanyremote:121 msgid "Connecting to device" msgstr "Свързва Ńе към ŃŃтройŃтвото" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Đзчакайте да завърŃат Đ´Ń€Ńгите операции" #: kanyremote:124 msgid "TCP port" msgstr "TCP порт" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Bluetooth канал" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP порт" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Сваляне" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Проверяване за J2ME клиент обновявания" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Не Ńа намерени J2ME клиент обновявания" #: kanyremote:1117 msgid "Ping failed !" msgstr "Пинг неŃŃпеŃен !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Пинг ŃŃпеŃен !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") да качи !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Не намира J2ME midlet (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto и " "kbtobexclient не Ńа инŃталирани !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "JAD-файлът не може да бъде открит (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Не може да Ńе намери порт за Ńвързване. Đма ли включени ŃŃтройŃтва ?" #: kanyremote:1243 msgid "Connection refused" msgstr "Връзката отказана" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT режим не Ńе поддържа от телефона (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Възможно е AT режим да Ńе поддържа от телефона (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Режим ĐТ не Ńе поддържа от телефона (Отговорът Ńъдържа греŃка)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Đме" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Đме на ŃŃтройŃтвото" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "ĐдреŃ" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "СъŃтояние" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Сканиране на ŃŃтройŃтва" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "ПодробноŃти" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Đзтрий" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Затвори" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Файл" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "ĐŁŃтройŃтва" #: kanyremote:1370 msgid "Scanning" msgstr "Сканиране" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "anyRemote ще Ńе Ńтартира Ńамо, ако няма Đ´Ń€Ńги негови активни копия" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Може да бъде полезно за телефони Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16 и 64x64 икони за заглавия Ńа Đ´ĐľŃтъпни" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Може да бъде използван на WinMobile ŃŃтройŃтва" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "Необходимо е първо да Ńе инŃталира пакетът anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth не е активен" #: kanyremote:1703 msgid "Wait ping results" msgstr "Đзчакайте резŃлтатите от пинг" #: kanyremote:1723 msgid "Device Parameters" msgstr "Параметри на ŃŃтройŃтвото" #: kanyremote:1725 msgid "BT address" msgstr "BT адреŃ" #: kanyremote:1728 msgid "Specify Name" msgstr "Въведете име" #: kanyremote:1729 msgid " with icon set " msgstr " Ń Đ˝Đ°Đ±ĐľŃ€ икони " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Стартирай anyRemote Ńлед откриване" #: kanyremote:1731 msgid "use big title icon" msgstr "използвайте голяма икона за заглавие" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "използвайте верŃия без JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Също качете JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "Ń Đ˛Ńички икони" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Đзбери" #: kanyremote:1741 msgid "Ping" msgstr "Пинг" #: kanyremote:1742 msgid "Upload J2ME" msgstr "Качете J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Провери режим AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "Приеми" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Пакет" #: kanyremote:1817 msgid "Downloaded" msgstr "Свален" #: kanyremote:1842 msgid "Warning:" msgstr "ПредŃпреждение:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Đ’ текŃщата конфигŃрация не е Ńказана директорията на пакета anyremote-j2me-" "client !" #: kanyremote:1850 msgid "Configuration Check" msgstr "Проверете конфигŃрацията" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Приложение" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Режим" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Đзберете приложение" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Съхрани" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Запамети като" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Редактирай конфигŃрационен файл" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Не може да Ńъхрани файла !" #: kanyremote:2267 msgid "General" msgstr "Общи" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Директории" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Đзберете директории Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационните файлове и ги добавете към ŃпиŃъка" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Празно поле означава, че няма обновление" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Празно поле означава, че няма обновление. Забележка: Android/J2ME client " "може да бъде неŃпоŃобен да Ńе Ńвържи към anyRemote, докато е активен ĐżŃ€ĐľŃ†ĐµŃ " "на търŃене" #: kanyremote:2363 msgid "Server Mode" msgstr "Сървърен режим" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Файловете ще бъдат запаметени в $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT режим" #: kanyremote:2444 msgid "Bemused" msgstr "Объркан" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "НаŃтройки" #: kanyremote:2641 msgid "Show in list : " msgstr "Покажи в ŃпиŃŃŠĐş : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "Качете J2ME client от " #: kanyremote:2643 msgid "Examples" msgstr "Примери" #: kanyremote:2644 msgid "Applications" msgstr "Приложения" #: kanyremote:2645 msgid "Custom Made" msgstr "Допълнителни" #: kanyremote:2646 msgid "Server-mode" msgstr "Режим Сървър" #: kanyremote:2647 msgid "Bemused emulation" msgstr "ЕмŃлация Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Режим AT" #: kanyremote:2650 msgid "Non-available" msgstr "НедоŃтъпен" #: kanyremote:2651 msgid "Update application list every" msgstr "Обновление на ŃпиŃъка от приложения вŃеки" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "Ńек." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Đзползване на Bluetooth връзка, канал" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Đзползване на TCP/IP връзка, порт" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Đзползване на Web интерфейŃ, порт" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "ĐźŃбликŃване на ŃŃĐ»Ńга чрез Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Ръчни наŃтройки" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Đзползвайте низа за Ńвързване" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "ĐźŃŃнете търŃене на ŃŃтройŃтво Ń Đ¸Đ·Ń‡Đ°ĐşĐ˛Đ°Đ˝Đµ" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Добави" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Đвтоматично Ńвързване наново" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome ŃеŃия" #: kanyremote:2671 msgid "Auto startup with" msgstr "Đвтоматично Ńтартиране Ń" #: kanyremote:2672 msgid "KDE session" msgstr "KDE ŃеŃия" #: kanyremote:2675 msgid "Run on startup" msgstr "Đзпълнение при Ńтартиране" #: kanyremote:2677 msgid "Cancel" msgstr "Откажи" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Свалете J2ME клиент от Web" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Проверете J2ME клиент обновяванията" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Проверете J2ME клиент обновяванията при Ńтартиране" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "СпиŃъкът е празен !\n" "Няма да бъде възможно Ńправлението на програми Ń kAnyRemote !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Спри" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Стартирай" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Тип" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Đзпълнете команда" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Đзход" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Редактирай" #: kanyremote:3085 msgid "Update Status" msgstr "Обновяване на ŃŃŠŃтояние" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Затвори прозорец" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Проверете конфигŃрацията" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Помощ" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "ОтноŃно" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "НаŃтройка" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Спри anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "kAnyRemote Ńе Ńтартира за първи път.\n" "Моля Ńкажете директории Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационните файлове на anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Не намира web browser !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Не намира докŃментация !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote е Ńпрян" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Đма готовноŃŃ‚ за Ńвързване към" #: kanyremote:3508 msgid "Connected to phone" msgstr "Свързан към телефона" #: kanyremote:3510 msgid "Connected" msgstr "Свързан" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Нова верŃия на J2ME клиента е Đ´ĐľŃтъпна. Желаете ли да ŃŹ Ńвалите?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Не може да ŃŃтанови връзка !" #: kanyremote:3802 msgid "Download failed !" msgstr "Свалянето неŃŃпеŃно !" #: kanyremote:3811 msgid "Can not download " msgstr "Не може да Ńвали " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Đктивен" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Не е активен" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "Не намира anyRemote !\n" "Моля, инŃталирайте го или поправете $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "не намира sdptool !\n" "Моля, инŃталирайте bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Минимизирай" #: kanyremote:4461 msgid "Restore" msgstr "Възобнови" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "ĐĐ˝Ńталирайте първо PyBluez !\n" #~ "Đли Ńтартирайте Ń ĐľĐżŃ†Đ¸ŃŹ --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "ĐŃкате ли да Ńвалите J2ME клиент от Web ?" #~ msgid "channel" #~ msgstr "канал" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "anyremote-j2me-client пакетът не е инŃталиран !" #~ msgid "Disconnected from phone" #~ msgstr "Не е Ńвързан към телефона" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Трябва да въведете Ńъщия Đ°Đ´Ń€ĐµŃ Đ¸ порт 5003 при наŃтройване на CF iViewer " #~ "setup iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Đзползвайте IP адреŃа на Ń…ĐľŃта" #~ msgid "Download iViewer GUI files" #~ msgstr "Свалете iViewer GUI" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "ĐŃкате ли да промените пътя за ъплоадване на java клиент ?" #~ msgid "Run web interface with parameters" #~ msgstr "Стартирай Web интерфейŃ" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html не е инŃталиран !" #~ msgid "Directory selection" #~ msgstr "Đзбиране на директория" #~ msgid "All" #~ msgstr "Đ’Ńички" #~ msgid "Custom" #~ msgstr "Допълнителни" #~ msgid "Example" #~ msgstr "Пример" #~ msgid "Install PyGTK first !!!" #~ msgstr "ĐĐ˝Ńталирайте първо PyGTK !!!" #~ msgid "New device" #~ msgstr "Ново ŃŃтройŃтво" #~ msgid "Queue ping request" #~ msgstr "Добавяне на заявка за пинг в опаŃката" #~ msgid "Queue push request" #~ msgstr "Молба за добавяне към опаŃката" #~ msgid "Can not read the file " #~ msgstr "Не може да прочете файла " #~ msgid "Save File As" #~ msgstr "Запамети файла като" #~ msgid "Properties" #~ msgstr "НаŃтройки" #~ msgid "File selection" #~ msgstr "Đзбор на файл" #~ msgid "Upload" #~ msgstr "Качете" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Заменете параметър \"Device=\" Ń " #~ msgid "Name " #~ msgstr "Đме " #~ msgid "Address " #~ msgstr "ĐĐ´Ń€ĐµŃ " #~ msgid "Status " #~ msgstr "СъŃтояние " #~ msgid "Application " #~ msgstr "Приложение " #~ msgid "Status " #~ msgstr "СъŃтояние " #~ msgid "Mode " #~ msgstr "Режим " #~ msgid "Exit" #~ msgstr "Đзход" #~ msgid "Device Name:" #~ msgstr "Đме на ŃŃтройŃтвото:" #~ msgid "Check configuration" #~ msgstr "Проверете конфигŃрацията" #~ msgid " from " #~ msgstr " от " #~ msgid "Select configuration file" #~ msgstr "Đзберете конфигŃрационен файл" #~ msgid " Device name: " #~ msgstr " Đме на ŃŃтройŃтвото: " #~ msgid " with parameters " #~ msgstr " Ń ĐżĐ°Ń€Đ°ĐĽĐµŃ‚Ń€Đ¸ " kanyremote-8.1.1/po/fi_FI.gmo0000644000232200023220000001753414404351273016360 0ustar debalancedebalanceŢ•xÜŁś( ) 9 )G q %y #ź 2Ă ö ţ     ' 3 @ R \ d „ Ą Ć "Ř ű # 7 ?T ” ¬ ł Ç "á   D c i v Š ” § Ľ Ď Ö â é ń   *H Z eqvŽŞłĂĹ'Ęň ú  #+49H>‡o–   -08 = G Uafnڬ´ąÁŇ Űçí ý +S3f‡î ó2Rd8m¦H¸- 7<Oj9}· Ć(Óü!.;jr …źŻ·Ŕ Ýč$đ')=g}›0¶ç*%-S[q3‘ĹÍVÝ4 :G ] h‰©żĆËŇ Ů ĺó !#4X`iq0 ÁËŰÝ3ć"8 =G[ dns@x ątÄ 9 G Ubemr ”ž¤*¬× ęö˙  ( 5?^ p| Ť ˇ7«Ťăqx‰#Ł4Çü DaBwş2Âő$Bdl9Z &Ij$L  5VS/B*UOYq(:v]%FmM<3u;x>r'bJW^E=@1_+.Na Kkst)C[`hDoAR6Q\P724" g#n-TG!ce0H?Xi, p8wf with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAlso upload JADApplicationApplicationsAuto startup withAvailableBemusedBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHelpInstalledKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitRestoreRun anyRemote when discoveredRun device browser with timeoutRunningSaveSave AsScan for devicesScanningServer-modeSetupShow in list : Specify NameStartStatusStopStop anyRemoteTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.0 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2009-02-15 00:05+0300 Last-Translator: Matti Jokinen Language-Team: Finnish Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); ikonien koko ) ei löydy.16x16- ja 64x64-ohjelmaikonit saatavillaAT-tilaPuhelin voi tukea AT-tilaa (Puhelin ei tue AT-tilaa (Puhelin ei tue AT-tilaa (virhe-vastaus saatu).AT-tilaTietoja ohjelmastaAktiivinenLisääOsoiteLataa myös JADOhjelmaOhjelmatKäynnistä automaattisesti SaatavillaBemusedBluetooth-toiminto ei ole saatavillaVoidaan käyttää WinMobile-laitteillaVoi olla hyödyllinen Samsung-puhelimilleLataaminen ei onnistuYhteyttä ei voida muodostaa.Ladattavaa JAD-tiedostoa (Selainta ei löydy. Ohjetta ei voida näyttää.Dokumentaatiota ei löydy.Porttia, mihin muodostaa yhteys ei löydy.Tiedoston tallentaminen epäonnistui.PeruutaNäytä konfiguraatioHae J2ME-klientin päivityksiäHae J2ME-klientin päivityksiä käynnistettäessäValitseValitse ohjelmaValitse hakemistot, joissa konfiguraatiotiedostot sijaitsevat ja lisää ne luetteloonSuljeSulje ikkunaNäytä konfiguraatioYhdistettyYhteys puhelimeen on muodostettuMuodostetaan yhteys laitteeseenYhteydenotto estetty.Ctrl+SOmatPoistaTiedotLaiteselainLaitteen nimiLaitteen parametritHakemistotLataa Java-klientti InternetistäTiedoston lataaminen epäonnistui !LadattuLadataanMuokkaaMuokkaa konfiguraatiotiedostoaJätä tyhjäksi, mikäli et halua päivityksiäEsimerkitSuorita komentoFTiedostoTiedostot tallennetaan hakemistoon $HOME/.anyRemoteYleisetGnome-istunnon kanssaOhjeAsennettuKDE-istunnon kanssaHallittuPienennäTilaNimiUusi versio J2ME-klientistä on saatavilla. Haluatko ladata sen?Ei tietojaMikään seuraavista ei löydy: bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto, kbtobexclientEi aktiivinenEi saatavillaEi asennettuOKPakettiPingPing onnistui.Ping epäonnistui.AsetuksetSuljePalautaKäynnistä anyRemote, jos laite havaitaanLaitehaun aikarajaKäynnissäTallennaTallenna nimelläEtsi laitteitaHaetaanPalvelintilaAsetuksetNäytä seuraavat luettelossa:Määrittele nimiKäynnistäStatusPysäytäPysäytä anyRemoteTestaa ATLuettelo on tyhjä, kAnyRemote ei voi hallita ohjelmia.kAnyRemote käynnistetään ensimmäistä kertaa. Ole hyvä ja määrittele hakemistot, joissa anyRemoten konfiguraatiotiedostot sijaitsevat.TyyppiPäivitä statusPäivitä ohjelmaluetteloKäytettävä yhdistämismerkkijonoOle hyvä ja odota muiden toimintojen päättymistäOdota pingin tuloksiaVaroitus:anyRemote ei löydy ! Ole hyvä ja asenna anyRemote tai korjaa $PATHanyRemote pysäytettyanyRemote käynnistyy vain jos muita anyRemote-ilmentymiä ei ole.iViewersdptool ei löydy ! Ole hyvä ja asenna bluez-utilsekunnin välein.käytä suurta ohjelmaikoniakäytä versiota ilman JSR-82sisältäen kaikki ikonitkanyremote-8.1.1/po/bg.gmo0000644000232200023220000003010214404351273015756 0ustar debalancedebalanceŢ•Ź”ż    )' Q %Y # 2Ł Ö Ţ ä ë ď ÷  ' 3 @ O a k v ~  ˘  ă "9T#l?­í  ":]zD”Ů ßě  2E LX_g v‚ ” ľ Đ Űçěx ™˘˛´'ąá é ÷^ e7o §ł»ÄÉHÎ&& Mo[ Ë Ö äňőý   &+?Ge…”śˇ©ş Ă ĎŰá ńţ$)8ASIfť  5A!Z|ŻÂâô8ý6HH‘-™ÇĚßú8 FaEs ąTÇ@q] ĎÝě ű 7Kez6Ź.Ćő #< QMrCŔ2#V;v˛,Ňz˙.z ©/¶?ć[&D‚ Ç%Ô‰ú„ “ /ł ă &ň 3!!M!o!v! Ź!ś!ł!$Č!0í!")3"']" …"’"ˇ"<¶"Jó">#G$!V$x$z$K$Ď$Ř$ é$ ÷$†%‰%dž%&&'& >&I&oP&Ŕ&CÔ&'z-'¨'ż'Ř' ő' ( ((0(N( a(8l(Ą(8¸(Mń(0?)p)†)•),Ż)Ü)ď) *#*6*V*n*Ś*ź*˛*»* Î*Ű*‰ř*Ş‚+-,,4,Ma,Ż,Á,<ŕ,7-:U-7-HČ-7.I.eg.Í.pĺ.V/I^/¨/D°/1ő/'0Z NR&u[,…^|\QP3v?‹=]چ 'Jd-f.m:ŤO@X!14WH0E€SUF"Lw$;zG<Yo(l/h*7_a+eB TDgCI#b9‰„~Š8rqi%6‚xsAKyk2{Mn5‡>j`ŽŹc tV)}p with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-10-17 18:05+0200 Last-Translator: Stanislav Popov Language-Team: Bulgarian Language: bg MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Ń Đ˝Đ°Đ±ĐľŃ€ икони ) да качи !16x16 и 64x64 икони за заглавия Ńа Đ´ĐľŃтъпниAT режимВъзможно е AT режим да Ńе поддържа от телефона (AT режим не Ńе поддържа от телефона (Режим ĐТ не Ńе поддържа от телефона (Отговорът Ńъдържа греŃка)Режим ATОтноŃноĐктивенДобавиĐдреŃĐźŃбликŃване на ŃŃĐ»Ńга чрез AvahiСъщо качете JADПриложениеПриложенияĐвтоматично Ńвързване нановоĐвтоматично Ńтартиране ŃДоŃтъпенBT адреŃОбърканЕмŃлация BemusedBluetooth каналBluetooth не е активенМоже да бъде използван на WinMobile ŃŃтройŃтваМоже да бъде полезно за телефони SamsungНе може да Ńвали Не може да ŃŃтанови връзка !Не намира J2ME midlet (JAD-файлът не може да бъде открит (Не намира web browser !Не намира докŃментация !Не може да Ńе намери порт за Ńвързване. Đма ли включени ŃŃтройŃтва ?Не може да Ńъхрани файла !ОткажиПроверете конфигŃрациятаПроверете J2ME клиент обновяваниятаПроверете J2ME клиент обновяванията при ŃтартиранеПроверяване за J2ME клиент обновяванияĐзбериĐзберете приложениеĐзберете директории Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационните файлове и ги добавете към ŃпиŃъкаЗатвориЗатвори прозорецПроверете конфигŃрациятаСвързанСвързан към телефонаСвързва Ńе към ŃŃтройŃтвотоВръзката отказанаCtrl+SДопълнителниĐзтрийПодробноŃтиУŃтройŃтваĐме на ŃŃтройŃтвотоПараметри на ŃŃтройŃтвотоДиректорииСвалете J2ME клиент от WebСвалянето неŃŃпеŃно !СваленСвалянеРедактирайРедактирай конфигŃрационен файлПразно поле означава, че няма обновлениеПразно поле означава, че няма обновление. Забележка: Android/J2ME client може да бъде неŃпоŃобен да Ńе Ńвържи към anyRemote, докато е активен ĐżŃ€ĐľŃ†ĐµŃ Đ˝Đ° търŃенеПримериĐзпълнете командаFФайлФайловете ще бъдат запаметени в $HOME/.anyRemoteОбщиGnome ŃеŃияHTTP портПомощВ текŃщата конфигŃрация не е Ńказана директорията на пакета anyremote-j2me-client !ĐĐ˝ŃталиранНеобходимо е първо да Ńе инŃталира пакетът anyremote-j2me-clientKDE ŃеŃияУправляванМинимизирайРежимĐмеНова верŃия на J2ME клиента е Đ´ĐľŃтъпна. Желаете ли да ŃŹ Ńвалите?Няма данниНе Ńа намерени J2ME клиент обновяванияНедоŃтъпенbluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto и kbtobexclient не Ńа инŃталирани !Не е активенНе е Đ´ĐľŃтъпенНе е инŃталиранПриемиПакетПингПинг ŃŃпеŃен !Пинг неŃŃпеŃен !НаŃтройкиĐзходĐма готовноŃŃ‚ за Ńвързване къмВъзобновиСтартирай anyRemote Ńлед откриванеПŃŃнете търŃене на ŃŃтройŃтво Ń Đ¸Đ·Ń‡Đ°ĐşĐ˛Đ°Đ˝ĐµĐзпълнение при ŃтартиранеСтартира ŃеСъхраниЗапамети катоСканиране на ŃŃтройŃтваСканиранеСървърен режимРежим СървърНаŃтройкаПокажи в ŃпиŃŃŠĐş : Въведете имеРъчни наŃтройкиСтартирайСъŃтояниеСприСпри anyRemoteTCP портПровери режим ATСпиŃъкът е празен ! Няма да бъде възможно Ńправлението на програми Ń kAnyRemote !kAnyRemote Ńе Ńтартира за първи път. Моля Ńкажете директории Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационните файлове на anyRemote.ТипОбновяване на ŃŃŠŃтояниеОбновление на ŃпиŃъка от приложения вŃекиКачете J2MEКачете J2ME client от Đзползване на Bluetooth връзка, каналĐзползване на TCP/IP връзка, портĐзползване на Web интерфейŃ, портĐзползвайте низа за ŃвързванеĐзчакайте да завърŃат Đ´Ń€Ńгите операцииĐзчакайте резŃлтатите от пингПредŃпреждение:Не намира anyRemote ! Моля, инŃталирайте го или поправете $PATHanyRemote е ŃпрянanyRemote ще Ńе Ńтартира Ńамо, ако няма Đ´Ń€Ńги негови активни копияiViewerне намира sdptool ! Моля, инŃталирайте bluez-utilŃек.използвайте голяма икона за заглавиеизползвайте верŃия без JSR-82Ń Đ˛Ńички икониkanyremote-8.1.1/po/nl_NL.po0000644000232200023220000004024414404351273016234 0ustar debalancedebalance# Dutch translations for kanyremote package # Engelse vertalingen voor het pakket kanyremote. # Copyright (C) 2008-2012 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.0\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-08-19 20:54+0400\n" "Last-Translator: Geert Vanhaute\n" "Language-Team: Dutch\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "GeĂŻnstalleerd" #: kanyremote:113 msgid "Not installed" msgstr "Niet geĂŻnstalleerd" #: kanyremote:115 msgid "No information" msgstr "Geen informatie" #: kanyremote:116 msgid "Available" msgstr "Beschikbaar" #: kanyremote:117 msgid "Not available" msgstr "Niet beschikbaar" #: kanyremote:118 msgid "Managed" msgstr "Beheerd" #: kanyremote:119 msgid "Running" msgstr "Bezig" #: kanyremote:121 msgid "Connecting to device" msgstr "Bezig met verbinden met toestel" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Wacht tot andere handelingen beĂ«indigd zijn" #: kanyremote:124 msgid "TCP port" msgstr "" #: kanyremote:125 msgid "Bluetooth channel" msgstr "" #: kanyremote:126 msgid "HTTP port" msgstr "" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Download bezig" #: kanyremote:130 #, fuzzy msgid "Checking J2ME client updates" msgstr "Zoekt naar nieuwe versie van J2ME client" #: kanyremote:131 #, fuzzy msgid "No updates for J2ME client were found." msgstr "Geen updates voor de J2ME client gevonden" #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping gefaald!" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK!" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") niet vinden om te uploaden !" #: kanyremote:1134 kanyremote:1139 #, fuzzy msgid "Can not find J2ME midlet (" msgstr "Kan J2ME midlet (" #: kanyremote:1156 #, fuzzy msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Noch bluedevil-sendfile, noch gnome-obex-send, noch bluetooth-sendto, noch " "blueman-sendto, noch kbtobexclient zijn geĂŻnstalleerd!" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Kan JAD bestand (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Kan poort niet vinden om te verbinden. Is er enig toestel beschikbaar?" #: kanyremote:1243 msgid "Connection refused" msgstr "Verbinding geweigerd" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT mode is niet ondersteund door GSM (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "AT mode kan niet ondersteund worden door GSM (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "AT mode is niet ondersteund door GSM (antwoord is ERROR)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Naam" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Toestel naam" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adres" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Toestellen scannen" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Details" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Wissen" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Sluiten" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Bestand" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Toestel browser" #: kanyremote:1370 msgid "Scanning" msgstr "Scant" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote kan enkel starten als geen andere instanties van anyRemote actief " "zijn" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Kan nuttig zijn voor Samsung GSM's" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16 en 64x64 titel icoontjes zijn beschikbaar" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Kan gebruikt worden voor WinMobile toestellen" #: kanyremote:1570 #, fuzzy msgid "It needs to install anyremote-j2me-client package first" msgstr "anyremote-j2me-client pakket moet eerst geĂŻnstalleerd worden" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth service is niet actief" #: kanyremote:1703 msgid "Wait ping results" msgstr "Wacht op ping resultaten" #: kanyremote:1723 msgid "Device Parameters" msgstr "Toestel parameters" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "BT adres" #: kanyremote:1728 msgid "Specify Name" msgstr "Geef de naam" #: kanyremote:1729 msgid " with icon set " msgstr " met iconen " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Start anyRemote indien gevonden" #: kanyremote:1731 msgid "use big title icon" msgstr "gebruik groot titel icoon" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "gebruik versie zonder JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "JAD ook uploaden" #: kanyremote:1739 msgid "with all icon sets" msgstr "met alle icoon sets" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Kiezen" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "J2ME uploaden" #: kanyremote:1743 msgid "Test AT" msgstr "Test AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Pakket" #: kanyremote:1817 msgid "Downloaded" msgstr "Gedownload" #: kanyremote:1842 msgid "Warning:" msgstr "Waarschuwing:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Installatie folder van anyremote-j2me-client is niet opgegeven in huidige " "configuratie" #: kanyremote:1850 msgid "Configuration Check" msgstr "Controleer Configuratie" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Applicatie" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Mode" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Kies applicatie" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Opslaan" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Opslaan als" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Bewerk configuratie bestand" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Bestand kan niet opslaan worden !" #: kanyremote:2267 msgid "General" msgstr "Algemeen" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Folders" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Kies folders met configuratiebestanden en voeg deze toe aan de lijst" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Een leeg veld betekent geen update" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Een leeg veld betekent geen update. Opgepast: Android/J2ME client kan " "mogelijk niet verbinden met anyRemote als er gebrowsed wordt." #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "Server mode" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Bestanden worden opgeslagen in $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT-mode" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Voorkeuren" #: kanyremote:2641 msgid "Show in list : " msgstr "Toon in lijst" #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Upload J2ME klant vanaf " #: kanyremote:2643 msgid "Examples" msgstr "Voorbeelden" #: kanyremote:2644 msgid "Applications" msgstr "Applicaties" #: kanyremote:2645 msgid "Custom Made" msgstr "Aangepast gemaakt" #: kanyremote:2646 msgid "Server-mode" msgstr "Server mode" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "Bemused emulatie" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-mode" #: kanyremote:2650 msgid "Non-available" msgstr "Niet beschikbaar" #: kanyremote:2651 msgid "Update application list every" msgstr "Update applicatielijst elke" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "" #: kanyremote:2659 msgid "Specify options manually" msgstr "" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Gebruik connectie string" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Start toestelbrowser met timeout" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Toevoegen" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Automatisch opnieuw verbinden" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome sessie" #: kanyremote:2671 msgid "Auto startup with" msgstr "Automatisch opstarten met" #: kanyremote:2672 msgid "KDE session" msgstr "KDE sessie" #: kanyremote:2675 #, fuzzy msgid "Run on startup" msgstr "Automatisch opstarten met" #: kanyremote:2677 msgid "Cancel" msgstr "Annuleren" #: kanyremote:2678 #, fuzzy msgid "Download J2ME client from Web" msgstr "Download J2ME client van internet" #: kanyremote:2679 #, fuzzy msgid "Check J2ME client updates" msgstr "Controleer op nieuwe versie van J2ME client" #: kanyremote:2680 #, fuzzy msgid "Check J2ME client updates at start" msgstr "Controleer op nieuwe versie van J2ME client bij opstarten" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "De lijst is leeg!\n" "kAnyRemote kan dus geen software beheren!" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Stoppen" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Beginnen" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Type" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Uitvoeren" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Verlaten" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Bewerken" #: kanyremote:3085 msgid "Update Status" msgstr "Status updaten" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Sluit window" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Controleer configuratie" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Help" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Over" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Instellingen" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "anyRemote stoppen" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Dit is de eerste keer dat kAnyRemote gestart wordt.\n" "Geef de folders met de anyRemote configuratie bestanden op." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Browser om hulp te tonen kon niet gevonden worden !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Documentatie niet gevonden !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote is gestopt" #: kanyremote:3498 #, fuzzy msgid "Ready to connect on" msgstr "Automatisch opnieuw verbinden" #: kanyremote:3508 msgid "Connected to phone" msgstr "Verbonden met GSM" #: kanyremote:3510 msgid "Connected" msgstr "Verbonden" #: kanyremote:3662 #, fuzzy msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Nieuwe versie van de J2ME client beschikbaar. Wilt u deze downloaden?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Kan geen verbinding maken !" #: kanyremote:3802 msgid "Download failed !" msgstr "Download mislukt !" #: kanyremote:3811 msgid "Can not download " msgstr "Kan niet downloaden: " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Actief" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Niet actief" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote niet gevonden!\n" "Installeer het of corrigeer $PATH." #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool niet gevonden!\n" "Installeer bluez-util aub." #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "" #: kanyremote:4461 msgid "Restore" msgstr "" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "Installeer eerst PyBluezof start met optie --npybluez!" #, fuzzy #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Wilt u de J2ME client van internet downloaden?" #, fuzzy #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "anyremote-j2me-client installatie kon niet gevonden worden!" #~ msgid "Disconnected from phone" #~ msgstr "Verbinding met GSM verbroken" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "U moet hetzelfde adres en poort 5003 opgeven in CF iViewer instellingen " #~ "op de iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Gebruik host ip" #~ msgid "Download iViewer GUI files" #~ msgstr "iViewer GUI bestanden downloaden" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Wilt u het upload java client pad wijzigen?" #~ msgid "Run web interface with parameters" #~ msgstr "Start web interface met parameters" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html is niet geĂŻnstalleerd!" #~ msgid "Directory selection" #~ msgstr "Folders" #~ msgid "All" #~ msgstr "Alles" #~ msgid "Custom" #~ msgstr "Aangepast" #~ msgid "Example" #~ msgstr "Voorbeelden" #~ msgid "Can not read the file " #~ msgstr "Bestand kan niet gelezen worden" #~ msgid "Save File As" #~ msgstr "Bestand opslaan als" #~ msgid "Properties" #~ msgstr "Eigenschappen" #~ msgid "Upload" #~ msgstr "Uploaden" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "\"Device=\" parameter opheffen met:" #~ msgid "Name " #~ msgstr "Naam " #~ msgid "Address " #~ msgstr "Adres " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Application " #~ msgstr "Applicatie " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Mode " #~ msgstr "Mode " #~ msgid "Exit" #~ msgstr "Verlaten" #~ msgid "Device Name:" #~ msgstr "Toestal naam:" #~ msgid "Check configuration" #~ msgstr "Controleer configuratie" #~ msgid " from " #~ msgstr " kan niet gedownload worden van " #~ msgid "Select configuration file" #~ msgstr "Selecteer configuratie bestand" #~ msgid "Run" #~ msgstr "Starten" #~ msgid "Contents..." #~ msgstr "Inhoud..." #~ msgid "Menu" #~ msgstr "Menu" kanyremote-8.1.1/po/cs_CZ.gmo0000644000232200023220000002144614404351273016402 0ustar debalancedebalanceŢ•‚,­<đ ń  ) 9 %A #g 2‹ ľ Ć Ě Ó × ß ď ű   $ / 7 I i Š « "˝ ŕ ű # 7 ?T ” ¬ ł Ç ä ë Dţ C IV jt‡śŻ ¶ÂÉŃ ŕě ţ ( : EQVnxŠ '!I Q_ d7n ¦˛şĂČÍ&Ü o  Ś š¨«ł ¸  ĐÜáé'6>CK\ e q} “ ążĆËÚSâf6ť ˘°Î!ç %<Oo8ŠĂHŐ-&Tg‚U•ë ú$+&3%Z3€´ ĽĘÓŰâôý  !+3E.^,Ť"şÝř6-d>ŔÔÜ őD%j s š¤ąŐéđ 4G]!e‡˘ąÁÉ1ĺ– ®ąĘ*Ńü   C+ o{ ‘–ť.°ß~ďn}Ťˇ ¤® ł˝ ŃÜĺ1í'G[c kv” ¤ ° ĽÇÚé    - G5 a} ß ă "ň !"-!P!n!'Ž!'¶!Ţ! ű!K"S">f"Ą"7­"ĺ"ú"#o H:9[}#|QG.O,=C13_7R*8 ‚Ut~+I@Ycai rL^ !N` 2Wyg]n-qlz'54\<beXS;Ms%PAJu&VT{v >D€p$)fBjEZ"mw/0FxKk(6hd? with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAlso upload JADApplicationApplicationsAuto startup withAvailableBT addressBemusedBemused emulationBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHelpInstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNo informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utiluse big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote: 6.0 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-08-12 21:54+0400 Last-Translator: Tomáš KaluĹľa Language-Team: Czech Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; se sadou ikon) nahrát !Jsou k dispozici ikony 16x16 a 64x64AT modePřístroj moĹľná podporuje AT mode (AT mode nenĂ­ podporován telefonem (AT mode nenĂ­ podporován telefonem (hlásĂ­ ERROR)AT-modeO kanyremote:AktivnĂ­PĹ™idatAdresaNahrát takĂ© JADAplikaceAplikaceAuto startup sK dispoziciAdresa BTBemusedBemused-emulationBluetooth nenĂ­ aktivnĂ­MĹŻĹľe bĂ˝t pouĹľit na zařízenĂ­ch WinMobileMĹŻĹľe bĂ˝t uĹľiteÄŤnĂ© pro telefony SamsungNenĂ­ moĹľnĂ© stáhout z internetuNemohu navázat spojenĂ­ !Nemohu najĂ­t J2ME midlet (Nemohu najĂ­t JAD file (Nemohu najĂ­t prohlĂ­ĹľeÄŤ pro zobrazenĂ­ nápovÄ›dy !Nemohu nalĂ©zt dokumentaci !Nemohu zĂ­skat port na pĹ™ipojenĂ­. Je přístoj k dispozici ?Nemohu uloĹľ souborZrušitZkontrolujte konfiguraciHledám novĂ© verze klienta J2MEVyberAplikaceVyberte sloĹľky s konfiguraÄŤnĂ­mi soubory a pĹ™idejte je do seznamuZavřítZavřít oknoZkontrolujte konfiguraciPĹ™ipojenPĹ™ipojen k telefonuPĹ™ipojuji se k přístrojiSpojenĂ­ odmĂ­tnutoCtrl+SVlastnĂ­ nastavenĂ­SmazatPodrobnostiSeznam přístrojĹŻ v dosahuJmĂ©no přístrojeParametry přístrojeSloĹľkaStáhnout J2ME client z internetuStahovánĂ­ se nezdaĹ™ilo!StahovánĂ­ dokonÄŤenoStahujiUpravitVyber konfiguraÄŤnĂ­ souborPrázdnĂ© polĂ­ÄŤko znamená žádnĂ© aktualizacePrázdnĂ© polĂ­ÄŤko znamená žádnĂ© aktualizace. Pozor: Android/J2ME client mĹŻĹľemĂ­t problĂ©my s pĹ™ipojenĂ­m pokud pokud procházĂ­te adresáře.PříkladySpustit příkazSouborSoubory budou uloĹľeny do $HOME/.anyRemoteObecnĂ©Session GnomeNápovÄ›daNainstalovánJe potĹ™eba nainstalovat nejdříve balĂ­ÄŤek anyremote-j2me-clientSession KDEManagedMinimalizovatModeJmĂ©noŽádná informaceNebyla nalezena novÄ›jší verze klienta J2ME.NenĂ­ dispoziciNenĂ­ nainstalován žádnĂ˝ z balĂ­kĹŻ bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto a kbtobexclient!NenĂ­ aktivnĂ­NenĂ­ dispoziciNenĂ­ nainstalovánOKBalĂ­ÄŤekPingPing OK !Ping se nezdaĹ™il !NastavenĂ­UkonÄŤitObnovitSpusĹĄ anyRemote pokud bude přístroj detekovánVyhledávej novĂ© přístroje kaĹľdĂ˝chSpustit pĹ™i startuBěžíUloĹľitUloĹľ jakoVyhledat přístroje v dosahuVyhledávám...Server modeServer-modeNastavenĂ­UkaĹľ v seznamu : UrÄŤete JmĂ©noZadejte moĹľnosti ruÄŤnÄ›SpusĹĄStatusZastavitZastavit anyRemoteTest ATSeznam je prázdnĂ˝ ! kAnyRemote nemĹŻĹľe spravovat žádnĂ˝ software !Spustil(a) jste kAnyRemote poprvĂ©. UrÄŤete prosĂ­m sloĹľky s konfiguraÄŤnĂ­mi soubory anyRemote.TypObnovit StatusObnovit seznam aplikacĂ­ kaĹľdĂ˝chNahrajte J2ME client z PouĹľij spojenĂ­ Bluetooth, adresaPouĹľij spojenĂ­ TCP/IP, portPouĹľij webovĂ© rozhranĂ­, portPouĹľijte k pĹ™ipojenĂ­ tento Ĺ™etÄ›zecÄŚekám na dokonÄŤenĂ­ jinĂ˝ch operacĂ­ÄŚekám na odpověď od pingVarovánĂ­:anyRemote nebyl nalezen ! ProsĂ­m nainstalujte anyRemote nebo upravte $PATHanyRemote zastavenanyRemote bude spuštÄ›n pouze pokud anyRemote dosud neběžíiViewersdptool nebyl nalezen ! ProsĂ­m nainstalujte bluez-utilpouĹľij velkĂ© ikonypoužít verzi bez JSR-82se všemi ikonamikanyremote-8.1.1/po/remove-potcdate.sin0000644000232200023220000000066012653640764020513 0ustar debalancedebalance# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } kanyremote-8.1.1/po/stamp-po0000644000232200023220000000001214404351336016342 0ustar debalancedebalancetimestamp kanyremote-8.1.1/po/de_DE.gmo0000644000232200023220000002372214404351273016340 0ustar debalancedebalanceŢ•‹tżĚČ É Ů )ç  % #? 2c – ž ¤ « Ż · × ç ó   ! + 6 > P b ‚ Ł Ä "Ö ů #,P?m­ĹĚŕ"ú:ADT™ ź¬ ŔĘÝň   /; MYw ‰ ” Ą˝xŮR[k'p   ®¸^˝ 7& ^jr{€H…Î&Ý o ‚ Ť ›©¬´ ą Ă ŃÝńů7FNS[l u Ť“ ٰÉĎÖŰäSěf@§ ¬ş Řä!ý;Re…—8 ŮHë4-<jo‚ťz°+=,O|1…-·@ĺ&/ 5 ?KSo ‡ ‘ť» Ó Ţéń%,9)f$$µÚú4%MAs µ Öŕ(ú3#(W €‹Kś čó )C[v ’š Ş¶Ç%Îô $ 2=)X‚ $ 6 5< r z ’ j !:! J! V! `!j!p!Wu!Í!5ß!"u&"ś"¬"˝"Ď"Ň"Ř" Ý"ç" ý" ###.4#"c#†#ś# Ł#­#˝#Ń# Ů# ć# ó#$$($G$M$T$Y$b$Xk$zÄ$?%C%!W%y%%$§% Ě% í% &,/&\&y&K‚&Î&Rŕ&3';;'w'|'!'ş'X LP&rY,\xZONa>{‡<[‚ 'H…-c.j9‰M?V!13UF0^|QSD"Js$:vE;Wl(i/e*6]_+bA RCdBG#8€z†7onf%5~tp@Iuh2wKk„4=gŠ‹` qT)}ym with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2010-01-20 19:15+0100 Last-Translator: Johann Bauer Language-Team: German Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Language: de_DE X-Source-Language: C mit dem Icon set) zum hochladen !16x16 und 64x64 Titlesymbole sind verfĂĽgbarAT ModusAT mode könnte vom Telefon unterstĂĽtzt werden (AT mode wird vom Telefon nicht unterstĂĽtzt (AT mode wird vom Telefon nicht unterstĂĽtzt (FehlerrĂĽckmeldung)AT ModusĂśberAktiviertHinzufĂĽgenAdresseWerbung Service ĂĽber AvahiJAD ebenfalls hochladenAnwendungAnwendungenAutomatische WiederverbindungAutomatischer Start mitVerfĂĽgbarBT AdresseBemusedBemused-EmulationBluetooth KanalBluetooth Service ist nicht aktiviertKann mit WinMobile Geräten verwendet werdenKann fĂĽr Samsung Telefone nĂĽtzlich seinFehlgeschlagener Download der Datei Kann die Verbindung nicht aufbauen !Kann J2ME midlet nicht finden (Kann JAD Datei nicht finden (Kann keinen Browser finden um die Hilfe anzuzeigen !Kann die Dokumentation nicht finden !Bekomme keinen Port fĂĽr die Verbindung. Sind Geräte verfĂĽgbar?Kann die Datei nicht speichern !AbbrechenĂśberprĂĽfe KonfigurationĂśberprĂĽfe J2ME-Client AktualisierungenĂśberprĂĽfe J2ME-Client Aktualisierungen beim StartĂśberprĂĽfe J2ME-Client AktualisierungenAuswählenWähle AnwendungWähle die Ordner mit den Konfigurationsdateien und fĂĽge sie der Liste beiSchlieĂźenSchlieĂźe FensterĂśberprĂĽfe KonfigurationVerbundenMit dem Telefon verbundenVerbinde mit dem GerätVerbindung zurĂĽckgewiesenBenutzerdefiniertEntfernenDetailsGeräte BrowserGerätenameGeräteparameterOrdnerLade J2ME Client aus dem Web herunterHerunterladen ist gescheitert !HeruntergeladenHerunterladenBearbeitenWähle KonfigurationsdateiLeeres Feld bedeutet keine AktualisierungLeeres Feld bedeutet keine Aktualisierung. Achtung: Verbindung zwischen Android/J2ME client und anyRemote könnte fehlschlagen, wenn gerade gesucht wirdBeispielBefehl ausfĂĽhrenDateiDateien werden im Ordner $HOME/.anyRemote gespeichertGeneralGnome SitzungHTTP PortHilfeInstallationsverzeichnis von anyremote-j2me-client ist nicht festgelegt in den derzeitigen Einstellungen !Installiertanyremote-j2me-client Paket muss vorher installiert werdenKDE SitzungVerwaltetMinimiereModusNameEine neue Version des J2ME-Clients ist verfĂĽgbar. WĂĽrden Sie sie gerne herunterladen?Keine InformationKeine Aktualisierungen fĂĽr den J2ME-Client gefunden.Nicht verfĂĽgbarWeder bluedevil-sendfile, gnome-obex-send, noch bluetooth-sendto, blueman-sendto oder kbtobexclient ist installiert !Nicht aktiviertNicht verfĂĽgbarNicht installiertOKPaketPingPing OK !Ping fehlgeschlagen !EigenschaftenBereit zum Verbinden amWiederherstellenStarte anyRemote wenn ein Gerät gefunden wird Starte Gerätebrowser mit TimeoutBeim Start ausfĂĽhrenLäuftSpeichernSpeichern unterSuche nach GerätenScannenServer ModusServer ModusEinstellungenZeige in einer Liste : Name festlegenLege die Optionen manuell festStartStatusStopTCP PortTeste ATDa sind keine Anwendungen in der Liste kAnyRemote wird keine Software steuern können !Das ist das erste Mal, dass kAnyRemote ausgefĂĽhrt wurde. Bitte wähle den Ordner mit den anyRemote Konfigurationsdateien.TypAktualisiere StatusAktualisiere Anwendungsliste alleLade J2ME hochLade den J2ME Client hoch von Benutze Bluetooth Verbindung, Kanal Benutze TCP/IP Verbindung, port Benutze das Web Interface, port Verwende VerbindungszeichenfolgeWarte auf die Beendigung anderer OperationenWarte auf die Ping ResultateWarnung:anyRemote wurde nicht gefunden ! Bitte installiere es oder korrigiere $PATHanyRemote gestoptanyRemote wird nur ausgefĂĽhrt, wenn keine weiteren Instanzen von anyRemote laufeniViewersdptool wurde nicht gefunden ! Bitte installiere bluez-utilsec.verwende groĂźe Titel Iconsverwende eine Version ohne JSR-82mit allen Symboldateienkanyremote-8.1.1/po/it_IT.gmo0000644000232200023220000002244114404351273016405 0ustar debalancedebalanceŢ•‰dż¬¨ © ą )Ç ń %ů # 2C v ~ „ ‹ Ź — · Ç Ó ŕ ď    0 P q ’ "¤ Ç â #ú ?;{“š®"ČëD"g mz Ž«ŔÓ Úćíő  ".L ^ iuz’®·ÇÉ'Îö ţ  7% ]iqzH„Í&Ü o  Ś š¨«ł ¸  ĐÜáőý;JRW_p y…‹ ›¨ÁÇÎÓâëSófG® łÁ!ß4Ggy8‚»HÍ-LQd>’Ńä2ö )&5*\=‡ Ĺ ŃŢĺ î%ř / <Ib w "©/Ě&ü$#&H!o‘5°ćJMhp'‰4±'ć J"mt„ť¦»Öěó (9O"X{ ’ ś§°?Î$&*+V_ ny AŠ Ě Ů ĺďřCýA7VŽqž   . = @ J O Y h w | – "ˇ 7Ä 'ü $!,!2!A!S!f! v!!™! ¨!É!Ď!Ő!Ű! ë!ő!\ý!€Z"Ű"ŕ")ď"%#?#]#x###Ľ# Ó#>ß#$R0$$4‹$Ŕ$ Ĺ$ć$ %W KO%qX+[xYNM2r>}…<Z†€ &Ha,c-9‡L?U 03T/CzPRD!s#:vE;Vk'i.e)6\^*bF QBdAG"_8~„7nmf$5|to@Iuh1wJj‚4=g]‰` pS({yl with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUse Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-07-17 22:39+0400 Last-Translator: Massimo Robbiati Language-Team: Italian Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); con set di icone ) da trasferire !Sono disponibili icone per il titolo 16x16 e 64x64Modalita ATModalitĂ  AT supportata dal telefono (ModalitĂ  AT non supportata dal telefono (ModalitĂ  AT non supportata dal telefono (risposta di ERRORE)Modalita ATInformazioniAttivoAggiungiIndirizzoPubblicitĂ  servizio attraverso AvahiCarica anche JADApplicazioneApplicazioniRiconnessione automaticaAvvio automatico conDisponibileIndirizzo BTBemusedcanale BluetoothIl servizio Bluetooth non e attivoPuò essere utilizzato su dispositivi WinMobilePuò essere utile con telefoni SamsungImpossibile eseguire lo scaricamentoImpossibile stabilire una connessione!Impossibile trovare J2ME midlet (Impossibile trovare JAD file (Impossibile trovare un browser per mostrare l'aiuto !Documentazione non trovata!Impossibile connettersi ad alcuna porta. C'è un dispositivo disponibile ?Impossibile salva il file AnnullaControllo configurazioneControlla aggiornamenti del client J2MEControlla aggiornamenti per il client J2ME all'avvioControllo aggiornamenti del client J2MEScegliApplicazioneScegli le cartelle dei file file di configurazione e aggiungili alla listaChiudiChiudi FinestraControllo configurazioneConnessoConnesso al telefonoConnessione al dispositivoConnessione rifiutataCtrl+SPersonalizzatoCancellaDettagliBrowser PerifericheNome dispositivoParametri dispositivoCartelleScarica il client J2ME da InternetScaricamento fallito !ScaricatoScaricandoModificaScegli file di configurazioneLasciare il campo vuoto per non effettuare nessun aggiornamentoEsempiEsegui ComandoFFileI file saranno salvati in $HOME/.anyRemoteGeneraleSessione Gnomeporta HTTPAiutoInstallatoè necessario installare prima il pacchetto anyremote-j2me-clientSessione KDEControllatoMinimizzaModalitaNomeUna nuova versione del client J2ME ò disponibile. Vuoi scaricarla?Nessuna informazioneNon sono stati trovati aggiornamenti per il client J2MENon disponibileNessuno tra bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto e kbtobexclient è installato !Non è attivoNon disponibileNon installatoOKPacchettoPingPing OK !Ping fallito !ConfigurazioneEsciPronto a connettersi allaRipristinaAvvia anyRemote quando individuatoAvvia il browser delle periferiche con tempo di ricercaEsegui file di configurazione all'avvioAvviatoSalvaSalva con nomeCerca dispositiviScansione in corsoModalita ServerImpostazioniMostra nella lista : Specifica nomeSpecifica le opzioni manualmenteAvviaStatoFermaFerma anyRemoteporta TCPTest ATNon ci sono voci nella lista ! kAnyRemote non sarĂ  in grado di controllare alcun software !Questa è la prima volta che kAnyRemote viene avviato. Per favore specifica le cartelle che contengono i file di configurazione.TipoAggiorna StatoAggiorna la lista delle applicazioni ogniUsa connessione Bluetooth, indirizzo Usa connessione TCP/IP, portaUsa interfaccia web, portaUtilizza stringa di connessioneAttendi la fine di altre operazioniAttendi risultati pingAttenzione:anyRemote non trovato ! Per favore installalo o correggi $PATHanyRemote fermatoanyRemote sarĂ  avviato solo se nessun'altra istanza di anyRemote è in esecuzioneiViewersdptool non trovato ! Per favore installa bluez-utilsec.utilizza icone del titolo grandiusa versione senza JSR-82con icone di tutte le dimensionikanyremote-8.1.1/po/fr_FR.po0000644000232200023220000004205014404351273016225 0ustar debalancedebalance# French translations for kanyremote package # Traductions françaises du paquet kanyremote. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2010-01-20 18:36+0100\n" "Last-Translator: Pierre Dumot \n" "Language-Team: French\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: kanyremote:112 msgid "Installed" msgstr "Installé" #: kanyremote:113 msgid "Not installed" msgstr "Non installé" #: kanyremote:115 msgid "No information" msgstr "Pas d'informations" #: kanyremote:116 msgid "Available" msgstr "Disponible" #: kanyremote:117 msgid "Not available" msgstr "Indisponible" #: kanyremote:118 msgid "Managed" msgstr "Sous contrôle" #: kanyremote:119 msgid "Running" msgstr "Démarré" #: kanyremote:121 msgid "Connecting to device" msgstr "Connexion en cours" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "En attente de terminer d'autres opérations" #: kanyremote:124 msgid "TCP port" msgstr "TCP port" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Bluetoot canal" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP port" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Téléchargement" #: kanyremote:130 #, fuzzy msgid "Checking J2ME client updates" msgstr "Vérification des mises ŕ  jour disponibles du client J2ME." #: kanyremote:131 #, fuzzy msgid "No updates for J2ME client were found." msgstr "Pas de mises ŕ  jour disponible pour le client J2ME." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping sans réponse !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") pour télécharger !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Midlet J2ME introuvable (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto et " "kbtobexclient ne sont pas installés !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Fichier JAD introuvable (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Port introuvable. Y a t'il un périphérique disponible ?" #: kanyremote:1243 msgid "Connection refused" msgstr "Connexion refusée" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Mode AT non supporté par le téléphone" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Le Mode AT est peut-ętre supporté par le téléphone (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Le mode AT n'est pas supporté par le téléphone (réponse ERREUR)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Nom" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Nom de périphérique" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adresse" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Etat" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Rechercher des périphériques" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Détails" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Supprimer" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Fermer" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Fichier" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Explorateur de Périphériques" #: kanyremote:1370 msgid "Scanning" msgstr "Recherche en cours" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote ne peut démarrer que si aucune autre instance de anyRemote n'est " "ouverte" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Peut ętre utile pour les téléphones Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "Les icônes de titre 16x16 and 64x64 sont disponibles" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Peut ętre utilisé sur les appareils WinMobile" #: kanyremote:1570 #, fuzzy msgid "It needs to install anyremote-j2me-client package first" msgstr "Il est nécessaire d'installer d'abord le paquet anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Service Bluetooth inactif" #: kanyremote:1703 msgid "Wait ping results" msgstr "En attente du résultat de ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Paramčtres du périphérique" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "Adresse BT" #: kanyremote:1728 msgid "Specify Name" msgstr "Spécifier le nom" #: kanyremote:1729 msgid " with icon set " msgstr " avec le jeu d'icônes" #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Démarrer anyRemote lors de la détection" #: kanyremote:1731 msgid "use big title icon" msgstr "Utiliser la grande icône de titre " #: kanyremote:1732 msgid "use version without JSR-82" msgstr "Utiliser la version sans JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Charger également le JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "avec tous les jeux d'icônes" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Sélectionner" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "Chargement J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Test AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Paquet" #: kanyremote:1817 msgid "Downloaded" msgstr "Téléchargé" #: kanyremote:1842 msgid "Warning:" msgstr "Attention:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Le répertoire d'installation de anyremote-j2me-client n'est pas spécifié " "dans la configuration actuelle" #: kanyremote:1850 msgid "Configuration Check" msgstr "Test de la configuration" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Application" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Mode" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Application" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Enregistrer" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Enregistrer Sous" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Editer le fichier de configuration" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Impossible d'enregistrer le fichier !" #: kanyremote:2267 msgid "General" msgstr "Général" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Répertoires" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Sélectionner les répertoires avec des fichiers de configuration et les " "ajouter ŕ  la liste" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Si ce champ est vide il n'y aura pas de mise Ă  jour" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Si ce champ est vide il n'y aura pas de mise ŕ jour. Attention :la connexion " "au client Android/J2ME peut échouer quand l'exploration est en cours" #: kanyremote:2363 msgid "Server Mode" msgstr "Mode Serveur" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Les fichiers seront enregistré dans $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "Mode AT" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Préférences" #: kanyremote:2641 msgid "Show in list : " msgstr "Montrer dans la liste :" #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Charger le client J2ME depuis " #: kanyremote:2643 msgid "Examples" msgstr "Exemples" #: kanyremote:2644 msgid "Applications" msgstr "Applications" #: kanyremote:2645 msgid "Custom Made" msgstr "Personnalisé" #: kanyremote:2646 msgid "Server-mode" msgstr "Mode Serveur" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "Emulation Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Mode AT" #: kanyremote:2650 msgid "Non-available" msgstr "Indisponible" #: kanyremote:2651 msgid "Update application list every" msgstr "Mettre Ă  jour la liste des application tous les" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Utiliser la connexion Bluetoot, adresse" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Utiliser la connexion TCP/IP, port" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Utiliser l'interface Web, port" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "Annoncer le service via Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Spécifier les options manuellement" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Utiliser la chaîne de connexion suivante" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Démarrer l'explorateur de périphérique avec le timeout" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Ajouter" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Reconnexion automatique" #: kanyremote:2670 msgid "Gnome session" msgstr "Session Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Démarrage automatique avec" #: kanyremote:2672 msgid "KDE session" msgstr "Session KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "Lancer au démarrage" #: kanyremote:2677 msgid "Cancel" msgstr "Abandonner" #: kanyremote:2678 #, fuzzy msgid "Download J2ME client from Web" msgstr "Téléchargez le client J2ME via internet" #: kanyremote:2679 #, fuzzy msgid "Check J2ME client updates" msgstr "Vérifier les mises Ă  jour du client J2ME" #: kanyremote:2680 #, fuzzy msgid "Check J2ME client updates at start" msgstr "Vérifier les mises Ă  jour du client J2ME au démarrage" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "La liste est vide !\n" "kAnyRemote ne pourra gérer aucun logiciel !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Stop" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Démarrer" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Type" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Executer la Commande" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Quitter" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Editer" #: kanyremote:3085 msgid "Update Status" msgstr "Mise Ă  jour de l'état" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Fermer la fenętre" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Test de la configuration" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Aide" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "A propos" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Configuration" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Arręter anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "C'est le premier démarrage de kAnyRemote.\n" "Merci de spécifier les répertoire contenant les fichiers de configuration de " "anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Navigateur introuvable, impossible d'afficher l'aide !!" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Documentation introuvable !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote Arręté" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Pręt ŕ se connecter sur" #: kanyremote:3508 msgid "Connected to phone" msgstr "Connecté au téléphone" #: kanyremote:3510 msgid "Connected" msgstr "Connecté" #: kanyremote:3662 #, fuzzy msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "" "Une nouvelle version du client J2ME est disponible. Voulez-vous la " "télécharger ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Impossible d'établir la connexion !" #: kanyremote:3802 msgid "Download failed !" msgstr "Le téléchargement a échoué" #: kanyremote:3811 msgid "Can not download " msgstr "Téléchargement impossible" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Actif" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Inactif" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote non trouvé !\n" "Merci de l'installer ou de corriger $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool non trouvé !\n" "Merci d'installer bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimiser" #: kanyremote:4461 msgid "Restore" msgstr "Restaurer" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Installez d'abord PyBluez !\n" #~ "Ou lancez anyRemote avec l'option --npybluez" #, fuzzy #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Voulez vous télécharger le client J2ME depuis internet ?" #~ msgid "channel" #~ msgstr "canal" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Installation de anyremote-j2me-client introuvable !" #~ msgid "Disconnected from phone" #~ msgstr "Déconnecté du téléphone" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Vous devez spécifier la męme adresse et le port 5003 dans les réglages de " #~ "CF iViewer sur iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Utiliser l'adresse IP de l'hôte" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Voulez vous modifier le chemin de chargement du client java ?" #~ msgid "Run web interface with parameters" #~ msgstr "Démarrer l'interface web" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html n'est pas installé !" #~ msgid "Directory selection" #~ msgstr "Sélection du répertoire" #~ msgid "All" #~ msgstr "Tous" #~ msgid "Custom" #~ msgstr "Personnalisé" #~ msgid "Example" #~ msgstr "Exemple" #~ msgid "Install PyGTK first !!!" #~ msgstr "Installer PyGTK d'abord !!!" #~ msgid "New device" #~ msgstr "Nouveau périphérique" #~ msgid "Queue ping request" #~ msgstr "Requęte ping en attente" #~ msgid "Queue push request" #~ msgstr "Requęte push en attente" #~ msgid "Can not read the file " #~ msgstr "Fichier illisible" #~ msgid "Save File As" #~ msgstr "Enregistrer Sous" #~ msgid "File selection" #~ msgstr "Sélection du fichier" #~ msgid "Upload" #~ msgstr "Chargement" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Forcer le paramčtre \"Device=\" avec" #~ msgid "Name " #~ msgstr "Nom " #~ msgid "Address " #~ msgstr "Adresse " #~ msgid "Status " #~ msgstr "Etat " #~ msgid "Application " #~ msgstr "Application " #~ msgid "Status " #~ msgstr "Etat " #~ msgid "Mode " #~ msgstr "Mode " #~ msgid "Exit" #~ msgstr "Quitter" #~ msgid "Device Name:" #~ msgstr "Nom de périphérique" #~ msgid "Check configuration" #~ msgstr "Test de la configuration" #~ msgid "Select configuration file" #~ msgstr "Editer le fichier de configuration" #~ msgid "Run" #~ msgstr "Démarrage" #~ msgid "Contents..." #~ msgstr "Contenu ..." #~ msgid "Menu" #~ msgstr "Menu" #~ msgid "Choose configuration file" #~ msgstr "Sélectionner le fichier de configuration" #~ msgid " with parameters " #~ msgstr "avec les paramčtres " kanyremote-8.1.1/po/de_AT.gmo0000644000232200023220000002371114404351273016352 0ustar debalancedebalanceŢ•‹tżĚČ É Ů )ç  % #? 2c – ž ¤ « Ż · × ç ó   ! + 6 > P b ‚ Ł Ä "Ö ů #,P?m­ĹĚŕ"ú:ADT™ ź¬ ŔĘÝň   /; MYw ‰ ” Ą˝xŮR[k'p   ®¸^˝ 7& ^jr{€H…Î&Ý o ‚ Ť ›©¬´ ą Ă ŃÝńů7FNS[l u Ť“ ٰÉĎÖŰäSěf@§ ¬ş Řä!ý;Re…—8 ŮHë4-<jo‚ťq°"4,Fs1|-®@Ü& , 6BJf ~ ”˛ Ę Őŕčú% ,0)]$‡$¬Ńń4%DAj ¬ Í×(ń3(N w‚K“ ßęü  :Rm ‰‘ ˇ­ľ%Ĺë   )4)Oy  - 53 i q  ‰ jŹ ú :! A! M! W!a!g!Wl!Ä!5Ö! "u"“"Ł"´"Ć"É"Ď" Ô"Ţ" ô"##.+#"Z#}#“# š#¤#´#Č# Đ# Ý# ę#ř#$$>$D$K$P$Y$Xb$z»$6%:%!N%p%%$ž% Ă% ä% &,&&S&p&Ky&Ĺ&R×&*';2'n's'!Ź'±'X LP&rY,\xZONa>{‡<[‚ 'H…-c.j9‰M?V!13UF0^|QSD"Js$:vE;Wl(i/e*6]_+bA RCdBG#8€z†7onf%5~tp@Iuh2wKk„4=gŠ‹` qT)}ym with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-07-15 21:16+0400 Last-Translator: fedotov Language-Team: Austrian Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Language: de_DE X-Source-Language: C mit dem Icon set) zum hochladen !16x16 und 64x64 Titlesymbole sind verfĂĽgbarAT ModusAT mode könnte vom Telefon unterstĂĽtzt werden (AT mode wird vom Telefon nicht unterstĂĽtzt (AT mode wird vom Telefon nicht unterstĂĽtzt (FehlerrĂĽckmeldung)AT ModusĂśberAktiviertHinzufĂĽgenAdresseWerbung Service ĂĽber AvahiJAD ebenfalls hochladenAnwendungAnwendungenAutomatische WiederverbindungAutomatischer Start mitVerfĂĽgbarBT AdresseBemusedBemused-EmulationBluetooth KanalBluetooth Service ist nicht aktiviertKann mit WinMobile Geräten verwendet werdenKann fĂĽr Samsung Telefone nĂĽtzlich seinFehlgeschlagener Download der Datei Kann die Verbindung nicht aufbauen !Kann J2ME midlet nicht finden (Kann JAD Datei nicht finden (Kann keinen Browser finden um die Hilfe anzuzeigen !Kann die Dokumentation nicht finden !Bekomme keinen Port fĂĽr die Verbindung. Sind Geräte verfĂĽgbar?Kann die Datei nicht speichern !AbbrechenĂśberprĂĽfe KonfigurationĂśberprĂĽfe J2ME-Client AktualisierungenĂśberprĂĽfe J2ME-Client Aktualisierungen beim StartĂśberprĂĽfe J2ME-Client AktualisierungenAuswählenWähle AnwendungWähle die Ordner mit den Konfigurationsdateien und fĂĽge sie der Liste beiSchlieĂźenSchlieĂźe FensterĂśberprĂĽfe KonfigurationVerbundenMit dem Telefon verbundenVerbinde mit dem GerätVerbindung zurĂĽckgewiesenBenutzerdefiniertEntfernenDetailsGeräte BrowserGerätenameGeräteparameterOrdnerLade J2ME Client aus dem Web herunterHerunterladen ist gescheitert !HeruntergeladenHerunterladenBearbeitenWähle KonfigurationsdateiLeeres Feld bedeutet keine AktualisierungLeeres Feld bedeutet keine Aktualisierung. Achtung: Verbindung zwischen Android/J2ME client und anyRemote könnte fehlschlagen, wenn gerade gesucht wirdBeispielBefehl ausfĂĽhrenDateiDateien werden im Ordner $HOME/.anyRemote gespeichertGeneralGnome SitzungHTTP PortHilfeInstallationsverzeichnis von anyremote-j2me-client ist nicht festgelegt in den derzeitigen Einstellungen !Installiertanyremote-j2me-client Paket muss vorher installiert werdenKDE SitzungVerwaltetMinimiereModusNameEine neue Version des J2ME-Clients ist verfĂĽgbar. WĂĽrden Sie sie gerne herunterladen?Keine InformationKeine Aktualisierungen fĂĽr den J2ME-Client gefunden.Nicht verfĂĽgbarWeder bluedevil-sendfile, gnome-obex-send, noch bluetooth-sendto, blueman-sendto oder kbtobexclient ist installiert !Nicht aktiviertNicht verfĂĽgbarNicht installiertOKPaketPingPing OK !Ping fehlgeschlagen !EigenschaftenBereit zum Verbinden amWiederherstellenStarte anyRemote wenn ein Gerät gefunden wird Starte Gerätebrowser mit TimeoutBeim Start ausfĂĽhrenLäuftSpeichernSpeichern unterSuche nach GerätenScannenServer ModusServer ModusEinstellungenZeige in einer Liste : Name festlegenLege die Optionen manuell festStartStatusStopTCP PortTeste ATDa sind keine Anwendungen in der Liste kAnyRemote wird keine Software steuern können !Das ist das erste Mal, dass kAnyRemote ausgefĂĽhrt wurde. Bitte wähle den Ordner mit den anyRemote Konfigurationsdateien.TypAktualisiere StatusAktualisiere Anwendungsliste alleLade J2ME hochLade den J2ME Client hoch von Benutze Bluetooth Verbindung, Kanal Benutze TCP/IP Verbindung, port Benutze das Web Interface, port Verwende VerbindungszeichenfolgeWarte auf die Beendigung anderer OperationenWarte auf die Ping ResultateWarnung:anyRemote wurde nicht gefunden ! Bitte installiere es oder korrigiere $PATHanyRemote gestoptanyRemote wird nur ausgefĂĽhrt, wenn keine weiteren Instanzen von anyRemote laufeniViewersdptool wurde nicht gefunden ! Bitte installiere bluez-utilsec.verwende groĂźe Titel Iconsverwende eine Version ohne JSR-82mit allen Symboldateienkanyremote-8.1.1/po/cs_CZ.po0000644000232200023220000004113614404351273016234 0ustar debalancedebalance# Czech translations for kanyremote: package. # Copyright (C) 2008-2012 Mikhail Fedotov # This file is distributed under the same license as the kanyremote: package. msgid "" msgstr "" "Project-Id-Version: kanyremote: 6.0\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-08-12 21:54+0400\n" "Last-Translator: Tomáš KaluĹľa\n" "Language-Team: Czech\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: kanyremote:112 msgid "Installed" msgstr "Nainstalován" #: kanyremote:113 msgid "Not installed" msgstr "NenĂ­ nainstalován" #: kanyremote:115 msgid "No information" msgstr "Žádná informace" #: kanyremote:116 msgid "Available" msgstr "K dispozici" #: kanyremote:117 msgid "Not available" msgstr "NenĂ­ dispozici" #: kanyremote:118 msgid "Managed" msgstr "Managed" #: kanyremote:119 msgid "Running" msgstr "Běží" #: kanyremote:121 msgid "Connecting to device" msgstr "PĹ™ipojuji se k přístroji" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "ÄŚekám na dokonÄŤenĂ­ jinĂ˝ch operacĂ­" #: kanyremote:124 msgid "TCP port" msgstr "" #: kanyremote:125 #, fuzzy msgid "Bluetooth channel" msgstr "PouĹľij spojenĂ­ Bluetooth, adresa" #: kanyremote:126 msgid "HTTP port" msgstr "" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Stahuji" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Hledám novĂ© verze klienta J2ME" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Nebyla nalezena novÄ›jší verze klienta J2ME." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping se nezdaĹ™il !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") nahrát !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Nemohu najĂ­t J2ME midlet (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "NenĂ­ nainstalován žádnĂ˝ z balĂ­kĹŻ bluedevil-sendfile, gnome-obex-send, " "bluetooth-sendto, blueman-sendto a kbtobexclient!" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Nemohu najĂ­t JAD file (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Nemohu zĂ­skat port na pĹ™ipojenĂ­. Je přístoj k dispozici ?" #: kanyremote:1243 msgid "Connection refused" msgstr "SpojenĂ­ odmĂ­tnuto" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT mode nenĂ­ podporován telefonem (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Přístroj moĹľná podporuje AT mode (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "AT mode nenĂ­ podporován telefonem (hlásĂ­ ERROR)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "JmĂ©no" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "JmĂ©no přístroje" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adresa" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Vyhledat přístroje v dosahu" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Podrobnosti" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Smazat" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Zavřít" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Soubor" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Seznam přístrojĹŻ v dosahu" #: kanyremote:1370 msgid "Scanning" msgstr "Vyhledávám..." #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "anyRemote bude spuštÄ›n pouze pokud anyRemote dosud neběží" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "MĹŻĹľe bĂ˝t uĹľiteÄŤnĂ© pro telefony Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "Jsou k dispozici ikony 16x16 a 64x64" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "MĹŻĹľe bĂ˝t pouĹľit na zařízenĂ­ch WinMobile" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "Je potĹ™eba nainstalovat nejdříve balĂ­ÄŤek anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth nenĂ­ aktivnĂ­" #: kanyremote:1703 msgid "Wait ping results" msgstr "ÄŚekám na odpověď od ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Parametry přístroje" #: kanyremote:1725 msgid "BT address" msgstr "Adresa BT" #: kanyremote:1728 msgid "Specify Name" msgstr "UrÄŤete JmĂ©no" #: kanyremote:1729 msgid " with icon set " msgstr " se sadou ikon" #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "SpusĹĄ anyRemote pokud bude přístroj detekován" #: kanyremote:1731 msgid "use big title icon" msgstr "pouĹľij velkĂ© ikony" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "použít verzi bez JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Nahrát takĂ© JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "se všemi ikonami" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Vyber" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "Nahrát J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Test AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "BalĂ­ÄŤek" #: kanyremote:1817 msgid "Downloaded" msgstr "StahovánĂ­ dokonÄŤeno" #: kanyremote:1842 msgid "Warning:" msgstr "VarovánĂ­:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "V souÄŤasnĂ© konfiguraci nenĂ­ urÄŤena instalaÄŤnĂ­ sloĹľka anyremote-j2me-clienta!" #: kanyremote:1850 msgid "Configuration Check" msgstr "Zkontrolujte konfiguraci" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Aplikace" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Mode" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "Aplikace" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "UloĹľit" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "UloĹľ jako" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Vyber konfiguraÄŤnĂ­ soubor" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Nemohu uloĹľ soubor" #: kanyremote:2267 msgid "General" msgstr "ObecnĂ©" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "SloĹľka" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Vyberte sloĹľky s konfiguraÄŤnĂ­mi soubory a pĹ™idejte je do seznamu" #: kanyremote:2345 msgid "Empty field means no update" msgstr "PrázdnĂ© polĂ­ÄŤko znamená žádnĂ© aktualizace" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "PrázdnĂ© polĂ­ÄŤko znamená žádnĂ© aktualizace. Pozor: Android/J2ME client " "mĹŻĹľemĂ­t problĂ©my s pĹ™ipojenĂ­m pokud pokud procházĂ­te adresáře." #: kanyremote:2363 msgid "Server Mode" msgstr "Server mode" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Soubory budou uloĹľeny do $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT mode" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "NastavenĂ­" #: kanyremote:2641 msgid "Show in list : " msgstr "UkaĹľ v seznamu : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "Nahrajte J2ME client z " #: kanyremote:2643 msgid "Examples" msgstr "Příklady" #: kanyremote:2644 msgid "Applications" msgstr "Aplikace" #: kanyremote:2645 msgid "Custom Made" msgstr "VlastnĂ­ nastavenĂ­" #: kanyremote:2646 msgid "Server-mode" msgstr "Server-mode" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Bemused-emulation" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-mode" #: kanyremote:2650 msgid "Non-available" msgstr "NenĂ­ dispozici" #: kanyremote:2651 msgid "Update application list every" msgstr "Obnovit seznam aplikacĂ­ kaĹľdĂ˝ch" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "" #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "PouĹľij spojenĂ­ Bluetooth, adresa" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "PouĹľij spojenĂ­ TCP/IP, port" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "PouĹľij webovĂ© rozhranĂ­, port" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "" #: kanyremote:2659 msgid "Specify options manually" msgstr "Zadejte moĹľnosti ruÄŤnÄ›" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "PouĹľijte k pĹ™ipojenĂ­ tento Ĺ™etÄ›zec" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Vyhledávej novĂ© přístroje kaĹľdĂ˝ch" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "PĹ™idat" #: kanyremote:2669 #, fuzzy msgid "Auto reconnect" msgstr "Automaticky obnovit pĹ™ipojenĂ­" #: kanyremote:2670 msgid "Gnome session" msgstr "Session Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Auto startup s" #: kanyremote:2672 msgid "KDE session" msgstr "Session KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "Spustit pĹ™i startu" #: kanyremote:2677 msgid "Cancel" msgstr "Zrušit" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Stáhnout J2ME client z internetu" #: kanyremote:2679 #, fuzzy msgid "Check J2ME client updates" msgstr "Hledám novĂ© verze klienta J2ME" #: kanyremote:2680 #, fuzzy msgid "Check J2ME client updates at start" msgstr "Zjišťovat novĂ© verze klienta J2ME pĹ™i startu" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Seznam je prázdnĂ˝ !\n" "kAnyRemote nemĹŻĹľe spravovat žádnĂ˝ software !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Zastavit" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "SpusĹĄ" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Typ" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Spustit příkaz" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "UkonÄŤit" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Upravit" #: kanyremote:3085 msgid "Update Status" msgstr "Obnovit Status" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Zavřít okno" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Zkontrolujte konfiguraci" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "NápovÄ›da" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "O kanyremote:" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "NastavenĂ­" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Zastavit anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Spustil(a) jste kAnyRemote poprvĂ©.\n" "UrÄŤete prosĂ­m sloĹľky s konfiguraÄŤnĂ­mi soubory anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Nemohu najĂ­t prohlĂ­ĹľeÄŤ pro zobrazenĂ­ nápovÄ›dy !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Nemohu nalĂ©zt dokumentaci !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote zastaven" #: kanyremote:3498 #, fuzzy msgid "Ready to connect on" msgstr "Automaticky obnovit pĹ™ipojenĂ­" #: kanyremote:3508 msgid "Connected to phone" msgstr "PĹ™ipojen k telefonu" #: kanyremote:3510 msgid "Connected" msgstr "PĹ™ipojen" #: kanyremote:3662 #, fuzzy msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Byla nalezena nová verze klienta J2ME. Chcete ji stáhnout ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Nemohu navázat spojenĂ­ !" #: kanyremote:3802 msgid "Download failed !" msgstr "StahovánĂ­ se nezdaĹ™ilo!" #: kanyremote:3811 msgid "Can not download " msgstr "NenĂ­ moĹľnĂ© stáhout z internetu" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "AktivnĂ­" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "NenĂ­ aktivnĂ­" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote nebyl nalezen !\n" "ProsĂ­m nainstalujte anyRemote nebo upravte $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool nebyl nalezen !\n" "ProsĂ­m nainstalujte bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimalizovat" #: kanyremote:4461 msgid "Restore" msgstr "Obnovit" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Naintalujte nejdříve PyBluez !\n" #~ "Nebo spusĹĄe s volbou --npybluez" #, fuzzy #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Chcete stáhnout J2ME client z internetu ?" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Nemohu najĂ­t instalaci anyremote-j2me-client !" #~ msgid "Disconnected from phone" #~ msgstr "Odpojen od telefonu" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "MusĂ­te stejnou adresu a port 5003 v nastavenĂ­ CF iViewerna iPhone/iPod " #~ "Touch" #~ msgid "Use host ip" #~ msgstr "PouĹľijte IP hostitele" #, fuzzy #~ msgid "Download iViewer GUI files" #~ msgstr "Stáhnout GUI soubory iVieweru" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Chcete zmÄ›nit cestu k java clientu na lokálnĂ­m disku ?" #~ msgid "Run web interface with parameters" #~ msgstr "SpusĹĄ interface web" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html nenĂ­ nainstalován !" #~ msgid "Directory selection" #~ msgstr "VĂ˝bÄ›r adresáře" #~ msgid "All" #~ msgstr "Vše" #, fuzzy #~ msgid "Custom" #~ msgstr "VlastnĂ­ nastavenĂ­" #~ msgid "Example" #~ msgstr "Příklad" #~ msgid "Install PyGTK first !!!" #~ msgstr "Nainstalujte nejdříve PyGTK !!!" #~ msgid "New device" #~ msgstr "NovĂ˝ přístroj" #~ msgid "Can not read the file " #~ msgstr "Nemohu naÄŤĂ­st soubor" #~ msgid "Save File As" #~ msgstr "UloĹľ jako" #~ msgid "File selection" #~ msgstr "VĂ˝bÄ›r souboru" #~ msgid "Upload" #~ msgstr "Nahrát" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "ZměŠparametr \"Device=\" na" #~ msgid "Name " #~ msgstr "JmĂ©no " #~ msgid "Address " #~ msgstr "Adresa " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Application " #~ msgstr "Aplikace " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Mode " #~ msgstr "Mode " #~ msgid "Device Name:" #~ msgstr "JmĂ©no přístroje:" #~ msgid "Check configuration" #~ msgstr "Zkontrolujte konfiguraci" #, fuzzy #~ msgid "Select configuration file" #~ msgstr "Vyber konfiguraÄŤnĂ­ soubor" #~ msgid "Run" #~ msgstr "SpusĹĄ" #, fuzzy #~ msgid "Can not find anyRemote data directory !" #~ msgstr "Nemohu najĂ­t instalaci anyremote-J2ME-client !" #~ msgid " Device name: " #~ msgstr " JmĂ©no přístroje:" #~ msgid "Choose configuration file" #~ msgstr "Vyber konfiguraÄŤnĂ­ soubor" #~ msgid " with parameters " #~ msgstr " s parametry" #~ msgid "Server" #~ msgstr "Server" kanyremote-8.1.1/po/es_ES.po0000644000232200023220000004265114404351273016234 0ustar debalancedebalance# Spanish translations for kanyremote package # Traducciones al espanol para el paquete kanyremote. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Francisco Toca , 2008,2009,2010,2015. msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2010-01-24 21:15+0400\n" "Last-Translator: Francisco Toca \n" "Language-Team: Spanish\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "Instalado" #: kanyremote:113 msgid "Not installed" msgstr "No instalado" #: kanyremote:115 msgid "No information" msgstr "Sin informaciĂłn" #: kanyremote:116 msgid "Available" msgstr "Disponible" #: kanyremote:117 msgid "Not available" msgstr "No disponible" #: kanyremote:118 msgid "Managed" msgstr "Controlado" #: kanyremote:119 msgid "Running" msgstr "Ejecutándose" #: kanyremote:121 msgid "Connecting to device" msgstr "Conectando a dispositivo" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Espere que otras operaciones terminen" #: kanyremote:124 msgid "TCP port" msgstr "puerto TCP" #: kanyremote:125 msgid "Bluetooth channel" msgstr "canal Bluetooth" #: kanyremote:126 msgid "HTTP port" msgstr "puerto HTTP" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Descargando" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Comprobando actualizaciones del cliente J2ME" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "No se han encontrado actualizaciones para el cliente J2ME" #: kanyremote:1117 msgid "Ping failed !" msgstr "¡ Ping ha fallado !" #: kanyremote:1119 msgid "Ping OK !" msgstr "¡ Ping correcto !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") Para subir!" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "No se puede encontrar J2ME midlet (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "¡Ni bluedevil-sendfile, ni gnome-obex-send, ni bluetooth-sendto, blueman-" "sendto ni kbtobexclient están instalados!" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "No se puede encontrar el archivo JAD (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "" "No se puede obtener puerto para conectar. ÂżHay algĂşn dispositivo disponible?" #: kanyremote:1243 msgid "Connection refused" msgstr "ConexiĂłn rechazada" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "El modo AT no es soportado por el telĂ©fono (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "El modo AT podrĂ­a ser soportado por el telĂ©fono (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "El modo AT no es soportado por el telĂ©fono (respuesta ERROR)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Nombre" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Nombre de dispositivo" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "DirecciĂłn" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Estado" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Escanear para dispositivos" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Detalles" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Borrar" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Cerrar" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Archivo" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Navegador de dispositivos" #: kanyremote:1370 msgid "Scanning" msgstr "Escaneando" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote solo se ejecutará si ninguna otra instancia de anyRemote está " "ejecutándose" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Puede ser Ăştil para telĂ©fonos Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "Iconos de tĂ­tulo 16x16 y 64x64 están disponibles" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Puede ser usado en dispositivos WinMobile" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "Es necesario instalar el paquete anyremote-j2me-client primero" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Servicio Bluetooth no está activo" #: kanyremote:1703 msgid "Wait ping results" msgstr "Esperar resultados ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Parámetros de dispositivo" #: kanyremote:1725 msgid "BT address" msgstr "DirecciĂłn BT" #: kanyremote:1728 msgid "Specify Name" msgstr "Especificar nombre" #: kanyremote:1729 msgid " with icon set " msgstr " con icono tipo " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Iniciar anyRemote cuando detecte" #: kanyremote:1731 msgid "use big title icon" msgstr "usar icono de tĂ­tulo grande" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "usar version sin JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Subir tambiĂ©n JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "con todos los tipos de iconos" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Elegir" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "Subir J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Probar AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "Aceptar" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Paquete" #: kanyremote:1817 msgid "Downloaded" msgstr "Descargado" #: kanyremote:1842 msgid "Warning:" msgstr "Aviso:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "¡ El directorio de instalaciĂłn de anyremote-j2me-client no especificado en " "la actual configuraciĂłn !" #: kanyremote:1850 msgid "Configuration Check" msgstr "Comprobar configuraciĂłn" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "AplicaciĂłn" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Modo" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "Escoger aplicaciĂłn" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Guardar" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Guardar Como" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Editar archivo de configuraciĂłn" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "¡ No se puede leer el archivo !" #: kanyremote:2267 msgid "General" msgstr "General" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Directorios" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Elegir directorios con los archivos de configuraciĂłn y añadirlos a la lista" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Campo vacio significa no actualizar" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Campo vacio significa no actualizar. Cuidado: Cliente Android/J2ME podrĂ­a " "fallar al conectar a anyRemote cuando la navegaciĂłn estĂ© en proceso" #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "Modo Servidor" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Los archivos se guardarán en $HOME/.anyremote" #: kanyremote:2423 msgid "AT mode" msgstr "Modo AT" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "ConfiguraciĂłn" #: kanyremote:2641 msgid "Show in list : " msgstr "Mostrar en lista : " #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Subir cliente J2ME desde " #: kanyremote:2643 msgid "Examples" msgstr "Ejemplos" #: kanyremote:2644 msgid "Applications" msgstr "Aplicaciones" #: kanyremote:2645 msgid "Custom Made" msgstr "A medida" #: kanyremote:2646 msgid "Server-mode" msgstr "Modo-Servidor" #: kanyremote:2647 msgid "Bemused emulation" msgstr "EmulaciĂłn Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Modo-AT" #: kanyremote:2650 msgid "Non-available" msgstr "No disponible" #: kanyremote:2651 msgid "Update application list every" msgstr "Actualizar lista de aplicaciĂłn cada" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "seg." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Usar conexiĂłn Bluetooth, direcciĂłn " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Usar conexiĂłn TCP/IP, puerto" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Usar interfaz Web, puerto" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "Anunciar servicio a travĂ©s de Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Especificar opciones manualmente" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Conectar usando la cadena" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr " Ejecutar navegador de dispositivo con tiempo de espera" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Añadir" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Reconectar automáticamente" #: kanyremote:2670 msgid "Gnome session" msgstr "SesiĂłn Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Iniciar automaticamente con" #: kanyremote:2672 msgid "KDE session" msgstr "SesiĂłn KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "Ejecutar al inicio" #: kanyremote:2677 msgid "Cancel" msgstr "Cancelar" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Descargar cliente J2ME desde Web" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Comprobar actuazaciones del cliente J2ME" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Comprobar actualizaciones del cliente J2ME al comienzo" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "¡ No hay nada en la lista !\n" "¡ kAnyRemote no será capaz de controlar ningĂşn software !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Parar" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Iniciar" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Tipo" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Ejecutar" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Salir" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Editar" #: kanyremote:3085 msgid "Update Status" msgstr "Actualizar Estado" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Cerrar Ventana" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Comprobar configuraciĂłn" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Ayuda" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Acerca de" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Configurar" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Parar anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Esta es la primera vez que kAnyRemote es ejecutado.\n" "Por favor especifica los directorios con los archivos de configuraciĂłn de " "anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "¡ No se puede encontrar navegador para mostrar ayuda !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "¡ No se puede encontrar la documentaciĂłn !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote parado" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Preparado para conectar al" #: kanyremote:3508 msgid "Connected to phone" msgstr "Conectado al telĂ©fono" #: kanyremote:3510 msgid "Connected" msgstr "Conectado" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Nueva versiĂłn disponible del cliente J2ME. ÂżLe gustarĂ­a descargarla?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "No puedo establecer la conexiĂłn !" #: kanyremote:3802 msgid "Download failed !" msgstr "¡ FallĂł la descarga !" #: kanyremote:3811 msgid "Can not download " msgstr "No se puede descargar " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Activo" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "No está activo" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "¡ anyRemote no encontrado !\n" "Por favor instálalo o corrige el $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "¡ sdptool no encontrado !\n" "Por favor instala bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimizar" #: kanyremote:4461 msgid "Restore" msgstr "Restaurar" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "¡ Instala primero PyBluez !\n" #~ "O ejecĂştalo con la opciĂłn --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "ÂżQuieres descargar el cliente J2ME desde web?" #, fuzzy #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "¡ No se puede encontrar el instalador anyremote-j2me-client !" #~ msgid "Disconnected from phone" #~ msgstr "Desconectado del telĂ©fono" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Necesitas especificar la misma direcciĂłn y puerto 5003 en CF iViewer " #~ "configurado en el iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Usar host ip" #~ msgid "Download iViewer GUI files" #~ msgstr "Descargar archvios iViewer GUI" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "ÂżQuieres cambiar la ruta de subida para el cliente java?" #~ msgid "Run web interface with parameters" #~ msgstr "Correr interfaz web con parametros" #~ msgid "anyremote2html is not installed !" #~ msgstr "¡ anyremote2html no está instalado!" #~ msgid "Directory selection" #~ msgstr "SelecciĂłn de directorio" #~ msgid "All" #~ msgstr "Todo" #~ msgid "Custom" #~ msgstr "Custom" #~ msgid "Example" #~ msgstr "Ejemplo" #~ msgid "Install PyGTK first !!!" #~ msgstr "¡¡Instalar PyGTK primero!!" #~ msgid "New device" #~ msgstr "Nuevo dispositivo" #~ msgid "Queue ping request" #~ msgstr "Cola ping peticiĂłn" #~ msgid "Queue push request" #~ msgstr "Cola de peticiĂłn de envĂ­o" #~ msgid "Can not read the file " #~ msgstr "¡ No se puede leer el archivo !" #~ msgid "Save File As" #~ msgstr "Guardar Como" #~ msgid "Properties" #~ msgstr "Propiedades" #~ msgid "File selection" #~ msgstr "SelecciĂłn de archivo" #~ msgid "Upload" #~ msgstr "Subir" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Anular parametro \"Device=\" con" #~ msgid "Name " #~ msgstr "Nombre " #~ msgid "Address " #~ msgstr "DirecciĂłn " #~ msgid "Status " #~ msgstr "Estado " #~ msgid "Application " #~ msgstr "AplicaciĂłn " #~ msgid "Status " #~ msgstr "Estado " #~ msgid "Mode " #~ msgstr "Modo " #~ msgid "Exit" #~ msgstr "Salir" #~ msgid "Device Name:" #~ msgstr "Nombre de dispositivo:" #~ msgid "Check configuration" #~ msgstr "Comprobar configuraciĂłn" #~ msgid " from " #~ msgstr " desde " #~ msgid "Run" #~ msgstr "Ejecutar" #~ msgid "Contents..." #~ msgstr "Contenidos..." #~ msgid "Menu" #~ msgstr "MenĂş" #, fuzzy #~ msgid "Can not find anyRemote data directory !" #~ msgstr "¡ No se puede encontrar el instalador anyremote-J2ME-client !" #, fuzzy #~ msgid "&Cancel" #~ msgstr "Cancelar" #, fuzzy #~ msgid "&Save" #~ msgstr "Guardar" #, fuzzy #~ msgid "&File" #~ msgstr "Archivo" #~ msgid " Device name: " #~ msgstr " Nombre del dispositivo: " #~ msgid "Server" #~ msgstr "Servidor" #~ msgid " with parameters " #~ msgstr " con parámetros " #~ msgid "Starting backgroung threads" #~ msgstr "Comenzar hilos en segundo plano" kanyremote-8.1.1/po/de_DE.po0000644000232200023220000004052114404351273016170 0ustar debalancedebalance# German (de_DE) translations for kanyremote package # German (de_DE) messages for kanyremote. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Based on Austrian translation by Christian Zehetner. Thanks to Johann Bauer for correction # Mikhail Fedotov , 2008,2009,2010. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2010-01-20 19:15+0100\n" "Last-Translator: Johann Bauer \n" "Language-Team: German\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Language: de_DE\n" "X-Source-Language: C\n" #: kanyremote:112 msgid "Installed" msgstr "Installiert" #: kanyremote:113 msgid "Not installed" msgstr "Nicht installiert" #: kanyremote:115 msgid "No information" msgstr "Keine Information" #: kanyremote:116 msgid "Available" msgstr "VerfĂĽgbar" #: kanyremote:117 msgid "Not available" msgstr "Nicht verfĂĽgbar" #: kanyremote:118 msgid "Managed" msgstr "Verwaltet" #: kanyremote:119 msgid "Running" msgstr "Läuft" #: kanyremote:121 msgid "Connecting to device" msgstr "Verbinde mit dem Gerät" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Warte auf die Beendigung anderer Operationen" #: kanyremote:124 msgid "TCP port" msgstr "TCP Port" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Bluetooth Kanal" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP Port" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Herunterladen" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "ĂśberprĂĽfe J2ME-Client Aktualisierungen" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Keine Aktualisierungen fĂĽr den J2ME-Client gefunden." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping fehlgeschlagen !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") zum hochladen !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Kann J2ME midlet nicht finden (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Weder bluedevil-sendfile, gnome-obex-send, noch bluetooth-sendto, blueman-" "sendto oder kbtobexclient ist installiert !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Kann JAD Datei nicht finden (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Bekomme keinen Port fĂĽr die Verbindung. Sind Geräte verfĂĽgbar?" #: kanyremote:1243 msgid "Connection refused" msgstr "Verbindung zurĂĽckgewiesen" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT mode wird vom Telefon nicht unterstĂĽtzt (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "AT mode könnte vom Telefon unterstĂĽtzt werden (" # #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "AT mode wird vom Telefon nicht unterstĂĽtzt (FehlerrĂĽckmeldung)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Name" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Gerätename" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adresse" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Suche nach Geräten" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Details" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Entfernen" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "SchlieĂźen" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Datei" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Geräte Browser" #: kanyremote:1370 msgid "Scanning" msgstr "Scannen" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote wird nur ausgefĂĽhrt, wenn keine weiteren Instanzen von anyRemote " "laufen" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Kann fĂĽr Samsung Telefone nĂĽtzlich sein" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16 und 64x64 Titlesymbole sind verfĂĽgbar" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Kann mit WinMobile Geräten verwendet werden" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "anyremote-j2me-client Paket muss vorher installiert werden" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth Service ist nicht aktiviert" #: kanyremote:1703 msgid "Wait ping results" msgstr "Warte auf die Ping Resultate" #: kanyremote:1723 msgid "Device Parameters" msgstr "Geräteparameter" #: kanyremote:1725 msgid "BT address" msgstr "BT Adresse" #: kanyremote:1728 msgid "Specify Name" msgstr "Name festlegen" #: kanyremote:1729 msgid " with icon set " msgstr " mit dem Icon set" #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Starte anyRemote wenn ein Gerät gefunden wird" #: kanyremote:1731 msgid "use big title icon" msgstr "verwende groĂźe Titel Icons" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "verwende eine Version ohne JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "JAD ebenfalls hochladen" #: kanyremote:1739 msgid "with all icon sets" msgstr "mit allen Symboldateien" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Auswählen" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "Lade J2ME hoch" #: kanyremote:1743 msgid "Test AT" msgstr "Teste AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Paket" #: kanyremote:1817 msgid "Downloaded" msgstr "Heruntergeladen" #: kanyremote:1842 msgid "Warning:" msgstr "Warnung:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Installationsverzeichnis von anyremote-j2me-client ist nicht festgelegt in " "den derzeitigen Einstellungen !" #: kanyremote:1850 msgid "Configuration Check" msgstr "ĂśberprĂĽfe Konfiguration" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Anwendung" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Modus" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "Wähle Anwendung" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Speichern" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Speichern unter" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Wähle Konfigurationsdatei" #: kanyremote:2209 msgid "Ctrl+S" msgstr "" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Kann die Datei nicht speichern !" #: kanyremote:2267 msgid "General" msgstr "General" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Ordner" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Wähle die Ordner mit den Konfigurationsdateien und fĂĽge sie der Liste bei" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Leeres Feld bedeutet keine Aktualisierung" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Leeres Feld bedeutet keine Aktualisierung. Achtung: Verbindung zwischen " "Android/J2ME client und anyRemote könnte fehlschlagen, wenn gerade gesucht " "wird" #: kanyremote:2363 msgid "Server Mode" msgstr "Server Modus" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Dateien werden im Ordner $HOME/.anyRemote gespeichert" #: kanyremote:2423 msgid "AT mode" msgstr "AT Modus" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Eigenschaften" #: kanyremote:2641 msgid "Show in list : " msgstr "Zeige in einer Liste : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "Lade den J2ME Client hoch von " #: kanyremote:2643 msgid "Examples" msgstr "Beispiel" #: kanyremote:2644 msgid "Applications" msgstr "Anwendungen" #: kanyremote:2645 msgid "Custom Made" msgstr "Benutzerdefiniert" #: kanyremote:2646 msgid "Server-mode" msgstr "Server Modus" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Bemused-Emulation" #: kanyremote:2648 msgid "AT-mode" msgstr "AT Modus" #: kanyremote:2650 msgid "Non-available" msgstr "Nicht verfĂĽgbar" #: kanyremote:2651 msgid "Update application list every" msgstr "Aktualisiere Anwendungsliste alle" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Benutze Bluetooth Verbindung, Kanal " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Benutze TCP/IP Verbindung, port " #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Benutze das Web Interface, port " #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "Werbung Service ĂĽber Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Lege die Optionen manuell fest" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Verwende Verbindungszeichenfolge" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr " Starte Gerätebrowser mit Timeout" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "HinzufĂĽgen" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Automatische Wiederverbindung" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome Sitzung" #: kanyremote:2671 msgid "Auto startup with" msgstr "Automatischer Start mit" #: kanyremote:2672 msgid "KDE session" msgstr "KDE Sitzung" #: kanyremote:2675 msgid "Run on startup" msgstr "Beim Start ausfĂĽhren" #: kanyremote:2677 msgid "Cancel" msgstr "Abbrechen" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Lade J2ME Client aus dem Web herunter" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "ĂśberprĂĽfe J2ME-Client Aktualisierungen" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "ĂśberprĂĽfe J2ME-Client Aktualisierungen beim Start" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Da sind keine Anwendungen in der Liste\n" " kAnyRemote wird keine Software steuern können !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Stop" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Start" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Typ" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Befehl ausfĂĽhren" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Bearbeiten" #: kanyremote:3085 msgid "Update Status" msgstr "Aktualisiere Status" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "SchlieĂźe Fenster" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "ĂśberprĂĽfe Konfiguration" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Hilfe" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Ăśber" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Einstellungen" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Das ist das erste Mal, dass kAnyRemote ausgefĂĽhrt wurde.\n" "Bitte wähle den Ordner mit den anyRemote Konfigurationsdateien." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Kann keinen Browser finden um die Hilfe anzuzeigen !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Kann die Dokumentation nicht finden !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote gestopt" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Bereit zum Verbinden am" #: kanyremote:3508 msgid "Connected to phone" msgstr "Mit dem Telefon verbunden" #: kanyremote:3510 msgid "Connected" msgstr "Verbunden" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "" "Eine neue Version des J2ME-Clients ist verfĂĽgbar. WĂĽrden Sie sie gerne " "herunterladen?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Kann die Verbindung nicht aufbauen !" #: kanyremote:3802 msgid "Download failed !" msgstr "Herunterladen ist gescheitert !" #: kanyremote:3811 msgid "Can not download " msgstr "Fehlgeschlagener Download der Datei " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Aktiviert" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Nicht aktiviert" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote wurde nicht gefunden !\n" "Bitte installiere es oder korrigiere $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool wurde nicht gefunden !\n" "Bitte installiere bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimiere" #: kanyremote:4461 msgid "Restore" msgstr "Wiederherstellen" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Installiere vorher PyBluez !\n" #~ "Oder starte mit der Option --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Möchten Sie den J2ME Client aus dem Web herunterladen ?" #~ msgid "channel" #~ msgstr "Kanal" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Kann die anyremote-j2me-client Installation nicht finden !" #~ msgid "Disconnected from phone" #~ msgstr "Vom Telefon getrennt" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Sie mĂĽssen die gleiche Adresse und den gleichen Port 5003 in den CF " #~ "iViewer Einstellungen im iPhone/iPod Touch angeben" #~ msgid "Use host ip" #~ msgstr "Benutze host ip" #~ msgid "Download iViewer GUI files" #~ msgstr "iViewer GUI Dateien herunterladen" #~ msgid "Directory selection" #~ msgstr "Ordner Auswahl" #~ msgid "All" #~ msgstr "Alle" #~ msgid "Custom" #~ msgstr "Benutzerdefiniert" #~ msgid "Example" #~ msgstr "Beispiel" #~ msgid "Install PyGTK first !!!" #~ msgstr "Installiere zuerst PyGTK !!!" #~ msgid "New device" #~ msgstr "Neues Gerät" #~ msgid "Queue ping request" #~ msgstr "Ping Anfrage in die Warteschleife stellen" #~ msgid "Queue push request" #~ msgstr "Push Anfrage in die Warteschleife stellen" #~ msgid "Can not read the file " #~ msgstr "Kann die Datei nicht lesen" #~ msgid "Save File As" #~ msgstr "Datei speichern unter" #~ msgid "Properties" #~ msgstr "Eigenschaften" #~ msgid "File selection" #~ msgstr "Dateiauswahl" #~ msgid "Run web interface with parameters" #~ msgstr "Starte Web Interface" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html ist nicht installiert !" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Möchten Sie den Pfad fĂĽr Uploads des Java Clients ändern ?" kanyremote-8.1.1/po/es_ES.gmo0000644000232200023220000002326014404351273016373 0ustar debalancedebalanceŢ•‹tżĚČ É Ů )ç  % #? 2c – ž ¤ « Ż · × ç ó   ! + 6 > P b ‚ Ł Ä "Ö ů #,P?m­ĹĚŕ"ú:ADT™ ź¬ ŔĘÝň ' 6B T`~  ›§¬ÄxŕYbr'wź § µż Ä7Î #(H-v&… ¬oş * 5 CQT\ a k y…Šž¦Ääóű ".4 DQjpw|‹”SśfđW \j !”¶Ňéü.87pH‚Ë-Ó4PG ©2·ę3ň-&=T’ 𤫠ł$ľă ö + G R`h{"‹)®'Ř"#:&^7…,˝Nę 9Zc(|6Ą,Ü M$ry ˇ«ÂŰďö˙)? Z f‡ ź Ş¶ ˝#Ţ“śĄ.­Ü ä ňţ  > M Y d n s Gz  9Ó !t!!  ! ®!»!Ă!Ë!Đ!ă!ř!" " (" 2"7S"‹" ž"¬" ´"Á" Ü" ç" ő"## '#H#P#W#]# m# x#Y‚#‰Ü#f$k$$}$ ˘$%­$Ó$ń$ %%%%K%c%Dj%Ż%WŔ%&7 &X&]&z&’&X LP&rY,\yZON3s?‡=[‚ 'Ib-d.:‰M@V!14UG0^|QSE"t$;wF<Wl(j/f*7]_+cB RDeCH#`9…€{†8ong%6~upAJvi2xKk„5>hŠ‹a qT)}zm with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUse Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2010-01-24 21:15+0400 Last-Translator: Francisco Toca Language-Team: Spanish Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); con icono tipo ) Para subir!Iconos de tĂ­tulo 16x16 y 64x64 están disponiblesModo ATEl modo AT podrĂ­a ser soportado por el telĂ©fono (El modo AT no es soportado por el telĂ©fono (El modo AT no es soportado por el telĂ©fono (respuesta ERROR)Modo-ATAcerca deActivoAñadirDirecciĂłnAnunciar servicio a travĂ©s de AvahiSubir tambiĂ©n JADAplicaciĂłnAplicacionesReconectar automáticamenteIniciar automaticamente conDisponibleDirecciĂłn BTBemusedEmulaciĂłn Bemusedcanal BluetoothServicio Bluetooth no está activoPuede ser usado en dispositivos WinMobilePuede ser Ăştil para telĂ©fonos SamsungNo se puede descargar No puedo establecer la conexiĂłn !No se puede encontrar J2ME midlet (No se puede encontrar el archivo JAD (¡ No se puede encontrar navegador para mostrar ayuda !¡ No se puede encontrar la documentaciĂłn !No se puede obtener puerto para conectar. ÂżHay algĂşn dispositivo disponible?¡ No se puede leer el archivo !CancelarComprobar configuraciĂłnComprobar actuazaciones del cliente J2MEComprobar actualizaciones del cliente J2ME al comienzoComprobando actualizaciones del cliente J2MEElegirEscoger aplicaciĂłnElegir directorios con los archivos de configuraciĂłn y añadirlos a la listaCerrarCerrar VentanaComprobar configuraciĂłnConectadoConectado al telĂ©fonoConectando a dispositivoConexiĂłn rechazadaCtrl+SA medidaBorrarDetallesNavegador de dispositivosNombre de dispositivoParámetros de dispositivoDirectoriosDescargar cliente J2ME desde Web¡ FallĂł la descarga !DescargadoDescargandoEditarEditar archivo de configuraciĂłnCampo vacio significa no actualizarCampo vacio significa no actualizar. Cuidado: Cliente Android/J2ME podrĂ­a fallar al conectar a anyRemote cuando la navegaciĂłn estĂ© en procesoEjemplosEjecutarArchivoLos archivos se guardarán en $HOME/.anyremoteGeneralSesiĂłn Gnomepuerto HTTPAyudaInstaladoEs necesario instalar el paquete anyremote-j2me-client primeroSesiĂłn KDEControladoMinimizarModoNombreNueva versiĂłn disponible del cliente J2ME. ÂżLe gustarĂ­a descargarla?Sin informaciĂłnNo se han encontrado actualizaciones para el cliente J2MENo disponible¡Ni bluedevil-sendfile, ni gnome-obex-send, ni bluetooth-sendto, blueman-sendto ni kbtobexclient están instalados!No está activoNo disponibleNo instaladoAceptarPaquetePing¡ Ping correcto !¡ Ping ha fallado !ConfiguraciĂłnSalirPreparado para conectar alRestaurarIniciar anyRemote cuando detecte Ejecutar navegador de dispositivo con tiempo de esperaEjecutar al inicioEjecutándoseGuardarGuardar ComoEscanear para dispositivosEscaneandoModo-ServidorConfigurarMostrar en lista : Especificar nombreEspecificar opciones manualmenteIniciarEstadoPararParar anyRemotepuerto TCPProbar AT¡ No hay nada en la lista ! ¡ kAnyRemote no será capaz de controlar ningĂşn software !Esta es la primera vez que kAnyRemote es ejecutado. Por favor especifica los directorios con los archivos de configuraciĂłn de anyRemote.TipoActualizar EstadoActualizar lista de aplicaciĂłn cadaSubir J2MEUsar conexiĂłn Bluetooth, direcciĂłn Usar conexiĂłn TCP/IP, puertoUsar interfaz Web, puertoConectar usando la cadenaEspere que otras operaciones terminenEsperar resultados pingAviso:¡ anyRemote no encontrado ! Por favor instálalo o corrige el $PATHanyRemote paradoanyRemote solo se ejecutará si ninguna otra instancia de anyRemote está ejecutándoseiViewer¡ sdptool no encontrado ! Por favor instala bluez-utilseg.usar icono de tĂ­tulo grandeusar version sin JSR-82con todos los tipos de iconoskanyremote-8.1.1/po/pt_BR.gmo0000644000232200023220000001552114404351273016404 0ustar debalancedebalanceŢ•eD‰l‘ ˇ)ŻŮ%á# 2+ ^ f l p x ” ˇ °  Ě Ô ô  #- ?Q ‘ © ° Ä Ë DŢ # ) 6 J T g | Ź › ˘ Ş ą Ĺ × ă î ó  ' 0 @ 'E m { € Š – ž § ¬ ± Ŕ oÎ > I W e h p u  Ť ™ ˇ ż ß ç ě ý   ,29>SFfš 2Rd8m¦H¸- 7<|OĚâ7ň*$2)W:ĽÄ Ę ÔŢ ń ü# AM'U%}&Ł0ĘXű%TzśĄKş  9CYs …“›¤ľŇ íů  -5cl}-…łÄ ĘÔ ă îřýt(ťŻŔĎŇŮ Ţ č ö $)3 ]ho … “ž˛ĹÎŐ ŰJĺ0ąľ&Ď'ö ;@F‡Vď6÷.3JK(D?W9`^Q+0%2S7PGc/VZ\MRLY H.8O3F$4!  U5IT1CNE "=d_ XB@>#,<&6eba-) A:*'[]; with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutAddAddressAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBemusedBluetooth service is not activeCan be useful for Samsung phonesCan not find JAD file (Can not find browser to show help !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownloadedEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFileFiles will be saved to $HOME/.anyRemoteGnome sessionHelpInstalledKDE sessionManagedMinimizeModeNameNo informationNon-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesRestoreRun anyRemote when discoveredRun device browser with timeoutRunningSaveScan for devicesServer-modeSetupShow in list : Specify NameStartStatusStopTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconProject-Id-Version: kanyremote 6.0 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-10-07 10:49+0400 Last-Translator: Language-Team: Brazilian Portuguese Language: pt_BR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); Com Ă­cone definido ) para enviar !EstĂŁo disponĂ­veis Ă­cones do tĂ­tulo em 16x16 e 64x64Modo-ATModo AT Ă© suportado pelo telefone (Modo AT nĂŁo Ă© suportado pelo telefone (Modo AT nĂŁo Ă© suportado pelo telefone (ERRO na resposta)Modo-ATSobreAdicionarEndereçoSomente Enviar JADAplicativoAplicativosReconectar automaticamenteIniciar automaticamente com aDisponĂ­velBemusedServiço de Bluetooth está desátivadoPode ser Ăştil para celulares SamsungArquivo JAD nĂŁo pode ser encontrado (Navegador nĂŁo encontrado para mostrar a ajuda !NĂŁo foi possĂ­vel obter uma porta para se conectar. Há algum dispositivo disponĂ­vel ?NĂŁo foi possĂ­vel salvar o arquivo !CancelarVerificar ConfiguraçãoEscolherEscolha o aplicativoEscolha os diretĂłrios com arquivos de configuração e adicione-os a listaFecharFechar JanelaVerificador de configuraçãoConectadoConectado ao telefoneConectando ao dispositivoConexĂŁo recusadaPersonalizadoDeletarDetalhesNavegador de dispositivosNome do dispositivoParâmetros do dispositivoDiretĂłriosDownload concluĂ­doEditarEditar arquivo de configuraçãoO Campo vazio significa nenhuma atualizaçãoExemplosExecutar ComandoArquivoOs arquivos serĂŁo salvos em $HOME/.anyRemoteSessĂŁo do GnomeAjudaInstaladoSessĂŁo do KDEGerenciadoMinimizarModoNomeNenhuma InformaçãoNĂŁo disponĂ­velbluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto, kbtobexclient, nenhum deles está instalado !Está desátivadoNĂŁo disponĂ­velNĂŁo instaladoOKPacotePingPing OK !Ping falhou !PreferĂŞnciasRestaurarExecutar anyRemote quando descobertoTempo limite do navegador de dispositivosExecutandoSalvarProcurar dispositivosModo-ServidorConfigurarMostrar na lista : Especifique o nomeExecutarEstadoPararTestar ATNĂŁo há itens na lista ! kAnyRemote nĂŁo pode gerenciar nenhum software !Está Ă© a primeira vez que o kAnyremote Ă© carregado. Por favor especifique os diretĂłrios com arquivos de configuração do anyRemote.TipoAtualizar EstadoAtualizar lista de aplicações a cadaEsperando outras operações terminaremAguardando resultado do pingAtenção:anyRemote nĂŁo encontrado ! Por favor instale ou reinstale $PATHanyRemote paradoanyRemote carregara somente se outra instancia do anyremote nĂŁo estiver em execuçãoiViewersdptool nĂŁo encontrado ! Por favor instale bluez-utilseg.Usar tĂ­tulo grande no Ă­conekanyremote-8.1.1/po/sv_SE.gmo0000644000232200023220000002260014404351273016411 0ustar debalancedebalanceŢ•‰dż¬¨ © ą )Ç ń %ů # 2C v ~ „ ‹ Ź — § ł Ŕ Ď á ë ó  % F g "y ś · #Ď ó ?Pho"ťŔÝäD÷< BO cm€•¨ Ż»ÂĘ Ůĺ ÷! 3 >JOgxü'D L Zd^i Č7Ň ',H1z&‰ °oľ . 9 GUX` e o }‰Ž–´ÔÜáéú  ! 1>W]dixS‰fÝD IW u!šĽŘë 8&_Hqş-Âđő#L6š0Żŕ#é" ;0l u ‰”› Ż »Éĺ ü &$#K*oš® ĂŃ+ę$@;|—ž%±/×(0 6CDŹ  łľÖě  .9 J%Tz • źŞł&ΔőŠ’˘¤*ŞŐ Ţ ěö]ý [7g ź«´˝ĂIČ #% I sZ Î × ç ű ţ ! !! +!6! >!%J!$p!•!›! ˇ!«!ľ! Ď! Ű!ç!ö! """3"9"@"F"W"`"9i"~Ł""#&#7#U#d###§#Ç#9ă#$;$ID$Ž$IĄ$ď$.÷$&%*%D%`%W KO#pX)[wYNM0q<z}…:Z†€ $G`*b+h7‡L=U.1TE-B{PRCIr!8uvD9Vj%g,c'4\^(a? QA@F _6~y5mld"3sn>Htf/Ji‚2;e]‰„ oS&|xk with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBemusedBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitRestoreRun anyRemote when discoveredRun device browser with timeoutRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.0 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2012-09-26 12:39+0100 Last-Translator: Daniel Holm Language-Team: Swedish Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); med ikonuppsättning ) för uppladdning !16x16- och 64x64-titelikoner finns tillgängligaAT-lägeTelefonen har stöd för AT-läge (Telefonen stödjer inte AT-läge (Telefonen stödjer inte AT-läge (felaktigt svar erhölls).AT-lägeOm programmetAktivLägg tillAdressLadda även upp JADApplikationApplikationerAutomatisk ĂĄteruppkopplingStarta automatiskt medTillgängligFörvirradBluetooth kanalBluetooth-tjänsten är inte aktiveradKan användas med WinMobile-enheterKan vara användbart med Samsung-telefonerKan inte laddas nerKan inte koppla upp!J2ME-midlet (Kan inte hitta JAD-fil (Webläsare att visa hjälpfilen med saknas.Dokumentationen gĂĄr inte att hitta.Kan inte koppla upp till angiven port. Ă„r enheten tillgänglig?Filen gĂĄr inte att spara.AvbrytVisa konfigurationSök uppdateringar till J2ME-klientenSök uppdateringar till J2ME-klienten vid startSöker uppdateringar till J2ME-klienten.VäljVälj programVälj kataloger med konfigurationsfiler och lägg till dem i listanStängStäng fönstretVisa KonfigurationUppkoppladUppkopplad till telefonKoppla upp till enhetUppkoppling vägradesCtrl+SEgnaRaderaDetaljerApparatsökningEnhetsnamnEnhetsparametrarKatalogerLadda ner J2ME-klient frĂĄn Internet.Nedladdning misslyckades !NerladdadLaddar nerRedigeraRedigera konfigurationsfilTomt fält innebär inga uppdateringarTomt fält innebär ingen uppdatering. Beakta: Det är möjligt att Android/J2ME klienten inte kan fĂĄ kontakt med anyRemote medan sökning pĂĄgĂĄr.ExempelUtför kommandoFArkivFiler kommer att sparas i $HOME/.anyRemoteAllmäntGnome-sessionHTTP portHjälpanyRemote-j2me-clients installationskatalog har inte angetts i de nuvarande inställningarna.InstalleradanyRemote-j2me-klientpaketet mĂĄste installeras först.KDE-sessionHanteradMinimeraLägeNamnEn ny version av J2ME-klienten finns tillgänglig. Vill du ladda ner den?Information saknasFanns inga uppdateringar till J2ME.Ej tillgängligtVarken bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto eller kbtobexclient finns installerat.Ej aktivEj tillgängligInstallation saknasOKPaketPingPing lyckades!Ping misslyckades!EgenskaperAvslutaĂ…terställStarta anyRemote när enhet upptäcksUtför apparatsökning med tidsfristKörsSparaSpara somLeta efter enheterSökning pĂĄgĂĄrServerlägeServerlägeInställningarVisa följande:Ange namnSpecifiera manuella inställningarStartStatusStoppStoppa anyRemoteTCP portTesta ATListan är tom. kAnyRemote kan inte styra nĂĄgra program.Detta är första gĂĄngen som kAnyRemote startas. Var god ange katalogerna i vilka konfigurationsfilerna till anyRemote finns.TypUppdatera statusUppdatera programlistan varheLadda upp J2MELadda upp J2ME-klienten frĂĄn Använd Bluetoothuppkoppling, kanalAvänd TCP/IP-uppkoppling, portAnvänd uppkopplingssträngVänligen vänta tills övriga operationer har slutförtsVänta pĂĄ resultatet av pingVarning:anyRemote saknas. Var god och installera programmet eller korrigera $PATHanyRemote har stoppatsStarta endast anyRemote om inga andra instanser av anyRemote är i gĂĄng.iViewersdptool saknas. Var god installera bluez-util.sekanvänd stora titelikoneranvänd version utan JSR-82med samtliga ikonuppsättningarkanyremote-8.1.1/po/ru_RU.gmo0000644000232200023220000003066714404351273016442 0ustar debalancedebalanceŢ•Ź”ż    )' Q %Y # 2Ł Ö Ţ ä ë ď ÷  ' 3 @ O a k v ~  ˘  ă "9T#l?­í  ":]zD”Ů ßě  2E LX_g v‚ ” ľ Đ Űçěx ™˘˛´'ąá é ÷^ e7o §ł»ÄÉHÎ&& Mo[ Ë Ö äňőý   &+?Ge…”śˇ©ş Ă ĎŰá ńţ$)8ASIfť  5A!Z|ŻÂâô8ý6HH‘-™ÇĚßú©  ·ŘFÜ#Z3FŽoŐEUjy Š6•!Ěî?&X ¨ÁŘSöPJ1›@Í .-O.}ެ0;l+};©OĺN5 „ %“ ą 9!H!)`!#Š!9®!4č!("F"M"j"y""Ą"'Á"é"<ú"%7#]#n#…#> #oß#O$n%!}%ź%ˇ%<Ş% ç%ň%ř% &Ż&Ĺ&WÚ&2'6'M' j'u'j|'ç'<ű'8(…O(Ő(ę(˙() ()3)(<)e)) ”)*ź)Ę):ß)=*&X**–*©*!Ă*ĺ*ü*+0+'C+k+0+˛+Ĺ+Ř+í+ ,",y>,¦¸,_-#f-AŠ-Ě-(ä-= .8K.H„.BÍ.A/0R//nˇ/0v.0Ą0P­0ţ0N13U1-‰1Z NR&u[,…^|\QP3v?‹=]چ 'Jd-f.m:ŤO@X!14WH0E€SUF"Lw$;zG<Yo(l/h*7_a+eB TDgCI#b9‰„~Š8rqi%6‚xsAKyk2{Mn5‡>j`ŽŹc tV)}p with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-07-02 13:24+0400 Last-Translator: Mikhail Fedotov Language-Team: Russian Language: ru MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); Ń Đ˝Đ°Đ±ĐľŃ€ĐľĐĽ иконок ) !возможны 16x16 и 64x64 иконки для заголовкаРежим ĐТВозможно, что режим ĐТ поддерживаетŃŃŹ телефоном (Режим ĐТ не поддерживаетŃŃŹ телефоном (Режим ĐТ не поддерживаетŃŃŹ телефоном (Ответ Ńодержит ĐľŃибкŃ)Режим ĐТO программеЗапŃщенДобавитьĐдреŃОпŃбликовать ŃĐµŃ€Đ˛Đ¸Ń Ń‡ĐµŃ€ĐµĐ· AvahiТакже загрŃжать JADПриложениеПриложенияПереподŃоединятьŃŃŹ автоматичеŃкиĐвтозапŃŃĐş Ń ŃеŃŃиейДоŃŃ‚ŃпенĐĐ´Ń€ĐµŃ BT: BemusedĐ­ĐĽŃляция Bemusedканале BluetoothBluetooth не активенМожет быть иŃпользован на ŃŃтройŃтвах Ń WinMobileМожет оказатьŃŃŹ полезным для телефонов SamsungНевозможно загрŃзить файл Невозможно ŃŃтановить Ńоединение !J2ME midlet не найден (JAD-файл не найден (Невозможно найти web browser !ДокŃментация не найдена !Невозможно найти порт для подŃоединения. ĐŁŃтройŃтво дейŃтвительно включено ?Невозможно Ńохранить файлОтменитьПроверить КонфигŃрациюПроверить обновления J2ME-клиентаПроверять обновления J2ME-клиента при ŃтартеПроверяетŃŃŹ наличие обновлений J2ME-клиентаВыбратьВыберите приложениеВыберите каталоги Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационными файлами и добавьте их Đş ŃпиŃĐşŃЗакрытьЗакрыть окноПроверка КонфигŃрацииСоединение активноСоединение Ń Ń‚ĐµĐ»ĐµŃ„ĐľĐ˝ĐľĐĽ активноПодŃоединяемŃŃŹ Đş ŃŃтройŃтвŃĐ’ Ńоединении отказаноCtrl+SДополнительныеУдалитьПодробноŃтиУŃтройŃтваĐĐĽŃŹ ŃŃтройŃтваПараметры ĐŁŃтройŃтваКаталогиЗагрŃзить J2ME-клиент из интернетаЗагрŃзка неŃŃпеŃна !ЗагрŃженЗагрŃжаетŃяРедактироватьРедактировать файла конфигŃрацииПŃŃтое поле означает, что обновление производитьŃŃŹ не бŃдет.ĐźŃŃтое поле означает, что обновление производитŃŃŹ не бŃдет. Внимание: Android/J2ME клиент может быть неŃпоŃобен подключитьŃŃŹ Đş anyRemote когда процеŃŃ ĐżĐľĐ¸Ńка активенПримерыВыполнить командŃFФайлФайлы бŃĐ´ŃŃ‚ Ńохранены в $HOME/.anyRemoteОбщееGnomeHTTP портŃПомощьВ текŃщей конфигŃрации иŃпользŃетŃŃŹ каталог отличный от того, где ŃŃтановлен пакет anyremote-j2me-clientĐŁŃтановленНебходимо Ńначала ŃŃтановить пакет anyremote-j2me-clientKDEУправляетŃяМинимизироватьРежимĐмяДоŃŃ‚Ńпна новая верŃия J2ME-клиента. Хотели бы Đ’Ń‹ Ńкачать её ?Нет данныхОбновлений J2ME-клиента не найденыНедоŃŃ‚ŃпныеНи один из bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto и kbtobexclient не ŃŃтановлен !ĐžŃтановленНедоŃŃ‚ŃпенНе ŃŃтановленПринятьПакетПингПинг выполнен ŃŃпеŃноПинг неŃŃпеŃенНаŃтройкиВыходОжидание Ńоединения наРазвернŃтьЗапŃŃкать anyRemote при обнарŃженииЗапŃŃкать поиŃĐş ŃŃтройŃтв каждыеЗапŃŃтить при ŃтартеВыполняетŃяСохранитьСохранить КакĐŃкать ŃŃтройŃтваВыполняетŃяРежим СервераРежим СервераНаŃтройкаПоказывать в ŃпиŃке : Укажите ĐмяУказать наŃтройки врŃчнŃюЗапŃŃтитьСоŃтояниеОŃтановитьОŃтановить anyRemoteTCP портŃПроверить режим ĐТСпиŃок ĐżŃŃŃ‚ ! kAnyRemote не Ńможет Ńправлять программным обеŃпечением !kAnyRemote запŃŃкаетŃŃŹ впервые. ПожалŃĐąŃта Ńкажите каталоги Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационными файлами anyRemote.ТипОбновить СоŃтояниеОбновлять ŃпиŃок приложений каждыеЗагрŃзить J2MEПоŃылать J2ME-клиент из ПодŃоединятьŃŃŹ через Bluetooth, каналПодŃоединятьŃŃŹ через TCP/IP, портПодŃоединятьŃŃŹ через Web-интерфейŃ, портĐŃпользовать параметры подключенияОжидаем заверŃения Đ´Ń€Ńгих операцийОжидание резŃльтатов пингПредŃпреждение:anyRemote не найден ! ПожалŃĐąŃта ŃŃтановите его или иŃправьте $PATHanyRemote не запŃщенanyRemote бŃдет запŃщен, только еŃли нет Đ´Ń€Ńгих активных экземпляровiViewersdptool не найден ! ПожалŃĐąŃта ŃŃтановите bluez-utilŃек.иŃпользовать больŃŃŃŽ Đ¸ĐşĐľĐ˝ĐşŃ Đ´Đ»ŃŹ заголовкаиŃпользовать верŃию без JSR-82ŃĐľ вŃеми набороми иконокkanyremote-8.1.1/po/ka_GE.gmo0000644000232200023220000003720414404351273016346 0ustar debalancedebalanceŢ•‘¤Á, 0 1 A )O y % #§ 2Ë ţ      ? O [ h w ‰ “ ž ¦ ¸ TĘ  ? `"“¶Ń#é ?*j8‚»ÂÖ"đ07DJŹ •˘ ¶ŔÓčű  ,8 JVt † ‘ť˘şxÖOXhj'o— ź ­·^Ľ 7% ]iqzH„Í&Ü o  Ś š¨«ł ¸  ĐÜáőý;JRW_p y …‘— §´ÍÓÚßî÷S˙fSş żÍ ë÷!2NexŞ8łěHţG-O}‚•°„Ă6H"o˘(kŞŻĹŰń i&,˝!ŮVű"R*u4 Ő'Ý%Ě+QřJ Ę 5L!3‚!9¶!2đ!w#"C›"‘ß"Kq#«˝#i$@‚$eĂ$„)%e®%&1*&Ô\&1'+G'Cs'*·'Câ'O&(@v(·((ľ(ç(÷(=)7N)F†)$Í)Vň)6I*$€*Ą*Á*VÝ*r4+W§+˙,7-V-X-th-Ý-ö-.+.ĺG.!-/XO/¨/Ă/Ů/ď/0Ş04Ŕ0]ő0;S1ÁŹ1Q2-p2+ž2 Ę2×2ę2ú2*3!@3b34{3°3HĆ3V4:f4ˇ4Ŕ4)Ö4C5D5+`5+Ś5¸5(Î5+÷5J#6n6„6š6)ł6Ý6ń6ł 7ż7 Ő84â8]9$u9>š9dŮ9U>:d”:Sů:fM;D´;"ů;z<—<z·<2=]:==Z =Rű=5N>o} im/V= 2‰WcwT"~9+.SE‡,f!lX]8\'vO# FqI<U(Z4-*yYuPh061ŠR :LM„_[5?A€‘se{‹7 b >jN%GQa`‚gŚ)zŤHd†kŽJ|;x…3rKtBpCn^$Ź&D@ with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth connection will not work. It needs to run bluetoothd daemon with -C optionBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !Can not start anyRemote. No configuation file specified!CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 8.1 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2023-02-22 08:33+0100 Last-Translator: Temuri Doghonadze Language-Team: Georgian <(nothing)> Language: ka MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Poedit 3.2.2 á®áá˘áŁášá”á‘áᡠáśáá™á á”á‘áá— ) ááˇáá˘á•áá á—áá“ !á®á”ášá›ááˇáá¬á•á“áťá›áá 16x16 á“á 64x64 áˇáá—ááŁá áᡠá®áá˘áŁášá”á‘áAT á á”áźáá›áAT á á”áźáá›á á¨á”áá«ášá”á‘á á›á®áá á“áá­á”á áášáá á˘á”ášá”á¤áťáśáᡠá›áá”á  (AT á á”áźáá›á á›á®áá á“ááŁá­á”á á”ášáá á˘á”ášá”á¤áťáśáᡠá›áá”á  (AT á á”áźáá›á á›á®áá á“ááŁá­á”á á”ášáá á˘á”ášá”á¤áťáśáᡠá›áá”á  ( ážááˇáŁá®áᡠá¨á”áŞá“áťá›á)AT-á á”áźáá›áá¨á”áˇáá®á”á‘ááĄá˘ááŁá áá“áá›áá˘á”á‘áá›ááˇáá›áá á—ááˇá”á á•ááˇáᡠá’áá›áťáĄá•á”á§áśá”á‘á Avahi-áᡠáˇáá¨áŁáášá”á‘áá—ááˇá”á•á” áá˘á•áá á—á”á— JADáážášáá™ááŞáááážášáá™ááŞáá”á‘ááá•á˘áťá›áá˘áŁá á á®á”ášáá®ášá á“áá™áá•á¨áá á”á‘ááá•á˘áť á’áá¨á•á”á‘áá®á”ášá›ááˇáá¬á•á“áťá›ááá‘ášáŁá—áŁá–áᡠá›ááˇáá›áá á—áBemusedBemused-áᡠá”á›áŁášááŞááá‘ášáŁá—áŁá–áᡠáá á®áá‘ášáŁá—áŁá–áᡠá›áá”á á—á”á‘á áá  áá›áŁá¨áá•á”á‘áˇ. áˇáá­áá áťá, á áťá› bluetoothd á“á”á›áťáśá -C ážáá áá›á”á˘á áá— á’ááŁá¨á•áá—á‘ášáŁá—áŁá–áᡠáˇá”á á•ááˇá ááĄá˘ááŁá á áá ááá¨á”áá«ášá”á‘á á’áá›áťá§á”áśá”á‘áŁáš ááĄáśáᡠWinMobile á›áťá¬á§áťá‘áášáťá‘á”á‘á–á”á¨á”áá«ášá”á‘á áˇááˇáá á’á”á‘ášáť áá§áťáˇ Samsung-áᡠá˘á”ášá”á¤áťáśá”á‘ááˇá—á•ááˇá’áá“á›áťá¬á”á áᡠá¨á”áŞá“áťá›á á›áá”á á—á”á‘áᡠá¨á”áŞá“áťá›á !J2ME á›áá“ášá”á˘á á•á”á  á•áážáťá•á” (JAD á¤ááášá á•á”á  á•áážáťá•á” (á“áá®á›áá á”á‘áᡠáˇáá©á•á”áśá”á‘ášáá“ á‘á ááŁá–á”á á á•á”á  á•áážáťá•á”!á“áťá™áŁá›á”áśá˘ááŞáá á•á”á  á•áážáťá•á” !á›ááˇáá”á á—á”á‘á”ášá ážáťá á˘áᡠá’áá á”á¨á”. á›áťá¬á§áťá‘áášáťá‘á á¨á”á”á á—á”á‘áŁášáá ?á¤ááášáᡠá¨á”áśáá®á•á á¨á”áŁá«ášá”á‘á”ášáá!á¨á”áŞá“áťá›á anyRemote-áᡠá’áá¨á•á”á‘ááˇááˇ. á™áťáśá¤áá’áŁá ááŞááᡠá¤ááášá á›áá—áá—á”á‘áŁášá áá áá!á’ááŁáĄá›á”á‘áá¨á”áá›áťá¬á›á”á— á™áťáśá¤áá’áŁá ááŞááJ2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá¨á”á›áťá¬á›á”á‘áá’áá¨á•á”á‘ááˇáᡠJ2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá¨á”á›áťá¬á›á”á‘áJ2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá¨á”á›áťá¬á›á”á‘áááá á©áá”á—ááá á©áá”á— áážášáá™ááŞááááá á©áá”á— á™áťáśá¤áá’áŁá ááŞááᡠá¤ááášá”á‘áᡠá¨á”á›áŞá•á”ášá áˇááĄáá¦áášá“á”á”á‘á á“á á“ááá›áá˘á”á— ááˇááśá áˇááá¨áá“áá®áŁá á•áá¤ááśáŻá áᡠá“áá®áŁá á•áá™áťáśá¤áá’áŁá ááŞááᡠá¨á”á›áťá¬á›á”á‘áá“áá™áá•á¨áá á”á‘áŁášááá˘á”ášá”á¤áťáśá á“áá™áá•á¨áá á”á‘áŁášááá›áťá¬á§áťá‘áášáťá‘ááˇá—ááś á“áá™áá•á¨áá á”á‘áá“áá™áá•á¨áá á”á‘á áŁáá á§áťá¤áášááCtrl+Sá®á”ášáá— á¨á”áĄá›áśáášáá¬áá¨ášáá“á”á˘áášá”á‘áá›áťá¬á§áťá‘áášáťá‘áᡠá‘á ááŁá–á”á áá›áťá¬á§áťá‘áášáťá‘áᡠáˇáá®á”ášáá›áťá¬á§áťá‘áášáťá‘áᡠážáá áá›á”á˘á á”á‘ááˇááĄáá¦áášá“á”á”á‘áJ2ME-áᡠá™ášáá”áśá˘áᡠá•á”á‘áá“ááś á’áá“á›áťá¬á”á áá’áá“á›áťá¬á”á áᡠá¨á”áŞá“áťá›á !á’áá“á›áťá¬á”á áášááá’áá“á›áťá¬á”á áá©ááˇá¬áťá á”á‘áá™áťáśá¤áá’áŁá ááŞááᡠá¤ááášáᡠá©ááˇá¬áťá á”á‘ááŞáá áá”ášá á•á”ášá áśáá¨áśáá•áˇ, á áťá› á’ááśáá®ášá”á‘á”á‘á áá áááŞáá áá”ášá á•á”ášá áśáá¨áśáá•áˇ, á áťá› á’ááśáá®ášá”á‘á”á‘á á›ááŁá¬á•á“áťá›á”ášáá. á¤á á—á®áášáá“: Android/J2ME á™ášáá”áśá˘á”á‘á á•á”á  á“ááŁá™áá•á¨áá á“á”á‘áááś AnyRemote-áˇ, á áťáŞá á«á”á‘áśá á›áá›á“ááśáá á”áťá‘áˇá›áá’áášáá—á”á‘áá‘á á«ááśá”á‘áᡠá¨á”áˇá áŁášá”á‘áFá¤ááášáá¤ááášá”á‘á á¨á”áśáá®áŁášá ááĄáśá”á‘á áˇááĄáá¦áášá“á”á¨á $HOME/.anyRemoteá«áá áá—áá“áGNOME-áᡠáˇá”áˇááHTTP ážá áťáĄáˇáá“áá®á›áá á”á‘áá›áá›á“ááśáá á” á“áá§á”áśá”á‘áᡠá™áťáśá¤áá’áŁá ááŞááá¨á anyremote-j2me-client-áᡠá“áá§á”áśá”á‘áᡠáˇááĄáá¦áášá“á” á›áá—áá—á”á‘áŁášá áá áá !á“áá§á”áśá”á‘áŁášáááŻá”á  anyremote-j2me-client ážáá™á”á˘á áŁáśá“á á“ááá§á”áśáťá—KDE-áᡠáˇá”áˇááá›áá á—áŁášáá©áá™á”áŞá•áá á”áźáá›ááˇáá®á”ášáá®á”ášá›ááˇáá¬á•á“áťá›áá J2ME-áᡠá™ášáá”áśá˘áᡠáá®áášá á•á”á áˇáá. á’áśá”á‘áá•á— á’áá“á›áťá¬á”á áťá— ?ááśá¤áťá á›ááŞááᡠá’áá á”á¨á”J2ME-áᡠá™ášáá”áśá˘áᡠá’ááśáá®ášá”á‘á”á‘áᡠá’áá á”á¨á”.áá  áá áᡠá®á”ášá›ááˇáá¬á•á“áťá›áážáá™á”á˘á”á‘áá“ááś bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto á“á kbtobexclient áá áŞ á”á á—á á“áá§á”áśá”á‘áŁášá áá áá !áá áááĄá˘ááŁá áá®á”ášá›ááŁá¬á•á“áťá›á”ášááá“áá§á”áśá”á‘áŁášá áá ááá“ááá®ážáá™á”á˘áážááśá’ááážááśá’á”á‘á !ážááśá’áᡠá¨á”áŞá“áťá›á !ážáá áá›á”á˘á á”á‘áá’áá›áťá á—á•áá•á”ášáťá“á”á‘á á›áá”á á—á”á‘ááˇáá¦á“á’á”áśáAnyRemote-áᡠá’áá¨á•á”á‘á áá¦á›áťá©á”áśááˇááˇá›áťá¬á§áťá‘áášáťá‘á”á‘áᡠáˇá™ááśáá á”á‘á á§áťá•á”ášá©áá˘á•áá á—á•ááˇáᡠá’áá¨á•á”á‘áá’áá¨á•á”á‘áŁášááá¨á”áśáá®á•áá¨á”áśáá®á•á, á áťá’áťá áŞá›áťá¬á§áťá‘áášáťá‘á”á‘áᡠáá¦á›áťá©á”áśááˇá™ááśáá á”á‘ááˇá”á á•á”á áᡠá á”áźáá›ááˇá”á á•á”á áᡠá á”áźáá›áá›áťá á’á”á‘ááˇááá¨á á©á•á”áśá”á‘á : á›ááŁá—áá—á”á— áˇáá®á”ášáá›ááŁá—áá—á”á— ážáá áá›á”á˘á á”á‘á á®á”ášáá—á’áá¨á•á”á‘ááˇá˘áá˘áŁáˇáá’áá©á”á á”á‘áAnyRemote-áᡠá’áá©á”á á”á‘áTCP ážáťá á˘áAT-áᡠá˘á”áˇá˘ááˇááá¨á á©ááśáá¬á”á á”á‘á áá áá ! kAnyRemote-ᡠážá áťá’á áá›á”á‘áᡠá›áá á—á•áᡠáŁá¤ášá”á‘á áá  á”áĄáśá”á‘á !á”ᡠážáá á•á”ášá á¨á”á›á—á®á•á”á•áá, á áťáŞá kAnyRemote á’ááŁá¨á•áá—. á›ááŁá—áá—á”á— AnyRemote-áᡠá™áťáśá¤áá’áŁá ááŞááᡠá¤ááášá”á‘áᡠá¨á”á›áŞá•á”ášá áˇááĄáá¦áášá“á”á”á‘á.á˘áážáá’ááśáá®ášá”á‘áᡠáˇá˘áá˘áŁáˇááážášáá™ááŞáá”á‘áᡠáˇááᡠá’ááśáá®ášá”á‘á á§áťá•á”ášJ2ME-áᡠáá˘á•áá á—á•áJ2ME-áᡠáá˘á•áá á—á•á á¬á§áá áťá“ááś á‘ášáŁá—áŁá–áᡠá›áá”á á—á”á‘ááˇ, áá á®áᡠá’áá›áťá§á”áśá”á‘áTCP/IP á›áá”á á—á”á‘ááˇ, ážáťá á˘áᡠá’áá›áťá§á”áśá”á‘áá•á”á‘ ááśá˘á”á á¤á”ááˇáᡠá“á ážáťá á˘áᡠá’áá›áťá§á”áśá”á‘áá™áá•á¨áá áᡠáˇá˘á ááĄáťáśáᡠá’áá›áťá§á”áśá”á‘áá“áá”ášáťá“á”á— áˇá®á•á áťážá”á ááŞáá”á‘áᡠá“ááˇá áŁášá”á‘ááˇá“áá”ášáťá“á”á— ážááśá’áᡠá¨á”á“á”á’á”á‘áˇá’áá¤á á—á®áášá”á‘á:anyRemote áá¦á›áťá©á”áśáášá áá áá ! á“ááá§á”áśá”á—, ááś á©áááˇá¬áťá á”á— $PATHanyRemote á¨á”á©á”á á“áanyRemote á’áá”á¨á•á”á‘á, á—ᣠá›ááˇá ááˇášá áŁá™á•á” á’áá¨á•á”á‘áŁášá áá ááiViewersdptool á•á”á  á•áážáťá•á” ! á“ááá§á”áśá”á— ážáá™á”á˘á bluez-utilá¬á›.á“áá“á áˇáá—ááŁá áᡠá®áá˘áŁášáᡠá’áá›áťá§á”áśá”á‘áá•á”á áˇáᡠJSR-82-áᡠá’áá á”á¨á” á’áá›áťá§á”áśá”á‘áá§á•á”ášá á®áá˘áŁášáᡠáˇá”á˘áá—kanyremote-8.1.1/po/kanyremote.pot0000644000232200023220000002507414404351273017600 0ustar debalancedebalance# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: kanyremote 8.1.1\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: kanyremote:112 msgid "Installed" msgstr "" #: kanyremote:113 msgid "Not installed" msgstr "" #: kanyremote:115 msgid "No information" msgstr "" #: kanyremote:116 msgid "Available" msgstr "" #: kanyremote:117 msgid "Not available" msgstr "" #: kanyremote:118 msgid "Managed" msgstr "" #: kanyremote:119 msgid "Running" msgstr "" #: kanyremote:121 msgid "Connecting to device" msgstr "" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "" #: kanyremote:124 msgid "TCP port" msgstr "" #: kanyremote:125 msgid "Bluetooth channel" msgstr "" #: kanyremote:126 msgid "HTTP port" msgstr "" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "" #: kanyremote:1117 msgid "Ping failed !" msgstr "" #: kanyremote:1119 msgid "Ping OK !" msgstr "" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr "" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "" #: kanyremote:1243 msgid "Connection refused" msgstr "" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "" #: kanyremote:1370 msgid "Scanning" msgstr "" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "" #: kanyremote:1703 msgid "Wait ping results" msgstr "" #: kanyremote:1723 msgid "Device Parameters" msgstr "" #: kanyremote:1725 msgid "BT address" msgstr "" #: kanyremote:1728 msgid "Specify Name" msgstr "" #: kanyremote:1729 msgid " with icon set " msgstr "" #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "" #: kanyremote:1731 msgid "use big title icon" msgstr "" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "" #: kanyremote:1733 msgid "Also upload JAD" msgstr "" #: kanyremote:1739 msgid "with all icon sets" msgstr "" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "" #: kanyremote:1741 msgid "Ping" msgstr "" #: kanyremote:1742 msgid "Upload J2ME" msgstr "" #: kanyremote:1743 msgid "Test AT" msgstr "" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "" #: kanyremote:1817 msgid "Downloaded" msgstr "" #: kanyremote:1842 msgid "Warning:" msgstr "" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" #: kanyremote:1850 msgid "Configuration Check" msgstr "" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "" #: kanyremote:2209 msgid "Ctrl+S" msgstr "" #: kanyremote:2225 msgid "Can not save the file !" msgstr "" #: kanyremote:2267 msgid "General" msgstr "" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" #: kanyremote:2345 msgid "Empty field means no update" msgstr "" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" #: kanyremote:2363 msgid "Server Mode" msgstr "" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "" #: kanyremote:2423 msgid "AT mode" msgstr "" #: kanyremote:2444 msgid "Bemused" msgstr "" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "" #: kanyremote:2641 msgid "Show in list : " msgstr "" #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "" #: kanyremote:2643 msgid "Examples" msgstr "" #: kanyremote:2644 msgid "Applications" msgstr "" #: kanyremote:2645 msgid "Custom Made" msgstr "" #: kanyremote:2646 msgid "Server-mode" msgstr "" #: kanyremote:2647 msgid "Bemused emulation" msgstr "" #: kanyremote:2648 msgid "AT-mode" msgstr "" #: kanyremote:2650 msgid "Non-available" msgstr "" #: kanyremote:2651 msgid "Update application list every" msgstr "" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "" #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "" #: kanyremote:2659 msgid "Specify options manually" msgstr "" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "" #: kanyremote:2669 msgid "Auto reconnect" msgstr "" #: kanyremote:2670 msgid "Gnome session" msgstr "" #: kanyremote:2671 msgid "Auto startup with" msgstr "" #: kanyremote:2672 msgid "KDE session" msgstr "" #: kanyremote:2675 msgid "Run on startup" msgstr "" #: kanyremote:2677 msgid "Cancel" msgstr "" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "" #: kanyremote:3085 msgid "Update Status" msgstr "" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "" #: kanyremote:3498 msgid "Ready to connect on" msgstr "" #: kanyremote:3508 msgid "Connected to phone" msgstr "" #: kanyremote:3510 msgid "Connected" msgstr "" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "" #: kanyremote:3802 msgid "Download failed !" msgstr "" #: kanyremote:3811 msgid "Can not download " msgstr "" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "" #: kanyremote:4461 msgid "Restore" msgstr "" kanyremote-8.1.1/po/sk_SK.po0000644000232200023220000004044714404351273016251 0ustar debalancedebalance# Slovak translations for kanyremote package. # Copyright (C) 2009-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Mikhail Fedotov , 2009,2010. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2009-05-24 20:15+0400\n" "Last-Translator: Michal TĂłth\n" "Language-Team: Slovak\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: kanyremote:112 msgid "Installed" msgstr "NainštalovanĂ©" #: kanyremote:113 msgid "Not installed" msgstr "NenainštalovanĂ©" #: kanyremote:115 msgid "No information" msgstr "Ĺ˝iadne informácie" #: kanyremote:116 msgid "Available" msgstr "DostupnĂ˝" #: kanyremote:117 msgid "Not available" msgstr "NedostupnĂ˝" #: kanyremote:118 msgid "Managed" msgstr "AktĂ­vne ovládanie" #: kanyremote:119 msgid "Running" msgstr "Beží" #: kanyremote:121 msgid "Connecting to device" msgstr "Pripájam sa na zariadenie" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "PoÄŤkajte kĂ˝m skonÄŤia inĂ© operácie" #: kanyremote:124 #, fuzzy msgid "TCP port" msgstr "port" #: kanyremote:125 #, fuzzy msgid "Bluetooth channel" msgstr "PouĹľiĹĄ bluetooth spojenie; kanál: " #: kanyremote:126 #, fuzzy msgid "HTTP port" msgstr "port" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "SĹĄahujem" #: kanyremote:130 #, fuzzy msgid "Checking J2ME client updates" msgstr "Kontrolujem aktualizácie J2ME klienta" #: kanyremote:131 #, fuzzy msgid "No updates for J2ME client were found." msgstr "Neboli nájdene Ĺľiadne aktualizácie pre J2ME klienta." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping zlyhal !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") odoslaĹĄ !" #: kanyremote:1134 kanyremote:1139 #, fuzzy msgid "Can not find J2ME midlet (" msgstr "NemĂ´Ĺľem nájsĹĄ J2ME midlet (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Ĺ˝iadny z balĂ­kov bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, " "blueman-sendto a kbtobexclient nie je nainštalovanĂ˝ !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "NemĂ´Ĺľem nájsĹĄ JAD sĂşbor (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "NemĂ´Ĺľem zĂ­skaĹĄ port na pripojenie. Je tu nejakĂ© dostupnĂ© zariadenie ?" #: kanyremote:1243 msgid "Connection refused" msgstr "Spojenie odmietnutĂ©" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT mĂłd tĂ˝mto telefĂłnom nie je podporovanĂ˝ (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "AT mĂłd je tĂ˝mto telefĂłnom podporovanĂ˝ (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "AT mĂłd tĂ˝mto telefĂłnom nie je podporovanĂ˝ (CHYBNĂ odpoveÄŹ)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Názov" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Názov zariadenia" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adresa" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Stav" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "HÄľadaĹĄ zariadenia" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Detaily" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "VymazaĹĄ" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "ZavrieĹĄ" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "SĂşbor" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "PrehliadaÄŤ ZariadenĂ­" #: kanyremote:1370 msgid "Scanning" msgstr "Skenujem" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "anyRemote sa zapne iba vtedy, ak nebeží jeho Ĺľiadna iná inštancia" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "MĂ´Ĺľe byĹĄ uĹľitoÄŤnĂ© pre telefĂłny Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "DostupnĂ© sĂş titulnĂ© ikony o veÄľkosti 16x16 a 64x64" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "MĂ´Ĺľe byĹĄ pouĹľitĂ© na zariadeniach WinMobile" #: kanyremote:1570 #, fuzzy msgid "It needs to install anyremote-j2me-client package first" msgstr "Nainštalujte najskĂ´r balĂ­k anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "SluĹľba Bluetooth nie je aktĂ­vna" #: kanyremote:1703 msgid "Wait ping results" msgstr "ÄŚakajte na vĂ˝sledok ping-u" #: kanyremote:1723 msgid "Device Parameters" msgstr "Parametre zariadenia" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "BT Adresa" #: kanyremote:1728 msgid "Specify Name" msgstr "Ĺ pecifikujte meno" #: kanyremote:1729 msgid " with icon set " msgstr " so zoznamom ikon " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Zapnúť anyRemote, ak je objavenĂ˝" #: kanyremote:1731 msgid "use big title icon" msgstr "pouĹľiĹĄ veÄľkĂş titulnĂş ikonu" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "pouĹľi verziu bez JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Odošli aj sĂşbor JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "so všetkĂ˝mi skupinami ikon" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "ZvoliĹĄ" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "OdoslaĹĄ J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "OtestovaĹĄ AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "BalĂ­k" #: kanyremote:1817 msgid "Downloaded" msgstr "StiahnutĂ˝" #: kanyremote:1842 msgid "Warning:" msgstr "Upozornenie:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Nešpecifikovaná inštalaÄŤná zloĹľka anyremote-j2me-client v konfigurácii " "nastavenĂ­ !" #: kanyremote:1850 msgid "Configuration Check" msgstr "Kontrola konfigurácie" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Aplikácia" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "MĂłd" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "VybraĹĄ aplikáciu" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "UloĹľiĹĄ" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "UloĹľiĹĄ ako" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "UpraviĹĄ konfiguraÄŤnĂ˝ sĂşbor" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "NemĂ´Ĺľem uloĹľiĹĄ sĂşbor !" #: kanyremote:2267 msgid "General" msgstr "VšeobecnĂ©" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "ZloĹľky" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Vyberte zloĹľku s konfiguraÄŤnĂ˝mi sĂşbormi a pridajte ich do zoznamu" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Prázdne pole znamená Ĺľiadna nová aktualizácia" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Prázdne pole znamená Ĺľiadna nová aktualizácia. Pozor: Android/J2ME klient " "mohol zlyhaĹĄ pri spojenĂ­ s anyRemote, poÄŤas prehÄľadávania" #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "Server mĂłd" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "SĂşbory budĂş uloĹľenĂ© do zloĹľky $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT mĂłd" #: kanyremote:2444 msgid "Bemused" msgstr "" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Nastavenia" #: kanyremote:2641 msgid "Show in list : " msgstr "UkázaĹĄ v zozname : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "OdoslaĹĄ J2ME klienta z " #: kanyremote:2643 msgid "Examples" msgstr "PrĂ­klady" #: kanyremote:2644 msgid "Applications" msgstr "Aplikácie" #: kanyremote:2645 msgid "Custom Made" msgstr "VlastnĂ˝ mĂłd" #: kanyremote:2646 msgid "Server-mode" msgstr "Server-mĂłd" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Bemused emulácia" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-mĂłd" #: kanyremote:2650 msgid "Non-available" msgstr "NedostupnĂ˝" #: kanyremote:2651 msgid "Update application list every" msgstr "AktualizovaĹĄ zoznam aplikáciĂ­ kaĹľdĂ˝ch" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sek." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "PouĹľiĹĄ bluetooth spojenie; kanál: " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "PouĹľiĹĄ spojenie TCP/IP; port:" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "PouĹľiĹĄ webovĂ© rozhranie; port:" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "Zverejni sluĹľbu cez Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "ZvoliĹĄ vlastnĂ© moĹľnosti:" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "PouĹľiĹĄ pripojovacĂ­ reĹĄazec" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "SpustiĹĄ prehliadaÄŤ zariadenia s ÄŤasovĂ˝m limitom" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "PridaĹĄ" #: kanyremote:2669 msgid "Auto reconnect" msgstr "AutomatickĂ© obnovenie spojenia" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome sedenie" #: kanyremote:2671 msgid "Auto startup with" msgstr "AutomatickĂ© zapnutie s" #: kanyremote:2672 msgid "KDE session" msgstr "KDE sedenie" #: kanyremote:2675 msgid "Run on startup" msgstr "NaÄŤĂ­taĹĄ pri spustenĂ­" #: kanyremote:2677 msgid "Cancel" msgstr "ZrušiĹĄ" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Stiahnúť J2ME klienta z Webu" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "SkontrolovaĹĄ aktualizácie J2ME klienta" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "KontrolovaĹĄ aktualizácie J2ME klienta pri štarte" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "PoloĹľka sa v zozname nenachádza !\n" "kAnyRemote nebude mĂ´cĹĄ ovládaĹĄ Ĺľiaden softvĂ©r !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Stop" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Ĺ tart" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Typ" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "VykonaĹĄ PrĂ­kaz" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "UkonÄŤi" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "UpraviĹĄ" #: kanyremote:3085 msgid "Update Status" msgstr "AktualizovaĹĄ Stav" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "ZavrieĹĄ okno" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "SkontrolovaĹĄ Konfiguráciu" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Pomoc" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "O Aplikácii" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Nastavenia" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "ZastaviĹĄ anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Toto je prvĂ© spustenie kAnyRemote.\n" "ProsĂ­m špecifikujte zloĹľky s konfiguraÄŤnĂ˝mi sĂşbormi anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "NemĂ´Ĺľem nájsĹĄ prehliadaÄŤ pre zobrazenie pomoci !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "NemĂ´Ĺľem nájsĹĄ dokumentáciu !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote zastavenĂ˝" #: kanyremote:3498 msgid "Ready to connect on" msgstr "PripravenĂ˝ na pripojenie k" #: kanyremote:3508 msgid "Connected to phone" msgstr "SpojenĂ˝ s telefĂłnom" #: kanyremote:3510 msgid "Connected" msgstr "PripojenĂ˝" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Nová verzia J2ME klienta je dostupná. Prajete si ju stiahnuĹĄ ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "NemĂ´Ĺľem vytvoriĹĄ spojenie !" #: kanyremote:3802 msgid "Download failed !" msgstr "SĹĄahovanie zlyhalo !" #: kanyremote:3811 msgid "Can not download " msgstr "NemĂ´Ĺľem stiahnuĹĄ " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "AktĂ­vny" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "NeaktĂ­vny" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote nenájdenĂ˝ !\n" "ProsĂ­m nainštalujte si ho alebo opravte cestu v premennej $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool nenájdenĂ˝ !\n" "ProsĂ­m nainštalujte bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "MinimalizovaĹĄ" #: kanyremote:4461 msgid "Restore" msgstr "ObnoviĹĄ" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "NainštalovaĹĄ najskĂ´r PyBluez !\n" #~ "Alebo spustiĹĄ s parametrom --npybluez option" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Prajete si stiahnuĹĄ J2ME klienta z Webu ?" #~ msgid "channel" #~ msgstr "kanál" #, fuzzy #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "NemĂ´Ĺľem nájsĹĄ inštaláciu anyremote-j2me-client !" #~ msgid "Disconnected from phone" #~ msgstr "OdpojenĂ˝ od telefĂłnu" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "MusĂ­te zadaĹĄ rovnakĂş adresu a port 5003 v nastaveniach iViewer-a na vašom " #~ "iPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "PouĹľiĹĄ ip hosta" #~ msgid "Download iViewer GUI files" #~ msgstr "Stiahnúť iViewer GUI sĂşbory" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Prajete si zmeniĹĄ cestu k odosielaniu java klienta ?" #~ msgid "Run web interface with parameters" #~ msgstr "Zapnúť webovĂ© rozhranie s parametrami" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html nie je nainštalovanĂ˝ !" #~ msgid "Directory selection" #~ msgstr "VĂ˝ber zloĹľky" #~ msgid "All" #~ msgstr "Všetky" #~ msgid "Custom" #~ msgstr "VlastnĂ©" #~ msgid "Example" #~ msgstr "PrĂ­klad" #~ msgid "Install PyGTK first !!!" #~ msgstr "Nainštalujte si najskĂ´r PyGTK !!!" #~ msgid "New device" #~ msgstr "NovĂ© zariadenie" #~ msgid "Queue ping request" #~ msgstr "ZaraÄŹiĹĄ do fronty poĹľiadavok ping" #~ msgid "Queue push request" #~ msgstr "ZaraÄŹiĹĄ do fronty poĹľiadavok push" #~ msgid "Can not read the file " #~ msgstr "NemĂ´Ĺľem preÄŤĂ­taĹĄ sĂşbor " #~ msgid "Save File As" #~ msgstr "UloĹľiĹĄ sĂşbor ako" #~ msgid "Properties" #~ msgstr "Vlastnosti" #~ msgid "File selection" #~ msgstr "VĂ˝braĹĄ sĂşbor" #~ msgid "Upload" #~ msgstr "OdoslaĹĄ" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "PrekryĹĄ \"Zariadenie=\" s parametrom" kanyremote-8.1.1/po/boldquot.sed0000644000232200023220000000033112653640764017223 0ustar debalancedebalances/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/â€\1’/g s/ '\([^`']*\)' / â€\1’ /g s/ '\([^`']*\)'$/ â€\1’/g s/^'\([^`']*\)' /â€\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/â€/â€/g s/’/’/g kanyremote-8.1.1/po/el_GR.po0000644000232200023220000004321214404351273016220 0ustar debalancedebalance# Greek translations for kanyremote package. # Copyright (C) 2013-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # user , 2013-2015. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2013-09-13 15:34+0400\n" "Last-Translator: Ioannis Servetas \n" "Language-Team: Greek\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "ΕγκατεĎτημένο" #: kanyremote:113 msgid "Not installed" msgstr "Μη εγκατεĎτημένο" #: kanyremote:115 msgid "No information" msgstr "Μη διαθέĎιμη πληĎοφοĎία" #: kanyremote:116 msgid "Available" msgstr "ΔιαθέĎιμο" #: kanyremote:117 msgid "Not available" msgstr "Μη διαθέĎιμο" #: kanyremote:118 msgid "Managed" msgstr "Ελεγμένο" #: kanyremote:119 msgid "Running" msgstr "Εκτελείται" #: kanyremote:121 msgid "Connecting to device" msgstr "Συνδέεται Ďτη ĎĎ…Ďκευή" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Αναμονή για την ολοκλήĎωĎη άλλων ενεĎγειών" #: kanyremote:124 msgid "TCP port" msgstr "ÎĎŤĎα TCP" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Κανάλι bluetooth" #: kanyremote:126 msgid "HTTP port" msgstr "ÎĎŤĎα HTTP" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "ΜεταφοĎτώνει" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Îλεγχος για ενημεĎĎŽĎεις J2ME" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Δε βĎέθηκαν ενημεĎĎŽĎεις J2ME" #: kanyremote:1117 msgid "Ping failed !" msgstr "Αίτημα ping απέτυχε!" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping ΟΚ!" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") να μεταφοĎτωθεί!" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "J2ME midlet δε βĎέθηκε (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Κανένα εκ των bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto και kbtobexclient δεν είναι εγκατεĎτημένο!" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "ΑĎχείο JAD δε βĎέθηκε (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Δε βĎÎŻĎκεται θύĎα για να Ďυνδεθεί. ΥπάĎχει διαθέĎιμη ĎĎ…Ďκευή;" #: kanyremote:1243 msgid "Connection refused" msgstr "ΣύνδεĎη αποĎĎίφθηκε" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Η μέθοδος AT δεν υποĎτηĎίζεται από το τηλέφωνο (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Η μέθοδος AT θα μποĎούĎε να υποĎτηĎίζεται από το τηλέφωνο (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Η μέθοδος AT δεν υποĎτηĎίζεται από το τηλέφωνο (λάθος απόκĎÎąĎη)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Όνομα" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Όνομα ĎĎ…Ďκευής" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "ΔιεύθυνĎη" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "ΚατάĎταĎη" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "ΣάĎωĎη για ĎĎ…Ďκευές" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "ΛεπτομέĎειες" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "ΔιαγĎαφή" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "ΚλείĎιμο" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "ΑĎχείο" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "ΠεĎιηγητής ĎĎ…Ďκευών" #: kanyremote:1370 msgid "Scanning" msgstr "ΣάĎωĎη" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "Το anyremote θα εκκινήĎει μόνο αν δεν εκτελούνται άλλες ενέĎγειες του " "anyRemote" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "ΜποĎεί να είναι χĎήĎιμο για κινητά Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16 και 64x64 εικονίδια τίτλων είναι διαθέĎιμα" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "ΜποĎεί να χĎηĎιμοποιηθεί Ďε ĎĎ…Ďκευές WinMobile" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "Απαιτείται Ď€Ďώτα η εγκατάĎταĎη του πακέτου anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Η ĎĎ…Ďκευή bluetooth δεν είναι ενεĎγή" #: kanyremote:1703 msgid "Wait ping results" msgstr "Αναμονή αποτελέĎματος αιτήματος ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "ΠαĎάμετĎοι ĎĎ…Ďκευής" #: kanyremote:1725 msgid "BT address" msgstr "ΔιεύθυνĎη BT" #: kanyremote:1728 msgid "Specify Name" msgstr "ΚαθοĎÎŻĎτε όνομα" #: kanyremote:1729 msgid " with icon set " msgstr " με Ďετ εικονιδίων " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "ΕκτέλεĎε το anyRemote όταν βĎεθεί" #: kanyremote:1731 msgid "use big title icon" msgstr "χĎηĎιμοποίηĎε μεγάλο εικονίδιο τίτλου" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "χĎηĎιμοποίηĎε έκδοĎη χωĎÎŻĎ‚ JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "ΜεταφόĎτωĎε JAD επίĎης" #: kanyremote:1739 msgid "with all icon sets" msgstr "με όλα τα Ďετ εικονιδίων" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Επιλογή" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "ΜεταφόĎτωĎε J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Îλεγχος AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "ΟΚ" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Πακέτο" #: kanyremote:1817 msgid "Downloaded" msgstr "ΜεταφοĎτωμένο" #: kanyremote:1842 msgid "Warning:" msgstr "ΠĎÎżĎοχή:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Îź φάκελος εγκατάĎταĎης του anyremote-j2me-client δεν έχει ÎżĎÎąĎτεί Ďτο αĎχείο " "ĎυθμίĎεων" #: kanyremote:1850 msgid "Configuration Check" msgstr "Îλεγχος ĎυθμίĎεων" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "ΕφαĎμογή" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Μέθοδος" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "Επιλογή εφαĎμογής" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "ΑποθήκευĎη" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "ΑποθήκευĎη ως" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "ΕπεξεĎγαĎία αĎχείου ĎυθμίĎεων" #: kanyremote:2209 msgid "Ctrl+S" msgstr "" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Αδύνατο να αποθηκευτεί το αĎχείο!" #: kanyremote:2267 msgid "General" msgstr "Γενικά" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Φάκελοι" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Επιλογή φακέλων με αĎχεία ĎυθμίĎεων και Ď€ĎÎżĎθήκη Ďτη λίĎτα" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Κενό πεδίο Ďημαίνει καμία ενημέĎωĎη" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Κενό πεδίο Ďημαίνει καμία ενημέĎωĎη: Πελάτες Android/J2ME είναι πιθανό να " "αποτύχουν να Ďυνδεθούν Ďτο anyRemote όταν βĎÎŻĎκεται Ďε εξέλιξη πλοήγηĎη" #: kanyremote:2363 msgid "Server Mode" msgstr "Μέθοδος Server" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Τα αĎχεία θα αποθηκεύονται Ďτο $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "Μέθοδος AT" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "ΠĎοτιμήĎεις" #: kanyremote:2641 msgid "Show in list : " msgstr "ΕμφάνιĎη Ďτη λίĎτα: " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "ΕπιφόĎτωĎη πελάτη J2ME από " #: kanyremote:2643 msgid "Examples" msgstr "ΠαĎαδείγματα" #: kanyremote:2644 msgid "Applications" msgstr "ΕφαĎμογές" #: kanyremote:2645 msgid "Custom Made" msgstr "ΠĎÎżĎαĎÎĽÎżĎμένα" #: kanyremote:2646 msgid "Server-mode" msgstr "Server-mode" #: kanyremote:2647 msgid "Bemused emulation" msgstr "ΕξομοίωĎη Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-mode" #: kanyremote:2650 msgid "Non-available" msgstr "Μη διαθέĎιμο" #: kanyremote:2651 msgid "Update application list every" msgstr "ΕνημέĎωĎη λίĎτας εφαĎμογών κάθε" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "ΧĎήĎη ĎύνδεĎης bluetooth, κανάλι " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "ΧĎήĎη ĎύνδεĎης TCP/IP, θύĎα" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "ΧĎήĎη διεπαφής διαδικτύου, θύĎα" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "ΚοινοποίηĎη υπηĎεĎίας μέĎω Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "ΧειĎοκίνητος καθοĎÎąĎÎĽĎŚĎ‚ επιλογών" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "ΧĎήĎη νήματος ĎύνδεĎης" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "ΕκτέλεĎη πεĎιηγητή ĎĎ…Ďκευών με χĎόνο λήξης" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "ΠĎÎżĎθήκη" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Αυτόματη επαναĎύνδεĎη" #: kanyremote:2670 msgid "Gnome session" msgstr "ΣυνεδĎία Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Αυτόματη εκκίνηĎη με" #: kanyremote:2672 msgid "KDE session" msgstr "ΣυνεδĎία KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "ÎναĎξη κατά την εκκίνηĎη του υπολογιĎτή" #: kanyremote:2677 msgid "Cancel" msgstr "ΑκύĎωĎη" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "ΜεταφόĎτωĎη πελάτη J2ME από το διαδίκτυο" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Îλεγχος ενημεĎĎŽĎεων πελάτη J2ME" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Îλεγχος ενημεĎĎŽĎεων πελάτη J2ME κατά την έναĎξη" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Δεν υπάĎχει αντικείμενο Ďτη λίĎτα!\n" "Το kAnyRemote αδυνατεί να χειĎÎąĎτεί κάποια εφαĎμογή!" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "ΤεĎματιĎÎĽĎŚĎ‚" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "ÎναĎξη" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Τύπος" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "ΕκτέλεĎη εντολής" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "ΕπεξεĎγαĎία" #: kanyremote:3085 msgid "Update Status" msgstr "ΕνημέĎωĎη κατάĎταĎης" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "ΚλείĎιμο παĎαθύĎου" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Îλεγχος ĎυθμίĎεων" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Βοήθεια" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Σχετικά" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "ΡυθμίĎεις" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "ΤεĎματιĎÎĽĎŚĎ‚ του anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Είναι η Ď€Ďώτη φοĎά που εκτελείται το kAnyremote.\n" "ΠαĎακαλώ ÎżĎÎŻĎτε φάκελο με αĎχεία ĎυθμίĎεων για το anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Δε βĎέθηκε πεĎιηγητής για εμφάνιĎη βοηθείας!" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Δε βĎέθηκαν αĎχεία βοηθείας" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "το anyRemote ĎταμάτηĎε" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Îτοιμο για ĎύνδεĎη Ďε" #: kanyremote:3508 msgid "Connected to phone" msgstr "Συνδεδεμένο Ďτο τηλέφωνο" #: kanyremote:3510 msgid "Connected" msgstr "Συνδεδεμένο" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "ΥπάĎχει νέα έκδοĎη πελάτη J2ME. Îα θέλατε να την κατεβάĎετε;" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Αδύνατος Îż εντοπιĎÎĽĎŚĎ‚ ĎύνδεĎης!" #: kanyremote:3802 msgid "Download failed !" msgstr "ΜεταφόĎτωĎη απέτυχε!" #: kanyremote:3811 msgid "Can not download " msgstr "ΜεταφόĎτωĎη αδύνατη " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "ΕνεĎγό" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "ΑνενεĎγό" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "Δε βĎέθηκε το anyRemote!\n" "ΠαĎακαλώ εγκαταĎτήĎτε το ή διοĎθώĎτε το $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "Δε βĎέθηκε το sdptool!\n" "ΠαĎακαλώ εγκαταĎτήĎτε το bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "ΕλαχιĎτοποίηĎη" #: kanyremote:4461 msgid "Restore" msgstr "ΕπαναφοĎά" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "ΕγκαταĎτήĎτε Ď€Ďώτα το PyBluez!\n" #~ "Ή εκτελέĎτε με την επιλογή --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Îα θέλατε να μεταφοĎτώĎετε πελάτη J2ME από το διαδίκτυο;" #~ msgid "Directory selection" #~ msgstr "Επιλογή φακέλου" #~ msgid "All" #~ msgstr "Όλα" #~ msgid "Custom" #~ msgstr "ΠĎÎżĎαĎÎĽÎżĎμένο" #~ msgid "Example" #~ msgstr "ΠαĎάδειγμα" #~ msgid "New device" #~ msgstr "Νέα ĎĎ…Ďκευή" #~ msgid "Queue ping request" #~ msgstr "Αναμονή αιτήματος ping" #~ msgid "Queue push request" #~ msgstr "Αναμονή αιτήματος push" #~ msgid "Can not read the file " #~ msgstr "Αδύνατο να διαβαĎτεί το αĎχείο " #~ msgid "Save File As" #~ msgstr "ΑποθήκευĎη αĎχείου ως" #~ msgid "File selection" #~ msgstr "Επιλογή αĎχείου" kanyremote-8.1.1/po/ru_RU.po0000644000232200023220000004710514404351273016271 0ustar debalancedebalance# Russian translations for kanyremote package # Đ ŃŃŃкий перевод для пакета kanyremote. # Copyright (C) 2008-2019 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-07-02 13:24+0400\n" "Last-Translator: Mikhail Fedotov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: kanyremote:112 msgid "Installed" msgstr "ĐŁŃтановлен" #: kanyremote:113 msgid "Not installed" msgstr "Не ŃŃтановлен" #: kanyremote:115 msgid "No information" msgstr "Нет данных" #: kanyremote:116 msgid "Available" msgstr "ДоŃŃ‚Ńпен" #: kanyremote:117 msgid "Not available" msgstr "НедоŃŃ‚Ńпен" #: kanyremote:118 msgid "Managed" msgstr "УправляетŃŃŹ" #: kanyremote:119 msgid "Running" msgstr "ВыполняетŃŃŹ" #: kanyremote:121 msgid "Connecting to device" msgstr "ПодŃоединяемŃŃŹ Đş ŃŃтройŃтвŃ" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Ожидаем заверŃения Đ´Ń€Ńгих операций" #: kanyremote:124 msgid "TCP port" msgstr "TCP портŃ" #: kanyremote:125 msgid "Bluetooth channel" msgstr "канале Bluetooth" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP портŃ" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "ЗагрŃжаетŃŃŹ" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "ПроверяетŃŃŹ наличие обновлений J2ME-клиента" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Обновлений J2ME-клиента не найдены" #: kanyremote:1117 msgid "Ping failed !" msgstr "Пинг неŃŃпеŃен" #: kanyremote:1119 msgid "Ping OK !" msgstr "Пинг выполнен ŃŃпеŃно" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "J2ME midlet не найден (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Ни один из bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto и kbtobexclient не ŃŃтановлен !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "JAD-файл не найден (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "" "Невозможно найти порт для подŃоединения. ĐŁŃтройŃтво дейŃтвительно включено ?" #: kanyremote:1243 msgid "Connection refused" msgstr "Đ’ Ńоединении отказано" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Режим ĐТ не поддерживаетŃŃŹ телефоном (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Возможно, что режим ĐТ поддерживаетŃŃŹ телефоном (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Режим ĐТ не поддерживаетŃŃŹ телефоном (Ответ Ńодержит ĐľŃибкŃ)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "ĐĐĽŃŹ" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "ĐĐĽŃŹ ŃŃтройŃтва" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "ĐдреŃ" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "СоŃтояние" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "ĐŃкать ŃŃтройŃтва" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "ПодробноŃти" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Удалить" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Закрыть" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Файл" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "ĐŁŃтройŃтва" #: kanyremote:1370 msgid "Scanning" msgstr "ВыполняетŃŃŹ" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "anyRemote бŃдет запŃщен, только еŃли нет Đ´Ń€Ńгих активных экземпляров" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Может оказатьŃŃŹ полезным для телефонов Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "возможны 16x16 и 64x64 иконки для заголовка" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Может быть иŃпользован на ŃŃтройŃтвах Ń WinMobile" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "Небходимо Ńначала ŃŃтановить пакет anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth не активен" #: kanyremote:1703 msgid "Wait ping results" msgstr "Ожидание резŃльтатов пинг" #: kanyremote:1723 msgid "Device Parameters" msgstr "Параметры ĐŁŃтройŃтва" #: kanyremote:1725 msgid "BT address" msgstr "ĐĐ´Ń€ĐµŃ BT: " #: kanyremote:1728 msgid "Specify Name" msgstr "Укажите ĐĐĽŃŹ" #: kanyremote:1729 msgid " with icon set " msgstr " Ń Đ˝Đ°Đ±ĐľŃ€ĐľĐĽ иконок " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "ЗапŃŃкать anyRemote при обнарŃжении" #: kanyremote:1731 msgid "use big title icon" msgstr "иŃпользовать больŃŃŃŽ Đ¸ĐşĐľĐ˝ĐşŃ Đ´Đ»ŃŹ заголовка" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "иŃпользовать верŃию без JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Также загрŃжать JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "ŃĐľ вŃеми набороми иконок" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Выбрать" #: kanyremote:1741 msgid "Ping" msgstr "Пинг" #: kanyremote:1742 msgid "Upload J2ME" msgstr "ЗагрŃзить J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Проверить режим ĐТ" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "Принять" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Пакет" #: kanyremote:1817 msgid "Downloaded" msgstr "ЗагрŃжен" #: kanyremote:1842 msgid "Warning:" msgstr "ПредŃпреждение:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Đ’ текŃщей конфигŃрации иŃпользŃетŃŃŹ каталог отличный от того, где ŃŃтановлен " "пакет anyremote-j2me-client" #: kanyremote:1850 msgid "Configuration Check" msgstr "Проверка КонфигŃрации" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Приложение" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Режим" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Выберите приложение" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Сохранить" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Сохранить Как" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Редактировать файла конфигŃрации" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Невозможно Ńохранить файл" #: kanyremote:2267 msgid "General" msgstr "Общее" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Каталоги" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Выберите каталоги Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационными файлами и добавьте их Đş ŃпиŃĐşŃ" #: kanyremote:2345 msgid "Empty field means no update" msgstr "ĐźŃŃтое поле означает, что обновление производитьŃŃŹ не бŃдет." #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "ĐźŃŃтое поле означает, что обновление производитŃŃŹ не бŃдет. Внимание: " "Android/J2ME клиент может быть неŃпоŃобен подключитьŃŃŹ Đş anyRemote когда " "процеŃŃ ĐżĐľĐ¸Ńка активен" #: kanyremote:2363 msgid "Server Mode" msgstr "Режим Сервера" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Файлы бŃĐ´ŃŃ‚ Ńохранены в $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "Режим ĐТ" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "НаŃтройки" #: kanyremote:2641 msgid "Show in list : " msgstr "Показывать в ŃпиŃке : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "ПоŃылать J2ME-клиент из " #: kanyremote:2643 msgid "Examples" msgstr "Примеры" #: kanyremote:2644 msgid "Applications" msgstr "Приложения" #: kanyremote:2645 msgid "Custom Made" msgstr "Дополнительные" #: kanyremote:2646 msgid "Server-mode" msgstr "Режим Сервера" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Đ­ĐĽŃляция Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Режим ĐТ" #: kanyremote:2650 msgid "Non-available" msgstr "НедоŃŃ‚Ńпные" #: kanyremote:2651 msgid "Update application list every" msgstr "Обновлять ŃпиŃок приложений каждые" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "Ńек." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "ПодŃоединятьŃŃŹ через Bluetooth, канал" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "ПодŃоединятьŃŃŹ через TCP/IP, порт" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "ПодŃоединятьŃŃŹ через Web-интерфейŃ, порт" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "ОпŃбликовать ŃĐµŃ€Đ˛Đ¸Ń Ń‡ĐµŃ€ĐµĐ· Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Указать наŃтройки врŃчнŃŃŽ" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "ĐŃпользовать параметры подключения" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "ЗапŃŃкать поиŃĐş ŃŃтройŃтв каждые" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Добавить" #: kanyremote:2669 msgid "Auto reconnect" msgstr "ПереподŃоединятьŃŃŹ автоматичеŃки" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "ĐвтозапŃŃĐş Ń ŃеŃŃией" #: kanyremote:2672 msgid "KDE session" msgstr "KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "ЗапŃŃтить при Ńтарте" #: kanyremote:2677 msgid "Cancel" msgstr "Отменить" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "ЗагрŃзить J2ME-клиент из интернета" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Проверить обновления J2ME-клиента" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Проверять обновления J2ME-клиента при Ńтарте" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "СпиŃок ĐżŃŃŃ‚ !\n" "kAnyRemote не Ńможет Ńправлять программным обеŃпечением !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "ĐžŃтановить" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "ЗапŃŃтить" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Тип" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Выполнить командŃ" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Выход" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Редактировать" #: kanyremote:3085 msgid "Update Status" msgstr "Обновить СоŃтояние" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Закрыть окно" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Проверить КонфигŃрацию" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Помощь" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "O программе" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "НаŃтройка" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "ĐžŃтановить anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "kAnyRemote запŃŃкаетŃŃŹ впервые.\n" "ПожалŃĐąŃта Ńкажите каталоги Ń ĐşĐľĐ˝Ń„Đ¸ĐłŃрационными файлами anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Невозможно найти web browser !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "ДокŃментация не найдена !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote не запŃщен" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Ожидание Ńоединения на" #: kanyremote:3508 msgid "Connected to phone" msgstr "Соединение Ń Ń‚ĐµĐ»ĐµŃ„ĐľĐ˝ĐľĐĽ активно" #: kanyremote:3510 msgid "Connected" msgstr "Соединение активно" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "ДоŃŃ‚Ńпна новая верŃия J2ME-клиента. Хотели бы Đ’Ń‹ Ńкачать её ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Невозможно ŃŃтановить Ńоединение !" #: kanyremote:3802 msgid "Download failed !" msgstr "ЗагрŃзка неŃŃпеŃна !" #: kanyremote:3811 msgid "Can not download " msgstr "Невозможно загрŃзить файл " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "ЗапŃщен" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "ĐžŃтановлен" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote не найден !\n" "ПожалŃĐąŃта ŃŃтановите его или иŃправьте $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool не найден !\n" "ПожалŃĐąŃта ŃŃтановите bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Минимизировать" #: kanyremote:4461 msgid "Restore" msgstr "РазвернŃть" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Сначала ŃŃтановите PyBluez !\n" #~ "или запŃŃкайте Ń ĐľĐżŃ†Đ¸ĐµĐą --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "ЗагрŃзить J2ME-клиент из интернета ?" #~ msgid "channel" #~ msgstr "канал" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Пакет anyremote-j2me-client не ŃŃтановлен !" #~ msgid "Disconnected from phone" #~ msgstr "Нет Ńоединения Ń Ń‚ĐµĐ»ĐµŃ„ĐľĐ˝ĐľĐĽ" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Đ’ наŃтройках CF iViewer на iPhone/iPod Touch необходимо Ńказать такой же " #~ "IP Đ°Đ´Ń€ĐµŃ Đ¸ порт 5003" #~ msgid "Use host ip" #~ msgstr "ĐŃпользовать IP" #~ msgid "Download iViewer GUI files" #~ msgstr "ЗагрŃзить GUI файлы для iViewer" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Đзменить ĐżŃть иŃпользŃемый при загрŃзке java-клиента на телефон ? " #~ msgid "Run web interface with parameters" #~ msgstr "ЗапŃŃтить Web Đ¸Đ˝Ń‚ĐµŃ€Ń„ĐµĐąŃ Ń ĐżĐ°Ń€Đ°ĐĽĐµŃ‚Ń€Đ°ĐĽĐ¸" #~ msgid "anyremote2html is not installed !" #~ msgstr "Пакет anyremote2html не ŃŃтановлен !" #~ msgid "Directory selection" #~ msgstr "Выбор каталога" #~ msgid "All" #~ msgstr "Đ’Ńе" #~ msgid "Custom" #~ msgstr "Дополнительные" #~ msgid "Example" #~ msgstr "Пример" #~ msgid "Install PyGTK first !!!" #~ msgstr "ĐŁŃтановите Ńначала PyGTK !!!" #~ msgid "New device" #~ msgstr "Новое ŃŃтройŃтво" #~ msgid "BT Address" #~ msgstr "BT ĐдреŃ" #~ msgid "Queue ping request" #~ msgstr "Đ—Đ°ĐżŃ€ĐľŃ Đ˝Đ° пинг добавлен в очередь" #~ msgid "Queue push request" #~ msgstr "Đ—Đ°ĐżŃ€ĐľŃ Đ˝Đ° загрŃĐ·ĐşŃ Đ´ĐľĐ±Đ°Đ˛Đ»ĐµĐ˝ в очередь" #~ msgid "Can not read the file " #~ msgstr "Невозможно прочеŃть файл" #~ msgid "Save File As" #~ msgstr "Сохранить Как" #~ msgid "Properties" #~ msgstr "НаŃтройки" #~ msgid "File selection" #~ msgstr "Выбор файла" #~ msgid "Common" #~ msgstr "Общее" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Переопределить параметр \"Device=\" как" #~ msgid "Upload" #~ msgstr "ЗагрŃзить java" #~ msgid " Device name: " #~ msgstr " ĐĐĽŃŹ ŃŃтройŃтва: " #~ msgid " with parameters " #~ msgstr " Ń ĐżĐ°Ń€Đ°ĐĽĐµŃ‚Ń€Đ°ĐĽĐ¸ " #~ msgid " from " #~ msgstr " Ń " #~ msgid "Run" #~ msgstr "ЗапŃŃтить" #~ msgid "Choose configuration file" #~ msgstr "Выберите файл конфигŃрации" #~ msgid "Server" #~ msgstr "Сервер" kanyremote-8.1.1/po/en@boldquot.header0000644000232200023220000000247112653640764020332 0ustar debalancedebalance# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # kanyremote-8.1.1/po/nl_NL.gmo0000644000232200023220000001620414404351273016377 0ustar debalancedebalanceŢ•s´ťLŔ Á Ń )ß  % #7 2[ Ž – ś Ł § Ż ż Ë Ř ç ů   + L m " ˘ #ş Ţ ?ű ; S Z n u D Í Ó ŕ ô ţ  & 9 @ L S [ j v ” ¦ ± ˝  Ú ö ˙ '> FT Y cow|  ž © ·ĹČĐ Ő ß íůţ<DIQb kw} Ťš §¬»SĂf~ ‘ŻÂâô8ý6HH‘-™ÇĚßú8  FS/r˘.Ş&Ů89AF MW] n y…Ł ˝É Ń-ň" CYu3‡»FŘ! AKcjDzż ÇÔ ěö(=DV]e u‚•ť °»ĘÓ"ď  (*/2b kx} ڗꤩą ĘÖçűţ   !,5 Uv| „Ł © µ  ĐÝćíő;oK»ŔĎë,1 J;X”P©ú149SpscBWaO<!I \+5n-M^9eNg&] "2#`C8f/7,G ;kJrVbd1o(KLqX$HAUp:=P60)_Dl>Q%4SZm*@i'E[T .RF? Yhj3 with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBemusedBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHelpInstalledKDE sessionManagedModeNameNo informationNon-availableNot activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitRun anyRemote when discoveredRun device browser with timeoutRunningSaveSave AsScan for devicesScanningServer-modeSetupShow in list : Specify NameStartStatusStopStop anyRemoteTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.0 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2008-08-19 20:54+0400 Last-Translator: Geert Vanhaute Language-Team: Dutch Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); met iconen ) niet vinden om te uploaden !16x16 en 64x64 titel icoontjes zijn beschikbaarAT-modeAT mode kan niet ondersteund worden door GSM (AT mode is niet ondersteund door GSM (AT mode is niet ondersteund door GSM (antwoord is ERROR)AT-modeOverActiefToevoegenAdresJAD ook uploadenApplicatieApplicatiesAutomatisch opnieuw verbindenAutomatisch opstarten metBeschikbaarBemusedBluetooth service is niet actiefKan gebruikt worden voor WinMobile toestellenKan nuttig zijn voor Samsung GSM'sKan niet downloaden: Kan geen verbinding maken !Kan JAD bestand (Browser om hulp te tonen kon niet gevonden worden !Documentatie niet gevonden !Kan poort niet vinden om te verbinden. Is er enig toestel beschikbaar?Bestand kan niet opslaan worden !AnnulerenControleer configuratieKiezenKies applicatieKies folders met configuratiebestanden en voeg deze toe aan de lijstSluitenSluit windowControleer ConfiguratieVerbondenVerbonden met GSMBezig met verbinden met toestelVerbinding geweigerdCtrl+SAangepast gemaaktWissenDetailsToestel browserToestel naamToestel parametersFoldersDownload mislukt !GedownloadDownload bezigBewerkenBewerk configuratie bestandEen leeg veld betekent geen updateVoorbeeldenUitvoerenFBestandBestanden worden opgeslagen in $HOME/.anyRemoteAlgemeenGnome sessieHelpGeĂŻnstalleerdKDE sessieBeheerdModeNaamGeen informatieNiet beschikbaarNiet actiefNiet beschikbaarNiet geĂŻnstalleerdOKPakketPingPing OK!Ping gefaald!VoorkeurenVerlatenStart anyRemote indien gevondenStart toestelbrowser met timeoutBezigOpslaanOpslaan alsToestellen scannenScantServer modeInstellingenToon in lijstGeef de naamBeginnenStatusStoppenanyRemote stoppenTest ATDe lijst is leeg! kAnyRemote kan dus geen software beheren!Dit is de eerste keer dat kAnyRemote gestart wordt. Geef de folders met de anyRemote configuratie bestanden op.TypeStatus updatenUpdate applicatielijst elkeGebruik connectie stringWacht tot andere handelingen beĂ«indigd zijnWacht op ping resultatenWaarschuwing:anyRemote niet gevonden! Installeer het of corrigeer $PATH.anyRemote is gestoptanyRemote kan enkel starten als geen andere instanties van anyRemote actief zijniViewersdptool niet gevonden! Installeer bluez-util aub.sec.gebruik groot titel icoongebruik versie zonder JSR-82met alle icoon setskanyremote-8.1.1/po/sv_SE.po0000644000232200023220000004056714404351273016261 0ustar debalancedebalance# Swedish translations for kanyremote package. # Copyright (C) 2009-2012 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Mikhail Fedotov , 2009,2010. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.0\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2012-09-26 12:39+0100\n" "Last-Translator: Daniel Holm \n" "Language-Team: Swedish\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: kanyremote:112 msgid "Installed" msgstr "Installerad" #: kanyremote:113 msgid "Not installed" msgstr "Installation saknas" #: kanyremote:115 msgid "No information" msgstr "Information saknas" #: kanyremote:116 msgid "Available" msgstr "Tillgänglig" #: kanyremote:117 msgid "Not available" msgstr "Ej tillgänglig" #: kanyremote:118 msgid "Managed" msgstr "Hanterad" #: kanyremote:119 msgid "Running" msgstr "Körs" #: kanyremote:121 msgid "Connecting to device" msgstr "Koppla upp till enhet" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Vänligen vänta tills övriga operationer har slutförts" #: kanyremote:124 msgid "TCP port" msgstr "TCP port" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Bluetooth kanal" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP port" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Laddar ner" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Söker uppdateringar till J2ME-klienten." #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Fanns inga uppdateringar till J2ME." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping misslyckades!" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping lyckades!" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") för uppladdning !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "J2ME-midlet (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Varken bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto " "eller kbtobexclient finns installerat." #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Kan inte hitta JAD-fil (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Kan inte koppla upp till angiven port. Ă„r enheten tillgänglig?" #: kanyremote:1243 msgid "Connection refused" msgstr "Uppkoppling vägrades" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Telefonen stödjer inte AT-läge (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Telefonen har stöd för AT-läge (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Telefonen stödjer inte AT-läge (felaktigt svar erhölls)." #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Namn" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Enhetsnamn" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adress" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Leta efter enheter" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Detaljer" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Radera" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Stäng" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Arkiv" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Apparatsökning" #: kanyremote:1370 msgid "Scanning" msgstr "Sökning pĂĄgĂĄr" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "Starta endast anyRemote om inga andra instanser av anyRemote är i gĂĄng." #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Kan vara användbart med Samsung-telefoner" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16- och 64x64-titelikoner finns tillgängliga" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Kan användas med WinMobile-enheter" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "anyRemote-j2me-klientpaketet mĂĄste installeras först." #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth-tjänsten är inte aktiverad" #: kanyremote:1703 msgid "Wait ping results" msgstr "Vänta pĂĄ resultatet av ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Enhetsparametrar" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "BT-adress" #: kanyremote:1728 msgid "Specify Name" msgstr "Ange namn" #: kanyremote:1729 msgid " with icon set " msgstr " med ikonuppsättning " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Starta anyRemote när enhet upptäcks" #: kanyremote:1731 msgid "use big title icon" msgstr "använd stora titelikoner" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "använd version utan JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Ladda även upp JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "med samtliga ikonuppsättningar" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Välj" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "Ladda upp J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Testa AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Paket" #: kanyremote:1817 msgid "Downloaded" msgstr "Nerladdad" #: kanyremote:1842 msgid "Warning:" msgstr "Varning:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "anyRemote-j2me-clients installationskatalog har inte angetts i de nuvarande " "inställningarna." #: kanyremote:1850 msgid "Configuration Check" msgstr "Visa Konfiguration" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Applikation" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Läge" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Välj program" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Spara" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Spara som" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Redigera konfigurationsfil" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Filen gĂĄr inte att spara." #: kanyremote:2267 msgid "General" msgstr "Allmänt" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Kataloger" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Välj kataloger med konfigurationsfiler och lägg till dem i listan" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Tomt fält innebär inga uppdateringar" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Tomt fält innebär ingen uppdatering. Beakta: Det är möjligt att Android/J2ME " "klienten inte kan fĂĄ kontakt med anyRemote medan sökning pĂĄgĂĄr." #: kanyremote:2363 msgid "Server Mode" msgstr "Serverläge" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Filer kommer att sparas i $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "AT-läge" #: kanyremote:2444 msgid "Bemused" msgstr "Förvirrad" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Egenskaper" #: kanyremote:2641 msgid "Show in list : " msgstr "Visa följande:" #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "Ladda upp J2ME-klienten frĂĄn " #: kanyremote:2643 msgid "Examples" msgstr "Exempel" #: kanyremote:2644 msgid "Applications" msgstr "Applikationer" #: kanyremote:2645 msgid "Custom Made" msgstr "Egna" #: kanyremote:2646 msgid "Server-mode" msgstr "Serverläge" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "Förfirringsemulering" #: kanyremote:2648 msgid "AT-mode" msgstr "AT-läge" #: kanyremote:2650 msgid "Non-available" msgstr "Ej tillgängligt" #: kanyremote:2651 msgid "Update application list every" msgstr "Uppdatera programlistan varhe" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sek" #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Använd Bluetoothuppkoppling, kanal" #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Avänd TCP/IP-uppkoppling, port" #: kanyremote:2657 #, fuzzy msgid "Use Web Interace, port" msgstr "Använd webbgränssnitt, port" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "" #: kanyremote:2659 msgid "Specify options manually" msgstr "Specifiera manuella inställningar" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Använd uppkopplingssträng" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Utför apparatsökning med tidsfrist" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Lägg till" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Automatisk ĂĄteruppkoppling" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome-session" #: kanyremote:2671 msgid "Auto startup with" msgstr "Starta automatiskt med" #: kanyremote:2672 msgid "KDE session" msgstr "KDE-session" #: kanyremote:2675 #, fuzzy msgid "Run on startup" msgstr "Starta automatiskt med" #: kanyremote:2677 msgid "Cancel" msgstr "Avbryt" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Ladda ner J2ME-klient frĂĄn Internet." #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "Sök uppdateringar till J2ME-klienten" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "Sök uppdateringar till J2ME-klienten vid start" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Listan är tom.\n" "kAnyRemote kan inte styra nĂĄgra program." #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Stopp" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Start" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Typ" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Utför kommando" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "Avsluta" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Redigera" #: kanyremote:3085 msgid "Update Status" msgstr "Uppdatera status" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Stäng fönstret" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "Visa konfiguration" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Hjälp" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Om programmet" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Inställningar" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Stoppa anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Detta är första gĂĄngen som kAnyRemote startas.\n" "Var god ange katalogerna i vilka konfigurationsfilerna till anyRemote finns." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Webläsare att visa hjälpfilen med saknas." #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Dokumentationen gĂĄr inte att hitta." #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote har stoppats" #: kanyremote:3498 #, fuzzy msgid "Ready to connect on" msgstr "Automatisk ĂĄteruppkoppling" #: kanyremote:3508 msgid "Connected to phone" msgstr "Uppkopplad till telefon" #: kanyremote:3510 msgid "Connected" msgstr "Uppkopplad" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "" "En ny version av J2ME-klienten finns tillgänglig. Vill du ladda ner den?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Kan inte koppla upp!" #: kanyremote:3802 msgid "Download failed !" msgstr "Nedladdning misslyckades !" #: kanyremote:3811 msgid "Can not download " msgstr "Kan inte laddas ner" #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Aktiv" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Ej aktiv" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote saknas.\n" "Var god och installera programmet eller korrigera $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool saknas.\n" "Var god installera bluez-util." #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimera" #: kanyremote:4461 msgid "Restore" msgstr "Ă…terställ" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Installera PyBluez först.\n" #~ "Eller starta programmet med parametern --npybluez" #, fuzzy #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Vill du ladda ner J2ME-klienten frĂĄn Internet?" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Hittar inte anyRemote-j2me-client till uppladdning!" #~ msgid "Disconnected from phone" #~ msgstr "Bortkopplad frĂĄn telefon" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Samma adress och port 5003 mĂĄste ställas in i CF iVieweriPhone/iPod Touch" #~ msgid "Use host ip" #~ msgstr "Serverns IP-adress" #~ msgid "Download iViewer GUI files" #~ msgstr "Ladda ner iViewer GUI -filer" #~ msgid "Directory selection" #~ msgstr "Katalogval" #~ msgid "All" #~ msgstr "Alla" #~ msgid "Custom" #~ msgstr "Egna" #~ msgid "Example" #~ msgstr "Exempel" #~ msgid "Install PyGTK first !!!" #~ msgstr "Installera PyGTK först!!" #~ msgid "New device" #~ msgstr "Ny enhet" #~ msgid "Queue ping request" #~ msgstr "Köa ping-begäran" #~ msgid "Queue push request" #~ msgstr "Köa push-begäran" #~ msgid "Can not read the file " #~ msgstr "Filen gĂĄr inte att läsa." #~ msgid "Save File As" #~ msgstr "Spara som" #~ msgid "Properties" #~ msgstr "Egenskaper" #~ msgid "File selection" #~ msgstr "Välj fil" #~ msgid "Run web interface with parameters" #~ msgstr "Starta web-gränssnittet med parametrarna" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyRemote2html är inte installerat." #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Vill du ändra pĂĄ katalogen som Java-klienten laddas upp frĂĄn?" #~ msgid "Upload" #~ msgstr "Ladda upp" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "Ersätt \"Device=\"-parametern med följande" #~ msgid "Address " #~ msgstr "Adress " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Application " #~ msgstr "Program " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Mode " #~ msgstr "Läge " #~ msgid "Exit" #~ msgstr "Avsluta" #~ msgid "Device Name:" #~ msgstr "Apparatens namn:" #~ msgid "Check configuration" #~ msgstr "Visa konfiguration" #~ msgid " Device name: " #~ msgstr " Apparatens namn: " #~ msgid " with parameters " #~ msgstr " med parametrarna" kanyremote-8.1.1/po/pl_PL.po0000644000232200023220000004233214404351273016240 0ustar debalancedebalance# Polish translations for kanyremote package. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Marek Szuba , 2008-2010. msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-07-10 14:38+0200\n" "Last-Translator: Marek SZUBA \n" "Language-Team: Polish\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #: kanyremote:112 msgid "Installed" msgstr "Zainstalowany" #: kanyremote:113 msgid "Not installed" msgstr "Nie zainstalowany" #: kanyremote:115 msgid "No information" msgstr "Brak informacji" #: kanyremote:116 msgid "Available" msgstr "DostÄ™pne" #: kanyremote:117 msgid "Not available" msgstr "Nie dostÄ™pne" #: kanyremote:118 msgid "Managed" msgstr "ZarzÄ…dzane" #: kanyremote:119 msgid "Running" msgstr "Pracuje" #: kanyremote:121 msgid "Connecting to device" msgstr "ĹÄ…czÄ™ siÄ™ z urzÄ…dzeniem" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Czekam na koniec innych operacji" #: kanyremote:124 msgid "TCP port" msgstr "TCP port" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Bluetooth kanaĹ‚" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP port" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Pobieram" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "Szukam aktualizacji klienta J2ME" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Nie znaleziono aktualizacji klienta J2ME" #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping nieudany !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") do zaĹ‚adowania !" #: kanyremote:1134 kanyremote:1139 #, fuzzy msgid "Can not find J2ME midlet (" msgstr "Nie mogÄ™ znaleźć midletu J2ME (" #: kanyremote:1156 #, fuzzy msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Nie znaleziono ani bluedevil-sendfile, ani gnome-obex-send, ani bluetooth-" "sendto, blueman-sendto, ani kbtobexclient !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Nie mogÄ™ znaleźć pliku JAD (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "" "Brak portu do nawiÄ…zania połączenia. Czy sÄ… dostÄ™pne jakieĹ› urzÄ…dzenia ?" #: kanyremote:1243 msgid "Connection refused" msgstr "Połączenie odrzucone" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "Telefon nie obsĹ‚uguje trybu AT (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "Telefon moĹĽe pracować w trybie AT (" #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "Telefon nie obsĹ‚uguje trybu AT (odpowiedĹş \"ERROR\")" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Nazwa" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Nazwa urzÄ…dzenia" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adres" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Szukaj urzÄ…dzeĹ„" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Szczegóły" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "UsuĹ„" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "Zamknij" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Plik" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "PrzeglÄ…darka urzÄ…dzeĹ„" #: kanyremote:1370 msgid "Scanning" msgstr "Skanowanie" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "Nie moĹĽna uruchomić wiÄ™cej niĹĽ jednej instancji anyRemote" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Potencjalnie przydatne w telefonach Samsung" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "DostÄ™pne ikony w rozdzielczoĹ›ci 16x16 i 64x64" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "DziaĹ‚a na urzÄ…dzeniach WinMobile" #: kanyremote:1570 #, fuzzy msgid "It needs to install anyremote-j2me-client package first" msgstr "Musisz najpierw zainstalować pakiet anyremote-j2me-client" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Nieaktywna usĹ‚uga Bluetooth" #: kanyremote:1703 msgid "Wait ping results" msgstr "Czekam na wyniki ping" #: kanyremote:1723 msgid "Device Parameters" msgstr "Parametry urzÄ…dzenia" #: kanyremote:1725 #, fuzzy msgid "BT address" msgstr "Adres BT" #: kanyremote:1728 msgid "Specify Name" msgstr "Podaj nazwÄ™" #: kanyremote:1729 msgid " with icon set " msgstr " z zestawem ikon " #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Uruchom anyRemote po wykryciu" #: kanyremote:1731 msgid "use big title icon" msgstr "duĹĽa ikona tytuĹ‚owa" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "UĹĽyj wersji bez JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "Wgraj takĹĽe plik JAD" #: kanyremote:1739 msgid "with all icon sets" msgstr "ze wszystkimi zestawami ikon" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Wybierz" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 #, fuzzy msgid "Upload J2ME" msgstr "Wgraj J2ME" #: kanyremote:1743 msgid "Test AT" msgstr "Test AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Pakiet" #: kanyremote:1817 msgid "Downloaded" msgstr "Pobrano" #: kanyremote:1842 msgid "Warning:" msgstr "Uwaga:" #: kanyremote:1843 #, fuzzy msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Brak katalogu instalacji anyremote-j2me-client w bieĹĽÄ…cej konfiguracji !" #: kanyremote:1850 msgid "Configuration Check" msgstr "SprawdĹş konfiguracjÄ™" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "aplikacja" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Tryb" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "F" #: kanyremote:1970 msgid "Choose application" msgstr "Wybierz aplikacjÄ™" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Zapisz" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Zapisz jako" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Wybierz plik konfiguracyjny" #: kanyremote:2209 msgid "Ctrl+S" msgstr "Ctrl+S" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Nie mogÄ™ zapisać pliku!" #: kanyremote:2267 msgid "General" msgstr "OgĂłlne" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Katalogi" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "Wybierz katalogi zawierajÄ…ce pliki konfiguracyjne i dodaj je do listy" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Puste pole - bez odĹ›wieĹĽania" #: kanyremote:2353 #, fuzzy msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Puste pole - bez odĹ›wieĹĽania. Uwaga: klient Android/J2ME moĹĽe nie być w " "stanie połączyć siÄ™ z anyRemote podczas przeglÄ…dania" #: kanyremote:2363 #, fuzzy msgid "Server Mode" msgstr "Tryb serwera" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Pliki zapisywane bÄ™dÄ… w $HOME/.anyRemote" #: kanyremote:2423 msgid "AT mode" msgstr "Tryb AT" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Preferencje" #: kanyremote:2641 msgid "Show in list : " msgstr "PokaĹĽ na liĹ›cie" #: kanyremote:2642 #, fuzzy msgid "Upload J2ME client from " msgstr "Wgraj klienta J2ME z " #: kanyremote:2643 msgid "Examples" msgstr "przykĹ‚ady" #: kanyremote:2644 msgid "Applications" msgstr "aplikacje" #: kanyremote:2645 msgid "Custom Made" msgstr "WĹ‚asne" #: kanyremote:2646 msgid "Server-mode" msgstr "Trybu serwera" #: kanyremote:2647 #, fuzzy msgid "Bemused emulation" msgstr "EmulujÄ…ce Bemused" #: kanyremote:2648 msgid "AT-mode" msgstr "Trybu AT" #: kanyremote:2650 msgid "Non-available" msgstr "NiedostÄ™pne" #: kanyremote:2651 msgid "Update application list every" msgstr "OdĹ›wieĹĽaj listÄ™ aplikacji co" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "UĹĽywaj połączenia Bluetooth, kanaĹ‚ " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "UĹĽywaj połączenia TCP/IP, port" #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "UĹĽywaj interfejsu Web, port" #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "RozgĹ‚aszaj usĹ‚ugÄ™ przez Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "OkreĹ›l rÄ™cznie opcje" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "UĹĽyj Ĺ‚aĹ„cucha połączenia" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr "Timeout przeglÄ…darki urzÄ…dzeĹ„" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "Dodaj" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Automatycznie odtwĂłrz połączenie" #: kanyremote:2670 msgid "Gnome session" msgstr "sesji Gnome" #: kanyremote:2671 msgid "Auto startup with" msgstr "Uruchom automatycznie przy starcie" #: kanyremote:2672 msgid "KDE session" msgstr "sesji KDE" #: kanyremote:2675 msgid "Run on startup" msgstr "Uruchamiaj przy starcie" #: kanyremote:2677 msgid "Cancel" msgstr "Anuluj" #: kanyremote:2678 #, fuzzy msgid "Download J2ME client from Web" msgstr "Pobierz klienta J2ME z sieci" #: kanyremote:2679 #, fuzzy msgid "Check J2ME client updates" msgstr "Szukaj aktualizacji klienta J2ME" #: kanyremote:2680 #, fuzzy msgid "Check J2ME client updates at start" msgstr "Szukaj aktualizacji klienta J2ME po uruchomieniu" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Brak wpisĂłw na liĹ›cie !\n" "kAnyRemote nie bÄ™dzie w stanie zarzÄ…dzać ĹĽadnym oprogramowaniem !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Zatrzymaj" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Uruchom" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Typ" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "WywoĹ‚aj polecenie" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "WyjdĹş" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Edytuj" #: kanyremote:3085 msgid "Update Status" msgstr "OdĹ›wieĹĽ Status" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "Zamknij okno" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "SprawdĹş konfiguracjÄ™" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Pomoc" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "O programie" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Konfiguracja" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "Zatrzymaj anyRemote" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Pierwsze uruchomienie kAnyRemote.\n" "WskaĹĽ katalogi zawierajÄ…ce konfiguracjÄ™ anyRemote." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Nie znaleziono przeglÄ…darki do wyĹ›wietlania pomocy !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Nie mogÄ™ znaleźć dokumentacji !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote jest zatrzymany" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Gotowy do połączenia poprzez" #: kanyremote:3508 msgid "Connected to phone" msgstr "Połączono z telefonem" #: kanyremote:3510 msgid "Connected" msgstr "Połączono" #: kanyremote:3662 #, fuzzy msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "Znaleziono nowÄ… wersjÄ™ klienta J2ME, czy chcesz jÄ… pobrać ?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Nie mogÄ™ nawiÄ…zać połączenia !" #: kanyremote:3802 msgid "Download failed !" msgstr "Pobieranie nieudane !" #: kanyremote:3811 msgid "Can not download " msgstr "Nie mogÄ™ pobrać " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Aktywna" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Nieaktywna" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "Nie znaleziono anyRemote !\n" "Zainstaluj go lub popraw $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "Nie znaleziono sdptool !\n" "Zainstaluj bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimalizuj" #: kanyremote:4461 msgid "Restore" msgstr "Przywróć" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Zainstaluj najpierw PyBluez !\n" #~ "Lub uruchom program z opcjÄ… --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Czy chcesz pobrać klienta J2ME z sieci?" #~ msgid "channel" #~ msgstr "kanaĹ‚" #, fuzzy #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Nie mogÄ™ zlokalizować pakietu anyremote-j2me-client !" #~ msgid "Disconnected from phone" #~ msgstr "Odłączono od telefonu" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Musisz podać ten sam adres oraz port 5003 w konfiguracji iViewera " #~ "naiPhone'ie/iPodzie Touch" #~ msgid "Use host ip" #~ msgstr "UĹĽyj adresu IP hosta" #~ msgid "Download iViewer GUI files" #~ msgstr "Pobierz pliki GUI iViewera" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Czy chcesz zmienić Ĺ›cieĹĽkÄ™ do wgrywania klienta Java?" #~ msgid "Run web interface with parameters" #~ msgstr "Uruchom interfejs WWW" #~ msgid "anyremote2html is not installed !" #~ msgstr "Nie zainstalowano anyremote2html !" #~ msgid "Directory selection" #~ msgstr "Wybierz katalog" #~ msgid "All" #~ msgstr "Wszystkie" #~ msgid "Custom" #~ msgstr "wĹ‚asny" #~ msgid "Example" #~ msgstr "przykĹ‚ad" #~ msgid "Install PyGTK first !!!" #~ msgstr "Zainstaluj najpierw PyGTK !!!" #~ msgid "New device" #~ msgstr "Nowe urzÄ…dzenie" #~ msgid "Queue ping request" #~ msgstr "Żądanie ping umieszczono w kolejce" #~ msgid "Queue push request" #~ msgstr "Żądanie wgrania umieszczono w kolejce" #~ msgid "Can not read the file " #~ msgstr "Nie mogÄ™ odczytać pliku" #~ msgid "Save File As" #~ msgstr "Zapisz plik jako" #~ msgid "Properties" #~ msgstr "WĹ‚aĹ›ciwoĹ›ci" #~ msgid "File selection" #~ msgstr "Wybierz plik" #~ msgid "Upload" #~ msgstr "Wgraj" #~ msgid "Override \"Device=\" parameter with" #~ msgstr "ZastÄ…p parametr \"Device=\" przez" #~ msgid "Name " #~ msgstr "Nazwa " #~ msgid "Address " #~ msgstr "Adres " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Application " #~ msgstr "Aplikacja " #~ msgid "Status " #~ msgstr "Status " #~ msgid "Mode " #~ msgstr "Tryb " #~ msgid "Exit" #~ msgstr "WyjdĹş" #~ msgid "Device Name:" #~ msgstr "Nazwa urzÄ…dzenia:" #~ msgid "Check configuration" #~ msgstr "SprawdĹş konfiguracjÄ™" #~ msgid "Select configuration file" #~ msgstr "Wybierz plik konfiguracyjny" #~ msgid "Run" #~ msgstr "Uruchom" #~ msgid "Contents..." #~ msgstr "Zawartość..." #~ msgid "Menu" #~ msgstr "Menu" #~ msgid "Can not find anyRemote data directory !" #~ msgstr "Nie mogÄ™ zlokalizować katalogu danych anyRemote !" #~ msgid "&Cancel" #~ msgstr "Anuluj" #~ msgid "&Save" #~ msgstr "Zapisz" #~ msgid "&File" #~ msgstr "Plik" #~ msgid "Edit cfg.file" #~ msgstr "Edytuj plik konfiguracyjny" #~ msgid " Device name: " #~ msgstr " Nazwa urzÄ…dzenia: " #~ msgid "Server" #~ msgstr "Serwer" #~ msgid " with parameters " #~ msgstr " z parametrami " #~ msgid "Starting backgroung threads" #~ msgstr "Uruchamiam wÄ…tki dziaĹ‚ajÄ…ce w tle" kanyremote-8.1.1/po/de_AT.po0000644000232200023220000004033114404351273016203 0ustar debalancedebalance# German (de_AT) translations for kanyremote package # German (de_AT) messages for kanyremote. # Copyright (C) 2008-2015 Mikhail Fedotov # This file is distributed under the same license as the kanyremote package. # Christian Zehetner, 2008,2009,2010. # msgid "" msgstr "" "Project-Id-Version: kanyremote 6.3.5\n" "Report-Msgid-Bugs-To: anyremote@mail.ru\n" "POT-Creation-Date: 2023-03-15 17:14+0300\n" "PO-Revision-Date: 2008-07-15 21:16+0400\n" "Last-Translator: fedotov \n" "Language-Team: Austrian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Language: de_DE\n" "X-Source-Language: C\n" #: kanyremote:112 msgid "Installed" msgstr "Installiert" #: kanyremote:113 msgid "Not installed" msgstr "Nicht installiert" #: kanyremote:115 msgid "No information" msgstr "Keine Information" #: kanyremote:116 msgid "Available" msgstr "VerfĂĽgbar" #: kanyremote:117 msgid "Not available" msgstr "Nicht verfĂĽgbar" #: kanyremote:118 msgid "Managed" msgstr "Verwaltet" #: kanyremote:119 msgid "Running" msgstr "Läuft" #: kanyremote:121 msgid "Connecting to device" msgstr "Verbinde mit dem Gerät" #: kanyremote:122 msgid "Wait other operations to finish" msgstr "Warte auf die Beendigung anderer Operationen" #: kanyremote:124 msgid "TCP port" msgstr "TCP Port" #: kanyremote:125 msgid "Bluetooth channel" msgstr "Bluetooth Kanal" #: kanyremote:126 msgid "HTTP port" msgstr "HTTP Port" #: kanyremote:129 kanyremote:3823 msgid "Downloading" msgstr "Herunterladen" #: kanyremote:130 msgid "Checking J2ME client updates" msgstr "ĂśberprĂĽfe J2ME-Client Aktualisierungen" #: kanyremote:131 msgid "No updates for J2ME client were found." msgstr "Keine Aktualisierungen fĂĽr den J2ME-Client gefunden." #: kanyremote:1117 msgid "Ping failed !" msgstr "Ping fehlgeschlagen !" #: kanyremote:1119 msgid "Ping OK !" msgstr "Ping OK !" #: kanyremote:1134 kanyremote:1139 kanyremote:1167 msgid ") to upload !" msgstr ") zum hochladen !" #: kanyremote:1134 kanyremote:1139 msgid "Can not find J2ME midlet (" msgstr "Kann J2ME midlet nicht finden (" #: kanyremote:1156 msgid "" "None of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-" "sendto and kbtobexclient are installed !" msgstr "" "Weder bluedevil-sendfile, gnome-obex-send, noch bluetooth-sendto, blueman-" "sendto oder kbtobexclient ist installiert !" #: kanyremote:1167 msgid "Can not find JAD file (" msgstr "Kann JAD Datei nicht finden (" #: kanyremote:1233 msgid "Can not get port to connect to. Is there any device available ?" msgstr "Bekomme keinen Port fĂĽr die Verbindung. Sind Geräte verfĂĽgbar?" #: kanyremote:1243 msgid "Connection refused" msgstr "Verbindung zurĂĽckgewiesen" #: kanyremote:1264 msgid "AT mode is not supported by phone (" msgstr "AT mode wird vom Telefon nicht unterstĂĽtzt (" #: kanyremote:1266 msgid "AT mode could be supported by phone (" msgstr "AT mode könnte vom Telefon unterstĂĽtzt werden (" # #: kanyremote:1268 msgid "AT mode is not supported by phone (ERROR response)" msgstr "AT mode wird vom Telefon nicht unterstĂĽtzt (FehlerrĂĽckmeldung)" #: kanyremote:1299 kanyremote:1342 msgid "Name" msgstr "Name" #: kanyremote:1300 kanyremote:1343 kanyremote:1727 msgid "Device Name" msgstr "Gerätename" #: kanyremote:1301 kanyremote:1344 msgid "Address" msgstr "Adresse" #: kanyremote:1302 kanyremote:1345 kanyremote:1768 kanyremote:1852 #: kanyremote:3015 kanyremote:3182 msgid "Status" msgstr "Status" #: kanyremote:1311 kanyremote:1348 msgid "Scan for devices" msgstr "Suche nach Geräten" #: kanyremote:1312 kanyremote:1349 kanyremote:3056 msgid "Details" msgstr "Details" #: kanyremote:1313 kanyremote:1350 kanyremote:2667 msgid "Delete" msgstr "Entfernen" #: kanyremote:1314 kanyremote:1351 kanyremote:1744 kanyremote:1775 #: kanyremote:1856 kanyremote:1976 kanyremote:2166 kanyremote:2207 msgid "Close" msgstr "SchlieĂźen" #: kanyremote:1318 kanyremote:1352 kanyremote:1779 kanyremote:1857 #: kanyremote:2170 kanyremote:2211 kanyremote:3102 kanyremote:3209 msgid "File" msgstr "Datei" #: kanyremote:1341 kanyremote:3092 kanyremote:3207 msgid "Device Browser" msgstr "Geräte Browser" #: kanyremote:1370 msgid "Scanning" msgstr "Scannen" #: kanyremote:1468 msgid "" "anyRemote will start only if no other instances of anyRemote are running" msgstr "" "anyRemote wird nur ausgefĂĽhrt, wenn keine weiteren Instanzen von anyRemote " "laufen" #: kanyremote:1519 msgid "Can be useful for Samsung phones" msgstr "Kann fĂĽr Samsung Telefone nĂĽtzlich sein" #: kanyremote:1523 msgid "16x16 and 64x64 title icons are available" msgstr "16x16 und 64x64 Titlesymbole sind verfĂĽgbar" #: kanyremote:1527 msgid "Can be used on WinMobile devices" msgstr "Kann mit WinMobile Geräten verwendet werden" #: kanyremote:1570 msgid "It needs to install anyremote-j2me-client package first" msgstr "anyremote-j2me-client Paket muss vorher installiert werden" #: kanyremote:1577 kanyremote:1579 msgid "Bluetooth service is not active" msgstr "Bluetooth Service ist nicht aktiviert" #: kanyremote:1703 msgid "Wait ping results" msgstr "Warte auf die Ping Resultate" #: kanyremote:1723 msgid "Device Parameters" msgstr "Geräteparameter" #: kanyremote:1725 msgid "BT address" msgstr "BT Adresse" #: kanyremote:1728 msgid "Specify Name" msgstr "Name festlegen" #: kanyremote:1729 msgid " with icon set " msgstr " mit dem Icon set" #: kanyremote:1730 msgid "Run anyRemote when discovered" msgstr "Starte anyRemote wenn ein Gerät gefunden wird" #: kanyremote:1731 msgid "use big title icon" msgstr "verwende groĂźe Titel Icons" #: kanyremote:1732 msgid "use version without JSR-82" msgstr "verwende eine Version ohne JSR-82" #: kanyremote:1733 msgid "Also upload JAD" msgstr "JAD ebenfalls hochladen" #: kanyremote:1739 msgid "with all icon sets" msgstr "mit allen Symboldateien" #: kanyremote:1740 kanyremote:2668 kanyremote:2676 kanyremote:2721 #: kanyremote:3069 kanyremote:3186 msgid "Choose" msgstr "Auswählen" #: kanyremote:1741 msgid "Ping" msgstr "Ping" #: kanyremote:1742 msgid "Upload J2ME" msgstr "Lade J2ME hoch" #: kanyremote:1743 msgid "Test AT" msgstr "Teste AT" #: kanyremote:1745 kanyremote:1977 kanyremote:2673 msgid "OK" msgstr "OK" #: kanyremote:1767 kanyremote:1851 msgid "Package" msgstr "Paket" #: kanyremote:1817 msgid "Downloaded" msgstr "Heruntergeladen" #: kanyremote:1842 msgid "Warning:" msgstr "Warnung:" #: kanyremote:1843 msgid "" "Installation directory of anyremote-j2me-client not specified in current " "setup configuration !" msgstr "" "Installationsverzeichnis von anyremote-j2me-client ist nicht festgelegt in " "den derzeitigen Einstellungen !" #: kanyremote:1850 msgid "Configuration Check" msgstr "ĂśberprĂĽfe Konfiguration" #: kanyremote:1889 kanyremote:1971 kanyremote:3014 kanyremote:3181 msgid "Application" msgstr "Anwendung" #: kanyremote:1890 kanyremote:1972 kanyremote:3016 kanyremote:3183 msgid "Mode" msgstr "Modus" #: kanyremote:1891 kanyremote:3018 msgid "F" msgstr "" #: kanyremote:1970 msgid "Choose application" msgstr "Wähle Anwendung" #: kanyremote:2164 kanyremote:2208 kanyremote:3089 kanyremote:3204 msgid "Save" msgstr "Speichern" #: kanyremote:2165 kanyremote:2210 msgid "Save As" msgstr "Speichern unter" #: kanyremote:2206 kanyremote:3200 msgid "Edit configuration file" msgstr "Wähle Konfigurationsdatei" #: kanyremote:2209 msgid "Ctrl+S" msgstr "" #: kanyremote:2225 msgid "Can not save the file !" msgstr "Kann die Datei nicht speichern !" #: kanyremote:2267 msgid "General" msgstr "General" #: kanyremote:2279 kanyremote:2674 msgid "Directories" msgstr "Ordner" #: kanyremote:2282 msgid "Choose directories with configuration files and add them to the list" msgstr "" "Wähle die Ordner mit den Konfigurationsdateien und fĂĽge sie der Liste bei" #: kanyremote:2345 msgid "Empty field means no update" msgstr "Leeres Feld bedeutet keine Aktualisierung" #: kanyremote:2353 msgid "" "Empty field means no update. Beware: Android/J2ME clients could fail to " "connect to anyRemote when browsing is in process" msgstr "" "Leeres Feld bedeutet keine Aktualisierung. Achtung: Verbindung zwischen " "Android/J2ME client und anyRemote könnte fehlschlagen, wenn gerade gesucht " "wird" #: kanyremote:2363 msgid "Server Mode" msgstr "Server Modus" #: kanyremote:2412 msgid "Files will be saved to $HOME/.anyRemote" msgstr "Dateien werden im Ordner $HOME/.anyRemote gespeichert" #: kanyremote:2423 msgid "AT mode" msgstr "AT Modus" #: kanyremote:2444 msgid "Bemused" msgstr "Bemused" #: kanyremote:2461 kanyremote:2649 msgid "iViewer" msgstr "iViewer" #: kanyremote:2639 kanyremote:3090 kanyremote:3205 msgid "Preferences" msgstr "Eigenschaften" #: kanyremote:2641 msgid "Show in list : " msgstr "Zeige in einer Liste : " #: kanyremote:2642 msgid "Upload J2ME client from " msgstr "Lade den J2ME Client hoch von " #: kanyremote:2643 msgid "Examples" msgstr "Beispiel" #: kanyremote:2644 msgid "Applications" msgstr "Anwendungen" #: kanyremote:2645 msgid "Custom Made" msgstr "Benutzerdefiniert" #: kanyremote:2646 msgid "Server-mode" msgstr "Server Modus" #: kanyremote:2647 msgid "Bemused emulation" msgstr "Bemused-Emulation" #: kanyremote:2648 msgid "AT-mode" msgstr "AT Modus" #: kanyremote:2650 msgid "Non-available" msgstr "Nicht verfĂĽgbar" #: kanyremote:2651 msgid "Update application list every" msgstr "Aktualisiere Anwendungsliste alle" #: kanyremote:2652 kanyremote:2653 msgid "sec." msgstr "sec." #: kanyremote:2655 msgid "Use Bluetooth connection, channel" msgstr "Benutze Bluetooth Verbindung, Kanal " #: kanyremote:2656 msgid "Use TCP/IP connection, port" msgstr "Benutze TCP/IP Verbindung, port " #: kanyremote:2657 msgid "Use Web Interace, port" msgstr "Benutze das Web Interface, port " #: kanyremote:2658 msgid "Advertise service through Avahi" msgstr "Werbung Service ĂĽber Avahi" #: kanyremote:2659 msgid "Specify options manually" msgstr "Lege die Optionen manuell fest" #: kanyremote:2661 kanyremote:2662 kanyremote:2663 msgid "Use connect string" msgstr "Verwende Verbindungszeichenfolge" #: kanyremote:2665 msgid "Run device browser with timeout" msgstr " Starte Gerätebrowser mit Timeout" #: kanyremote:2666 kanyremote:2695 msgid "Add" msgstr "HinzufĂĽgen" #: kanyremote:2669 msgid "Auto reconnect" msgstr "Automatische Wiederverbindung" #: kanyremote:2670 msgid "Gnome session" msgstr "Gnome Sitzung" #: kanyremote:2671 msgid "Auto startup with" msgstr "Automatischer Start mit" #: kanyremote:2672 msgid "KDE session" msgstr "KDE Sitzung" #: kanyremote:2675 msgid "Run on startup" msgstr "Beim Start ausfĂĽhren" #: kanyremote:2677 msgid "Cancel" msgstr "Abbrechen" #: kanyremote:2678 msgid "Download J2ME client from Web" msgstr "Lade J2ME Client aus dem Web herunter" #: kanyremote:2679 msgid "Check J2ME client updates" msgstr "ĂśberprĂĽfe J2ME-Client Aktualisierungen" #: kanyremote:2680 msgid "Check J2ME client updates at start" msgstr "ĂśberprĂĽfe J2ME-Client Aktualisierungen beim Start" #: kanyremote:2821 msgid "" "There is no item in the list !\n" "kAnyRemote will not be able to manage any software !" msgstr "" "Da sind keine Anwendungen in der Liste\n" " kAnyRemote wird keine Software steuern können !" #: kanyremote:3006 kanyremote:3084 kanyremote:3191 kanyremote:3202 #: kanyremote:4460 msgid "Stop" msgstr "Stop" #: kanyremote:3007 kanyremote:3083 kanyremote:3192 kanyremote:3201 #: kanyremote:4459 msgid "Start" msgstr "Start" #: kanyremote:3017 kanyremote:3184 msgid "Type" msgstr "Typ" #: kanyremote:3075 kanyremote:3188 msgid "Execute Command" msgstr "Befehl ausfĂĽhren" #: kanyremote:3081 kanyremote:3193 kanyremote:4462 msgid "Quit" msgstr "" #: kanyremote:3082 kanyremote:3199 msgid "Edit" msgstr "Bearbeiten" #: kanyremote:3085 msgid "Update Status" msgstr "Aktualisiere Status" #: kanyremote:3086 kanyremote:3190 msgid "Close Window" msgstr "SchlieĂźe Fenster" #: kanyremote:3091 kanyremote:3206 msgid "Check Configuration" msgstr "ĂśberprĂĽfe Konfiguration" #: kanyremote:3095 kanyremote:3117 kanyremote:3195 kanyremote:3211 msgid "Help" msgstr "Hilfe" #: kanyremote:3096 kanyremote:3197 kanyremote:4458 msgid "About" msgstr "Ăśber" #: kanyremote:3111 kanyremote:3210 msgid "Setup" msgstr "Einstellungen" #: kanyremote:3203 msgid "Stop anyRemote" msgstr "" #: kanyremote:3216 msgid "" "This is the first time kAnyRemote runs.\n" "Please specify directories with anyRemote configuration files." msgstr "" "Das ist das erste Mal, dass kAnyRemote ausgefĂĽhrt wurde.\n" "Bitte wähle den Ordner mit den anyRemote Konfigurationsdateien." #: kanyremote:3325 msgid "Can not find browser to show help !" msgstr "Kann keinen Browser finden um die Hilfe anzuzeigen !" #: kanyremote:3341 msgid "Can not find documentation !" msgstr "Kann die Dokumentation nicht finden !" #: kanyremote:3488 msgid "anyRemote stopped" msgstr "anyRemote gestopt" #: kanyremote:3498 msgid "Ready to connect on" msgstr "Bereit zum Verbinden am" #: kanyremote:3508 msgid "Connected to phone" msgstr "Mit dem Telefon verbunden" #: kanyremote:3510 msgid "Connected" msgstr "Verbunden" #: kanyremote:3662 msgid "" "New version of J2ME client is available. Would You like to download it ?" msgstr "" "Eine neue Version des J2ME-Clients ist verfĂĽgbar. WĂĽrden Sie sie gerne " "herunterladen?" #: kanyremote:3787 msgid "Can not establish the connection !" msgstr "Kann die Verbindung nicht aufbauen !" #: kanyremote:3802 msgid "Download failed !" msgstr "Herunterladen ist gescheitert !" #: kanyremote:3811 msgid "Can not download " msgstr "Fehlgeschlagener Download der Datei " #: kanyremote:3901 msgid "Can not start anyRemote. No configuation file specified!" msgstr "" #: kanyremote:4180 msgid "Active" msgstr "Aktiviert" #: kanyremote:4190 msgid "" "Bluetooth connection will not work. It needs to run bluetoothd daemon with -" "C option" msgstr "" #: kanyremote:4192 msgid "Not active" msgstr "Nicht aktiviert" #: kanyremote:4199 msgid "" "anyRemote not found !\n" "Please install it or correct $PATH" msgstr "" "anyRemote wurde nicht gefunden !\n" "Bitte installiere es oder korrigiere $PATH" #: kanyremote:4203 msgid "" "sdptool not found !\n" "Please install bluez-util" msgstr "" "sdptool wurde nicht gefunden !\n" "Bitte installiere bluez-util" #: kanyremote:4394 msgid "" "Warning: PyBluez not installed. Remote control through bluetooth will be " "unavailable" msgstr "" #: kanyremote:4461 msgid "Minimize" msgstr "Minimiere" #: kanyremote:4461 msgid "Restore" msgstr "Wiederherstellen" #~ msgid "" #~ "Install PyBluez first !\n" #~ "Or run with --npybluez option" #~ msgstr "" #~ "Installiere vorher PyBluez !\n" #~ "Oder starte mit der Option --npybluez" #~ msgid "Would You like to download J2ME client from Web ?" #~ msgstr "Möchten Sie den J2ME Client aus dem Web herunterladen ?" #~ msgid "channel" #~ msgstr "Kanal" #~ msgid "Can not find anyremote-j2me-client installation !" #~ msgstr "Kann die anyremote-j2me-client Installation nicht finden !" #~ msgid "Disconnected from phone" #~ msgstr "Vom Telefon getrennt" #~ msgid "" #~ "You need to specify the same address and port 5003 in CF iViewer setup on " #~ "iPhone/iPod Touch" #~ msgstr "" #~ "Sie mĂĽssen die gleiche Adresse und den gleichen Port 5003 in den CF " #~ "iViewer Einstellungen im iPhone/iPod Touch angeben" #~ msgid "Use host ip" #~ msgstr "Benutze host ip" #~ msgid "Download iViewer GUI files" #~ msgstr "iViewer GUI Dateien herunterladen" #~ msgid "Directory selection" #~ msgstr "Ordner Auswahl" #~ msgid "All" #~ msgstr "Alle" #~ msgid "Custom" #~ msgstr "Benutzerdefiniert" #~ msgid "Example" #~ msgstr "Beispiel" #~ msgid "Install PyGTK first !!!" #~ msgstr "Installiere zuerst PyGTK !!!" #~ msgid "New device" #~ msgstr "Neues Gerät" #~ msgid "Queue ping request" #~ msgstr "Ping Anfrage in die Warteschleife stellen" #~ msgid "Queue push request" #~ msgstr "Push Anfrage in die Warteschleife stellen" #~ msgid "Can not read the file " #~ msgstr "Kann die Datei nicht lesen" #~ msgid "Save File As" #~ msgstr "Datei speichern unter" #~ msgid "Properties" #~ msgstr "Eigenschaften" #~ msgid "File selection" #~ msgstr "Dateiauswahl" #~ msgid "Run web interface with parameters" #~ msgstr "Starte Web Interface" #~ msgid "anyremote2html is not installed !" #~ msgstr "anyremote2html ist nicht installiert !" #~ msgid "Would You like to change upload java client path ?" #~ msgstr "Möchten Sie den Pfad fĂĽr Uploads des Java Clients ändern ?" kanyremote-8.1.1/po/el_GR.gmo0000644000232200023220000003052314404351273016365 0ustar debalancedebalanceŢ•Ś|żÜŘ Ů é )÷ ! %) #O 2s ¦ ® ´ » ż Ç ç ÷    1 ; F N ` r ’ ł Ô "ć  $#<`?}˝ŐÜđ" -JQDd© ŻĽ ĐÚí !(0 ?K ]i‡ ™ ¤°µÍxébk{'€¨ ° ľČ^Í ,76 nz‚‹H•Ţ&í o" ’ ť «ąĽÄ É Ó áí 'GV^ck| … ‘ťŁ łŔŮßćëúS f_Ć ËŮ ÷!>Zq„¤¶8żřH S-[‰ŽˇĽTĎ"$ GPhąiËU5q‹ý !28E'~¦·)Ę&ô.DLg:~NąG&P:w!˛&ÔRű3Np‚=ó1!@7bTš1ď! !0 lR ż #Đ !ô !.-!(\!%…!«!Ć!×!%đ!"%2"X"Gg"&Ż"Ö"ń" #8!#BZ#ůť#—$°$ Đ$IÝ$ '%4% K%Y%Ťh%ö%e&w&Ś&ť&ş& É&iÔ&,>'1k'ť'ˇµ'W(h(€( ( Ą(˛( ·(!Â(ä('ű(#)56)Ol)IĽ)**0*$J* o*|* ’*ž*$±*Ö*>ô* 3+@+S+'j+ ’+ź+—±+µI, ˙,' -;2-n-.Š-4ą-,î-:.*V.O.AŃ./s#/!—/ą/;0[C0ź0G¤09ě0,&1X LP&rY,‚\yZONas>|€<[‰ 'H†-c.j9ŠM?V!13UF0^}QSD"Jt$:wE;Wl(i/e*6]_+bA RCdBG#8{‡7onf%5up@Ivh2xKk…4„=g‹Ś` qT)~zm with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth channelBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHTTP portHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTCP portTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2013-09-13 15:34+0400 Last-Translator: Ioannis Servetas Language-Team: Greek Language: el MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); με Ďετ εικονιδίων ) να μεταφοĎτωθεί!16x16 και 64x64 εικονίδια τίτλων είναι διαθέĎιμαΜέθοδος ATΗ μέθοδος AT θα μποĎούĎε να υποĎτηĎίζεται από το τηλέφωνο (Η μέθοδος AT δεν υποĎτηĎίζεται από το τηλέφωνο (Η μέθοδος AT δεν υποĎτηĎίζεται από το τηλέφωνο (λάθος απόκĎÎąĎη)AT-modeΣχετικάΕνεĎγόΠĎÎżĎθήκηΔιεύθυνĎηΚοινοποίηĎη υπηĎεĎίας μέĎω AvahiΜεταφόĎτωĎε JAD επίĎηςΕφαĎμογήΕφαĎμογέςΑυτόματη επαναĎύνδεĎηΑυτόματη εκκίνηĎη μεΔιαθέĎιμοΔιεύθυνĎη BTBemusedΕξομοίωĎη BemusedΚανάλι bluetoothΗ ĎĎ…Ďκευή bluetooth δεν είναι ενεĎγήΜποĎεί να χĎηĎιμοποιηθεί Ďε ĎĎ…Ďκευές WinMobileΜποĎεί να είναι χĎήĎιμο για κινητά SamsungΜεταφόĎτωĎη αδύνατη Αδύνατος Îż εντοπιĎÎĽĎŚĎ‚ ĎύνδεĎης!J2ME midlet δε βĎέθηκε (ΑĎχείο JAD δε βĎέθηκε (Δε βĎέθηκε πεĎιηγητής για εμφάνιĎη βοηθείας!Δε βĎέθηκαν αĎχεία βοηθείαςΔε βĎÎŻĎκεται θύĎα για να Ďυνδεθεί. ΥπάĎχει διαθέĎιμη ĎĎ…Ďκευή;Αδύνατο να αποθηκευτεί το αĎχείο!ΑκύĎωĎηÎλεγχος ĎυθμίĎεωνÎλεγχος ενημεĎĎŽĎεων πελάτη J2MEÎλεγχος ενημεĎĎŽĎεων πελάτη J2ME κατά την έναĎξηÎλεγχος για ενημεĎĎŽĎεις J2MEΕπιλογήΕπιλογή εφαĎμογήςΕπιλογή φακέλων με αĎχεία ĎυθμίĎεων και Ď€ĎÎżĎθήκη Ďτη λίĎταΚλείĎιμοΚλείĎιμο παĎαθύĎουÎλεγχος ĎυθμίĎεωνΣυνδεδεμένοΣυνδεδεμένο Ďτο τηλέφωνοΣυνδέεται Ďτη ĎĎ…ĎκευήΣύνδεĎη αποĎĎίφθηκεΠĎÎżĎαĎÎĽÎżĎμέναΔιαγĎαφήΛεπτομέĎειεςΠεĎιηγητής ĎĎ…ĎκευώνΌνομα ĎĎ…ĎκευήςΠαĎάμετĎοι ĎĎ…ĎκευήςΦάκελοιΜεταφόĎτωĎη πελάτη J2ME από το διαδίκτυοΜεταφόĎτωĎη απέτυχε!ΜεταφοĎτωμένοΜεταφοĎτώνειΕπεξεĎγαĎίαΕπεξεĎγαĎία αĎχείου ĎυθμίĎεωνΚενό πεδίο Ďημαίνει καμία ενημέĎωĎηΚενό πεδίο Ďημαίνει καμία ενημέĎωĎη: Πελάτες Android/J2ME είναι πιθανό να αποτύχουν να Ďυνδεθούν Ďτο anyRemote όταν βĎÎŻĎκεται Ďε εξέλιξη πλοήγηĎηΠαĎαδείγματαΕκτέλεĎη εντολήςΑĎχείοΤα αĎχεία θα αποθηκεύονται Ďτο $HOME/.anyRemoteΓενικάΣυνεδĎία GnomeÎĎŤĎα HTTPΒοήθειαΟ φάκελος εγκατάĎταĎης του anyremote-j2me-client δεν έχει ÎżĎÎąĎτεί Ďτο αĎχείο ĎυθμίĎεωνΕγκατεĎτημένοΑπαιτείται Ď€Ďώτα η εγκατάĎταĎη του πακέτου anyremote-j2me-clientΣυνεδĎία KDEΕλεγμένοΕλαχιĎτοποίηĎηΜέθοδοςΌνομαΥπάĎχει νέα έκδοĎη πελάτη J2ME. Îα θέλατε να την κατεβάĎετε;Μη διαθέĎιμη πληĎοφοĎίαΔε βĎέθηκαν ενημεĎĎŽĎεις J2MEΜη διαθέĎιμοΚανένα εκ των bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto και kbtobexclient δεν είναι εγκατεĎτημένο!ΑνενεĎγόΜη διαθέĎιμοΜη εγκατεĎτημένοΟΚΠακέτοPingPing ΟΚ!Αίτημα ping απέτυχε!ΠĎοτιμήĎειςÎτοιμο για ĎύνδεĎη ĎεΕπαναφοĎάΕκτέλεĎε το anyRemote όταν βĎεθείΕκτέλεĎη πεĎιηγητή ĎĎ…Ďκευών με χĎόνο λήξηςÎναĎξη κατά την εκκίνηĎη του υπολογιĎτήΕκτελείταιΑποθήκευĎηΑποθήκευĎη ωςΣάĎωĎη για ĎĎ…ĎκευέςΣάĎωĎηΜέθοδος ServerServer-modeΡυθμίĎειςΕμφάνιĎη Ďτη λίĎτα: ΚαθοĎÎŻĎτε όνομαΧειĎοκίνητος καθοĎÎąĎÎĽĎŚĎ‚ επιλογώνÎναĎξηΚατάĎταĎηΤεĎματιĎμόςΤεĎματιĎÎĽĎŚĎ‚ του anyRemoteÎĎŤĎα TCPÎλεγχος ATΔεν υπάĎχει αντικείμενο Ďτη λίĎτα! Το kAnyRemote αδυνατεί να χειĎÎąĎτεί κάποια εφαĎμογή!Είναι η Ď€Ďώτη φοĎά που εκτελείται το kAnyremote. ΠαĎακαλώ ÎżĎÎŻĎτε φάκελο με αĎχεία ĎυθμίĎεων για το anyRemote.ΤύποςΕνημέĎωĎη κατάĎταĎηςΕνημέĎωĎη λίĎτας εφαĎμογών κάθεΜεταφόĎτωĎε J2MEΕπιφόĎτωĎη πελάτη J2ME από ΧĎήĎη ĎύνδεĎης bluetooth, κανάλι ΧĎήĎη ĎύνδεĎης TCP/IP, θύĎαΧĎήĎη διεπαφής διαδικτύου, θύĎαΧĎήĎη νήματος ĎύνδεĎηςΑναμονή για την ολοκλήĎωĎη άλλων ενεĎγειώνΑναμονή αποτελέĎματος αιτήματος pingΠĎÎżĎοχή:Δε βĎέθηκε το anyRemote! ΠαĎακαλώ εγκαταĎτήĎτε το ή διοĎθώĎτε το $PATHτο anyRemote ĎταμάτηĎεΤο anyremote θα εκκινήĎει μόνο αν δεν εκτελούνται άλλες ενέĎγειες του anyRemoteiViewerΔε βĎέθηκε το sdptool! ΠαĎακαλώ εγκαταĎτήĎτε το bluez-utilsec.χĎηĎιμοποίηĎε μεγάλο εικονίδιο τίτλουχĎηĎιμοποίηĎε έκδοĎη χωĎÎŻĎ‚ JSR-82με όλα τα Ďετ εικονιδίωνkanyremote-8.1.1/po/Makefile.in.in0000644000232200023220000003552414404350246017350 0ustar debalancedebalance# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.20 GETTEXT_MACRO_VERSION = 0.20 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: check-macro-version all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. check-macro-version: @test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_gnu}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all $(mkdir_p) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: $(mkdir_p) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && $(SHELL) ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: kanyremote-8.1.1/po/Makevars0000644000232200023220000000344614404350246016370 0ustar debalancedebalance# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --language=Python --keyword=_tr --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Mikhail Fedotov # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = anyremote@mail.ru # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = kanyremote-8.1.1/po/LINGUAS0000644000232200023220000000014314404350555015713 0ustar debalancedebalancebg cs_CZ de_AT de_DE el_GR es_ES fi_FI fr_FR hu_HU it_IT ka_GE nl_NL pl_PL pt_BR ru_RU sk_SK sv_SE kanyremote-8.1.1/po/sk_SK.gmo0000644000232200023220000002140414404351273016405 0ustar debalancedebalanceŢ•‚,­<đ ń  ) 9 %A #g 2‹ ľ Ć Ě Ó × ß ˙   ( 7 I S e … ¦ Ç "Ů ü # 8 ?U • ­ ´ Č "â  Dd jw ‹•¨˝Đ ×ăęň   +I [ frwŹ«´ÄĆ'Ëó ű   $,5:H? —oĄ   .<?G L V dpu‰‘ŻĎŢćëó  /<U[bgvS~fŇ9 >Lj!ĄÁŘë 8&_Hqş-Âđő#T6‹ ž6«â+ę/@F‡ ŹśĄ­´Ď ĺ đű 3=!O/q-ˇĎä5"!XKzĆâë(30dlEĹ ÎÜ óţ/D KYbj“¨°Ď ĺ đú2" U_pr3y ­ ąÇÍ Ýéý AZ nz ü %(/ 4 > LW_{#„3¨Üőü & / ;F\o‹’—ś °Yľh  … * Ă %Ü !!"!D!&c!Š! §!Y´!"F#"j"6r"©"®"Î"ç"n G:9[|W{PF.N,u(C13_7Q*8 Ts}+@XgahqL^ M 2Vxf]m-pkYy'54\<b"Kd~;r?‚%OAIt&US R=D€o$)eBiw#EZ!lv/0`JjH6zc> with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBemused emulationBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHelpInstalledKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNon-availableNone of bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto and kbtobexclient are installed !Not activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitReady to connect onRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2009-05-24 20:15+0400 Last-Translator: Michal TĂłth Language-Team: Slovak Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; so zoznamom ikon ) odoslaĹĄ !DostupnĂ© sĂş titulnĂ© ikony o veÄľkosti 16x16 a 64x64AT mĂłdAT mĂłd je tĂ˝mto telefĂłnom podporovanĂ˝ (AT mĂłd tĂ˝mto telefĂłnom nie je podporovanĂ˝ (AT mĂłd tĂ˝mto telefĂłnom nie je podporovanĂ˝ (CHYBNĂ odpoveÄŹ)AT-mĂłdO AplikáciiAktĂ­vnyPridaĹĄAdresaZverejni sluĹľbu cez AvahiOdošli aj sĂşbor JADAplikáciaAplikácieAutomatickĂ© obnovenie spojeniaAutomatickĂ© zapnutie sDostupnĂ˝Bemused emuláciaSluĹľba Bluetooth nie je aktĂ­vnaMĂ´Ĺľe byĹĄ pouĹľitĂ© na zariadeniach WinMobileMĂ´Ĺľe byĹĄ uĹľitoÄŤnĂ© pre telefĂłny SamsungNemĂ´Ĺľem stiahnuĹĄ NemĂ´Ĺľem vytvoriĹĄ spojenie !NemĂ´Ĺľem nájsĹĄ JAD sĂşbor (NemĂ´Ĺľem nájsĹĄ prehliadaÄŤ pre zobrazenie pomoci !NemĂ´Ĺľem nájsĹĄ dokumentáciu !NemĂ´Ĺľem zĂ­skaĹĄ port na pripojenie. Je tu nejakĂ© dostupnĂ© zariadenie ?NemĂ´Ĺľem uloĹľiĹĄ sĂşbor !ZrušiĹĄSkontrolovaĹĄ KonfiguráciuSkontrolovaĹĄ aktualizácie J2ME klientaKontrolovaĹĄ aktualizácie J2ME klienta pri štarteZvoliĹĄVybraĹĄ aplikáciuVyberte zloĹľku s konfiguraÄŤnĂ˝mi sĂşbormi a pridajte ich do zoznamuZavrieĹĄZavrieĹĄ oknoKontrola konfiguráciePripojenĂ˝SpojenĂ˝ s telefĂłnomPripájam sa na zariadenieSpojenie odmietnutĂ©Ctrl+SVlastnĂ˝ mĂłdVymazaĹĄDetailyPrehliadaÄŤ ZariadenĂ­Názov zariadeniaParametre zariadeniaZloĹľkyStiahnúť J2ME klienta z WebuSĹĄahovanie zlyhalo !StiahnutĂ˝SĹĄahujemUpraviĹĄUpraviĹĄ konfiguraÄŤnĂ˝ sĂşborPrázdne pole znamená Ĺľiadna nová aktualizáciaPrĂ­kladyVykonaĹĄ PrĂ­kazFSĂşborSĂşbory budĂş uloĹľenĂ© do zloĹľky $HOME/.anyRemoteVšeobecnĂ©Gnome sedeniePomocNainštalovanĂ©KDE sedenieAktĂ­vne ovládanieMinimalizovaĹĄMĂłdNázovNová verzia J2ME klienta je dostupná. Prajete si ju stiahnuĹĄ ?Ĺ˝iadne informácieNedostupnýŽiadny z balĂ­kov bluedevil-sendfile, gnome-obex-send, bluetooth-sendto, blueman-sendto a kbtobexclient nie je nainštalovanĂ˝ !NeaktĂ­vnyNedostupnĂ˝NenainštalovanĂ©OKBalĂ­kPingPing OK !Ping zlyhal !NastaveniaUkonÄŤiPripravenĂ˝ na pripojenie kObnoviĹĄZapnúť anyRemote, ak je objavenĂ˝SpustiĹĄ prehliadaÄŤ zariadenia s ÄŤasovĂ˝m limitomNaÄŤĂ­taĹĄ pri spustenĂ­BežíUloĹľiĹĄUloĹľiĹĄ akoHÄľadaĹĄ zariadeniaSkenujemServer-mĂłdNastaveniaUkázaĹĄ v zozname : Ĺ pecifikujte menoZvoliĹĄ vlastnĂ© moĹľnosti:Ĺ tartStavStopZastaviĹĄ anyRemoteOtestovaĹĄ ATPoloĹľka sa v zozname nenachádza ! kAnyRemote nebude mĂ´cĹĄ ovládaĹĄ Ĺľiaden softvĂ©r !Toto je prvĂ© spustenie kAnyRemote. ProsĂ­m špecifikujte zloĹľky s konfiguraÄŤnĂ˝mi sĂşbormi anyRemote.TypAktualizovaĹĄ StavAktualizovaĹĄ zoznam aplikáciĂ­ kaĹľdĂ˝chOdoslaĹĄ J2ME klienta z PouĹľiĹĄ bluetooth spojenie; kanál: PouĹľiĹĄ spojenie TCP/IP; port:PouĹľiĹĄ webovĂ© rozhranie; port:PouĹľiĹĄ pripojovacĂ­ reĹĄazecPoÄŤkajte kĂ˝m skonÄŤia inĂ© operácieÄŚakajte na vĂ˝sledok ping-uUpozornenie:anyRemote nenájdenĂ˝ ! ProsĂ­m nainštalujte si ho alebo opravte cestu v premennej $PATHanyRemote zastavenĂ˝anyRemote sa zapne iba vtedy, ak nebeží jeho Ĺľiadna iná inštanciaiViewersdptool nenájdenĂ˝ ! ProsĂ­m nainštalujte bluez-utilsek.pouĹľiĹĄ veÄľkĂş titulnĂş ikonupouĹľi verziu bez JSR-82so všetkĂ˝mi skupinami ikonkanyremote-8.1.1/po/hu_HU.gmo0000644000232200023220000002277414404351273016416 0ustar debalancedebalanceŢ•ŠlżĽ¸ ą É )×  % #/ 2S † Ž ” › ź § Ç × ă đ ˙   & . @ ` ˘ "´ × ň # .?K‹ŁŞľ"ŘűD2w }Š ž¨»Đă ęöý   2>\ n y…Š˘xľ7@PR'W ‡•^š ů7 ;GOX]Hb«&ş á ď ú ! & 0 >JOWu•¤¬±ąĘ Ó ßëń '-49HSPf¤   <H!aź¶Ééű8=HO- ÎÓć<Qd)yŁ$«*Đ9ű5=FMV.[Š › §µÔ đű %"Dg‡%˘Čć>@@[ś»Ăŕ(ü%AJNe´»Ě éö )DKS[b r ”!ˇĂ ŕ ę ő#2&šYôý: S_p\w Ô<ß + 5 @ E BJ Ť %  Ć Ő ŕ ń !! !! !,!;! B!%P!5v!¬!Ä!Ë! Ó!ŕ!ň! ű! " """8"G"a"h" q"{"“"Oś"lě"Y#`#'v#ž#Ż#*Î#"ů# $#=$'a$‰$ť$A®$đ$M%U%3]%‘% %&»%â%W LP%qX+€[wYON2r>z~†<Z‡ &`,b-i9M? 03UG/D{QSE!J#:uF;Vk'h.d)6\^*aA RCcBH"_8„y7nme$5}so@tg1vKj4‚If]‰Š… p=T(|xl with icon set ) to upload !16x16 and 64x64 title icons are availableAT modeAT mode could be supported by phone (AT mode is not supported by phone (AT mode is not supported by phone (ERROR response)AT-modeAboutActiveAddAddressAdvertise service through AvahiAlso upload JADApplicationApplicationsAuto reconnectAuto startup withAvailableBT addressBemusedBemused emulationBluetooth service is not activeCan be used on WinMobile devicesCan be useful for Samsung phonesCan not download Can not establish the connection !Can not find J2ME midlet (Can not find JAD file (Can not find browser to show help !Can not find documentation !Can not get port to connect to. Is there any device available ?Can not save the file !CancelCheck ConfigurationCheck J2ME client updatesCheck J2ME client updates at startChecking J2ME client updatesChooseChoose applicationChoose directories with configuration files and add them to the listCloseClose WindowConfiguration CheckConnectedConnected to phoneConnecting to deviceConnection refusedCtrl+SCustom MadeDeleteDetailsDevice BrowserDevice NameDevice ParametersDirectoriesDownload J2ME client from WebDownload failed !DownloadedDownloadingEditEdit configuration fileEmpty field means no updateEmpty field means no update. Beware: Android/J2ME clients could fail to connect to anyRemote when browsing is in processExamplesExecute CommandFFileFiles will be saved to $HOME/.anyRemoteGeneralGnome sessionHelpInstallation directory of anyremote-j2me-client not specified in current setup configuration !InstalledIt needs to install anyremote-j2me-client package firstKDE sessionManagedMinimizeModeNameNew version of J2ME client is available. Would You like to download it ?No informationNo updates for J2ME client were found.Non-availableNot activeNot availableNot installedOKPackagePingPing OK !Ping failed !PreferencesQuitRestoreRun anyRemote when discoveredRun device browser with timeoutRun on startupRunningSaveSave AsScan for devicesScanningServer ModeServer-modeSetupShow in list : Specify NameSpecify options manuallyStartStatusStopStop anyRemoteTest ATThere is no item in the list ! kAnyRemote will not be able to manage any software !This is the first time kAnyRemote runs. Please specify directories with anyRemote configuration files.TypeUpdate StatusUpdate application list everyUpload J2MEUpload J2ME client from Use Bluetooth connection, channelUse TCP/IP connection, portUse Web Interace, portUse connect stringWait other operations to finishWait ping resultsWarning:anyRemote not found ! Please install it or correct $PATHanyRemote stoppedanyRemote will start only if no other instances of anyRemote are runningiViewersdptool not found ! Please install bluez-utilsec.use big title iconuse version without JSR-82with all icon setsProject-Id-Version: kanyremote 6.3.5 Report-Msgid-Bugs-To: anyremote@mail.ru PO-Revision-Date: 2012-09-11 09:46+0200 Last-Translator: Miklos Vajna Language-Team: Hungarian Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); ikon kĂ©szlettel ) a feltöltĂ©shez !elĂ©rhetĹ‘k a 16x16 Ă©s 64x64 cĂ­m ikonokAT mĂłdAz AT mĂłd támogatott a telefonon (A telefonnál az AT mĂłd nem támogatott (A telefonnál az AT mĂłd nem támogatott (hibás válasz)AT-mĂłdNĂ©vjegyAktĂ­vHozzáadCĂ­mA szolgáltatás hirdetĂ©se Avahi-n keresztĂĽlJAD feltöltĂ©seAlkalmazásAlkalmazásokAutomatikus ĂşjrakapcsolĂłdásAutomatikus indĂ­tás ezzelElĂ©rhetĹ‘BT cĂ­mBemusedBemused emuláciĂłA bluetooth szolgáltatás nem aktĂ­vWinMobile eszközön használhatĂłSamsung telefonon hasznos lehetNem lehet letölteni a(z) Nem lehet lĂ©trehozni a kapcsolatot !Nem találhatĂł J2ME midlet (Nem találhatĂł JAD file (Nem találhatĂł böngĂ©szĹ‘ a segĂ­tsĂ©g megjelenĂ­tĂ©sĂ©hez !Nem találhatĂł leĂ­rás !Nem találhatĂł port a csatlakozáshoz. Van elĂ©rhetĹ‘ eszköz ?A fájlt nem lehet elmenteni !MĂ©gsemKonfiguráciĂł ellenĹ‘rzĂ©seFriss J2ME kliens keresĂ©seFriss J2ME kliens keresĂ©se indĂ­táskorFriss J2ME kliens keresĂ©seVálasztAlkalmazás kiválasztásaVálassz ki könyvtárakat konfiguráciĂłs állományokkal Ă©s add a listáhozBezárAblak bezárásaKonfiguráciĂł ellenĹ‘rzĂ©seKapcsolĂłdvaTelefonhoz csatlakozvaCsatlakozás az eszközhözA csatlakozás meghiĂşsultCtrl+SEgyĂ©niTörölAdatokEszköz keresĹ‘Eszköz nĂ©vEszköz paramĂ©terekKönyvtárakJ2ME kliens letöltĂ©se a WebrĹ‘lNem sikerĂĽlt a letöltĂ©s !LetöltveLetöltĂ©sSzerkesztĂ©sKonfiguráciĂłs fájl szerkesztĂ©seAz ĂĽres mezĹ‘ azt jelenti, hogy nincs frissĂ­tĂ©sAz ĂĽres mezĹ‘ azt jelenti, hogy nincs frissĂ­tĂ©s. Figyelem: a Android/J2ME kliens lehet, hogy nem tud csatlakozni az anyRemote-hoz amĂ­g a keresĂ©s tartPĂ©ldákParancs futtatásaFFájlA fájlok a $HOME/.anyRemote könyvtárba lesznek lementveĂltalánosGnome munkamenetSĂşgĂłAz anyremote-j2me telepĂ­tĂ©si könyvtára nincs megadva a beállĂ­tási konfiguráciĂłban !TelepĂ­tveElĹ‘ször az anyremote-j2me-client csomagot kell telepĂ­teniKDE munkamenetLekezelveKicsinyĂ­tMĂłdNĂ©vĂšj verziĂł Ă©rhetĹ‘ el a J2ME kliensbĹ‘l. Le szeretnĂ© tölteni ?Nincs informáciĂłNem találhatĂł frissebb J2ME kliens.Nem elĂ©rhetĹ‘Nem aktĂ­vNincs elĂ©rhetĹ‘Nincs telepĂ­tveOKCsomagPingPing Rendben !Ping hiba !BeállĂ­tásokKilĂ©pVisszaállĂ­tHa elĂ©rhetĹ‘ futtasd az anyRemote-otEszköz keresĹ‘ futtatása ezzel a maximális idĹ‘velBekapcsoláskor elindulFuttatMentĂ©sMentĂ©s mintEszköz keresĂ©seKeresĂ©sSzerver mĂłdSzerver-mĂłdBeállĂ­tásMutasd a listában : NĂ©v megadásaOpciĂłk megadása kĂ©zzelIndĂ­tĂllapotLeállĂ­tanyRemote leállĂ­tásaAT tesztNincs semmi a listában ! A kAnyRemote nem tud semmilyen alkalmazást kezelni !Ez az elsĹ‘ alkalom, hogy a kAnyRemote fut. Válassz ki könyvtárakat anyRemote konfiguráciĂłs fájlokkal.TĂ­pusĂllapot FrissĂ­tĂ©seFrissĂ­tsd az alkalmazáslistát mindenJ2ME feltöltĂ©sJ2ME kliens feltöltĂ©se innenBluetooth kapcsolat használata, csatorna TCP/IP kapcsolat használata, portWeb interfĂ©sz használata, portHasználandĂł csatlakozási parancsVárakozás más feladat befejezĂ©sĂ©rePing válaszra várFigyelmeztetĂ©s:anyRemote nem találhatĂł ! TelepĂ­tsd a megfelelĹ‘ helyre: $PATHanyRemote megállĂ­tvaanyRemote csak akkor fog futni, ha másik anyRemote nem fut vele egyidejűlegiViewersdptool nem találhatĂł ! TelepĂ­tsd a bluez-util-tmásodpercben.nagy cĂ­m ikon használatahasználja a JSR-82 nĂ©lkĂĽli verziĂłtaz összes ikon mĂ©rettelkanyremote-8.1.1/ABOUT-NLS0000644000232200023220000022532612653640764015523 0ustar debalancedebalance1 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. When reporting bugs in the `intl/' directory or bugs which may be related to internationalization, you should tell about the version of `gettext' which is used. The information can be found in the `intl/VERSION' file, in internationalized packages. 1.1 Quick configuration advice ============================== If you want to exploit the full power of internationalization, you should configure it using ./configure --with-included-gettext to force usage of internationalizing routines provided within this package, despite the existence of internationalizing capabilities in the operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as many features (such as locale alias, message inheritance, automatic charset conversion or plural form handling) as the implementation here. It is also not possible to offer this additional functionality on top of a `catgets' implementation. Future versions of GNU `gettext' will very likely convey even more functionality. So it might be a good idea to change to GNU `gettext' as soon as possible. So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. 1.2 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. If not, the included GNU `gettext' library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls will, respectively, bypass any pre-existing `gettext' to use the internationalizing routines provided within this package, or else, _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl.a' file and will decide to use this. This might not be desirable. You should use the more recent version of the GNU `gettext' library. I.e. if the file `intl/VERSION' shows that the library which comes with this package is more recent, you should use ./configure --with-included-gettext to prevent auto-detection. The configuration process will not test for the `catgets' function and therefore it will not be used. The reason is that even an emulation of `gettext' on top of `catgets' could not provide all the extensions of the GNU `gettext' library. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.3 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.4 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.5 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of November 2007. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo +----------------------------------------------------+ Compendium | [] [] [] [] | a2ps | [] [] [] [] [] | aegis | () | ant-phone | () | anubis | [] | ap-utils | | aspell | [] [] [] [] [] | bash | [] | bfd | | bibshelf | [] | binutils | | bison | [] [] | bison-runtime | [] | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] [] | console-tools | [] [] | coreutils | [] [] [] [] | cpio | | cpplib | [] [] [] | cryptonit | [] | dialog | | diffutils | [] [] [] [] [] [] | doodle | [] | e2fsprogs | [] [] | enscript | [] [] [] [] | fetchmail | [] [] () [] [] | findutils | [] | findutils_stable | [] [] [] | flex | [] [] [] | fslint | | gas | | gawk | [] [] [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] [] [] | gettext-tools | [] [] | gip | [] | gliv | [] [] | glunarclock | [] | gmult | [] [] | gnubiff | () | gnucash | [] [] () () [] | gnuedu | | gnulib | [] | gnunet | | gnunet-gtk | | gnutls | [] | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | | gpe-edit | [] | gpe-filemanager | | gpe-go | [] | gpe-login | [] [] | gpe-ownerinfo | [] [] | gpe-package | | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | | gphoto2 | [] [] [] [] | gprof | [] [] | gpsdrive | | gramadoir | [] [] | grep | [] [] | gretl | () | gsasl | | gss | | gst-plugins-bad | [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] [] | gst-plugins-ugly | [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | () | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] [] | indent | [] [] [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] [] | iso_639 | [] [] [] [] | jpilot | [] | jtag | | jwhois | | kbd | [] [] [] [] | keytouch | [] [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | () | ld | [] | leafpad | [] [] [] [] [] | libc | [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] | libgpg-error | [] | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | | libiconv | [] [] | libidn | [] [] [] | lifelines | [] () | lilypond | [] | lingoteach | | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] | man-db | [] [] [] | minicom | [] [] [] | nano | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | popt | [] [] [] | psmisc | [] | pwdutils | | qof | | radius | [] | recode | [] [] [] [] [] [] | rpm | [] | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] | shared-mime-info | [] [] [] [] () [] [] [] | sharutils | [] [] [] [] [] [] | shishi | | skencil | [] () | solfege | | soundtracker | [] [] | sp | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] | texinfo | [] [] [] | tin | () () | tuxpaint | [] [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | util-linux-ng | [] [] [] [] | vorbis-tools | [] | wastesedge | () | wdiff | [] [] [] [] | wget | [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] | xpad | [] [] [] | +----------------------------------------------------+ af am ar az be bg bs ca cs cy da de el en en_GB eo 6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18 es et eu fa fi fr ga gl gu he hi hr hu id is it +--------------------------------------------------+ Compendium | [] [] [] [] [] | a2ps | [] [] [] () | aegis | | ant-phone | [] | anubis | [] | ap-utils | [] [] | aspell | [] [] [] | bash | [] | bfd | [] [] | bibshelf | [] [] [] | binutils | [] [] [] | bison | [] [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] | console-tools | | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cpplib | [] [] | cryptonit | [] | dialog | [] [] [] | diffutils | [] [] [] [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] [] | enscript | [] [] [] | fetchmail | [] | findutils | [] [] [] | findutils_stable | [] [] [] [] | flex | [] [] [] | fslint | | gas | [] [] | gawk | [] [] [] [] () | gcal | [] [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] | gliv | () | glunarclock | [] [] [] | gmult | [] [] [] | gnubiff | () () | gnucash | () () () | gnuedu | [] | gnulib | [] [] [] | gnunet | | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | | gpe-clock | [] [] [] [] | gpe-conf | [] | gpe-contacts | [] [] | gpe-edit | [] [] [] [] | gpe-filemanager | [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] [] [] | gpsdrive | [] | gramadoir | [] [] | grep | [] [] [] | gretl | [] [] [] () | gsasl | [] [] | gss | [] [] | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] [] [] | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_4217 | [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] | jpilot | [] [] | jtag | [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] | keytouch-editor | [] | keytouch-keyboa... | [] [] | latrine | [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] [] [] | libgpg-error | [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] | libgsasl | [] [] | libiconv | [] [] [] | libidn | [] [] | lifelines | () | lilypond | [] [] [] | lingoteach | [] [] [] | lprng | | lynx | [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] | man-db | [] | minicom | [] [] [] [] | nano | [] [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] | pilot-qof | | popt | [] [] [] [] | psmisc | [] [] | pwdutils | | qof | [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] | sed | [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] | soundtracker | [] [] [] | sp | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] | tin | [] () | tuxpaint | [] [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux | [] [] [] [] [] [] [] | util-linux-ng | [] [] [] [] [] [] [] | vorbis-tools | | wastesedge | () | wdiff | [] [] [] [] [] [] [] [] | wget | [] [] [] [] [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ es et eu fa fi fr ga gl gu he hi hr hu id is it 85 22 14 2 48 101 61 12 2 8 2 6 53 29 1 52 ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn +--------------------------------------------------+ Compendium | [] | a2ps | () [] [] | aegis | () | ant-phone | [] | anubis | [] [] [] | ap-utils | [] | aspell | [] [] | bash | [] | bfd | | bibshelf | [] | binutils | | bison | [] [] [] | bison-runtime | [] [] [] | bluez-pin | [] [] [] | cflow | | clisp | [] | console-tools | | coreutils | [] | cpio | [] | cpplib | [] | cryptonit | [] | dialog | [] [] | diffutils | [] [] [] | doodle | | e2fsprogs | [] | enscript | [] | fetchmail | [] [] | findutils | [] | findutils_stable | [] | flex | [] [] | fslint | | gas | | gawk | [] [] | gcal | | gcc | | gettext-examples | [] [] [] | gettext-runtime | [] [] [] | gettext-tools | [] [] | gip | [] [] | gliv | [] | glunarclock | [] [] | gmult | [] [] [] | gnubiff | | gnucash | () () () | gnuedu | | gnulib | [] [] | gnunet | | gnunet-gtk | | gnutls | [] | gpe-aerial | [] | gpe-beam | [] | gpe-calendar | [] | gpe-clock | [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | [] | gphoto2 | [] [] | gprof | [] | gpsdrive | [] | gramadoir | () | grep | [] [] | gretl | | gsasl | [] | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] | gtick | [] | gtkam | [] [] | gtkorphan | [] | gtkspell | [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] | indent | [] [] | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_4217 | [] [] [] | iso_639 | [] [] [] [] | jpilot | () () | jtag | | jwhois | [] | kbd | [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | | latrine | [] | ld | | leafpad | [] [] | libc | [] [] [] | libexif | | libextractor | | libgpewidget | [] | libgpg-error | | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | [] | libiconv | [] | libidn | [] [] | lifelines | [] | lilypond | [] | lingoteach | [] | lprng | | lynx | [] [] | m4 | [] [] | mailfromd | | mailutils | | make | [] [] [] | man-db | | minicom | [] | nano | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | popt | [] [] [] | psmisc | [] [] [] | pwdutils | | qof | | radius | | recode | [] | rpm | [] [] | screem | [] | scrollkeeper | [] [] [] [] | sed | [] [] | shared-mime-info | [] [] [] [] [] [] [] | sharutils | [] [] | shishi | | skencil | | solfege | () () | soundtracker | | sp | () | system-tools-ba... | [] [] [] [] | tar | [] [] [] | texinfo | [] [] | tin | | tuxpaint | () [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] | util-linux-ng | [] [] | vorbis-tools | | wastesedge | [] | wdiff | [] [] | wget | [] [] | xchat | [] [] [] [] | xkeyboard-config | [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn 51 2 25 3 2 0 6 0 2 2 20 0 11 1 103 6 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta +--------------------------------------------------+ Compendium | [] [] [] [] [] | a2ps | () [] [] [] [] [] [] | aegis | () () | ant-phone | [] [] | anubis | [] [] [] | ap-utils | () | aspell | [] [] [] | bash | [] [] | bfd | | bibshelf | [] | binutils | [] [] | bison | [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] [] | cflow | [] | clisp | [] | console-tools | [] | coreutils | [] [] [] [] | cpio | [] [] [] | cpplib | [] | cryptonit | [] [] | dialog | [] | diffutils | [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | fetchmail | [] [] [] | findutils | [] [] [] | findutils_stable | [] [] [] [] [] [] | flex | [] [] [] [] [] | fslint | [] | gas | | gawk | [] [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] [] | gip | [] [] [] [] | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] [] | gmult | [] [] [] [] | gnubiff | () [] | gnucash | () [] | gnuedu | | gnulib | [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] [] [] [] [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] [] [] [] [] [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | gretl | [] [] [] | gsasl | [] [] [] | gss | [] [] [] [] | gst-plugins-bad | [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] | gstreamer | [] [] [] [] | gtick | [] | gtkam | [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] | herrie | [] [] [] | hylafax | | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] | jpilot | | jtag | [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | | ld | [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] | libextractor | [] [] | libgpewidget | [] [] [] [] [] [] [] [] | libgpg-error | [] [] [] | libgphoto2 | [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] | libiconv | [] [] [] | libidn | [] [] () | lifelines | [] [] | lilypond | | lingoteach | [] | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] [] [] | make | [] [] [] [] | man-db | [] [] [] [] | minicom | [] [] [] [] [] | nano | [] [] [] [] | opcodes | [] [] | parted | [] | pilot-qof | | popt | [] [] [] [] | psmisc | [] [] | pwdutils | [] [] | qof | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] | rpm | [] [] [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] [] | solfege | [] | soundtracker | [] [] | sp | | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | () | tuxpaint | [] [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | util-linux-ng | [] [] [] [] | vorbis-tools | [] | wastesedge | | wdiff | [] [] [] [] [] [] [] | wget | [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta 0 5 77 31 53 4 58 72 3 45 46 9 45 122 3 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu +---------------------------------------------------+ Compendium | [] [] [] [] | 19 a2ps | [] [] [] | 19 aegis | [] | 1 ant-phone | [] [] | 6 anubis | [] [] [] | 11 ap-utils | () [] | 4 aspell | [] [] [] | 16 bash | [] | 6 bfd | | 2 bibshelf | [] | 7 binutils | [] [] [] [] | 9 bison | [] [] [] [] | 20 bison-runtime | [] [] [] [] | 18 bluez-pin | [] [] [] [] [] [] | 28 cflow | [] [] | 5 clisp | | 9 console-tools | [] [] | 5 coreutils | [] [] [] | 18 cpio | [] [] [] [] | 11 cpplib | [] [] [] [] [] | 12 cryptonit | [] | 6 dialog | [] [] [] | 9 diffutils | [] [] [] [] [] | 29 doodle | [] | 6 e2fsprogs | [] [] | 10 enscript | [] [] [] | 16 fetchmail | [] [] | 12 findutils | [] [] [] | 11 findutils_stable | [] [] [] [] | 18 flex | [] [] | 15 fslint | [] | 2 gas | [] | 3 gawk | [] [] [] | 16 gcal | [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] | 29 gettext-runtime | [] [] [] [] [] [] | 28 gettext-tools | [] [] [] [] [] | 20 gip | [] [] | 13 gliv | [] [] | 11 glunarclock | [] [] [] | 15 gmult | [] [] [] [] | 16 gnubiff | [] | 2 gnucash | () [] | 5 gnuedu | [] | 2 gnulib | [] | 10 gnunet | | 0 gnunet-gtk | [] [] | 3 gnutls | | 4 gpe-aerial | [] [] | 14 gpe-beam | [] [] | 14 gpe-calendar | [] [] | 7 gpe-clock | [] [] [] [] | 21 gpe-conf | [] [] [] | 16 gpe-contacts | [] [] | 10 gpe-edit | [] [] [] [] [] | 22 gpe-filemanager | [] [] | 7 gpe-go | [] [] [] [] | 19 gpe-login | [] [] [] [] [] | 21 gpe-ownerinfo | [] [] [] [] | 21 gpe-package | [] | 6 gpe-sketchbook | [] [] | 16 gpe-su | [] [] [] [] | 21 gpe-taskmanager | [] [] [] [] | 21 gpe-timesheet | [] [] [] [] | 18 gpe-today | [] [] [] [] [] | 21 gpe-todo | [] [] | 8 gphoto2 | [] [] [] [] | 21 gprof | [] [] | 13 gpsdrive | [] | 5 gramadoir | [] | 7 grep | [] | 12 gretl | | 6 gsasl | [] [] [] | 9 gss | [] | 7 gst-plugins-bad | [] [] [] | 13 gst-plugins-base | [] [] | 11 gst-plugins-good | [] [] [] [] [] | 16 gst-plugins-ugly | [] [] [] | 13 gstreamer | [] [] [] | 18 gtick | [] [] | 7 gtkam | [] | 16 gtkorphan | [] | 7 gtkspell | [] [] [] [] [] [] | 27 gutenprint | | 4 hello | [] [] [] [] [] | 38 herrie | [] [] | 8 hylafax | | 0 idutils | [] [] | 15 indent | [] [] [] [] [] | 28 iso_15924 | [] [] | 4 iso_3166 | [] [] [] [] [] [] [] [] [] | 54 iso_3166_2 | [] [] | 4 iso_4217 | [] [] [] [] [] | 24 iso_639 | [] [] [] [] [] | 26 jpilot | [] [] [] [] | 7 jtag | [] | 3 jwhois | [] [] [] | 13 kbd | [] [] [] | 13 keytouch | [] | 8 keytouch-editor | [] | 5 keytouch-keyboa... | [] | 5 latrine | [] [] | 5 ld | [] [] [] [] | 10 leafpad | [] [] [] [] [] | 24 libc | [] [] [] | 19 libexif | [] | 5 libextractor | [] | 5 libgpewidget | [] [] [] | 20 libgpg-error | [] | 6 libgphoto2 | [] [] | 9 libgphoto2_port | [] [] [] | 11 libgsasl | [] | 8 libiconv | [] [] | 11 libidn | [] [] | 11 lifelines | | 4 lilypond | [] | 6 lingoteach | [] | 6 lprng | [] | 2 lynx | [] [] [] | 15 m4 | [] [] [] | 18 mailfromd | [] [] | 3 mailutils | [] [] | 8 make | [] [] [] | 20 man-db | [] | 9 minicom | [] | 14 nano | [] [] [] | 20 opcodes | [] [] | 10 parted | [] [] [] | 11 pilot-qof | [] | 1 popt | [] [] [] [] | 18 psmisc | [] [] | 10 pwdutils | [] | 3 qof | [] | 4 radius | [] [] | 7 recode | [] [] [] | 25 rpm | [] [] [] [] | 13 screem | [] | 2 scrollkeeper | [] [] [] [] | 26 sed | [] [] [] [] | 23 shared-mime-info | [] [] [] | 29 sharutils | [] [] [] | 23 shishi | [] | 3 skencil | [] | 7 solfege | [] | 3 soundtracker | [] [] | 9 sp | [] | 3 system-tools-ba... | [] [] [] [] [] [] [] | 38 tar | [] [] [] | 17 texinfo | [] [] [] | 15 tin | | 1 tuxpaint | [] [] [] | 19 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux | [] [] [] | 20 util-linux-ng | [] [] [] | 20 vorbis-tools | [] [] | 4 wastesedge | | 1 wdiff | [] [] | 23 wget | [] [] [] | 20 xchat | [] [] [] [] | 29 xkeyboard-config | [] [] [] | 14 xpad | [] [] [] | 15 +---------------------------------------------------+ 76 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 163 domains 0 3 1 74 51 0 143 21 1 57 7 45 0 2036 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If November 2007 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.6 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. kanyremote-8.1.1/aclocal.m40000644000232200023220000050706314404351163016121 0ustar debalancedebalance# generated automatically by aclocal 1.16.5 -*- Autoconf -*- # Copyright (C) 1996-2021 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, [m4_warning([this file was generated for autoconf 2.71. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # gettext.m4 serial 71 (gettext-0.20.2) dnl Copyright (C) 1995-2014, 2016, 2018-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Lesser General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2006, 2008-2010. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL must be one of 'external', 'use-libtool'. dnl INTLSYMBOL should be 'external' for packages other than GNU gettext, and dnl 'use-libtool' for the packages 'gettext-runtime' and 'gettext-tools'. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value '$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [errprint([ERROR: Use of AM_GNU_GETTEXT without [external] argument is no longer supported. ])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], [no], [yes])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is not documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl In GNU gettext we have to set BUILD_INCLUDED_LIBINTL to 'yes' dnl because some of the testsuite requires it. BUILD_INCLUDED_LIBINTL=yes dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], []) # host-cpu-c-abi.m4 serial 13 dnl Copyright (C) 2002-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible and Sam Steingold. dnl Sets the HOST_CPU variable to the canonical name of the CPU. dnl Sets the HOST_CPU_C_ABI variable to the canonical name of the CPU with its dnl C language ABI (application binary interface). dnl Also defines __${HOST_CPU}__ and __${HOST_CPU_C_ABI}__ as C macros in dnl config.h. dnl dnl This canonical name can be used to select a particular assembly language dnl source file that will interoperate with C code on the given host. dnl dnl For example: dnl * 'i386' and 'sparc' are different canonical names, because code for i386 dnl will not run on SPARC CPUs and vice versa. They have different dnl instruction sets. dnl * 'sparc' and 'sparc64' are different canonical names, because code for dnl 'sparc' and code for 'sparc64' cannot be linked together: 'sparc' code dnl contains 32-bit instructions, whereas 'sparc64' code contains 64-bit dnl instructions. A process on a SPARC CPU can be in 32-bit mode or in 64-bit dnl mode, but not both. dnl * 'mips' and 'mipsn32' are different canonical names, because they use dnl different argument passing and return conventions for C functions, and dnl although the instruction set of 'mips' is a large subset of the dnl instruction set of 'mipsn32'. dnl * 'mipsn32' and 'mips64' are different canonical names, because they use dnl different sizes for the C types like 'int' and 'void *', and although dnl the instruction sets of 'mipsn32' and 'mips64' are the same. dnl * The same canonical name is used for different endiannesses. You can dnl determine the endianness through preprocessor symbols: dnl - 'arm': test __ARMEL__. dnl - 'mips', 'mipsn32', 'mips64': test _MIPSEB vs. _MIPSEL. dnl - 'powerpc64': test _BIG_ENDIAN vs. _LITTLE_ENDIAN. dnl * The same name 'i386' is used for CPUs of type i386, i486, i586 dnl (Pentium), AMD K7, Pentium II, Pentium IV, etc., because dnl - Instructions that do not exist on all of these CPUs (cmpxchg, dnl MMX, SSE, SSE2, 3DNow! etc.) are not frequently used. If your dnl assembly language source files use such instructions, you will dnl need to make the distinction. dnl - Speed of execution of the common instruction set is reasonable across dnl the entire family of CPUs. If you have assembly language source files dnl that are optimized for particular CPU types (like GNU gmp has), you dnl will need to make the distinction. dnl See . AC_DEFUN([gl_HOST_CPU_C_ABI], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_C_ASM]) AC_CACHE_CHECK([host CPU and C ABI], [gl_cv_host_cpu_c_abi], [case "$host_cpu" in changequote(,)dnl i[34567]86 ) changequote([,])dnl gl_cv_host_cpu_c_abi=i386 ;; x86_64 ) # On x86_64 systems, the C compiler may be generating code in one of # these ABIs: # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 # with native Windows (mingw, MSVC). # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if (defined __x86_64__ || defined __amd64__ \ || defined _M_X64 || defined _M_AMD64) int ok; #else error fail #endif ]])], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __ILP32__ || defined _ILP32 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=x86_64-x32], [gl_cv_host_cpu_c_abi=x86_64])], [gl_cv_host_cpu_c_abi=i386]) ;; changequote(,)dnl alphaev[4-8] | alphaev56 | alphapca5[67] | alphaev6[78] ) changequote([,])dnl gl_cv_host_cpu_c_abi=alpha ;; arm* | aarch64 ) # Assume arm with EABI. # On arm64 systems, the C compiler may be generating code in one of # these ABIs: # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64. # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32. # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef __aarch64__ int ok; #else error fail #endif ]])], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __ILP32__ || defined _ILP32 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=arm64-ilp32], [gl_cv_host_cpu_c_abi=arm64])], [# Don't distinguish little-endian and big-endian arm, since they # don't require different machine code for simple operations and # since the user can distinguish them through the preprocessor # defines __ARMEL__ vs. __ARMEB__. # But distinguish arm which passes floating-point arguments and # return values in integer registers (r0, r1, ...) - this is # gcc -mfloat-abi=soft or gcc -mfloat-abi=softfp - from arm which # passes them in float registers (s0, s1, ...) and double registers # (d0, d1, ...) - this is gcc -mfloat-abi=hard. GCC 4.6 or newer # sets the preprocessor defines __ARM_PCS (for the first case) and # __ARM_PCS_VFP (for the second case), but older GCC does not. echo 'double ddd; void func (double dd) { ddd = dd; }' > conftest.c # Look for a reference to the register d0 in the .s file. AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1 if LC_ALL=C grep 'd0,' conftest.$gl_asmext >/dev/null; then gl_cv_host_cpu_c_abi=armhf else gl_cv_host_cpu_c_abi=arm fi rm -f conftest* ]) ;; hppa1.0 | hppa1.1 | hppa2.0* | hppa64 ) # On hppa, the C compiler may be generating 32-bit code or 64-bit # code. In the latter case, it defines _LP64 and __LP64__. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef __LP64__ int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=hppa64], [gl_cv_host_cpu_c_abi=hppa]) ;; ia64* ) # On ia64 on HP-UX, the C compiler may be generating 64-bit code or # 32-bit code. In the latter case, it defines _ILP32. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifdef _ILP32 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=ia64-ilp32], [gl_cv_host_cpu_c_abi=ia64]) ;; mips* ) # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this # at 32. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined _MIPS_SZLONG && (_MIPS_SZLONG == 64) int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=mips64], [# In the n32 ABI, _ABIN32 is defined, _ABIO32 is not defined (but # may later get defined by ), and _MIPS_SIM == _ABIN32. # In the 32 ABI, _ABIO32 is defined, _ABIN32 is not defined (but # may later get defined by ), and _MIPS_SIM == _ABIO32. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if (_MIPS_SIM == _ABIN32) int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=mipsn32], [gl_cv_host_cpu_c_abi=mips])]) ;; powerpc* ) # Different ABIs are in use on AIX vs. Mac OS X vs. Linux,*BSD. # No need to distinguish them here; the caller may distinguish # them based on the OS. # On powerpc64 systems, the C compiler may still be generating # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may # be generating 64-bit code. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __powerpc64__ || defined _ARCH_PPC64 int ok; #else error fail #endif ]])], [# On powerpc64, there are two ABIs on Linux: The AIX compatible # one and the ELFv2 one. The latter defines _CALL_ELF=2. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined _CALL_ELF && _CALL_ELF == 2 int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=powerpc64-elfv2], [gl_cv_host_cpu_c_abi=powerpc64]) ], [gl_cv_host_cpu_c_abi=powerpc]) ;; rs6000 ) gl_cv_host_cpu_c_abi=powerpc ;; riscv32 | riscv64 ) # There are 2 architectures (with variants): rv32* and rv64*. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if __riscv_xlen == 64 int ok; #else error fail #endif ]])], [cpu=riscv64], [cpu=riscv32]) # There are 6 ABIs: ilp32, ilp32f, ilp32d, lp64, lp64f, lp64d. # Size of 'long' and 'void *': AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __LP64__ int ok; #else error fail #endif ]])], [main_abi=lp64], [main_abi=ilp32]) # Float ABIs: # __riscv_float_abi_double: # 'float' and 'double' are passed in floating-point registers. # __riscv_float_abi_single: # 'float' are passed in floating-point registers. # __riscv_float_abi_soft: # No values are passed in floating-point registers. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __riscv_float_abi_double int ok; #else error fail #endif ]])], [float_abi=d], [AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __riscv_float_abi_single int ok; #else error fail #endif ]])], [float_abi=f], [float_abi='']) ]) gl_cv_host_cpu_c_abi="${cpu}-${main_abi}${float_abi}" ;; s390* ) # On s390x, the C compiler may be generating 64-bit (= s390x) code # or 31-bit (= s390) code. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __LP64__ || defined __s390x__ int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=s390x], [gl_cv_host_cpu_c_abi=s390]) ;; sparc | sparc64 ) # UltraSPARCs running Linux have `uname -m` = "sparc64", but the # C compiler still generates 32-bit code. AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#if defined __sparcv9 || defined __arch64__ int ok; #else error fail #endif ]])], [gl_cv_host_cpu_c_abi=sparc64], [gl_cv_host_cpu_c_abi=sparc]) ;; *) gl_cv_host_cpu_c_abi="$host_cpu" ;; esac ]) dnl In most cases, $HOST_CPU and $HOST_CPU_C_ABI are the same. HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'` HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi" AC_SUBST([HOST_CPU]) AC_SUBST([HOST_CPU_C_ABI]) # This was # AC_DEFINE_UNQUOTED([__${HOST_CPU}__]) # AC_DEFINE_UNQUOTED([__${HOST_CPU_C_ABI}__]) # earlier, but KAI C++ 3.2d doesn't like this. sed -e 's/-/_/g' >> confdefs.h < #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, dnl Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif ]], [[int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ { /* Try standardized names. */ iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); /* Try IRIX, OSF/1 names. */ iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); /* Try AIX names. */ iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); /* Try HP-UX names. */ iconv_t cd4 = iconv_open ("utf8", "eucJP"); if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) result |= 16; if (cd1 != (iconv_t)(-1)) iconv_close (cd1); if (cd2 != (iconv_t)(-1)) iconv_close (cd2); if (cd3 != (iconv_t)(-1)) iconv_close (cd3); if (cd4 != (iconv_t)(-1)) iconv_close (cd4); } return result; ]])], [am_cv_func_iconv_works=yes], , [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to dnl avoid warnings like dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_iconv_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [m4_ifdef([gl_00GNULIB], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])])) gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ]], [[]])], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) else dnl When compiling GNU libiconv on a system that does not have iconv yet, dnl pick the POSIX compliant declaration without 'const'. am_cv_proto_iconv_arg1="" fi AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) dnl Also substitute ICONV_CONST in the gnulib generated . m4_ifdef([gl_ICONV_H_DEFAULTS], [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi ]) ]) # intlmacosx.m4 serial 8 (gettext-0.20.2) dnl Copyright (C) 2004-2014, 2016, 2019-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Lesser General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Checks for special options needed on Mac OS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in Mac OS X 10.4. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFPreferencesCopyAppValue(NULL, NULL)]])], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Don't check for the API introduced in Mac OS X 10.5, CFLocaleCopyCurrent, dnl because in macOS 10.13.4 it has the following behaviour: dnl When two or more languages are specified in the dnl "System Preferences > Language & Region > Preferred Languages" panel, dnl it returns en_CC where CC is the territory (even when English is not among dnl the preferred languages!). What we want instead is what dnl CFLocaleCopyCurrent returned in earlier macOS releases and what dnl CFPreferencesCopyAppValue still returns, namely ll_CC where ll is the dnl first among the preferred languages and CC is the territory. AC_CACHE_CHECK([for CFLocaleCopyPreferredLanguages], [gt_cv_func_CFLocaleCopyPreferredLanguages], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFLocaleCopyPreferredLanguages();]])], [gt_cv_func_CFLocaleCopyPreferredLanguages=yes], [gt_cv_func_CFLocaleCopyPreferredLanguages=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then AC_DEFINE([HAVE_CFLOCALECOPYPREFERREDLANGUAGES], [1], [Define to 1 if you have the Mac OS X function CFLocaleCopyPreferredLanguages in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes \ || test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) # lib-ld.m4 serial 9 dnl Copyright (C) 1996-2003, 2009-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid dnl collision with libtool.m4. dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 /dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi if test -n "$LD"; then AC_MSG_CHECKING([for ld]) elif test "$GCC" = yes; then AC_MSG_CHECKING([for ld used by $CC]) elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi if test -n "$LD"; then # Let the user override the test with a path. : else AC_CACHE_VAL([acl_cv_path_LD], [ acl_cv_path_LD= # Final result of this test ac_prog=ld # Program to search in $PATH if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) acl_output=`($CC -print-prog-name=ld) 2>&5` ;; esac case $acl_output in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'` while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do acl_output=`echo $acl_output | sed "s%$re_direlt%/%"` done # Got the pathname. No search in PATH is needed. acl_cv_path_LD="$acl_output" ac_prog= ;; "") # If it fails, then pretend we aren't using GCC. ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac fi if test -n "$ac_prog"; then # Search for $ac_prog in $PATH. acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_FROMPACKAGE(name, package) dnl declares that libname comes from the given package. The configure file dnl will then not have a --with-libname-prefix option but a dnl --with-package-prefix option. Several libraries can come from the same dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar dnl macro call that searches for libname. AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\" eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" ]) AC_ARG_WITH(PACK[-prefix], [[ --with-]]PACK[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]PACK[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\" eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" additional_libdir2="$withval/$acl_libdirstem2" additional_libdir3="$withval/$acl_libdirstem3" fi fi ]) if test "X$additional_libdir2" = "X$additional_libdir"; then additional_libdir2= fi if test "X$additional_libdir3" = "X$additional_libdir"; then additional_libdir3= fi dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then for additional_libdir_variable in additional_libdir additional_libdir2 additional_libdir3; do if test "X$found_dir" = "X"; then eval dir=\$$additional_libdir_variable if test -n "$dir"; then dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi fi done fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2" \ || test "X$found_dir" = "X/usr/$acl_libdirstem3"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem3 | */$acl_libdirstem3/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $dependency_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \ && test "X$dependency_libdir" != "X/usr/$acl_libdirstem2" \ && test "X$dependency_libdir" != "X/usr/$acl_libdirstem3"; then haveit= if test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem2" \ || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem3"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$dependency_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$dependency_libdir"; then dnl Really add $dependency_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$dependency_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$dependency_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$dependency_libdir"; then dnl Really add $dependency_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$dependency_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2" \ && test "X$dir" != "X/usr/$acl_libdirstem3"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2" \ && test "X$dir" != "X/usr/$acl_libdirstem3"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) # lib-prefix.m4 serial 17 dnl Copyright (C) 2001-2005, 2008-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH([lib-prefix], [[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates dnl - a function acl_is_expected_elfclass, that tests whether standard input dn; has a 32-bit or 64-bit ELF header, depending on the host CPU ABI, dnl - 3 variables acl_libdirstem, acl_libdirstem2, acl_libdirstem3, containing dnl the basename of the libdir to try in turn, either "lib" or "lib64" or dnl "lib/64" or "lib32" or "lib/sparcv9" or "lib/amd64" or similar. AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib, lib32, and lib64. dnl On most glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. However, on dnl Arch Linux based distributions, it's the opposite: 32-bit libraries go dnl under $prefix/lib32 and 64-bit libraries go under $prefix/lib. dnl We determine the compiler's default mode by looking at the compiler's dnl library search path. If at least one of its elements ends in /lib64 or dnl points to a directory whose absolute pathname ends in /lib64, we use that dnl for 64-bit ABIs. Similarly for 32-bit ABIs. Otherwise we use the default, dnl namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_HOST_CPU_C_ABI_32BIT]) AC_CACHE_CHECK([for ELF binary format], [gl_cv_elf], [AC_EGREP_CPP([Extensible Linking Format], [#ifdef __ELF__ Extensible Linking Format #endif ], [gl_cv_elf=yes], [gl_cv_elf=no]) ]) if test $gl_cv_elf; then # Extract the ELF class of a file (5th byte) in decimal. # Cf. https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header if od -A x < /dev/null >/dev/null 2>/dev/null; then # Use POSIX od. func_elfclass () { od -A n -t d1 -j 4 -N 1 } else # Use BSD hexdump. func_elfclass () { dd bs=1 count=1 skip=4 2>/dev/null | hexdump -e '1/1 "%3d "' echo } fi changequote(,)dnl case $HOST_CPU_C_ABI_32BIT in yes) # 32-bit ABI. acl_is_expected_elfclass () { test "`func_elfclass | sed -e 's/[ ]//g'`" = 1 } ;; no) # 64-bit ABI. acl_is_expected_elfclass () { test "`func_elfclass | sed -e 's/[ ]//g'`" = 2 } ;; *) # Unknown. acl_is_expected_elfclass () { : } ;; esac changequote([,])dnl else acl_is_expected_elfclass () { : } fi dnl Allow the user to override the result by setting acl_cv_libdirstems. AC_CACHE_CHECK([for the common suffixes of directories in the library search path], [acl_cv_libdirstems], [dnl Try 'lib' first, because that's the default for libdir in GNU, see dnl . acl_libdirstem=lib acl_libdirstem2= acl_libdirstem3= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl . dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. if test $HOST_CPU_C_ABI_32BIT = no; then acl_libdirstem2=lib/64 case "$host_cpu" in sparc*) acl_libdirstem3=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem3=lib/amd64 ;; esac fi ;; *) dnl If $CC generates code for a 32-bit ABI, the libraries are dnl surely under $prefix/lib or $prefix/lib32, not $prefix/lib64. dnl Similarly, if $CC generates code for a 64-bit ABI, the libraries dnl are surely under $prefix/lib or $prefix/lib64, not $prefix/lib32. dnl Find the compiler's search path. However, non-system compilers dnl sometimes have odd library search paths. But we can't simply invoke dnl '/usr/bin/gcc -print-search-dirs' because that would not take into dnl account the -m32/-m31 or -m64 options from the $CC or $CFLAGS. searchpath=`(LC_ALL=C $CC $CPPFLAGS $CFLAGS -print-search-dirs) 2>/dev/null \ | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test $HOST_CPU_C_ABI_32BIT != no; then # 32-bit or unknown ABI. if test -d /usr/lib32; then acl_libdirstem2=lib32 fi fi if test $HOST_CPU_C_ABI_32BIT != yes; then # 64-bit or unknown ABI. if test -d /usr/lib64; then acl_libdirstem3=lib64 fi fi if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib32/ | */lib32 ) acl_libdirstem2=lib32 ;; */lib64/ | */lib64 ) acl_libdirstem3=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib32 ) acl_libdirstem2=lib32 ;; */lib64 ) acl_libdirstem3=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" if test $HOST_CPU_C_ABI_32BIT = yes; then # 32-bit ABI. acl_libdirstem3= fi if test $HOST_CPU_C_ABI_32BIT = no; then # 64-bit ABI. acl_libdirstem2= fi fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" test -n "$acl_libdirstem3" || acl_libdirstem3="$acl_libdirstem" acl_cv_libdirstems="$acl_libdirstem,$acl_libdirstem2,$acl_libdirstem3" ]) dnl Decompose acl_cv_libdirstems into acl_libdirstem, acl_libdirstem2, and dnl acl_libdirstem3. changequote(,)dnl acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'` acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'` changequote([,])dnl ]) # nls.m4 serial 6 (gettext-0.20.2) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016, 2019-2020 Free dnl Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Lesser General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) # po.m4 serial 31 (gettext-0.20.2) dnl Copyright (C) 1995-2014, 2016, 2018-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Lesser General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.60]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AC_PROG_SED])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.20]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Test whether it is GNU msgmerge >= 0.20. if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' else dnl Test whether it is GNU msgmerge >= 0.12. if LC_ALL=C $MSGMERGE --help | grep ' --no-fuzzy-matching ' >/dev/null; then MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet' else dnl With these old versions, $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) is dnl slow. But this is not a big problem, as such old gettext versions are dnl hardly in use any more. MSGMERGE_FOR_MSGFMT_OPTION='--no-location --quiet' fi fi AC_SUBST([MSGMERGE_FOR_MSGFMT_OPTION]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. ALL_LINGUAS=$OBSOLETE_ALL_LINGUAS fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. OBSOLETE_ALL_LINGUAS="$ALL_LINGUAS" # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" tab=`printf '\t'` if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <, 1996. AC_PREREQ([2.50]) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) # Copyright (C) 2002-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking is enabled. # This creates each '.Po' and '.Plo' makefile fragment that we'll need in # order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl m4_ifdef([_$0_ALREADY_INIT], [m4_fatal([$0 expanded multiple times ]m4_defn([_$0_ALREADY_INIT]))], [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi AC_SUBST([CTAGS]) if test -z "$ETAGS"; then ETAGS=etags fi AC_SUBST([ETAGS]) if test -z "$CSCOPE"; then CSCOPE=cscope fi AC_SUBST([CSCOPE]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR kanyremote-8.1.1/TODO0000644000232200023220000000000012653640764014740 0ustar debalancedebalancekanyremote-8.1.1/config.guess0000755000232200023220000014051214175772605016606 0ustar debalancedebalance#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale timestamp='2022-01-09' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess # # Please send patches to . # The "shellcheck disable" line above the timestamp inhibits complaints # about features and limitations of the classic Bourne shell that were # superseded or lifted in POSIX. However, this script identifies a wide # variety of pre-POSIX systems that do not have POSIX shells at all, and # even some reasonably current systems (Solaris 10 as case-in-point) still # have a pre-POSIX /bin/sh. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi # Just in case it came from the environment. GUESS= # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. tmp= # shellcheck disable=SC2172 trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 set_cc_for_build() { # prevent multiple calls if $tmp is already set test "$tmp" && return 0 : "${TMPDIR=/tmp}" # shellcheck disable=SC2039,SC3028 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } dummy=$tmp/dummy case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in ,,) echo "int x;" > "$dummy.c" for driver in cc gcc c89 c99 ; do if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then CC_FOR_BUILD=$driver break fi done if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac } # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if test -f /.attbin/uname ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case $UNAME_SYSTEM in Linux|GNU|GNU/*) LIBC=unknown set_cc_for_build cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #elif defined(__GLIBC__) LIBC=gnu #else #include /* First heuristic to detect musl libc. */ #ifdef __DEFINED_va_list LIBC=musl #endif #endif EOF cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` eval "$cc_set_libc" # Second heuristic to detect musl libc. if [ "$LIBC" = unknown ] && command -v ldd >/dev/null && ldd --version 2>&1 | grep -q ^musl; then LIBC=musl fi # If the system lacks a compiler, then just pick glibc. # We could probably try harder. if [ "$LIBC" = unknown ]; then LIBC=gnu fi ;; esac # Note: order is significant - the case branches are not exclusive. case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ /sbin/sysctl -n hw.machine_arch 2>/dev/null || \ /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \ echo unknown)` case $UNAME_MACHINE_ARCH in aarch64eb) machine=aarch64_be-unknown ;; armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=$UNAME_MACHINE_ARCH-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case $UNAME_MACHINE_ARCH in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case $UNAME_MACHINE_ARCH in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case $UNAME_VERSION in Debian*) release='-gnu' ;; *) release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. GUESS=$machine-${os}${release}${abi-} ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` GUESS=$UNAME_MACHINE_ARCH-unknown-bitrig$UNAME_RELEASE ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` GUESS=$UNAME_MACHINE_ARCH-unknown-openbsd$UNAME_RELEASE ;; *:SecBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/SecBSD.//'` GUESS=$UNAME_MACHINE_ARCH-unknown-secbsd$UNAME_RELEASE ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` GUESS=$UNAME_MACHINE_ARCH-unknown-libertybsd$UNAME_RELEASE ;; *:MidnightBSD:*:*) GUESS=$UNAME_MACHINE-unknown-midnightbsd$UNAME_RELEASE ;; *:ekkoBSD:*:*) GUESS=$UNAME_MACHINE-unknown-ekkobsd$UNAME_RELEASE ;; *:SolidBSD:*:*) GUESS=$UNAME_MACHINE-unknown-solidbsd$UNAME_RELEASE ;; *:OS108:*:*) GUESS=$UNAME_MACHINE-unknown-os108_$UNAME_RELEASE ;; macppc:MirBSD:*:*) GUESS=powerpc-unknown-mirbsd$UNAME_RELEASE ;; *:MirBSD:*:*) GUESS=$UNAME_MACHINE-unknown-mirbsd$UNAME_RELEASE ;; *:Sortix:*:*) GUESS=$UNAME_MACHINE-unknown-sortix ;; *:Twizzler:*:*) GUESS=$UNAME_MACHINE-unknown-twizzler ;; *:Redox:*:*) GUESS=$UNAME_MACHINE-unknown-redox ;; mips:OSF1:*.*) GUESS=mips-dec-osf1 ;; alpha:OSF1:*:*) # Reset EXIT trap before exiting to avoid spurious non-zero exit code. trap '' 0 case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case $ALPHA_CPU_TYPE in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. OSF_REL=`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` GUESS=$UNAME_MACHINE-dec-osf$OSF_REL ;; Amiga*:UNIX_System_V:4.0:*) GUESS=m68k-unknown-sysv4 ;; *:[Aa]miga[Oo][Ss]:*:*) GUESS=$UNAME_MACHINE-unknown-amigaos ;; *:[Mm]orph[Oo][Ss]:*:*) GUESS=$UNAME_MACHINE-unknown-morphos ;; *:OS/390:*:*) GUESS=i370-ibm-openedition ;; *:z/VM:*:*) GUESS=s390-ibm-zvmoe ;; *:OS400:*:*) GUESS=powerpc-ibm-os400 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) GUESS=arm-acorn-riscix$UNAME_RELEASE ;; arm*:riscos:*:*|arm*:RISCOS:*:*) GUESS=arm-unknown-riscos ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) GUESS=hppa1.1-hitachi-hiuxmpp ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. case `(/bin/universe) 2>/dev/null` in att) GUESS=pyramid-pyramid-sysv3 ;; *) GUESS=pyramid-pyramid-bsd ;; esac ;; NILE*:*:*:dcosx) GUESS=pyramid-pyramid-svr4 ;; DRS?6000:unix:4.0:6*) GUESS=sparc-icl-nx6 ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) GUESS=sparc-icl-nx7 ;; esac ;; s390x:SunOS:*:*) SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` GUESS=$UNAME_MACHINE-ibm-solaris2$SUN_REL ;; sun4H:SunOS:5.*:*) SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` GUESS=sparc-hal-solaris2$SUN_REL ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` GUESS=sparc-sun-solaris2$SUN_REL ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) GUESS=i386-pc-auroraux$UNAME_RELEASE ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if test "$CC_FOR_BUILD" != no_compiler_found; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` GUESS=$SUN_ARCH-pc-solaris2$SUN_REL ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` GUESS=sparc-sun-solaris3$SUN_REL ;; sun4*:SunOS:*:*) case `/usr/bin/arch -k` in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` GUESS=sparc-sun-sunos$SUN_REL ;; sun3*:SunOS:*:*) GUESS=m68k-sun-sunos$UNAME_RELEASE ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 case `/bin/arch` in sun3) GUESS=m68k-sun-sunos$UNAME_RELEASE ;; sun4) GUESS=sparc-sun-sunos$UNAME_RELEASE ;; esac ;; aushp:SunOS:*:*) GUESS=sparc-auspex-sunos$UNAME_RELEASE ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) GUESS=m68k-atari-mint$UNAME_RELEASE ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) GUESS=m68k-atari-mint$UNAME_RELEASE ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) GUESS=m68k-atari-mint$UNAME_RELEASE ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) GUESS=m68k-milan-mint$UNAME_RELEASE ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) GUESS=m68k-hades-mint$UNAME_RELEASE ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) GUESS=m68k-unknown-mint$UNAME_RELEASE ;; m68k:machten:*:*) GUESS=m68k-apple-machten$UNAME_RELEASE ;; powerpc:machten:*:*) GUESS=powerpc-apple-machten$UNAME_RELEASE ;; RISC*:Mach:*:*) GUESS=mips-dec-mach_bsd4.3 ;; RISC*:ULTRIX:*:*) GUESS=mips-dec-ultrix$UNAME_RELEASE ;; VAX*:ULTRIX*:*:*) GUESS=vax-dec-ultrix$UNAME_RELEASE ;; 2020:CLIX:*:* | 2430:CLIX:*:*) GUESS=clipper-intergraph-clix$UNAME_RELEASE ;; mips:*:*:UMIPS | mips:*:*:RISCos) set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } GUESS=mips-mips-riscos$UNAME_RELEASE ;; Motorola:PowerMAX_OS:*:*) GUESS=powerpc-motorola-powermax ;; Motorola:*:4.3:PL8-*) GUESS=powerpc-harris-powermax ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) GUESS=powerpc-harris-powermax ;; Night_Hawk:Power_UNIX:*:*) GUESS=powerpc-harris-powerunix ;; m88k:CX/UX:7*:*) GUESS=m88k-harris-cxux7 ;; m88k:*:4*:R4*) GUESS=m88k-motorola-sysv4 ;; m88k:*:3*:R3*) GUESS=m88k-motorola-sysv3 ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if test "$UNAME_PROCESSOR" = mc88100 || test "$UNAME_PROCESSOR" = mc88110 then if test "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx || \ test "$TARGET_BINARY_INTERFACE"x = x then GUESS=m88k-dg-dgux$UNAME_RELEASE else GUESS=m88k-dg-dguxbcs$UNAME_RELEASE fi else GUESS=i586-dg-dgux$UNAME_RELEASE fi ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) GUESS=m88k-dolphin-sysv3 ;; M88*:*:R3*:*) # Delta 88k system running SVR3 GUESS=m88k-motorola-sysv3 ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) GUESS=m88k-tektronix-sysv3 ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) GUESS=m68k-tektronix-bsd ;; *:IRIX*:*:*) IRIX_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/g'` GUESS=mips-sgi-irix$IRIX_REL ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) GUESS=i386-ibm-aix ;; ia64:AIX:*:*) if test -x /usr/bin/oslevel ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=$UNAME_VERSION.$UNAME_RELEASE fi GUESS=$UNAME_MACHINE-ibm-aix$IBM_REV ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then GUESS=$SYSTEM_NAME else GUESS=rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then GUESS=rs6000-ibm-aix3.2.4 else GUESS=rs6000-ibm-aix3.2 fi ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if test -x /usr/bin/lslpp ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | \ awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=$UNAME_VERSION.$UNAME_RELEASE fi GUESS=$IBM_ARCH-ibm-aix$IBM_REV ;; *:AIX:*:*) GUESS=rs6000-ibm-aix ;; ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) GUESS=romp-ibm-bsd4.4 ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and GUESS=romp-ibm-bsd$UNAME_RELEASE # 4.3 with uname added to ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) GUESS=rs6000-bull-bosx ;; DPX/2?00:B.O.S.:*:*) GUESS=m68k-bull-sysv3 ;; 9000/[34]??:4.3bsd:1.*:*) GUESS=m68k-hp-bsd ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) GUESS=m68k-hp-bsd4.4 ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` case $UNAME_MACHINE in 9000/31?) HP_ARCH=m68000 ;; 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if test -x /usr/bin/getconf; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case $sc_cpu_version in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case $sc_kernel_bits in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if test "$HP_ARCH" = ""; then set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if test "$HP_ARCH" = hppa2.0w then set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi GUESS=$HP_ARCH-hp-hpux$HPUX_REV ;; ia64:HP-UX:*:*) HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` GUESS=ia64-hp-hpux$HPUX_REV ;; 3050*:HI-UX:*:*) set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } GUESS=unknown-hitachi-hiuxwe2 ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) GUESS=hppa1.1-hp-bsd ;; 9000/8??:4.3bsd:*:*) GUESS=hppa1.0-hp-bsd ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) GUESS=hppa1.0-hp-mpeix ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) GUESS=hppa1.1-hp-osf ;; hp8??:OSF1:*:*) GUESS=hppa1.0-hp-osf ;; i*86:OSF1:*:*) if test -x /usr/sbin/sysversion ; then GUESS=$UNAME_MACHINE-unknown-osf1mk else GUESS=$UNAME_MACHINE-unknown-osf1 fi ;; parisc*:Lites*:*:*) GUESS=hppa1.1-hp-lites ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) GUESS=c1-convex-bsd ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) GUESS=c34-convex-bsd ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) GUESS=c38-convex-bsd ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) GUESS=c4-convex-bsd ;; CRAY*Y-MP:*:*:*) CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` GUESS=ymp-cray-unicos$CRAY_REL ;; CRAY*[A-Z]90:*:*:*) echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` GUESS=t90-cray-unicos$CRAY_REL ;; CRAY*T3E:*:*:*) CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` GUESS=alphaev5-cray-unicosmk$CRAY_REL ;; CRAY*SV1:*:*:*) CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` GUESS=sv1-cray-unicos$CRAY_REL ;; *:UNICOS/mp:*:*) CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` GUESS=craynv-cray-unicosmp$CRAY_REL ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` GUESS=${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` GUESS=sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) GUESS=$UNAME_MACHINE-pc-bsdi$UNAME_RELEASE ;; sparc*:BSD/OS:*:*) GUESS=sparc-unknown-bsdi$UNAME_RELEASE ;; *:BSD/OS:*:*) GUESS=$UNAME_MACHINE-unknown-bsdi$UNAME_RELEASE ;; arm:FreeBSD:*:*) UNAME_PROCESSOR=`uname -p` set_cc_for_build if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabi else FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabihf fi ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case $UNAME_PROCESSOR in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL ;; i*:CYGWIN*:*) GUESS=$UNAME_MACHINE-pc-cygwin ;; *:MINGW64*:*) GUESS=$UNAME_MACHINE-pc-mingw64 ;; *:MINGW*:*) GUESS=$UNAME_MACHINE-pc-mingw32 ;; *:MSYS*:*) GUESS=$UNAME_MACHINE-pc-msys ;; i*:PW*:*) GUESS=$UNAME_MACHINE-pc-pw32 ;; *:SerenityOS:*:*) GUESS=$UNAME_MACHINE-pc-serenity ;; *:Interix*:*) case $UNAME_MACHINE in x86) GUESS=i586-pc-interix$UNAME_RELEASE ;; authenticamd | genuineintel | EM64T) GUESS=x86_64-unknown-interix$UNAME_RELEASE ;; IA64) GUESS=ia64-unknown-interix$UNAME_RELEASE ;; esac ;; i*:UWIN*:*) GUESS=$UNAME_MACHINE-pc-uwin ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) GUESS=x86_64-pc-cygwin ;; prep*:SunOS:5.*:*) SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` GUESS=powerpcle-unknown-solaris2$SUN_REL ;; *:GNU:*:*) # the GNU system GNU_ARCH=`echo "$UNAME_MACHINE" | sed -e 's,[-/].*$,,'` GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's,/.*$,,'` GUESS=$GNU_ARCH-unknown-$LIBC$GNU_REL ;; *:GNU/*:*:*) # other systems with GNU libc and userland GNU_SYS=`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"` GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC ;; *:Minix:*:*) GUESS=$UNAME_MACHINE-unknown-minix ;; aarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; arc:Linux:*:* | arceb:Linux:*:* | arc32:Linux:*:* | arc64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; arm*:Linux:*:*) set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then GUESS=$UNAME_MACHINE-unknown-linux-$LIBC else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabi else GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabihf fi fi ;; avr32*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; cris:Linux:*:*) GUESS=$UNAME_MACHINE-axis-linux-$LIBC ;; crisv32:Linux:*:*) GUESS=$UNAME_MACHINE-axis-linux-$LIBC ;; e2k:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; frv:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; hexagon:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; i*86:Linux:*:*) GUESS=$UNAME_MACHINE-pc-linux-$LIBC ;; ia64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m68*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; mips:Linux:*:* | mips64:Linux:*:*) set_cc_for_build IS_GLIBC=0 test x"${LIBC}" = xgnu && IS_GLIBC=1 sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef mips #undef mipsel #undef mips64 #undef mips64el #if ${IS_GLIBC} && defined(_ABI64) LIBCABI=gnuabi64 #else #if ${IS_GLIBC} && defined(_ABIN32) LIBCABI=gnuabin32 #else LIBCABI=${LIBC} #endif #endif #if ${IS_GLIBC} && defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 CPU=mipsisa64r6 #else #if ${IS_GLIBC} && !defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 CPU=mipsisa32r6 #else #if defined(__mips64) CPU=mips64 #else CPU=mips #endif #endif #endif #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) MIPS_ENDIAN=el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) MIPS_ENDIAN= #else MIPS_ENDIAN= #endif #endif EOF cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'` eval "$cc_set_vars" test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } ;; mips64el:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; openrisc*:Linux:*:*) GUESS=or1k-unknown-linux-$LIBC ;; or32:Linux:*:* | or1k*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; padre:Linux:*:*) GUESS=sparc-unknown-linux-$LIBC ;; parisc64:Linux:*:* | hppa64:Linux:*:*) GUESS=hppa64-unknown-linux-$LIBC ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) GUESS=hppa1.1-unknown-linux-$LIBC ;; PA8*) GUESS=hppa2.0-unknown-linux-$LIBC ;; *) GUESS=hppa-unknown-linux-$LIBC ;; esac ;; ppc64:Linux:*:*) GUESS=powerpc64-unknown-linux-$LIBC ;; ppc:Linux:*:*) GUESS=powerpc-unknown-linux-$LIBC ;; ppc64le:Linux:*:*) GUESS=powerpc64le-unknown-linux-$LIBC ;; ppcle:Linux:*:*) GUESS=powerpcle-unknown-linux-$LIBC ;; riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; s390:Linux:*:* | s390x:Linux:*:*) GUESS=$UNAME_MACHINE-ibm-linux-$LIBC ;; sh64*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; sh*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; sparc:Linux:*:* | sparc64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; tile*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; vax:Linux:*:*) GUESS=$UNAME_MACHINE-dec-linux-$LIBC ;; x86_64:Linux:*:*) set_cc_for_build LIBCABI=$LIBC if test "$CC_FOR_BUILD" != no_compiler_found; then if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_X32 >/dev/null then LIBCABI=${LIBC}x32 fi fi GUESS=$UNAME_MACHINE-pc-linux-$LIBCABI ;; xtensa*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. GUESS=i386-sequent-sysv4 ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. GUESS=$UNAME_MACHINE-pc-os2-emx ;; i*86:XTS-300:*:STOP) GUESS=$UNAME_MACHINE-unknown-stop ;; i*86:atheos:*:*) GUESS=$UNAME_MACHINE-unknown-atheos ;; i*86:syllable:*:*) GUESS=$UNAME_MACHINE-pc-syllable ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) GUESS=i386-unknown-lynxos$UNAME_RELEASE ;; i*86:*DOS:*:*) GUESS=$UNAME_MACHINE-pc-msdosdjgpp ;; i*86:*:4.*:*) UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then GUESS=$UNAME_MACHINE-univel-sysv$UNAME_REL else GUESS=$UNAME_MACHINE-pc-sysv$UNAME_REL fi ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac GUESS=$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 GUESS=$UNAME_MACHINE-pc-sco$UNAME_REL else GUESS=$UNAME_MACHINE-pc-sysv32 fi ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. GUESS=i586-pc-msdosdjgpp ;; Intel:Mach:3*:*) GUESS=i386-pc-mach3 ;; paragon:*:*:*) GUESS=i860-intel-osf1 ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then GUESS=i860-stardent-sysv$UNAME_RELEASE # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. GUESS=i860-unknown-sysv$UNAME_RELEASE # Unknown i860-SVR4 fi ;; mini*:CTIX:SYS*5:*) # "miniframe" GUESS=m68010-convergent-sysv ;; mc68k:UNIX:SYSTEM5:3.51m) GUESS=m68k-convergent-sysv ;; M680?0:D-NIX:5.3:*) GUESS=m68k-diab-dnix ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) GUESS=m68k-unknown-lynxos$UNAME_RELEASE ;; mc68030:UNIX_System_V:4.*:*) GUESS=m68k-atari-sysv4 ;; TSUNAMI:LynxOS:2.*:*) GUESS=sparc-unknown-lynxos$UNAME_RELEASE ;; rs6000:LynxOS:2.*:*) GUESS=rs6000-unknown-lynxos$UNAME_RELEASE ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) GUESS=powerpc-unknown-lynxos$UNAME_RELEASE ;; SM[BE]S:UNIX_SV:*:*) GUESS=mips-dde-sysv$UNAME_RELEASE ;; RM*:ReliantUNIX-*:*:*) GUESS=mips-sni-sysv4 ;; RM*:SINIX-*:*:*) GUESS=mips-sni-sysv4 ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` GUESS=$UNAME_MACHINE-sni-sysv4 else GUESS=ns32k-sni-sysv fi ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says GUESS=i586-unisys-sysv4 ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm GUESS=hppa1.1-stratus-sysv4 ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. GUESS=i860-stratus-sysv4 ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. GUESS=$UNAME_MACHINE-stratus-vos ;; *:VOS:*:*) # From Paul.Green@stratus.com. GUESS=hppa1.1-stratus-vos ;; mc68*:A/UX:*:*) GUESS=m68k-apple-aux$UNAME_RELEASE ;; news*:NEWS-OS:6*:*) GUESS=mips-sony-newsos6 ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if test -d /usr/nec; then GUESS=mips-nec-sysv$UNAME_RELEASE else GUESS=mips-unknown-sysv$UNAME_RELEASE fi ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. GUESS=powerpc-be-beos ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. GUESS=powerpc-apple-beos ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. GUESS=i586-pc-beos ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. GUESS=i586-pc-haiku ;; x86_64:Haiku:*:*) GUESS=x86_64-unknown-haiku ;; SX-4:SUPER-UX:*:*) GUESS=sx4-nec-superux$UNAME_RELEASE ;; SX-5:SUPER-UX:*:*) GUESS=sx5-nec-superux$UNAME_RELEASE ;; SX-6:SUPER-UX:*:*) GUESS=sx6-nec-superux$UNAME_RELEASE ;; SX-7:SUPER-UX:*:*) GUESS=sx7-nec-superux$UNAME_RELEASE ;; SX-8:SUPER-UX:*:*) GUESS=sx8-nec-superux$UNAME_RELEASE ;; SX-8R:SUPER-UX:*:*) GUESS=sx8r-nec-superux$UNAME_RELEASE ;; SX-ACE:SUPER-UX:*:*) GUESS=sxace-nec-superux$UNAME_RELEASE ;; Power*:Rhapsody:*:*) GUESS=powerpc-apple-rhapsody$UNAME_RELEASE ;; *:Rhapsody:*:*) GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE ;; arm64:Darwin:*:*) GUESS=aarch64-apple-darwin$UNAME_RELEASE ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` case $UNAME_PROCESSOR in unknown) UNAME_PROCESSOR=powerpc ;; esac if command -v xcode-select > /dev/null 2> /dev/null && \ ! xcode-select --print-path > /dev/null 2> /dev/null ; then # Avoid executing cc if there is no toolchain installed as # cc will be a stub that puts up a graphical alert # prompting the user to install developer tools. CC_FOR_BUILD=no_compiler_found else set_cc_for_build fi if test "$CC_FOR_BUILD" != no_compiler_found; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_PPC >/dev/null then UNAME_PROCESSOR=powerpc fi elif test "$UNAME_PROCESSOR" = i386 ; then # uname -m returns i386 or x86_64 UNAME_PROCESSOR=$UNAME_MACHINE fi GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi GUESS=$UNAME_PROCESSOR-$UNAME_MACHINE-nto-qnx$UNAME_RELEASE ;; *:QNX:*:4*) GUESS=i386-pc-qnx ;; NEO-*:NONSTOP_KERNEL:*:*) GUESS=neo-tandem-nsk$UNAME_RELEASE ;; NSE-*:NONSTOP_KERNEL:*:*) GUESS=nse-tandem-nsk$UNAME_RELEASE ;; NSR-*:NONSTOP_KERNEL:*:*) GUESS=nsr-tandem-nsk$UNAME_RELEASE ;; NSV-*:NONSTOP_KERNEL:*:*) GUESS=nsv-tandem-nsk$UNAME_RELEASE ;; NSX-*:NONSTOP_KERNEL:*:*) GUESS=nsx-tandem-nsk$UNAME_RELEASE ;; *:NonStop-UX:*:*) GUESS=mips-compaq-nonstopux ;; BS2000:POSIX*:*:*) GUESS=bs2000-siemens-sysv ;; DS/*:UNIX_System_V:*:*) GUESS=$UNAME_MACHINE-$UNAME_SYSTEM-$UNAME_RELEASE ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "${cputype-}" = 386; then UNAME_MACHINE=i386 elif test "x${cputype-}" != x; then UNAME_MACHINE=$cputype fi GUESS=$UNAME_MACHINE-unknown-plan9 ;; *:TOPS-10:*:*) GUESS=pdp10-unknown-tops10 ;; *:TENEX:*:*) GUESS=pdp10-unknown-tenex ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) GUESS=pdp10-dec-tops20 ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) GUESS=pdp10-xkl-tops20 ;; *:TOPS-20:*:*) GUESS=pdp10-unknown-tops20 ;; *:ITS:*:*) GUESS=pdp10-unknown-its ;; SEI:*:*:SEIUX) GUESS=mips-sei-seiux$UNAME_RELEASE ;; *:DragonFly:*:*) DRAGONFLY_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case $UNAME_MACHINE in A*) GUESS=alpha-dec-vms ;; I*) GUESS=ia64-dec-vms ;; V*) GUESS=vax-dec-vms ;; esac ;; *:XENIX:*:SysV) GUESS=i386-pc-xenix ;; i*86:skyos:*:*) SKYOS_REL=`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'` GUESS=$UNAME_MACHINE-pc-skyos$SKYOS_REL ;; i*86:rdos:*:*) GUESS=$UNAME_MACHINE-pc-rdos ;; i*86:Fiwix:*:*) GUESS=$UNAME_MACHINE-pc-fiwix ;; *:AROS:*:*) GUESS=$UNAME_MACHINE-unknown-aros ;; x86_64:VMkernel:*:*) GUESS=$UNAME_MACHINE-unknown-esx ;; amd64:Isilon\ OneFS:*:*) GUESS=x86_64-unknown-onefs ;; *:Unleashed:*:*) GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE ;; esac # Do we have a guess based on uname results? if test "x$GUESS" != x; then echo "$GUESS" exit fi # No uname command or uname output not recognized. set_cc_for_build cat > "$dummy.c" < #include #endif #if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) #if defined (vax) || defined (__vax) || defined (__vax__) || defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) #include #if defined(_SIZE_T_) || defined(SIGLOST) #include #endif #endif #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) #if !defined (ultrix) #include #if defined (BSD) #if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); #else #if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); #else printf ("vax-dec-bsd\n"); exit (0); #endif #endif #else printf ("vax-dec-bsd\n"); exit (0); #endif #else #if defined(_SIZE_T_) || defined(SIGLOST) struct utsname un; uname (&un); printf ("vax-dec-ultrix%s\n", un.release); exit (0); #else printf ("vax-dec-ultrix\n"); exit (0); #endif #endif #endif #if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) #if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) #if defined(_SIZE_T_) || defined(SIGLOST) struct utsname *un; uname (&un); printf ("mips-dec-ultrix%s\n", un.release); exit (0); #else printf ("mips-dec-ultrix\n"); exit (0); #endif #endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo "$ISP-apollo-$SYSTYPE"; exit; } echo "$0: unable to guess system type" >&2 case $UNAME_MACHINE:$UNAME_SYSTEM in mips:Linux | mips64:Linux) # If we got here on MIPS GNU/Linux, output extra information. cat >&2 <&2 <&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = "$UNAME_MACHINE" UNAME_RELEASE = "$UNAME_RELEASE" UNAME_SYSTEM = "$UNAME_SYSTEM" UNAME_VERSION = "$UNAME_VERSION" EOF fi exit 1 # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: kanyremote-8.1.1/Makefile.in0000644000232200023220000007736114404351213016325 0ustar debalancedebalance# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # kAnyRemote - KDE frontend for anyRemote - a wi-fi or bluetooth remote for your PC. # # Copyright (C) 2007-2023 Mikhail Fedotov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(dist_bin_SCRIPTS) $(dist_appdata_DATA) \ $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdatadir)" SCRIPTS = $(dist_bin_SCRIPTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(dist_appdata_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in ABOUT-NLS AUTHORS COPYING \ ChangeLog INSTALL NEWS README TODO compile config.guess \ config.rpath config.sub install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip # Exists only to be overridden by the user if desired. AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = config.guess config.rpath ABOUT-NLS \ NEWS README COPYING INSTALL AUTHORS ChangeLog TODO \ data kanyremote.desktop kanyremote.appdata.xml specs appdatadir = $(datarootdir)/appdata dist_appdata_DATA = kanyremote.appdata.xml dist_bin_SCRIPTS = kanyremote SUBDIRS = po ACLOCAL_AMFLAGS = -I m4 all: all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) @$(NORMAL_INSTALL) @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n' \ -e 'h;s|.*|.|' \ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) { files[d] = files[d] " " $$1; \ if (++n[d] == $(am__install_max)) { \ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ else { print "f", d "/" $$4, $$1 } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-dist_binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) install-dist_appdataDATA: $(dist_appdata_DATA) @$(NORMAL_INSTALL) @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ done uninstall-dist_appdataDATA: @$(NORMAL_UNINSTALL) @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-zstd: distdir tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ *.tar.zst*) \ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(SCRIPTS) $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-data-local install-dist_appdataDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-dist_binSCRIPTS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-dist_appdataDATA uninstall-dist_binSCRIPTS \ uninstall-local .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ dist-zstd distcheck distclean distclean-generic distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-data-local install-dist_appdataDATA \ install-dist_binSCRIPTS install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-dist_appdataDATA \ uninstall-dist_binSCRIPTS uninstall-local .PRECIOUS: Makefile install-data-local: test -z $(DESTDIR)$(datadir)/pixmaps || mkdir -p -- . $(DESTDIR)$(datadir)/pixmaps;chmod 755 $(DESTDIR)$(datadir)/pixmaps test -z $(DESTDIR)$(datadir)/doc/kanyremote || mkdir -p -- . $(DESTDIR)$(datadir)/doc/kanyremote cp -r ChangeLog README COPYING AUTHORS $(DESTDIR)$(datadir)/doc/kanyremote/ cp -r data/kanyremote_flash.png data/kanyremote_light.png data/kanyremote_off.png data/kanyremote_small.png data/kanyremote_logo.svg data/kanyremote.png $(DESTDIR)$(datadir)/pixmaps/ chmod -R 644 $(DESTDIR)$(datadir)/pixmaps/kanyremote_small.png $(DESTDIR)$(datadir)/pixmaps/kanyremote.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_flash.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_off.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_light.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_logo.svg test -z $(DESTDIR)$(datadir)/applications || mkdir -p -- . $(DESTDIR)$(datadir)/applications;chmod 755 $(DESTDIR)$(datadir)/applications cp kanyremote.desktop $(DESTDIR)$(datadir)/applications/kanyremote.desktop chmod 644 $(DESTDIR)$(datadir)/applications/kanyremote.desktop uninstall-local: rm -rf $(DESTDIR)$(datadir)/pixmaps/kanyremote.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_flash.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_off.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_light.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_small.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_logo.svg \ $(DESTDIR)$(datadir)/applications/kanyremote.desktop \ $(DESTDIR)$(datadir)/doc/kanyremote check-gettext: @if test x$(USE_NLS) != "xyes" ; then echo "Missing gettext. Rerun configure and check for" \ "'checking whether to use NLS... yes'!" ; exit 1 ; fi pot: xgettext --language=Python --keyword=_tr --output=po/kanyremote.pot kanyremote update-po: check-gettext @echo kanyremote > $(srcdir)/po/POTFILES.in.2 ; \ if diff $(srcdir)/po/POTFILES.in $(srcdir)/po/POTFILES.in.2 >/dev/null 2>&1 ; then \ rm -f $(srcdir)/po/POTFILES.in.2 ; \ else \ mv $(srcdir)/po/POTFILES.in.2 $(srcdir)/po/POTFILES.in ; \ fi cd po && $(MAKE) $(AM_MAKEFLAGS) update-po update-gmo: check-gettext cd po && $(MAKE) $(AM_MAKEFLAGS) update-gmo force-update-gmo: check-gettext touch po/*.po cd po && $(MAKE) $(AM_MAKEFLAGS) update-gmo .PHONY: check-gettext update-po update-gmo force-update-gmo # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: kanyremote-8.1.1/INSTALL0000644000232200023220000000133312653640764015313 0ustar debalancedebalanceINSTALL ================== Source code of gAnyRemote can be retrieved from SVN svn co https://anyremote.svn.sourceforge.net/svnroot/anyremote/kanyremote/trunk kanyremote or as *tar.gz from https://sourceforge.net/projects/anyremote/files/kanyremote/ If source code was retrieved from SVN it needs to create files for configure: aclocal autoconf automake -ac If source code was retrieved as *.tar.gz it is possible to start directrly from configure: ./configure --prefix=/usr To install the application, type: su -c "make install" If case of error: configure: error: cannot find install-sh or install.sh in "." "./.." "./../.." it needs to start from aclocal; autoconf; automake -ac commands. kanyremote-8.1.1/kanyremote.appdata.xml0000644000232200023220000000134314404350752020563 0ustar debalancedebalance ganyremote.anyremote.desktop GPL-2.0+ kAnyRemote Remote control through Wi-Fi or bluetooth connection

kAnyRemote package is KDE GUI frontend for anyRemote - remote control software for applications using Wi-Fi or Bluetooth.

http://anyremote.sourceforge.net/data/any3.jpg http://anyremote.sourceforge.net anyremote@mail.ru KDE
kanyremote-8.1.1/README0000644000232200023220000000227214404350720015127 0ustar debalancedebalanceREADME kAnyRemote ================================================================================= kAnyRemote package is KDE GUI frontend for anyRemote (http://anyremote.sourceforge.net/) written on PyQT. anyRemote is remote control software for applications using Bluetooth or Wi-Fi. Prerequisites: python-3.0 or newer PyQT5 pybluez (if planned to use bluetooth connection) anyremote >= 6.5 Documentation is supplied with anyRemote package. -------------------------------------------- Adding new translations: (see http://www.heiner-eichmann.de/autotools/adding_gettext.html for details) 0. (Only if You want to recreate *pot) xgettext --language=Python --keyword=_tr --output=po/kanyremote.pot kanyremote 1. run make update-po msginit --input=po/kanyremote.pot --locale= --output-file po/.po Where is Your locale. (for example: ru_RU, pl_PL or de_AT) 2. Translate po/.po 3. Send translation to anyremote at mail.ru 4. To add new translation locally: a) add new language to po/LINGUAS b) touch po/LINGUAS;make update-po c) make install The code is licensed under the GNU Public licence (GPL). (C) by Mikhail Fedotov 2007-2023. kanyremote-8.1.1/missing0000755000232200023220000001533614215102164015650 0ustar debalancedebalance#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=https://www.perl.org/ flex_URL=https://github.com/westes/flex gnu_software_URL=https://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: kanyremote-8.1.1/config.sub0000755000232200023220000010511614175772605016252 0ustar debalancedebalance#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale timestamp='2022-01-03' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. # The "shellcheck disable" line above the timestamp inhibits complaints # about features and limitations of the classic Bourne shell that were # superseded or lifted in POSIX. However, this script identifies a wide # variety of pre-POSIX systems that do not have POSIX shells at all, and # even some reasonably current systems (Solaris 10 as case-in-point) still # have a pre-POSIX /bin/sh. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; *local*) # First pass through any local machine types. echo "$1" exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Split fields of configuration type # shellcheck disable=SC2162 saved_IFS=$IFS IFS="-" read field1 field2 field3 field4 <&2 exit 1 ;; *-*-*-*) basic_machine=$field1-$field2 basic_os=$field3-$field4 ;; *-*-*) # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two # parts maybe_os=$field2-$field3 case $maybe_os in nto-qnx* | linux-* | uclinux-uclibc* \ | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ | storm-chaos* | os2-emx* | rtmk-nova*) basic_machine=$field1 basic_os=$maybe_os ;; android-linux) basic_machine=$field1-unknown basic_os=linux-android ;; *) basic_machine=$field1-$field2 basic_os=$field3 ;; esac ;; *-*) # A lone config we happen to match not fitting any pattern case $field1-$field2 in decstation-3100) basic_machine=mips-dec basic_os= ;; *-*) # Second component is usually, but not always the OS case $field2 in # Prevent following clause from handling this valid os sun*os*) basic_machine=$field1 basic_os=$field2 ;; zephyr*) basic_machine=$field1-unknown basic_os=$field2 ;; # Manufacturers dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ | unicom* | ibm* | next | hp | isi* | apollo | altos* \ | convergent* | ncr* | news | 32* | 3600* | 3100* \ | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \ | ultra | tti* | harris | dolphin | highlevel | gould \ | cbm | ns | masscomp | apple | axis | knuth | cray \ | microblaze* | sim | cisco \ | oki | wec | wrs | winbond) basic_machine=$field1-$field2 basic_os= ;; *) basic_machine=$field1 basic_os=$field2 ;; esac ;; esac ;; *) # Convert single-component short-hands not valid as part of # multi-component configurations. case $field1 in 386bsd) basic_machine=i386-pc basic_os=bsd ;; a29khif) basic_machine=a29k-amd basic_os=udi ;; adobe68k) basic_machine=m68010-adobe basic_os=scout ;; alliant) basic_machine=fx80-alliant basic_os= ;; altos | altos3068) basic_machine=m68k-altos basic_os= ;; am29k) basic_machine=a29k-none basic_os=bsd ;; amdahl) basic_machine=580-amdahl basic_os=sysv ;; amiga) basic_machine=m68k-unknown basic_os= ;; amigaos | amigados) basic_machine=m68k-unknown basic_os=amigaos ;; amigaunix | amix) basic_machine=m68k-unknown basic_os=sysv4 ;; apollo68) basic_machine=m68k-apollo basic_os=sysv ;; apollo68bsd) basic_machine=m68k-apollo basic_os=bsd ;; aros) basic_machine=i386-pc basic_os=aros ;; aux) basic_machine=m68k-apple basic_os=aux ;; balance) basic_machine=ns32k-sequent basic_os=dynix ;; blackfin) basic_machine=bfin-unknown basic_os=linux ;; cegcc) basic_machine=arm-unknown basic_os=cegcc ;; convex-c1) basic_machine=c1-convex basic_os=bsd ;; convex-c2) basic_machine=c2-convex basic_os=bsd ;; convex-c32) basic_machine=c32-convex basic_os=bsd ;; convex-c34) basic_machine=c34-convex basic_os=bsd ;; convex-c38) basic_machine=c38-convex basic_os=bsd ;; cray) basic_machine=j90-cray basic_os=unicos ;; crds | unos) basic_machine=m68k-crds basic_os= ;; da30) basic_machine=m68k-da30 basic_os= ;; decstation | pmax | pmin | dec3100 | decstatn) basic_machine=mips-dec basic_os= ;; delta88) basic_machine=m88k-motorola basic_os=sysv3 ;; dicos) basic_machine=i686-pc basic_os=dicos ;; djgpp) basic_machine=i586-pc basic_os=msdosdjgpp ;; ebmon29k) basic_machine=a29k-amd basic_os=ebmon ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson basic_os=ose ;; gmicro) basic_machine=tron-gmicro basic_os=sysv ;; go32) basic_machine=i386-pc basic_os=go32 ;; h8300hms) basic_machine=h8300-hitachi basic_os=hms ;; h8300xray) basic_machine=h8300-hitachi basic_os=xray ;; h8500hms) basic_machine=h8500-hitachi basic_os=hms ;; harris) basic_machine=m88k-harris basic_os=sysv3 ;; hp300 | hp300hpux) basic_machine=m68k-hp basic_os=hpux ;; hp300bsd) basic_machine=m68k-hp basic_os=bsd ;; hppaosf) basic_machine=hppa1.1-hp basic_os=osf ;; hppro) basic_machine=hppa1.1-hp basic_os=proelf ;; i386mach) basic_machine=i386-mach basic_os=mach ;; isi68 | isi) basic_machine=m68k-isi basic_os=sysv ;; m68knommu) basic_machine=m68k-unknown basic_os=linux ;; magnum | m3230) basic_machine=mips-mips basic_os=sysv ;; merlin) basic_machine=ns32k-utek basic_os=sysv ;; mingw64) basic_machine=x86_64-pc basic_os=mingw64 ;; mingw32) basic_machine=i686-pc basic_os=mingw32 ;; mingw32ce) basic_machine=arm-unknown basic_os=mingw32ce ;; monitor) basic_machine=m68k-rom68k basic_os=coff ;; morphos) basic_machine=powerpc-unknown basic_os=morphos ;; moxiebox) basic_machine=moxie-unknown basic_os=moxiebox ;; msdos) basic_machine=i386-pc basic_os=msdos ;; msys) basic_machine=i686-pc basic_os=msys ;; mvs) basic_machine=i370-ibm basic_os=mvs ;; nacl) basic_machine=le32-unknown basic_os=nacl ;; ncr3000) basic_machine=i486-ncr basic_os=sysv4 ;; netbsd386) basic_machine=i386-pc basic_os=netbsd ;; netwinder) basic_machine=armv4l-rebel basic_os=linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony basic_os=newsos ;; news1000) basic_machine=m68030-sony basic_os=newsos ;; necv70) basic_machine=v70-nec basic_os=sysv ;; nh3000) basic_machine=m68k-harris basic_os=cxux ;; nh[45]000) basic_machine=m88k-harris basic_os=cxux ;; nindy960) basic_machine=i960-intel basic_os=nindy ;; mon960) basic_machine=i960-intel basic_os=mon960 ;; nonstopux) basic_machine=mips-compaq basic_os=nonstopux ;; os400) basic_machine=powerpc-ibm basic_os=os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson basic_os=ose ;; os68k) basic_machine=m68k-none basic_os=os68k ;; paragon) basic_machine=i860-intel basic_os=osf ;; parisc) basic_machine=hppa-unknown basic_os=linux ;; psp) basic_machine=mipsallegrexel-sony basic_os=psp ;; pw32) basic_machine=i586-unknown basic_os=pw32 ;; rdos | rdos64) basic_machine=x86_64-pc basic_os=rdos ;; rdos32) basic_machine=i386-pc basic_os=rdos ;; rom68k) basic_machine=m68k-rom68k basic_os=coff ;; sa29200) basic_machine=a29k-amd basic_os=udi ;; sei) basic_machine=mips-sei basic_os=seiux ;; sequent) basic_machine=i386-sequent basic_os= ;; sps7) basic_machine=m68k-bull basic_os=sysv2 ;; st2000) basic_machine=m68k-tandem basic_os= ;; stratus) basic_machine=i860-stratus basic_os=sysv4 ;; sun2) basic_machine=m68000-sun basic_os= ;; sun2os3) basic_machine=m68000-sun basic_os=sunos3 ;; sun2os4) basic_machine=m68000-sun basic_os=sunos4 ;; sun3) basic_machine=m68k-sun basic_os= ;; sun3os3) basic_machine=m68k-sun basic_os=sunos3 ;; sun3os4) basic_machine=m68k-sun basic_os=sunos4 ;; sun4) basic_machine=sparc-sun basic_os= ;; sun4os3) basic_machine=sparc-sun basic_os=sunos3 ;; sun4os4) basic_machine=sparc-sun basic_os=sunos4 ;; sun4sol2) basic_machine=sparc-sun basic_os=solaris2 ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun basic_os= ;; sv1) basic_machine=sv1-cray basic_os=unicos ;; symmetry) basic_machine=i386-sequent basic_os=dynix ;; t3e) basic_machine=alphaev5-cray basic_os=unicos ;; t90) basic_machine=t90-cray basic_os=unicos ;; toad1) basic_machine=pdp10-xkl basic_os=tops20 ;; tpf) basic_machine=s390x-ibm basic_os=tpf ;; udi29k) basic_machine=a29k-amd basic_os=udi ;; ultra3) basic_machine=a29k-nyu basic_os=sym1 ;; v810 | necv810) basic_machine=v810-nec basic_os=none ;; vaxv) basic_machine=vax-dec basic_os=sysv ;; vms) basic_machine=vax-dec basic_os=vms ;; vsta) basic_machine=i386-pc basic_os=vsta ;; vxworks960) basic_machine=i960-wrs basic_os=vxworks ;; vxworks68) basic_machine=m68k-wrs basic_os=vxworks ;; vxworks29k) basic_machine=a29k-wrs basic_os=vxworks ;; xbox) basic_machine=i686-pc basic_os=mingw32 ;; ymp) basic_machine=ymp-cray basic_os=unicos ;; *) basic_machine=$1 basic_os= ;; esac ;; esac # Decode 1-component or ad-hoc basic machines case $basic_machine in # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) cpu=hppa1.1 vendor=winbond ;; op50n) cpu=hppa1.1 vendor=oki ;; op60c) cpu=hppa1.1 vendor=oki ;; ibm*) cpu=i370 vendor=ibm ;; orion105) cpu=clipper vendor=highlevel ;; mac | mpw | mac-mpw) cpu=m68k vendor=apple ;; pmac | pmac-mpw) cpu=powerpc vendor=apple ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) cpu=m68000 vendor=att ;; 3b*) cpu=we32k vendor=att ;; bluegene*) cpu=powerpc vendor=ibm basic_os=cnk ;; decsystem10* | dec10*) cpu=pdp10 vendor=dec basic_os=tops10 ;; decsystem20* | dec20*) cpu=pdp10 vendor=dec basic_os=tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) cpu=m68k vendor=motorola ;; dpx2*) cpu=m68k vendor=bull basic_os=sysv3 ;; encore | umax | mmax) cpu=ns32k vendor=encore ;; elxsi) cpu=elxsi vendor=elxsi basic_os=${basic_os:-bsd} ;; fx2800) cpu=i860 vendor=alliant ;; genix) cpu=ns32k vendor=ns ;; h3050r* | hiux*) cpu=hppa1.1 vendor=hitachi basic_os=hiuxwe2 ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) cpu=hppa1.0 vendor=hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) cpu=m68000 vendor=hp ;; hp9k3[2-9][0-9]) cpu=m68k vendor=hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) cpu=hppa1.0 vendor=hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) cpu=hppa1.1 vendor=hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp cpu=hppa1.1 vendor=hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp cpu=hppa1.1 vendor=hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) cpu=hppa1.1 vendor=hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) cpu=hppa1.0 vendor=hp ;; i*86v32) cpu=`echo "$1" | sed -e 's/86.*/86/'` vendor=pc basic_os=sysv32 ;; i*86v4*) cpu=`echo "$1" | sed -e 's/86.*/86/'` vendor=pc basic_os=sysv4 ;; i*86v) cpu=`echo "$1" | sed -e 's/86.*/86/'` vendor=pc basic_os=sysv ;; i*86sol2) cpu=`echo "$1" | sed -e 's/86.*/86/'` vendor=pc basic_os=solaris2 ;; j90 | j90-cray) cpu=j90 vendor=cray basic_os=${basic_os:-unicos} ;; iris | iris4d) cpu=mips vendor=sgi case $basic_os in irix*) ;; *) basic_os=irix4 ;; esac ;; miniframe) cpu=m68000 vendor=convergent ;; *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*) cpu=m68k vendor=atari basic_os=mint ;; news-3600 | risc-news) cpu=mips vendor=sony basic_os=newsos ;; next | m*-next) cpu=m68k vendor=next case $basic_os in openstep*) ;; nextstep*) ;; ns2*) basic_os=nextstep2 ;; *) basic_os=nextstep3 ;; esac ;; np1) cpu=np1 vendor=gould ;; op50n-* | op60c-*) cpu=hppa1.1 vendor=oki basic_os=proelf ;; pa-hitachi) cpu=hppa1.1 vendor=hitachi basic_os=hiuxwe2 ;; pbd) cpu=sparc vendor=tti ;; pbb) cpu=m68k vendor=tti ;; pc532) cpu=ns32k vendor=pc532 ;; pn) cpu=pn vendor=gould ;; power) cpu=power vendor=ibm ;; ps2) cpu=i386 vendor=ibm ;; rm[46]00) cpu=mips vendor=siemens ;; rtpc | rtpc-*) cpu=romp vendor=ibm ;; sde) cpu=mipsisa32 vendor=sde basic_os=${basic_os:-elf} ;; simso-wrs) cpu=sparclite vendor=wrs basic_os=vxworks ;; tower | tower-32) cpu=m68k vendor=ncr ;; vpp*|vx|vx-*) cpu=f301 vendor=fujitsu ;; w65) cpu=w65 vendor=wdc ;; w89k-*) cpu=hppa1.1 vendor=winbond basic_os=proelf ;; none) cpu=none vendor=none ;; leon|leon[3-9]) cpu=sparc vendor=$basic_machine ;; leon-*|leon[3-9]-*) cpu=sparc vendor=`echo "$basic_machine" | sed 's/-.*//'` ;; *-*) # shellcheck disable=SC2162 saved_IFS=$IFS IFS="-" read cpu vendor <&2 exit 1 ;; esac ;; esac # Here we canonicalize certain aliases for manufacturers. case $vendor in digital*) vendor=dec ;; commodore*) vendor=cbm ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if test x$basic_os != x then # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just # set os. case $basic_os in gnu/linux*) kernel=linux os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'` ;; os2-emx) kernel=os2 os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'` ;; nto-qnx*) kernel=nto os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'` ;; *-*) # shellcheck disable=SC2162 saved_IFS=$IFS IFS="-" read kernel os <&2 exit 1 ;; esac # As a final step for OS-related things, validate the OS-kernel combination # (given a valid OS), if there is a kernel. case $kernel-$os in linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ | linux-musl* | linux-relibc* | linux-uclibc* ) ;; uclinux-uclibc* ) ;; -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) # These are just libc implementations, not actual OSes, and thus # require a kernel. echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2 exit 1 ;; kfreebsd*-gnu* | kopensolaris*-gnu*) ;; vxworks-simlinux | vxworks-simwindows | vxworks-spe) ;; nto-qnx*) ;; os2-emx) ;; *-eabi* | *-gnueabi*) ;; -*) # Blank kernel with real OS is always fine. ;; *-*) echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2 exit 1 ;; esac # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. case $vendor in unknown) case $cpu-$os in *-riscix*) vendor=acorn ;; *-sunos*) vendor=sun ;; *-cnk* | *-aix*) vendor=ibm ;; *-beos*) vendor=be ;; *-hpux*) vendor=hp ;; *-mpeix*) vendor=hp ;; *-hiux*) vendor=hitachi ;; *-unos*) vendor=crds ;; *-dgux*) vendor=dg ;; *-luna*) vendor=omron ;; *-genix*) vendor=ns ;; *-clix*) vendor=intergraph ;; *-mvs* | *-opened*) vendor=ibm ;; *-os400*) vendor=ibm ;; s390-* | s390x-*) vendor=ibm ;; *-ptx*) vendor=sequent ;; *-tpf*) vendor=ibm ;; *-vxsim* | *-vxworks* | *-windiss*) vendor=wrs ;; *-aux*) vendor=apple ;; *-hms*) vendor=hitachi ;; *-mpw* | *-macos*) vendor=apple ;; *-*mint | *-mint[0-9]* | *-*MiNT | *-MiNT[0-9]*) vendor=atari ;; *-vos*) vendor=stratus ;; esac ;; esac echo "$cpu-$vendor-${kernel:+$kernel-}$os" exit # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: kanyremote-8.1.1/NEWS0000644000232200023220000000002412653640764014755 0ustar debalancedebalanceSee ChangeLog file kanyremote-8.1.1/kanyremote.desktop0000644000232200023220000000275514404350246020031 0ustar debalancedebalance[Desktop Entry] Encoding=UTF-8 Exec=kanyremote Icon=kanyremote Type=Application Name=kanyremote Name[xx]=xxkanyremotexx GenericName=Wi-Fi or Bluetooth Remote Control for KDE GenericName[bg]=Wi-Fi/Bluetooth диŃтационно Ńправление за KDE GenericName[es]=Control Remoto Wi-Fi/Bluetooth con KDE GenericName[fr]=TĂ©lĂ©commande wi-fi/bluetooth pour KDE GenericName[it]=Wi-Fi/Bluetooth Control Remoto con KDE GenericName[nl]=Wi-Fi/Bluetooth afstandsbesturing voor KDE GenericName[pl]=Zdalne Sterowanie Przez Wi-Fi/Bluetooth w KDE GenericName[pt]=Controle Remoto Wi-Fi/Bluetooth para o KDE GenericName[ru]=ĐźŃльт Ńправления по Wi-Fi или Bluetooth для KDE GenericName[sk]=Wi-Fi/Bluetooth DiaÄľkovĂ© ovládanie KDE GenericName[xx]=xxWi-Fi/Bluetooth Remote Control for KDExx Categories=Utility; OnlyShowIn=KDE; Comment=Wi-Fi or Bluetooth remote control for KDE Comment[bg]=Wi-Fi/Bluetooth диŃтационно Ńправление за KDE Comment[es]=Control Remoto Wi-Fi/Bluetooth con KDE Comment[fr]=TĂ©lĂ©commande wi-fi/bluetooth pour KDE Comment[it]=Wi-Fi/Bluetooth control remoto con KDE Comment[nl]=Wi-Fi/Bluetooth afstandsbesturing voor KDE Comment[pl]=Zdalne Sterowanie Przez Wi-Fi/Bluetooth w KDE Comment[pt]=Controle Remoto Wi-Fi/Bluetooth para o KDE Comment[ru]=ĐźŃльт Ńправления по Wi-Fi или Bluetooth для KDE Comment[sk]=Wi-Fi/Bluetooth DiaÄľkovĂ© ovládanie KDE Comment[xx]=xxWi-Fi/Bluetooth remote controlxx X-Desktop-File-Install-Version=8.1 kanyremote-8.1.1/data/0000755000232200023220000000000012653640764015173 5ustar debalancedebalancekanyremote-8.1.1/data/kanyremote_off.png0000644000232200023220000000074612653640764020720 0ustar debalancedebalance‰PNG  IHDRó˙a­IDATx^•“[KjAÇ˙ĘÖ/ľě·źŕŔáP=Ô[™ÚyębfÖCŹaRq|H(Az©Ž JÎkť.–ĐĹžşp>B(ÓęaĎě­Íž2˘T¶ łXĂ˙7˙fJĄ´.F:AŘ ”Ѝl˙YUU˙ôdčä˝W.L&S˘ŰýS´Z¬¨ąü9Í$ŘË=cą „H’ÍŽx"Ž_ˇüŁ~x}đ xĐŰ׋@0ŰWEú5~9%—GKk3, V8 A—Ó›ë[ ŕQ@ ĹůŮ9UĹĺĹ?™`ks›dz”˘­˝Ť\n'öő÷p ÓÁŃá1J°źJCfÂőµ? ¤ P~gB™— GF‡!ëtŔ;wůU’ÉU.\YŠÔó< …oČË2ËzŢ€<Ţ~D˘Žs±Lô^áÍÁď妦ĎÍsűu9 „ň0;ćB™Ą­ÂçĆA:…ëŰ+hCV(üç«6Ibu €ŮlÎ>>=JŤbľűÁ…Ĺb‘'«Pdęěýť6‘ŮŠfqlwo[Ď8Ź}콏vüos©—$IEND®B`‚kanyremote-8.1.1/data/kanyremote_light.png0000644000232200023220000000100512653640764021242 0ustar debalancedebalance‰PNG  IHDRó˙aĚIDATx^Ť“OkA‡źÝMr®Đí! Ý~Aü ^T(Ć*/«Áń/*EˇíU(­¶H©‰ xRÚĘjE/¶˝¨·âÍ‚"hlÖ¦mz˛tg7;sb˙°?^ç}wĆR0<ňŕD*•z†a–}˘ÎW[­–Ű÷ţüż=t ťN—Nť<ťµŰmöËJőWvaqˇtí!§ł‹'ĹI¶€Fce‡2²,Ŕ`p`(ŠvÄäżDQHîl7v{î%Ó4ąXpQę:tÇWŢđf=âXň´X&¶Ă´8“ëFĆ1ů yhqąŻ€eĄŘ+»v…ĽśńÉôó™ś(* ™e™ôśĎiősů]Ż\íCŤ0`łąÉô‹YÝyŞ8Ąëăń ÖjkÉ_–—i6šHă\ ¨­ÖřřáS2@(BÚµé çĆ­kŘ6É" ©oÔ)—ĘÜĽ}ť‡#cřUäKKźY_Ż3:üęŠĎüűEý>Ťńí»7|űţU?ă­­?şöß»C§ă ĺ€L&SńűÎáěŽ=®jzIT•’ĘϨqVö(ĹŢ×s^’ďÜËŽü"ę@´C]ŘIEND®B`‚kanyremote-8.1.1/data/kanyremote_small.png0000644000232200023220000000075012653640764021251 0ustar debalancedebalance‰PNG  IHDRó˙aŻIDATx^­“MHTQÇďĄăТŔEPLÖbü …m"0¤˘… w.ÄbpŁZ®a 3KˇˇŃBÁ…0ne@Ä…ĹТ0Đ>$g ß\ç˝{ŻÓŔˇĎ»čÎâđ;Kk Ŕ“‰‘H BÔňUUŰžëvŢ鹗§((U<1žŃ˙ÄŐń±sřeű"ÇqBÝćąz7É雩ľţękCśŚ ÓŘ6TP8< Q†ÍOlíŰ,Ťµ>–o ý¸ÉĄČěUŕóW‘ľ$ ¸xë%RzŻÄbßLŕZ•¤FŰAk^żčBJ‰XÄłüŽ_réÂwZ{gAĂĺč4ž”Ř—Ń…śQ‚Ҧĺń¤§YMt˘<‰Z‹uÜ,·űž–à %Vó}ŘN›%Ȧçpľľ+ďÓ«’€Źoŕó˘™@äÇNścmň6Ö…>ôŰ8Ő`&p„ŕŕË&umŹŃéQ¬†^Ȭ› „#ŘZ™â`g+ÜÖ!ż `vÄl6KÎŮE)Uě÷ĐJPw¦žrţŰ3ů BDź=jňÎQĘ86!ŽăueIEND®B`‚kanyremote-8.1.1/data/kanyremote_flash.png0000644000232200023220000000067312653640764021242 0ustar debalancedebalance‰PNG  IHDRó˙a‚IDATx^­Ó˝K#Ađg7q#)RXJđő®ŇN‚!pŤE®±±°&b ĹB$Č!JÄxPü("Xxč?pJ°’Ć J ˘˘\#™L>6cv!·(Ná†g‹yź}›‘cĐ­„.EQ"”ŇVĽC±XnKĹâč„oňŞŔăgmăw’}¨ČÂk!ý^mNF!Ä®§w~ţ=´ -Ŕö} 6gÍ®E|uQČçí¨c†A*#ă0ôFVÇOĽE†A™žN˙ź˙5š+(J <BĂ anyremote image/svg+xml Sebastian Kraft anyremote apps remote bluetooth infrared wi-fi 27-08-08 kanyremote-8.1.1/data/kanyremote.png0000644000232200023220000001127012653640764020060 0ustar debalancedebalance‰PNG  IHDR@@ŞiqŢbKGD˙˙˙ ˝§“ pHYs  šśXIDATxÚĺ›[o$Gvç™UEëĆb±›Ĺ&ŮÝę¦4ęÁŽ4ÍîÂÖkŘŘ…Ç řalřy÷ÝßÁŹţ,ÖĚkŢÝc¤1`Ă;5Ô­Qł»yiŢë–•uĎĚ8g˛ŞČniĆ‘˛lşeEfüă\ţçÄ ĂŰ_=~lÓ:°™$2ŮÉx´ŕ’$‹+Šj1vşčDó.q9ç$—8Í%˘ą8‘lâ4ăD<ńÁ1Fj|ŚÄ 1ÂkĆXYŔł& L‹‘#¸ ¸ ęeQ›EL5(íDČ8âôě€ĹĹE666ľňs_A—˝ý=F“„IěHĽ<‰WBěbsX7ÂČĂk<¬Í`ł>.ňÄĆ ±É‡ ż8íK—Ç$L2ŔMšÄă§gM ¸Ň䯀$‰ŹĆDš%ńŠäK«Ę«ŠEJĄ"a†!˝°K/ěR޸ť/]Č“[ČÓétčt:ť&A»MeąšöJ•JµJ§Ý¦Ói4ÎaâČ`@G7€„ńxDě/űE–J5ęëwŘ¨Ż°QŻńň¤ÉáI“C»@gěS^YáÎZŤµ[UÖV—yľÂóS^xyšĂ,ĄŐ5îm®ńĆÝ5lŐy~pÂóýS^¨Ň †ČpB4¤†ô íÚÂá™1<śÍQ,٨Ż`Śĺ伍5†ŤzŤR!@©gł^Ă89o“ń}ŢŘZcą\@ĺR7î®aŤe˙čk,î®±ĽĽŚúyÄfR·+Ü`€Ř Ĺkł vRÖRTˇ< Č÷=lŐSTY®x°UÇZĂÁŃ9ÖlŐ©,WS»€źşZô† ŠŞ c’aňň´‰¨R_]FT9dň”*e¶ÖS"tt–&D¶ÖS•'DÖWq˘ěľ<ĹĂĂ{ëTË%Şĺď­cŤa÷đ,%B÷×YY©asE°ąéäoL,0 ‰Đh@·ppÔŔĂúí*N”Ł™T:Ý4ÜUŐ ?ż{L+ç<`g÷k ÷7năDŮŮ=˘Ů8'uqń0MÉß$P‘4NŹúťGçS˘ł‚˛tN7Lóí Ç‹K8§ěěŃÂÔ!;{G(÷6צŃh6HƏ҄ȍń˘& 4i7˛(J´Ů?>#čt‚€pŁ@łô†źwřôéAéuÂ9jśź“ çg<}q@łŮ¤Ń8çěđQpD2 odşĂ !‰é4 Űc3Lv ‰HÔÇd ŘÜÍvH·?"I‰{=ŞSŤsNĽ…vˇL2îâF]âîQ÷xJ…ő†ńUDHFl</ 6‹Í±ą"Ćˀ›olPż]›Öč|?đłť>{¶Źő`ˇB<ę´öRęŹpă.Ł.ą7xÍFPP•ôˇ’ NąŤÎ®lă×҉ ĽőĆ˙éwŢýÂ0?QĺÉÎ>ř X¤˝Ëŕč— 2Î;Ń÷¸±Ŕ4 šFčţâ vqĺÂÚć«ÜßZăţfťÁhÂO~ú ʶ·x{{‹';|¶sŔŹţđž<;ŕÉÓ2…5ňëď2Ű%ťtŹ™ÇóÍŇ«¶kä3:śa«dkŰdkŰdV¶ńWP…ű›u~˙wO"~ň?>áÉtŇźíđăź~śđĂxűኒ)Ýféλ,Ýů.Kď‘)®!*óčóŞińkµ2Ń™h*ÜߪóĆÖ/NxľÂ,‡óöö?úĂR±˙é'üÉŔŰŰ[—2 ĘŁí»ř.÷7ëAˇÂŁí-~ôĂ€Ë+˙h€^\wŚÂ,ď 2â¦yYˇ¦ĺ2ĎNĐŹ•'—®ÇO÷ůôéţ|ĺĺĂŹ>ćŰÓźEúŹźîŁ3Ă8M»ĄĆđzŚ ˝n/ ł°xú\/Nřßźüb €ÎĄĺńÓ~üŃĹʫ?úÇ;űŻPëÇO÷řđŁźńřóý©zéĽO®ş3zýiq™UÂőĎ/Ą«ż°J¶Păóç‡ô‡|Ďň'ômßŕŰŰwáŹŇk?ü›źÍW~1ަ'eÜ9šoŠÎr7 _5E˝s˘ŢůÔ(ůµ·É,ŐřüĹ!żřô9˙őţü_~gţ˙GonńčÍ->ü›źńáG?›KĐ(8˘»űóš!˝” V˝şĽÖśŕĚň_¤Č.>Ozç ±WÁřžě0±¸áńÓ=Ta2n2 ަŢEç`^ö˙7kgh¶"łŻKIË(sťÄË+…§ŚF»tĂ.aţZ±ÖWĆűúÚ•pââo=úögšVr0‹jwsQűî\‚K“hÂdĄß3—™˘váďą‚ô"Öţý˙>ąÜÂ+…Ú˙ö$ßzű-=zk-ĆŚ1Xc1&­î¶ĆLß[¬ąôyú{ĘdÎ%R>!Żq ™D˝ÄTĎű†đ¬GÖĎ^śË™żPčőCúýţśg˛˛™lZNź8Ś5kqI‚sk-ÖłóČRDpâČ/.˛¸Gą$—ř€g-d˛ß™ě+ĆJ/%8Â0äääççČçóäóyFŁŁŃ(ť°µDQZ<ťÍdÉfłs2ű_mµĆj­öj-ńü>Jö+Lţ+`Śq@ŚŞu.ńTcmŞ“_˛QY(¨ŻŐSę*?“!ăg( DQ˙ĺ\~ @śÄŞ›ž:s_ ÖZD@6IoöâÜ—r˛B±HˇPř‚“©;çŇô6—‚©KbĆ/ř5¬ĎZ‹ďgC’$¨Şc˘Ż €$I΀Ăîťýý˝;ĺrĹ–+ec­‡çů_8˘\&,ľ\¦ńňĚĄ‘®p9fNIĐĄ‘fźg•!—NŚôű=í÷űŇíçăńř$Žâ€ôh_<í×@4‰Î€˙Űnw¬1{ő»[w)•JžçűżÁ)Żł\>qiĹżüŔī߽ÂÓ3CÄqDŻ×—ĂĂ—Ňn·ĎÁgý^?§wĽ>ŽŹON_ćr ™ÉdĽEŃjłŐ\5ĆXcĚżęŻŐö\fy_öű‰ňE'â$‚F«Őjď<ý|g/ {} 7U×ëSżýŰ˙u üň?řÝ…Zme©T>–|>_ţmŽ©\s ŤF§a~ţüŮ‹ź|ü÷»q÷IŹîŽ®€ńx<ZťNđŘZŰWŐ_8窤gżĂŘ*€ë÷­n´»ÝnÇqŕś;#=JűŹÎ™ŻpÇ…©nĺ¦ÝqŐ‚ÝëiöR÷€î´˙Ćçűq ć  !`IEND®B`‚kanyremote-8.1.1/Makefile.am0000644000232200023220000000672214404350740016311 0ustar debalancedebalance# # kAnyRemote - KDE frontend for anyRemote - a wi-fi or bluetooth remote for your PC. # # Copyright (C) 2007-2023 Mikhail Fedotov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # EXTRA_DIST = config.guess config.rpath ABOUT-NLS \ NEWS README COPYING INSTALL AUTHORS ChangeLog TODO \ data kanyremote.desktop kanyremote.appdata.xml specs appdatadir = $(datarootdir)/appdata dist_appdata_DATA = kanyremote.appdata.xml dist_bin_SCRIPTS = kanyremote SUBDIRS = po ACLOCAL_AMFLAGS = -I m4 install-data-local: test -z $(DESTDIR)$(datadir)/pixmaps || mkdir -p -- . $(DESTDIR)$(datadir)/pixmaps;chmod 755 $(DESTDIR)$(datadir)/pixmaps test -z $(DESTDIR)$(datadir)/doc/kanyremote || mkdir -p -- . $(DESTDIR)$(datadir)/doc/kanyremote cp -r ChangeLog README COPYING AUTHORS $(DESTDIR)$(datadir)/doc/kanyremote/ cp -r data/kanyremote_flash.png data/kanyremote_light.png data/kanyremote_off.png data/kanyremote_small.png data/kanyremote_logo.svg data/kanyremote.png $(DESTDIR)$(datadir)/pixmaps/ chmod -R 644 $(DESTDIR)$(datadir)/pixmaps/kanyremote_small.png $(DESTDIR)$(datadir)/pixmaps/kanyremote.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_flash.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_off.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_light.png $(DESTDIR)$(datadir)/pixmaps/kanyremote_logo.svg test -z $(DESTDIR)$(datadir)/applications || mkdir -p -- . $(DESTDIR)$(datadir)/applications;chmod 755 $(DESTDIR)$(datadir)/applications cp kanyremote.desktop $(DESTDIR)$(datadir)/applications/kanyremote.desktop chmod 644 $(DESTDIR)$(datadir)/applications/kanyremote.desktop uninstall-local: rm -rf $(DESTDIR)$(datadir)/pixmaps/kanyremote.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_flash.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_off.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_light.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_small.png \ $(DESTDIR)$(datadir)/pixmaps/kanyremote_logo.svg \ $(DESTDIR)$(datadir)/applications/kanyremote.desktop \ $(DESTDIR)$(datadir)/doc/kanyremote check-gettext: @if test x$(USE_NLS) != "xyes" ; then echo "Missing gettext. Rerun configure and check for" \ "'checking whether to use NLS... yes'!" ; exit 1 ; fi pot: xgettext --language=Python --keyword=_tr --output=po/kanyremote.pot kanyremote update-po: check-gettext @echo kanyremote > $(srcdir)/po/POTFILES.in.2 ; \ if diff $(srcdir)/po/POTFILES.in $(srcdir)/po/POTFILES.in.2 >/dev/null 2>&1 ; then \ rm -f $(srcdir)/po/POTFILES.in.2 ; \ else \ mv $(srcdir)/po/POTFILES.in.2 $(srcdir)/po/POTFILES.in ; \ fi cd po && $(MAKE) $(AM_MAKEFLAGS) update-po update-gmo: check-gettext cd po && $(MAKE) $(AM_MAKEFLAGS) update-gmo force-update-gmo: check-gettext touch po/*.po cd po && $(MAKE) $(AM_MAKEFLAGS) update-gmo .PHONY: check-gettext update-po update-gmo force-update-gmo kanyremote-8.1.1/compile0000755000232200023220000001635014215102164015624 0ustar debalancedebalance#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN* | MSYS*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/* | msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: kanyremote-8.1.1/configure.ac0000644000232200023220000000054414404351130016531 0ustar debalancedebalance# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) AC_INIT([kanyremote],[8.1.1]) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) # Checks for programs. # Checks for libraries. # Checks for header files. AC_CONFIG_FILES([Makefile po/Makefile.in]) AC_OUTPUT kanyremote-8.1.1/configure0000755000232200023220000101423414404351231016156 0ustar debalancedebalance#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.71 for kanyremote 8.1.1. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, # Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else $as_nop case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi # Reset variables that may have inherited troublesome values from # the environment. # IFS needs to be set, to space, tab, and newline, in precisely that order. # (If _AS_PATH_WALK were called with IFS unset, it would have the # side effect of setting IFS to empty, thus disabling word splitting.) # Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl IFS=" "" $as_nl" PS1='$ ' PS2='> ' PS4='+ ' # Ensure predictable behavior from utilities with locale-dependent output. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # We cannot yet rely on "unset" to work, but we need these variables # to be unset--not just set to an empty or harmless value--now, to # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct # also avoids known problems related to "unset" and subshell syntax # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH do eval test \${$as_var+y} \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done # Ensure that fds 0, 1, and 2 are open. if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac test -r "$as_dir$0" && as_myself=$as_dir$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="as_nop=: if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else \$as_nop case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ) then : else \$as_nop exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 blah=\$(echo \$(echo blah)) test x\"\$blah\" = xblah || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null then : as_have_required=yes else $as_nop as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null then : else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$as_shell as_have_required=yes if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null then : break 2 fi fi done;; esac as_found=false done IFS=$as_save_IFS if $as_found then : else $as_nop if { test -f "$SHELL" || test -f "$SHELL.exe"; } && as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$SHELL as_have_required=yes fi fi if test "x$CONFIG_SHELL" != x then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno then : printf "%s\n" "$0: This script requires a shell more modern than all" printf "%s\n" "$0: the shells that I found on your system." if test ${ZSH_VERSION+y} ; then printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. as_fn_nop () { return $? } as_nop=as_fn_nop # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : eval 'as_fn_append () { eval $1+=\$2 }' else $as_nop as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : eval 'as_fn_arith () { as_val=$(( $* )) }' else $as_nop as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. as_fn_nop () { return $? } as_nop=as_fn_nop # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed # for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. as_echo='printf %s\n' as_echo_n='printf %s' rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='kanyremote' PACKAGE_TARNAME='kanyremote' PACKAGE_VERSION='8.1.1' PACKAGE_STRING='kanyremote 8.1.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' gt_needs= ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS POSUB LTLIBINTL LIBINTL INTLLIBS LTLIBICONV LIBICONV INTL_MACOSX_LIBS EGREP GREP CPP host_os host_vendor host_cpu host build_os build_vendor build_cpu build am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC XGETTEXT_EXTRA_OPTIONS MSGMERGE_FOR_MSGFMT_OPTION MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS SED AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V CSCOPE ETAGS CTAGS am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_nls enable_dependency_tracking with_gnu_ld enable_rpath with_libiconv_prefix with_libintl_prefix ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures kanyremote 8.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/kanyremote] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of kanyremote 8.1.1:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --disable-nls do not use Native Language Support --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --disable-rpath do not hardcode runtime library paths Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for configure.gnu first; this name is used for a wrapper for # Metaconfig's "Configure" on case-insensitive file systems. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF kanyremote configure 8.1.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext then : ac_retval=0 else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err } then : ac_retval=0 else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext } then : ac_retval=0 else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_try_run LINENO # ---------------------- # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that # executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; } then : ac_retval=0 else $as_nop printf "%s\n" "$as_me: program exited with status $ac_status" >&5 printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run ac_configure_args_raw= for ac_arg do case $ac_arg in *\'*) ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append ac_configure_args_raw " '$ac_arg'" done case $ac_configure_args_raw in *$as_nl*) ac_safe_unquote= ;; *) ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. ac_unsafe_a="$ac_unsafe_z#~" ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; esac cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by kanyremote $as_me 8.1.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac printf "%s\n" "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Sanitize IFS. IFS=" "" $as_nl" # Save into config.log some information that might help in debugging. { echo printf "%s\n" "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo printf "%s\n" "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then printf "%s\n" "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then printf "%s\n" "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && printf "%s\n" "$as_me: caught signal $ac_signal" printf "%s\n" "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h printf "%s\n" "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. if test -n "$CONFIG_SITE"; then ac_site_files="$CONFIG_SITE" elif test "x$prefix" != xNONE; then ac_site_files="$prefix/share/config.site $prefix/etc/config.site" else ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi for ac_site_file in $ac_site_files do case $ac_site_file in #( */*) : ;; #( *) : ac_site_file=./$ac_site_file ;; esac if test -f "$ac_site_file" && test -r "$ac_site_file"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 printf "%s\n" "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 printf "%s\n" "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gt_needs="$gt_needs " # Test code for whether the C compiler supports C89 (global declarations) ac_c_conftest_c89_globals=' /* Does the compiler advertise C89 conformance? Do not test the value of __STDC__, because some compilers set it to 0 while being otherwise adequately conformant. */ #if !defined __STDC__ # error "Compiler does not advertise C89 conformance" #endif #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ struct buf { int x; }; struct buf * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not \xHH hex character constants. These do not provoke an error unfortunately, instead are silently treated as an "x". The following induces an error, until -std is added to get proper ANSI mode. Curiously \x00 != x always comes out true, for an array size at least. It is necessary to write \x00 == 0 to get something that is true only with -std. */ int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) '\''x'\'' int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), int, int);' # Test code for whether the C compiler supports C89 (body of main). ac_c_conftest_c89_main=' ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); ' # Test code for whether the C compiler supports C99 (global declarations) ac_c_conftest_c99_globals=' // Does the compiler advertise C99 conformance? #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L # error "Compiler does not advertise C99 conformance" #endif #include extern int puts (const char *); extern int printf (const char *, ...); extern int dprintf (int, const char *, ...); extern void *malloc (size_t); // Check varargs macros. These examples are taken from C99 6.10.3.5. // dprintf is used instead of fprintf to avoid needing to declare // FILE and stderr. #define debug(...) dprintf (2, __VA_ARGS__) #define showlist(...) puts (#__VA_ARGS__) #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) static void test_varargs_macros (void) { int x = 1234; int y = 5678; debug ("Flag"); debug ("X = %d\n", x); showlist (The first, second, and third items.); report (x>y, "x is %d but y is %d", x, y); } // Check long long types. #define BIG64 18446744073709551615ull #define BIG32 4294967295ul #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) #if !BIG_OK #error "your preprocessor is broken" #endif #if BIG_OK #else #error "your preprocessor is broken" #endif static long long int bignum = -9223372036854775807LL; static unsigned long long int ubignum = BIG64; struct incomplete_array { int datasize; double data[]; }; struct named_init { int number; const wchar_t *name; double average; }; typedef const char *ccp; static inline int test_restrict (ccp restrict text) { // See if C++-style comments work. // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) continue; return 0; } // Check varargs and va_copy. static bool test_varargs (const char *format, ...) { va_list args; va_start (args, format); va_list args_copy; va_copy (args_copy, args); const char *str = ""; int number = 0; float fnumber = 0; while (*format) { switch (*format++) { case '\''s'\'': // string str = va_arg (args_copy, const char *); break; case '\''d'\'': // int number = va_arg (args_copy, int); break; case '\''f'\'': // float fnumber = va_arg (args_copy, double); break; default: break; } } va_end (args_copy); va_end (args); return *str && number && fnumber; } ' # Test code for whether the C compiler supports C99 (body of main). ac_c_conftest_c99_main=' // Check bool. _Bool success = false; success |= (argc != 0); // Check restrict. if (test_restrict ("String literal") == 0) success = true; char *restrict newvar = "Another string"; // Check varargs. success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); test_varargs_macros (); // Check flexible array members. struct incomplete_array *ia = malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; // Check named initializers. struct named_init ni = { .number = 34, .name = L"Test wide string", .average = 543.34343, }; ni.number = 58; int dynamic_array[ni.number]; dynamic_array[0] = argv[0][0]; dynamic_array[ni.number - 1] = 543; // work around unused variable warnings ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' || dynamic_array[ni.number - 1] != 543); ' # Test code for whether the C compiler supports C11 (global declarations) ac_c_conftest_c11_globals=' // Does the compiler advertise C11 conformance? #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L # error "Compiler does not advertise C11 conformance" #endif // Check _Alignas. char _Alignas (double) aligned_as_double; char _Alignas (0) no_special_alignment; extern char aligned_as_int; char _Alignas (0) _Alignas (int) aligned_as_int; // Check _Alignof. enum { int_alignment = _Alignof (int), int_array_alignment = _Alignof (int[100]), char_alignment = _Alignof (char) }; _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); // Check _Noreturn. int _Noreturn does_not_return (void) { for (;;) continue; } // Check _Static_assert. struct test_static_assert { int x; _Static_assert (sizeof (int) <= sizeof (long int), "_Static_assert does not work in struct"); long int y; }; // Check UTF-8 literals. #define u8 syntax error! char const utf8_literal[] = u8"happens to be ASCII" "another string"; // Check duplicate typedefs. typedef long *long_ptr; typedef long int *long_ptr; typedef long_ptr long_ptr; // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. struct anonymous { union { struct { int i; int j; }; struct { int k; long int l; } w; }; int m; } v1; ' # Test code for whether the C compiler supports C11 (body of main). ac_c_conftest_c11_main=' _Static_assert ((offsetof (struct anonymous, i) == offsetof (struct anonymous, w.k)), "Anonymous union alignment botch"); v1.i = 2; v1.w.k = 5; ok |= v1.i != 5; ' # Test code for whether the C compiler supports C11 (complete). ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} ${ac_c_conftest_c99_globals} ${ac_c_conftest_c11_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} ${ac_c_conftest_c99_main} ${ac_c_conftest_c11_main} return ok; } " # Test code for whether the C compiler supports C99 (complete). ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} ${ac_c_conftest_c99_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} ${ac_c_conftest_c99_main} return ok; } " # Test code for whether the C compiler supports C89 (complete). ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} return ok; } " # Auxiliary files required by this configure script. ac_aux_files="config.guess config.sub compile config.rpath missing install-sh" # Locations in which to look for auxiliary files. ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." # Search for a directory containing all of the required auxiliary files, # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. # If we don't find one directory that contains all the files we need, # we report the set of missing files from the *first* directory in # $ac_aux_dir_candidates and give up. ac_missing_aux_files="" ac_first_candidate=: printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in $ac_aux_dir_candidates do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac as_found=: printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 ac_aux_dir_found=yes ac_install_sh= for ac_aux in $ac_aux_files do # As a special case, if "install-sh" is required, that requirement # can be satisfied by any of "install-sh", "install.sh", or "shtool", # and $ac_install_sh is set appropriately for whichever one is found. if test x"$ac_aux" = x"install-sh" then if test -f "${as_dir}install-sh"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 ac_install_sh="${as_dir}install-sh -c" elif test -f "${as_dir}install.sh"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 ac_install_sh="${as_dir}install.sh -c" elif test -f "${as_dir}shtool"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 ac_install_sh="${as_dir}shtool install -c" else ac_aux_dir_found=no if $ac_first_candidate; then ac_missing_aux_files="${ac_missing_aux_files} install-sh" else break fi fi else if test -f "${as_dir}${ac_aux}"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 else ac_aux_dir_found=no if $ac_first_candidate; then ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" else break fi fi fi done if test "$ac_aux_dir_found" = yes; then ac_aux_dir="$as_dir" break fi ac_first_candidate=false as_found=false done IFS=$as_save_IFS if $as_found then : else $as_nop as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. if test -f "${ac_aux_dir}config.guess"; then ac_config_guess="$SHELL ${ac_aux_dir}config.guess" fi if test -f "${ac_aux_dir}config.sub"; then ac_config_sub="$SHELL ${ac_aux_dir}config.sub" fi if test -f "$ac_aux_dir/configure"; then ac_configure="$SHELL ${ac_aux_dir}configure" fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.16' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 printf %s "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test ${ac_cv_path_install+y} then : printf %s "(cached) " >&6 else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac # Account for fact that we put trailing slashes in our PATH walk. case $as_dir in #(( ./ | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test ${ac_cv_path_install+y}; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 printf "%s\n" "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 printf %s "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_STRIP+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 printf "%s\n" "$STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_STRIP+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 printf "%s\n" "$ac_ct_STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 printf %s "checking for a race-free mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test ${ac_cv_path_mkdir+y} then : printf %s "(cached) " >&6 else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir ('*'coreutils) '* | \ 'BusyBox '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test ${ac_cv_path_mkdir+y}; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 printf "%s\n" "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AWK+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 printf "%s\n" "$AWK" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$AWK" && break done { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval test \${ac_cv_prog_make_${ac_make}_set+y} then : printf %s "(cached) " >&6 else $as_nop cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } SET_MAKE= else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test ${enable_silent_rules+y} then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 printf %s "checking whether $am_make supports nested variables... " >&6; } if test ${am_cv_make_support_nested_variables+y} then : printf %s "(cached) " >&6 else $as_nop if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='kanyremote' VERSION='8.1.1' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi if test -z "$ETAGS"; then ETAGS=etags fi if test -z "$CSCOPE"; then CSCOPE=cscope fi # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 printf %s "checking for a sed that does not truncate output... " >&6; } if test ${ac_cv_path_SED+y} then : printf %s "(cached) " >&6 else $as_nop ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in sed gsed do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 printf "%s\n" "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 printf %s "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test ${enable_nls+y} then : enableval=$enable_nls; USE_NLS=$enableval else $as_nop USE_NLS=yes fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 printf "%s\n" "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.20 # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_path_MSGFMT+y} then : printf %s "(cached) " >&6 else $as_nop case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 printf "%s\n" "$MSGFMT" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_path_GMSGFMT+y} then : printf %s "(cached) " >&6 else $as_nop case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_path_GMSGFMT="$as_dir$ac_word$ac_exec_ext" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 printf "%s\n" "$GMSGFMT" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_path_XGETTEXT+y} then : printf %s "(cached) " >&6 else $as_nop case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 printf "%s\n" "$XGETTEXT" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_path_MSGMERGE+y} then : printf %s "(cached) " >&6 else $as_nop case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 printf "%s\n" "$MSGMERGE" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' else if LC_ALL=C $MSGMERGE --help | grep ' --no-fuzzy-matching ' >/dev/null; then MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet' else MSGMERGE_FOR_MSGFMT_OPTION='--no-location --quiet' fi fi test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } case $?:`cat confinc.out 2>/dev/null` in #( '0:this is the am__doit target') : case $s in #( BSD) : am__include='.include' am__quote='"' ;; #( *) : am__include='include' am__quote='' ;; esac ;; #( *) : ;; esac if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 printf "%s\n" "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test ${enable_dependency_tracking+y} then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. set dummy ${ac_tool_prefix}clang; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}clang" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "clang", so it can be a program name with args. set dummy clang; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="clang" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi fi test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion -version; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 printf %s "checking whether the C compiler works... " >&6; } ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else $as_nop ac_file='' fi if test -z "$ac_file" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 printf %s "checking for C compiler default output file name... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 printf "%s\n" "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 printf %s "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else $as_nop { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 printf "%s\n" "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 printf %s "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 printf "%s\n" "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 printf %s "checking for suffix of object files... " >&6; } if test ${ac_cv_objext+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 printf "%s\n" "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 printf %s "checking whether the compiler supports GNU C... " >&6; } if test ${ac_cv_c_compiler_gnu+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_compiler_gnu=yes else $as_nop ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } ac_compiler_gnu=$ac_cv_c_compiler_gnu if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+y} ac_save_CFLAGS=$CFLAGS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 printf %s "checking whether $CC accepts -g... " >&6; } if test ${ac_cv_prog_cc_g+y} then : printf %s "(cached) " >&6 else $as_nop ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes else $as_nop CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : else $as_nop ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 printf "%s\n" "$ac_cv_prog_cc_g" >&6; } if test $ac_test_CFLAGS; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi ac_prog_cc_stdc=no if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 printf %s "checking for $CC option to enable C11 features... " >&6; } if test ${ac_cv_prog_cc_c11+y} then : printf %s "(cached) " >&6 else $as_nop ac_cv_prog_cc_c11=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c11_program _ACEOF for ac_arg in '' -std=gnu11 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c11=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c11" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi if test "x$ac_cv_prog_cc_c11" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else $as_nop if test "x$ac_cv_prog_cc_c11" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } CC="$CC $ac_cv_prog_cc_c11" fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 ac_prog_cc_stdc=c11 fi fi if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 printf %s "checking for $CC option to enable C99 features... " >&6; } if test ${ac_cv_prog_cc_c99+y} then : printf %s "(cached) " >&6 else $as_nop ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c99_program _ACEOF for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c99=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi if test "x$ac_cv_prog_cc_c99" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else $as_nop if test "x$ac_cv_prog_cc_c99" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } CC="$CC $ac_cv_prog_cc_c99" fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 ac_prog_cc_stdc=c99 fi fi if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 printf %s "checking for $CC option to enable C89 features... " >&6; } if test ${ac_cv_prog_cc_c89+y} then : printf %s "(cached) " >&6 else $as_nop ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c89_program _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi if test "x$ac_cv_prog_cc_c89" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else $as_nop if test "x$ac_cv_prog_cc_c89" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } CC="$CC $ac_cv_prog_cc_c89" fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 ac_prog_cc_stdc=c89 fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 printf %s "checking whether $CC understands -c and -o together... " >&6; } if test ${am_cv_prog_cc_c_o+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 printf %s "checking dependency style of $depcc... " >&6; } if test ${am_cv_CC_dependencies_compiler_type+y} then : printf %s "(cached) " >&6 else $as_nop if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi # Make sure we can run config.sub. $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 printf %s "checking build system type... " >&6; } if test ${ac_cv_build+y} then : printf %s "(cached) " >&6 else $as_nop ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 printf "%s\n" "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 printf %s "checking host system type... " >&6; } if test ${ac_cv_host+y} then : printf %s "(cached) " >&6 else $as_nop if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 printf "%s\n" "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Check whether --with-gnu-ld was given. if test ${with_gnu_ld+y} then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else $as_nop with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi if test -n "$LD"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld" >&5 printf %s "checking for ld... " >&6; } elif test "$GCC" = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 printf %s "checking for ld used by $CC... " >&6; } elif test "$with_gnu_ld" = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 printf %s "checking for GNU ld... " >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 printf %s "checking for non-GNU ld... " >&6; } fi if test -n "$LD"; then # Let the user override the test with a path. : else if test ${acl_cv_path_LD+y} then : printf %s "(cached) " >&6 else $as_nop acl_cv_path_LD= # Final result of this test ac_prog=ld # Program to search in $PATH if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) acl_output=`($CC -print-prog-name=ld) 2>&5` ;; esac case $acl_output in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'` while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do acl_output=`echo $acl_output | sed "s%$re_direlt%/%"` done # Got the pathname. No search in PATH is needed. acl_cv_path_LD="$acl_output" ac_prog= ;; "") # If it fails, then pretend we aren't using GCC. ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac fi if test -n "$ac_prog"; then # Search for $ac_prog in $PATH. acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 conftest.$ac_ext /* end confdefs.h. */ #if defined __powerpc64__ || defined _ARCH_PPC64 int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : # The compiler produces 64-bit code. Add option '-b64' so that the # linker groks 64-bit object files. case "$acl_cv_path_LD " in *" -b64 "*) ;; *) acl_cv_path_LD="$acl_cv_path_LD -b64" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; sparc64-*-netbsd*) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __sparcv9 || defined __arch64__ int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : else $as_nop # The compiler produces 32-bit code. Add option '-m elf32_sparc' # so that the linker groks 32-bit object files. case "$acl_cv_path_LD " in *" -m elf32_sparc "*) ;; *) acl_cv_path_LD="$acl_cv_path_LD -m elf32_sparc" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi LD="$acl_cv_path_LD" fi if test -n "$LD"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 printf "%s\n" "$LD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 printf %s "checking if the linker ($LD) is GNU ld... " >&6; } if test ${acl_cv_prog_gnu_ld+y} then : printf %s "(cached) " >&6 else $as_nop # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 printf "%s\n" "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 printf %s "checking for shared library run path origin... " >&6; } if test ${acl_cv_rpath+y} then : printf %s "(cached) " >&6 else $as_nop CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 printf "%s\n" "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test ${enable_rpath+y} then : enableval=$enable_rpath; : else $as_nop enable_rpath=yes fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking 32-bit host C ABI" >&5 printf %s "checking 32-bit host C ABI... " >&6; } if test ${gl_cv_host_cpu_c_abi_32bit+y} then : printf %s "(cached) " >&6 else $as_nop if test -n "$gl_cv_host_cpu_c_abi"; then case "$gl_cv_host_cpu_c_abi" in i386 | x86_64-x32 | arm | armhf | arm64-ilp32 | hppa | ia64-ilp32 | mips | mipsn32 | powerpc | riscv*-ilp32* | s390 | sparc) gl_cv_host_cpu_c_abi_32bit=yes ;; x86_64 | alpha | arm64 | hppa64 | ia64 | mips64 | powerpc64 | powerpc64-elfv2 | riscv*-lp64* | s390x | sparc64 ) gl_cv_host_cpu_c_abi_32bit=no ;; *) gl_cv_host_cpu_c_abi_32bit=unknown ;; esac else case "$host_cpu" in # CPUs that only support a 32-bit ABI. arc \ | bfin \ | cris* \ | csky \ | epiphany \ | ft32 \ | h8300 \ | m68k \ | microblaze | microblazeel \ | nds32 | nds32le | nds32be \ | nios2 | nios2eb | nios2el \ | or1k* \ | or32 \ | sh | sh1234 | sh1234elb \ | tic6x \ | xtensa* ) gl_cv_host_cpu_c_abi_32bit=yes ;; # CPUs that only support a 64-bit ABI. alpha | alphaev[4-8] | alphaev56 | alphapca5[67] | alphaev6[78] \ | mmix ) gl_cv_host_cpu_c_abi_32bit=no ;; i[34567]86 ) gl_cv_host_cpu_c_abi_32bit=yes ;; x86_64 ) # On x86_64 systems, the C compiler may be generating code in one of # these ABIs: # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 # with native Windows (mingw, MSVC). # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if (defined __x86_64__ || defined __amd64__ \ || defined _M_X64 || defined _M_AMD64) \ && !(defined __ILP32__ || defined _ILP32) int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; arm* | aarch64 ) # Assume arm with EABI. # On arm64 systems, the C compiler may be generating code in one of # these ABIs: # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64. # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32. # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __aarch64__ && !(defined __ILP32__ || defined _ILP32) int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; hppa1.0 | hppa1.1 | hppa2.0* | hppa64 ) # On hppa, the C compiler may be generating 32-bit code or 64-bit # code. In the latter case, it defines _LP64 and __LP64__. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __LP64__ int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; ia64* ) # On ia64 on HP-UX, the C compiler may be generating 64-bit code or # 32-bit code. In the latter case, it defines _ILP32. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef _ILP32 int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=yes else $as_nop gl_cv_host_cpu_c_abi_32bit=no fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; mips* ) # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this # at 32. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined _MIPS_SZLONG && (_MIPS_SZLONG == 64) int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; powerpc* ) # Different ABIs are in use on AIX vs. Mac OS X vs. Linux,*BSD. # No need to distinguish them here; the caller may distinguish # them based on the OS. # On powerpc64 systems, the C compiler may still be generating # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may # be generating 64-bit code. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __powerpc64__ || defined _ARCH_PPC64 int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; rs6000 ) gl_cv_host_cpu_c_abi_32bit=yes ;; riscv32 | riscv64 ) # There are 6 ABIs: ilp32, ilp32f, ilp32d, lp64, lp64f, lp64d. # Size of 'long' and 'void *': cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __LP64__ int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; s390* ) # On s390x, the C compiler may be generating 64-bit (= s390x) code # or 31-bit (= s390) code. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __LP64__ || defined __s390x__ int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; sparc | sparc64 ) # UltraSPARCs running Linux have `uname -m` = "sparc64", but the # C compiler still generates 32-bit code. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __sparcv9 || defined __arch64__ int ok; #else error fail #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : gl_cv_host_cpu_c_abi_32bit=no else $as_nop gl_cv_host_cpu_c_abi_32bit=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; *) gl_cv_host_cpu_c_abi_32bit=unknown ;; esac fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_host_cpu_c_abi_32bit" >&5 printf "%s\n" "$gl_cv_host_cpu_c_abi_32bit" >&6; } HOST_CPU_C_ABI_32BIT="$gl_cv_host_cpu_c_abi_32bit" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 printf %s "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test ${ac_cv_prog_CPP+y} then : printf %s "(cached) " >&6 else $as_nop # Double quotes because $CC needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO" then : else $as_nop # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO" then : # Broken: success on invalid input. continue else $as_nop # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 printf "%s\n" "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO" then : else $as_nop # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO" then : # Broken: success on invalid input. continue else $as_nop # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok then : else $as_nop { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 printf %s "checking for grep that handles long lines and -e... " >&6; } if test ${ac_cv_path_GREP+y} then : printf %s "(cached) " >&6 else $as_nop if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in grep ggrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 printf "%s\n" "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 printf %s "checking for egrep... " >&6; } if test ${ac_cv_path_EGREP+y} then : printf %s "(cached) " >&6 else $as_nop if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in egrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 printf "%s\n" "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ELF binary format" >&5 printf %s "checking for ELF binary format... " >&6; } if test ${gl_cv_elf+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __ELF__ Extensible Linking Format #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Extensible Linking Format" >/dev/null 2>&1 then : gl_cv_elf=yes else $as_nop gl_cv_elf=no fi rm -rf conftest* fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_elf" >&5 printf "%s\n" "$gl_cv_elf" >&6; } if test $gl_cv_elf; then # Extract the ELF class of a file (5th byte) in decimal. # Cf. https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header if od -A x < /dev/null >/dev/null 2>/dev/null; then # Use POSIX od. func_elfclass () { od -A n -t d1 -j 4 -N 1 } else # Use BSD hexdump. func_elfclass () { dd bs=1 count=1 skip=4 2>/dev/null | hexdump -e '1/1 "%3d "' echo } fi case $HOST_CPU_C_ABI_32BIT in yes) # 32-bit ABI. acl_is_expected_elfclass () { test "`func_elfclass | sed -e 's/[ ]//g'`" = 1 } ;; no) # 64-bit ABI. acl_is_expected_elfclass () { test "`func_elfclass | sed -e 's/[ ]//g'`" = 2 } ;; *) # Unknown. acl_is_expected_elfclass () { : } ;; esac else acl_is_expected_elfclass () { : } fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the common suffixes of directories in the library search path" >&5 printf %s "checking for the common suffixes of directories in the library search path... " >&6; } if test ${acl_cv_libdirstems+y} then : printf %s "(cached) " >&6 else $as_nop acl_libdirstem=lib acl_libdirstem2= acl_libdirstem3= case "$host_os" in solaris*) if test $HOST_CPU_C_ABI_32BIT = no; then acl_libdirstem2=lib/64 case "$host_cpu" in sparc*) acl_libdirstem3=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem3=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC $CPPFLAGS $CFLAGS -print-search-dirs) 2>/dev/null \ | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test $HOST_CPU_C_ABI_32BIT != no; then # 32-bit or unknown ABI. if test -d /usr/lib32; then acl_libdirstem2=lib32 fi fi if test $HOST_CPU_C_ABI_32BIT != yes; then # 64-bit or unknown ABI. if test -d /usr/lib64; then acl_libdirstem3=lib64 fi fi if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib32/ | */lib32 ) acl_libdirstem2=lib32 ;; */lib64/ | */lib64 ) acl_libdirstem3=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib32 ) acl_libdirstem2=lib32 ;; */lib64 ) acl_libdirstem3=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" if test $HOST_CPU_C_ABI_32BIT = yes; then # 32-bit ABI. acl_libdirstem3= fi if test $HOST_CPU_C_ABI_32BIT = no; then # 64-bit ABI. acl_libdirstem2= fi fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" test -n "$acl_libdirstem3" || acl_libdirstem3="$acl_libdirstem" acl_cv_libdirstems="$acl_libdirstem,$acl_libdirstem2,$acl_libdirstem3" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_libdirstems" >&5 printf "%s\n" "$acl_cv_libdirstems" >&6; } acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'` acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'` use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\" eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test ${with_libiconv_prefix+y} then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\" eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" additional_libdir2="$withval/$acl_libdirstem2" additional_libdir3="$withval/$acl_libdirstem3" fi fi fi if test "X$additional_libdir2" = "X$additional_libdir"; then additional_libdir2= fi if test "X$additional_libdir3" = "X$additional_libdir"; then additional_libdir3= fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= HAVE_LIBICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then for additional_libdir_variable in additional_libdir additional_libdir2 additional_libdir3; do if test "X$found_dir" = "X"; then eval dir=\$$additional_libdir_variable if test -n "$dir"; then if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi fi done fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2" \ || test "X$found_dir" = "X/usr/$acl_libdirstem3"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem3 | */$acl_libdirstem3/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \ && test "X$dependency_libdir" != "X/usr/$acl_libdirstem2" \ && test "X$dependency_libdir" != "X/usr/$acl_libdirstem3"; then haveit= if test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem2" \ || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem3"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$dependency_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$dependency_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$dependency_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$dependency_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$dependency_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$dependency_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 printf %s "checking for CFPreferencesCopyAppValue... " >&6; } if test ${gt_cv_func_CFPreferencesCopyAppValue+y} then : printf %s "(cached) " >&6 else $as_nop gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : gt_cv_func_CFPreferencesCopyAppValue=yes else $as_nop gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 printf "%s\n" "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then printf "%s\n" "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyPreferredLanguages" >&5 printf %s "checking for CFLocaleCopyPreferredLanguages... " >&6; } if test ${gt_cv_func_CFLocaleCopyPreferredLanguages+y} then : printf %s "(cached) " >&6 else $as_nop gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { CFLocaleCopyPreferredLanguages(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : gt_cv_func_CFLocaleCopyPreferredLanguages=yes else $as_nop gt_cv_func_CFLocaleCopyPreferredLanguages=no fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyPreferredLanguages" >&5 printf "%s\n" "$gt_cv_func_CFLocaleCopyPreferredLanguages" >&6; } if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then printf "%s\n" "#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1" >>confdefs.h fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes \ || test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 printf %s "checking for GNU gettext in libc... " >&6; } if eval test \${$gt_func_gnugettext_libc+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main (void) { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : eval "$gt_func_gnugettext_libc=yes" else $as_nop eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 printf %s "checking for iconv... " >&6; } if test ${am_cv_func_iconv+y} then : printf %s "(cached) " >&6 else $as_nop am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main (void) { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main (void) { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 printf "%s\n" "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 printf %s "checking for working iconv... " >&6; } if test ${am_cv_func_iconv_works+y} then : printf %s "(cached) " >&6 else $as_nop am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do if test "$cross_compiling" = yes then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif int main (void) { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ { /* Try standardized names. */ iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); /* Try IRIX, OSF/1 names. */ iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); /* Try AIX names. */ iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); /* Try HP-UX names. */ iconv_t cd4 = iconv_open ("utf8", "eucJP"); if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) result |= 16; if (cd1 != (iconv_t)(-1)) iconv_close (cd1); if (cd2 != (iconv_t)(-1)) iconv_close (cd2); if (cd3 != (iconv_t)(-1)) iconv_close (cd3); if (cd4 != (iconv_t)(-1)) iconv_close (cd4); } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO" then : am_cv_func_iconv_works=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 printf "%s\n" "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then printf "%s\n" "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 printf %s "checking how to link with libiconv... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 printf "%s\n" "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\" eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test ${with_libintl_prefix+y} then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\" eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" additional_libdir2="$withval/$acl_libdirstem2" additional_libdir3="$withval/$acl_libdirstem3" fi fi fi if test "X$additional_libdir2" = "X$additional_libdir"; then additional_libdir2= fi if test "X$additional_libdir3" = "X$additional_libdir"; then additional_libdir3= fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= HAVE_LIBINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then for additional_libdir_variable in additional_libdir additional_libdir2 additional_libdir3; do if test "X$found_dir" = "X"; then eval dir=\$$additional_libdir_variable if test -n "$dir"; then if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi fi done fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2" \ || test "X$found_dir" = "X/usr/$acl_libdirstem3"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem3 | */$acl_libdirstem3/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \ && test "X$dependency_libdir" != "X/usr/$acl_libdirstem2" \ && test "X$dependency_libdir" != "X/usr/$acl_libdirstem3"; then haveit= if test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem2" \ || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem3"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$dependency_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$dependency_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$dependency_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$dependency_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$dependency_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$dependency_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 printf %s "checking for GNU gettext in libintl... " >&6; } if eval test \${$gt_func_gnugettext_libintl+y} then : printf %s "(cached) " >&6 else $as_nop gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main (void) { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : eval "$gt_func_gnugettext_libintl=yes" else $as_nop eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main (void) { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then printf "%s\n" "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 printf %s "checking whether to use NLS... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 printf "%s\n" "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 printf %s "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 printf "%s\n" "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 printf %s "checking how to link with libintl... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 printf "%s\n" "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi printf "%s\n" "#define HAVE_GETTEXT 1" >>confdefs.h printf "%s\n" "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" # Checks for programs. # Checks for libraries. # Checks for header files. ac_config_files="$ac_config_files Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 printf "%s\n" "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 printf %s "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 printf "%s\n" "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else $as_nop case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi # Reset variables that may have inherited troublesome values from # the environment. # IFS needs to be set, to space, tab, and newline, in precisely that order. # (If _AS_PATH_WALK were called with IFS unset, it would have the # side effect of setting IFS to empty, thus disabling word splitting.) # Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl IFS=" "" $as_nl" PS1='$ ' PS2='> ' PS4='+ ' # Ensure predictable behavior from utilities with locale-dependent output. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # We cannot yet rely on "unset" to work, but we need these variables # to be unset--not just set to an empty or harmless value--now, to # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct # also avoids known problems related to "unset" and subshell syntax # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH do eval test \${$as_var+y} \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done # Ensure that fds 0, 1, and 2 are open. if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac test -r "$as_dir$0" && as_myself=$as_dir$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : eval 'as_fn_append () { eval $1+=\$2 }' else $as_nop as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : eval 'as_fn_arith () { as_val=$(( $* )) }' else $as_nop as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed # for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. as_echo='printf %s\n' as_echo_n='printf %s' rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by kanyremote $as_me 8.1.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to the package provider." _ACEOF ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ kanyremote config.status 8.1.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" Copyright (C) 2021 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) printf "%s\n" "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) printf "%s\n" "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) printf "%s\n" "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX printf "%s\n" "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. OBSOLETE_ALL_LINGUAS="$ALL_LINGUAS" # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 printf "%s\n" "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`printf "%s\n" "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 printf "%s\n" "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. ALL_LINGUAS=$OBSOLETE_ALL_LINGUAS fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE=\"gmake\" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi kanyremote-8.1.1/AUTHORS0000644000232200023220000000004412653640764015330 0ustar debalancedebalanceMikhail Fedotov