mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
comms/scrcpy: update to 3.0.2
Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v3.0 - https://github.com/Genymobile/scrcpy/releases/tag/v3.0.1 - https://github.com/Genymobile/scrcpy/releases/tag/v3.0.2 Reported by: GitHub (watch releases)
This commit is contained in:
parent
09607e996c
commit
acd53b28cb
@ -1,6 +1,6 @@
|
||||
PORTNAME= scrcpy
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.7
|
||||
DISTVERSION= 3.0.2
|
||||
CATEGORIES= comms net
|
||||
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server
|
||||
DISTFILES= ${SERVER_FILE}:server
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1727077696
|
||||
SHA256 (scrcpy-server-v2.7) = a23c5659f36c260f105c022d27bcb3eafffa26070e7baa9eda66d01377a1adba
|
||||
SIZE (scrcpy-server-v2.7) = 71200
|
||||
SHA256 (Genymobile-scrcpy-v2.7_GH0.tar.gz) = 3ceea215f6eccb59535f68a16db6db2b05a8a1c91bdcb4a6e222d3093a9daf8c
|
||||
SIZE (Genymobile-scrcpy-v2.7_GH0.tar.gz) = 430160
|
||||
TIMESTAMP = 1733545595
|
||||
SHA256 (scrcpy-server-v3.0.2) = e19fe024bfa3367809494407ad6ca809a6f6e77dac95e99f85ba75144e0ba35d
|
||||
SIZE (scrcpy-server-v3.0.2) = 90396
|
||||
SHA256 (Genymobile-scrcpy-v3.0.2_GH0.tar.gz) = 5ab92d091f308679fe81851666acec1b161e6810ac73eb9bade705ade285e109
|
||||
SIZE (Genymobile-scrcpy-v3.0.2_GH0.tar.gz) = 458086
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- app/meson.build.orig 2024-09-15 19:18:15 UTC
|
||||
--- app/meson.build.orig 2024-12-04 21:48:27 UTC
|
||||
+++ app/meson.build
|
||||
@@ -64,8 +64,8 @@ conf = configuration_data()
|
||||
@@ -67,8 +67,8 @@ conf = configuration_data()
|
||||
|
||||
conf = configuration_data()
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
conf.set('_GNU_SOURCE', true)
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
@@ -194,10 +194,10 @@ install_data('data/bash-completion/scrcpy',
|
||||
@@ -196,10 +196,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',
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- app/src/usb/aoa_hid.h.orig 2024-03-02 22:22:09 UTC
|
||||
--- app/src/usb/aoa_hid.h.orig 2024-12-04 21:48:27 UTC
|
||||
+++ app/src/usb/aoa_hid.h
|
||||
@@ -4,7 +4,7 @@
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user