Package Details: anyremote 6.7.3-2

Git Clone URL: https://aur.archlinux.org/anyremote.git (read-only, click to copy)
Package Base: anyremote
Description: Remote control (console-oriented) through bluetooth or IR connection
Upstream URL: http://anyremote.sourceforge.net
Licenses: GPL3
Submitter: None
Maintainer: smfsh
Last Packager: smfsh
Votes: 87
Popularity: 0.000002
First Submitted: 2007-03-04 09:27 (UTC)
Last Updated: 2021-03-02 21:42 (UTC)

Dependencies (11)

Required by (1)

Sources (1)

Latest Comments

1 2 3 Next › Last »

damir commented on 2025-08-16 09:56 (UTC) (edited on 2025-08-16 09:57 (UTC) by damir)

6.7.3 fails to compile:

executor.c:254:9: error: too many arguments to function ‘handleDisconnect’; expected 0, have 1
  254 |         handleDisconnect(peer);
      |         ^~~~~~~~~~~~~~~~ ~~~~
executor.c:59:13: note: declared here
   59 | static void handleDisconnect();
      |             ^~~~~~~~~~~~~~~~
executor.c: At top level:
executor.c:380:13: error: conflicting types for ‘handleDisconnect’; have ‘void(int)’
  380 | static void handleDisconnect(int peer)
      |             ^~~~~~~~~~~~~~~~

and

peer.c: In function ‘readPeersInternal’:
peer.c:1111:15: error: too many arguments to function ‘checkWebPort’; expected 0, have 2
 1111 |         len = checkWebPort(buf, MAXCMDLEN);  // returns EOF in case of error and EOF
      |               ^~~~~~~~~~~~ ~~~
In file included from peer.c:43:
pr_web.h:55:6: note: declared here
   55 | int  checkWebPort();
      |      ^~~~~~~~~~~~

and

sys_util.c: In function ‘pclose_r’:
sys_util.c:360:11: error: assignment to ‘void (*)(void)’ from incompatible pointer type ‘__sighandler_t’ {aka ‘void (*)(int)’} [-Wincompatible-pointer-types]
  360 |     istat = signal(SIGINT,  SIG_IGN);
      |           ^
In file included from /usr/include/sys/wait.h:36,
                 from sys_util.c:36:
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
sys_util.c:361:11: error: assignment to ‘void (*)(void)’ from incompatible pointer type ‘__sighandler_t’ {aka ‘void (*)(int)’} [-Wincompatible-pointer-types]
  361 |     qstat = signal(SIGQUIT, SIG_IGN);
      |           ^
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
sys_util.c:362:11: error: assignment to ‘void (*)(void)’ from incompatible pointer type ‘__sighandler_t’ {aka ‘void (*)(int)’} [-Wincompatible-pointer-types]
  362 |     hstat = signal(SIGHUP,  SIG_IGN);
      |           ^
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
sys_util.c:372:28: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  372 |     (void) signal(SIGINT,  istat);
      |                            ^~~~~
      |                            |
      |                            void (*)(void)

freebench commented on 2024-11-04 21:10 (UTC)

anyremote-6.7.3.tar.gz timed out on download though the prev ones were available

micwoj92 commented on 2021-03-01 14:12 (UTC)

Hello, could you update links to https?

yochananmarqos commented on 2020-01-23 16:23 (UTC) (edited on 2020-03-23 22:14 (UTC) by yochananmarqos)

This is missing a few things:

depends=('bluez' 'bluez-libs' 'bluez-utils-compat' 'dbus-glib' 'libxtst')
optdepends=('ganyremote: GTK frontend'
            'kanyremote: Qt frontend'
            'irda-utils: IRDA support'
            'avahi: advertise service through Avahi'
            'pngout: upload icons to JSR-82 compatible phone'
            'wmctrl'
            'imagemagick')

s3rb31 commented on 2016-09-30 19:44 (UTC)

The versions here and in PKGBUILD mismatch!

test0 commented on 2013-10-16 18:31 (UTC)

I get this warning when building: ==> WARNING: Using a PKGBUILD without a package() function is deprecated. Here is an updated PKGBUILD http://pastebin.com/W5m8TjUC

Cilyan commented on 2013-06-23 14:18 (UTC)

New version: http://pastebin.com/6kc64KEX

patryk commented on 2013-06-07 10:48 (UTC)

recompile, with bluez (5) work ok. Dont change dependencies. Just increase number for recompile.