mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
comms/scrcpy: update to 1.19
Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.18 - https://github.com/Genymobile/scrcpy/releases/tag/v1.19
This commit is contained in:
parent
aa92642220
commit
6a080dbb0f
@ -1,6 +1,6 @@
|
||||
PORTNAME= scrcpy
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.17
|
||||
DISTVERSION= 1.19
|
||||
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 = 1609823739
|
||||
SHA256 (scrcpy-server-v1.17) = 11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725
|
||||
SIZE (scrcpy-server-v1.17) = 34930
|
||||
SHA256 (Genymobile-scrcpy-v1.17_GH0.tar.gz) = c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f
|
||||
SIZE (Genymobile-scrcpy-v1.17_GH0.tar.gz) = 266637
|
||||
TIMESTAMP = 1636261198
|
||||
SHA256 (scrcpy-server-v1.19) = 876f9322182e6aac6a58db1334f4225855ef3a17eaebc80aab6601d9d1ecb867
|
||||
SIZE (scrcpy-server-v1.19) = 37330
|
||||
SHA256 (Genymobile-scrcpy-v1.19_GH0.tar.gz) = 40ac2059618f18a0e6f9cd0e40d3bff240ade98664bd619422f875bff7e8c70e
|
||||
SIZE (Genymobile-scrcpy-v1.19_GH0.tar.gz) = 314821
|
||||
|
13
comms/scrcpy/files/patch-app_src_compat.h
Normal file
13
comms/scrcpy/files/patch-app_src_compat.h
Normal file
@ -0,0 +1,13 @@
|
||||
--- app/src/compat.h.orig 2021-11-07 06:03:53 UTC
|
||||
+++ app/src/compat.h
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef COMPAT_H
|
||||
#define COMPAT_H
|
||||
|
||||
-#define _POSIX_C_SOURCE 200809L
|
||||
-#define _XOPEN_SOURCE 700
|
||||
+// #define _POSIX_C_SOURCE 200809L
|
||||
+// #define _XOPEN_SOURCE 700
|
||||
#define _GNU_SOURCE
|
||||
#ifdef __APPLE__
|
||||
# define _DARWIN_C_SOURCE
|
Loading…
Reference in New Issue
Block a user