diff --git a/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.installer.yaml b/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.installer.yaml index 33f8d72b0381a..460cfcb03bed9 100644 --- a/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.installer.yaml +++ b/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.installer.yaml @@ -1,24 +1,24 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Genymobile.scrcpy PackageVersion: "2.1" InstallerType: zip +NestedInstallerType: portable ReleaseDate: 2023-06-21 +ArchiveBinariesDependOnPath: true Installers: - Architecture: x64 - NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: scrcpy-win64-v2.1\scrcpy.exe PortableCommandAlias: scrcpy InstallerUrl: https://github.com/Genymobile/scrcpy/releases/download/v2.1/scrcpy-win64-v2.1.zip InstallerSha256: 57B98813322C8B5B560ADA68714A2CD7B7EFE64086FA61D03E389C23212C803D - Architecture: x86 - NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: scrcpy-win32-v2.1\scrcpy.exe PortableCommandAlias: scrcpy InstallerUrl: https://github.com/Genymobile/scrcpy/releases/download/v2.1/scrcpy-win32-v2.1.zip InstallerSha256: 4D261D391A60EA975440D83CDC22F8250B3C8985F2ECE8C7E53D6FB26C0D74ED ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.locale.en-US.yaml b/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.locale.en-US.yaml index d70007c112617..263be13acb4cd 100644 --- a/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.locale.en-US.yaml +++ b/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Genymobile.scrcpy PackageVersion: "2.1" @@ -7,51 +7,60 @@ PackageLocale: en-US Publisher: Genymobile PublisherUrl: https://github.com/Genymobile PublisherSupportUrl: https://github.com/Genymobile/scrcpy/issues -# PrivacyUrl: -Author: Genymobile +PrivacyUrl: https://www.genymotion.com/privacy-statement/ +Author: Romain Vimont PackageName: scrcpy PackageUrl: https://github.com/Genymobile/scrcpy -License: Apache License Version 2.0 -LicenseUrl: https://raw.githubusercontent.com/Genymobile/scrcpy/master/LICENSE -Copyright: Apache License Version 2.0 -CopyrightUrl: https://raw.githubusercontent.com/Genymobile/scrcpy/master/LICENSE +License: Apache-2.0 +LicenseUrl: https://github.com/Genymobile/scrcpy/blob/v2.1/LICENSE +Copyright: Copyright (C) 2018-2023 Genymobile, Romain Vimont +CopyrightUrl: https://github.com/Genymobile/scrcpy/blob/v2.1/LICENSE ShortDescription: Display and control your Android device -Description: This application provides display and control of Android devices connected via USB or over TCP/IP. It does not require any root access. +Description: This application mirrors Android devices (video and audio) connected via USB or over TCP/IP, and allows to control the device with the keyboard and the mouse of the computer. It does not require any root access. Moniker: scrcpy Tags: +- adb - android +- audio - control +- copy - device - display +- mirror +- record +- screen +- tcp +- usb +- video ReleaseNotes: |- - Add --no-video to mirror audio only (#3978) - Add option to select the device microphone as audio source (#4044) - Rename --no-display to --no-playback (#4033) - Add --no-video-playback and --no-audio-playback (#4033) - Add --time-limit to automatically stop after a given delay (#3752, #4052) - Add option to change the audio output buffer size (#3793) - Add option to kill adb on close (#205, #2580, #4049) - Support dynamic device folding (#3960, #3979) - Use OpenGL 3.0+ on macOS to support trilinear filtering (#3895) - Add (partial) support for Android 14 (#3784, #4074, #4075) - Improve delay buffer estimation (2f9396e) - Fix --tcpip not working in some cases (669e9a8) - Fix audio support for Vivo phones (#3805, #3862) - Fix audio support for Honor phones (#4015) - Fix copy-paste on Honor Magic 5 Pro (#3885) - Fix audio capture starting on some Android 11+ devices (#3796) - Fix V4L2 regression (#3795) - Fix support of Nvidia Shield (#3801) - Fix .desktop files for Linux (#3817) - Fix error on device rotation while minimized on Windows (#3947) - Fix extra audio glitches on audio buffer underflow (#4045) - Automatically fix PTS for buggy device encoders (#4054) - Upgrade SDL to 2.28 in Windows releases (#3825) - Update developer documentation (#3811) - Various technical fixes + - Add --no-video to mirror audio only (#3978) + - Add option to select the device microphone as audio source (#4044) + - Rename --no-display to --no-playback (#4033) + - Add --no-video-playback and --no-audio-playback (#4033) + - Add --time-limit to automatically stop after a given delay (#3752, #4052) + - Add option to change the audio output buffer size (#3793) + - Add option to kill adb on close (#205, #2580, #4049) + - Support dynamic device folding (#3960, #3979) + - Use OpenGL 3.0+ on macOS to support trilinear filtering (#3895) + - Add (partial) support for Android 14 (#3784, #4074, #4075) + - Improve delay buffer estimation (2f9396e) + - Fix --tcpip not working in some cases (669e9a8) + - Fix audio support for Vivo phones (#3805, #3862) + - Fix audio support for Honor phones (#4015) + - Fix copy-paste on Honor Magic 5 Pro (#3885) + - Fix audio capture starting on some Android 11+ devices (#3796) + - Fix V4L2 regression (#3795) + - Fix support of Nvidia Shield (#3801) + - Fix .desktop files for Linux (#3817) + - Fix error on device rotation while minimized on Windows (#3947) + - Fix extra audio glitches on audio buffer underflow (#4045) + - Automatically fix PTS for buggy device encoders (#4054) + - Upgrade SDL to 2.28 in Windows releases (#3825) + - Update developer documentation (#3811) + - Various technical fixes ReleaseNotesUrl: https://github.com/Genymobile/scrcpy/releases/tag/v2.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://github.com/Genymobile/scrcpy/blob/v2.1/FAQ.md ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.yaml b/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.yaml index 4fa20c89e919c..d1bef21c05042 100644 --- a/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.yaml +++ b/manifests/g/Genymobile/scrcpy/2.1/Genymobile.scrcpy.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Genymobile.scrcpy PackageVersion: "2.1" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0