diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-05-07 11:39:20 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-05-07 11:39:20 +0000 |
commit | e2abf215d63e09e4690a3a2c9022a2661a08f80f (patch) | |
tree | aa16179943974e8b85ea900d9e67b4a0ba27b6cb /comms | |
parent | 63a215d0f589c8a64b17e6c6afd2450bcc0ea6be (diff) |
- Update to 1.13
- Make portclippy happy
Approved by: ehaupt (mentor)
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.13
Notes
Notes:
svn path=/head/; revision=534259
Diffstat (limited to 'comms')
-rw-r--r-- | comms/scrcpy/Makefile | 11 | ||||
-rw-r--r-- | comms/scrcpy/distinfo | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile index 98cdd11ece4b..5ce02ce9c3c3 100644 --- a/comms/scrcpy/Makefile +++ b/comms/scrcpy/Makefile @@ -2,7 +2,7 @@ PORTNAME= scrcpy DISTVERSIONPREFIX= v -DISTVERSION= 1.12.1 +DISTVERSION= 1.13 CATEGORIES= comms net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/:server DISTFILES= ${SERVER_FILE}:server @@ -18,20 +18,21 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg RUN_DEPENDS= adb:devel/android-tools-adb USES= compiler:c++11-lang meson pkgconfig sdl -USE_SDL= sdl2 USE_GITHUB= yes GH_ACCOUNT= Genymobile +USE_SDL= sdl2 + MESON_ARGS= -Dportable=false \ -Dprebuilt_server=${WRKSRC}/${SERVER_FILE} -OPTIONS_DEFINE= DOCS - +PLIST_FILES= bin/scrcpy man/man1/scrcpy.1.gz ${DATADIR}/scrcpy-server PORTDOCS= README.md FAQ.md +OPTIONS_DEFINE= DOCS + SERVER_FILE= ${PORTNAME}-server-${DISTVERSIONPREFIX}${DISTVERSION} -PLIST_FILES= bin/scrcpy man/man1/scrcpy.1.gz ${DATADIR}/scrcpy-server post-extract: ${CP} ${DISTDIR}/${SERVER_FILE} ${WRKSRC} diff --git a/comms/scrcpy/distinfo b/comms/scrcpy/distinfo index e0ffad3f3845..0dfedcd71e17 100644 --- a/comms/scrcpy/distinfo +++ b/comms/scrcpy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1577253746 -SHA256 (scrcpy-server-v1.12.1) = 63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea -SIZE (scrcpy-server-v1.12.1) = 26202 -SHA256 (Genymobile-scrcpy-v1.12.1_GH0.tar.gz) = 7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d -SIZE (Genymobile-scrcpy-v1.12.1_GH0.tar.gz) = 215449 +TIMESTAMP = 1588819024 +SHA256 (scrcpy-server-v1.13) = 5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885 +SIZE (scrcpy-server-v1.13) = 27694 +SHA256 (Genymobile-scrcpy-v1.13_GH0.tar.gz) = 6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0 +SIZE (Genymobile-scrcpy-v1.13_GH0.tar.gz) = 229500 |