Date: Thu, 2 Dec 2021 05:23:10 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4caa3817944a - main - comms/scrcpy: update to 1.21 Message-ID: <202112020523.1B25NAbo003232@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=4caa3817944a34fedf261d459737df3dfcd1f24f commit 4caa3817944a34fedf261d459737df3dfcd1f24f Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2021-12-02 05:22:05 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-02 05:23:03 +0000 comms/scrcpy: update to 1.21 Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.21 --- comms/scrcpy/Makefile | 2 +- comms/scrcpy/distinfo | 10 +++++----- comms/scrcpy/files/patch-app_meson.build | 13 +++++++++++++ comms/scrcpy/files/patch-app_src_compat.h | 13 ------------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile index b011489639a9..fb1389521d2e 100644 --- a/comms/scrcpy/Makefile +++ b/comms/scrcpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= scrcpy DISTVERSIONPREFIX= v -DISTVERSION= 1.20 +DISTVERSION= 1.21 CATEGORIES= comms net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server DISTFILES= ${SERVER_FILE}:server diff --git a/comms/scrcpy/distinfo b/comms/scrcpy/distinfo index 86276d025143..7658613a26cc 100644 --- a/comms/scrcpy/distinfo +++ b/comms/scrcpy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1637752710 -SHA256 (scrcpy-server-v1.20) = b20aee4951f99b060c4a44000ba94de973f9604758ef62beb253b371aad3df34 -SIZE (scrcpy-server-v1.20) = 37139 -SHA256 (Genymobile-scrcpy-v1.20_GH0.tar.gz) = 0c667e7de043a67a740be99d3f236a7aa4107ff62c408e7c462f4fe291f045a7 -SIZE (Genymobile-scrcpy-v1.20_GH0.tar.gz) = 343592 +TIMESTAMP = 1638420118 +SHA256 (scrcpy-server-v1.21) = dbcccab523ee26796e55ea33652649e4b7af498edae9aa75e4d4d7869c0ab848 +SIZE (scrcpy-server-v1.21) = 40067 +SHA256 (Genymobile-scrcpy-v1.21_GH0.tar.gz) = 76e16a894bdb483b14b7ae7dcc1be8036ec17924dfab070cf0cb3b47653a6822 +SIZE (Genymobile-scrcpy-v1.21_GH0.tar.gz) = 360667 diff --git a/comms/scrcpy/files/patch-app_meson.build b/comms/scrcpy/files/patch-app_meson.build new file mode 100644 index 000000000000..134b89c40ade --- /dev/null +++ b/comms/scrcpy/files/patch-app_meson.build @@ -0,0 +1,13 @@ +--- app/meson.build.orig 2021-12-02 04:47:49 UTC ++++ app/meson.build +@@ -44,8 +44,8 @@ src = [ + + conf = configuration_data() + +-conf.set('_POSIX_C_SOURCE', '200809L') +-conf.set('_XOPEN_SOURCE', '700') ++# conf.set('_POSIX_C_SOURCE', '200809L') ++# conf.set('_XOPEN_SOURCE', '700') + conf.set('_GNU_SOURCE', true) + + if host_machine.system() == 'windows' diff --git a/comms/scrcpy/files/patch-app_src_compat.h b/comms/scrcpy/files/patch-app_src_compat.h deleted file mode 100644 index d5cd7624b497..000000000000 --- a/comms/scrcpy/files/patch-app_src_compat.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112020523.1B25NAbo003232>