Skip to content

Commit

Permalink
comms/scrcpy: update to 2.4
Browse files Browse the repository at this point in the history
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.4

Reported by:	GitHub (watch releases)
  • Loading branch information
Hiroki Tagato authored and Hiroki Tagato committed Mar 6, 2024
1 parent d2f5fa5 commit dcf70d3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions comms/scrcpy/Makefile
@@ -1,7 +1,6 @@
PORTNAME= scrcpy
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
PORTREVISION= 1
DISTVERSION= 2.4
CATEGORIES= comms net
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server
DISTFILES= ${SERVER_FILE}:server
Expand Down
10 changes: 5 additions & 5 deletions comms/scrcpy/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1702586630
SHA256 (scrcpy-server-v2.3.1) = f6814822fc308a7a532f253485c9038183c6296a6c5df470a9e383b4f8e7605b
SIZE (scrcpy-server-v2.3.1) = 66007
SHA256 (Genymobile-scrcpy-v2.3.1_GH0.tar.gz) = 76f38779f00d91d0b46a399ebca32c82ff1facdbd843871b7e46c2e7cad38a42
SIZE (Genymobile-scrcpy-v2.3.1_GH0.tar.gz) = 401278
TIMESTAMP = 1709722935
SHA256 (scrcpy-server-v2.4) = 93c272b7438605c055e127f7444064ed78fa9ca49f81156777fd201e79ce7ba3
SIZE (scrcpy-server-v2.4) = 69007
SHA256 (Genymobile-scrcpy-v2.4_GH0.tar.gz) = 60596f6d4c11163083da3e6805666326873ed57f7defd8a20256b928a1d3503b
SIZE (Genymobile-scrcpy-v2.4_GH0.tar.gz) = 411206
6 changes: 3 additions & 3 deletions comms/scrcpy/files/patch-app_meson.build
@@ -1,6 +1,6 @@
--- app/meson.build.orig 2023-11-25 20:40:27 UTC
--- app/meson.build.orig 2024-03-02 22:22:09 UTC
+++ app/meson.build
@@ -56,8 +56,8 @@ conf = configuration_data()
@@ -61,8 +61,8 @@ conf = configuration_data()

conf = configuration_data()

Expand All @@ -11,7 +11,7 @@
conf.set('_GNU_SOURCE', true)

if host_machine.system() == 'windows'
@@ -185,10 +185,10 @@ install_data('data/bash-completion/scrcpy',
@@ -190,10 +190,10 @@ install_data('data/bash-completion/scrcpy',
install_data('data/zsh-completion/_scrcpy',
install_dir: join_paths(datadir, 'zsh/site-functions'))
install_data('data/bash-completion/scrcpy',
Expand Down
4 changes: 2 additions & 2 deletions comms/scrcpy/files/patch-app_src_usb_aoa__hid.h
@@ -1,4 +1,4 @@
--- app/src/usb/aoa_hid.h.orig 2022-06-30 04:28:03 UTC
--- app/src/usb/aoa_hid.h.orig 2024-03-02 22:22:09 UTC
+++ app/src/usb/aoa_hid.h
@@ -4,7 +4,7 @@
#include <stdint.h>
Expand All @@ -7,5 +7,5 @@
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>

#include "hid/hid_event.h"
#include "usb.h"
#include "util/acksync.h"

0 comments on commit dcf70d3

Please sign in to comment.