pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mpv mpv: More evdev mouse button definition...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de63830723d2
branches:  trunk
changeset: 418970:de63830723d2
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Dec 10 10:45:07 2019 +0000

description:
mpv: More evdev mouse button definitions now needed

diffstat:

 multimedia/mpv/distinfo                                  |  4 ++--
 multimedia/mpv/patches/patch-video_out_wayland__common.c |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r e02edadedfbd -r de63830723d2 multimedia/mpv/distinfo
--- a/multimedia/mpv/distinfo   Tue Dec 10 10:44:20 2019 +0000
+++ b/multimedia/mpv/distinfo   Tue Dec 10 10:45:07 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2019/10/29 22:46:39 nia Exp $
+$NetBSD: distinfo,v 1.57 2019/12/10 10:45:07 nia Exp $
 
 SHA1 (mpv-0.30.0.tar.gz) = 94da9cc423339a8d4f583542a4e7c5f794b82e7b
 RMD160 (mpv-0.30.0.tar.gz) = e0272a0ef7dfd58ba6b05a84bd2c0217f36dff3f
@@ -8,5 +8,5 @@
 SHA1 (patch-options_options.c) = 125282ede99098224fc9c16952b44c12b8b3e06b
 SHA1 (patch-player_main.c) = 19b3553477ce7746f516b3db423f253385e918cf
 SHA1 (patch-video_out_drm__common.c) = a545a8aec29f1b3c44d26aacbc59b86d3333a0b9
-SHA1 (patch-video_out_wayland__common.c) = 961bb4b87731a0f58fb274edbf49bc511ad2ce90
+SHA1 (patch-video_out_wayland__common.c) = d3e72c4ff5426bd8349c15679a47d446c35666b1
 SHA1 (patch-wscript) = 2f082a2d3797234bf56859d95c219f5355382224
diff -r e02edadedfbd -r de63830723d2 multimedia/mpv/patches/patch-video_out_wayland__common.c
--- a/multimedia/mpv/patches/patch-video_out_wayland__common.c  Tue Dec 10 10:44:20 2019 +0000
+++ b/multimedia/mpv/patches/patch-video_out_wayland__common.c  Tue Dec 10 10:45:07 2019 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-video_out_wayland__common.c,v 1.3 2019/10/29 22:46:39 nia Exp $
+$NetBSD: patch-video_out_wayland__common.c,v 1.4 2019/12/10 10:45:07 nia Exp $
 
 Allow building on systems without evdev.
 
 --- video/out/wayland_common.c.orig    2019-10-25 13:08:15.000000000 +0000
 +++ video/out/wayland_common.c
-@@ -19,7 +19,13 @@
+@@ -19,7 +19,15 @@
  #include <limits.h>
  #include <poll.h>
  #include <unistd.h>
@@ -14,6 +14,8 @@
 +#define BTN_LEFT      (0x110)
 +#define BTN_RIGHT     (0x111)
 +#define BTN_MIDDLE    (0x112)
++#define BTN_SIDE      (0x113)
++#define BTN_EXTRA     (0x114)
 +#endif
  #include <time.h>
  #include "common/msg.h"



Home | Main Index | Thread Index | Old Index