- Update to version 2.5:
* Add scrcpy window without video playback (#4727, #4793, #4868) * Add a shortcut to pause/unpause display (#1632, #4748) * Forward mouse hover events (#2743, #3070, #5039) * Add option to configure mouse bindings (#5022) * Forward all clicks by default for UHID/AOA (#5022) * Simplify shortcut modifiers (#4741) * Fix rotation shortcut for Android 14 (#4740, #4841) * Fix YUV conversion for full color range (#4756) * Fix camera sizes listing on some devices (#4852) * Fix thread leak on Windows (#4973) * Upgrade FFmpeg to 7.0.1 in Windows releases * Upgrade SDL to 2.30.4 in Windows releases * Upgrade platform-tools (adb) to 35.0.0 in Windows releases * Various technical fixes OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=87
This commit is contained in:
parent
07633ea65a
commit
5ac4276625
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
scrcpy-server-v2.4 filter=lfs diff=lfs merge=lfs -text
|
scrcpy-server-v2.5 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60596f6d4c11163083da3e6805666326873ed57f7defd8a20256b928a1d3503b
|
|
||||||
size 411206
|
|
3
scrcpy-2.5.tar.gz
Normal file
3
scrcpy-2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a29ac5171dd81c250337d9b0500f1edbaf01044645b35f8993a191ffbb8597f
|
||||||
|
size 415854
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93c272b7438605c055e127f7444064ed78fa9ca49f81156777fd201e79ce7ba3
|
|
||||||
size 69007
|
|
3
scrcpy-server-v2.5
Normal file
3
scrcpy-server-v2.5
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1488b1105d6aff534873a26bf610cd2aea06ee867dd7a4d9c6bb2c091396eb15
|
||||||
|
size 69624
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 29 16:35:04 UTC 2024 - munix9@googlemail.com
|
||||||
|
|
||||||
|
- Update to version 2.5:
|
||||||
|
* Add scrcpy window without video playback (#4727, #4793, #4868)
|
||||||
|
* Add a shortcut to pause/unpause display (#1632, #4748)
|
||||||
|
* Forward mouse hover events (#2743, #3070, #5039)
|
||||||
|
* Add option to configure mouse bindings (#5022)
|
||||||
|
* Forward all clicks by default for UHID/AOA (#5022)
|
||||||
|
* Simplify shortcut modifiers (#4741)
|
||||||
|
* Fix rotation shortcut for Android 14 (#4740, #4841)
|
||||||
|
* Fix YUV conversion for full color range (#4756)
|
||||||
|
* Fix camera sizes listing on some devices (#4852)
|
||||||
|
* Fix thread leak on Windows (#4973)
|
||||||
|
* Upgrade FFmpeg to 7.0.1 in Windows releases
|
||||||
|
* Upgrade SDL to 2.30.4 in Windows releases
|
||||||
|
* Upgrade platform-tools (adb) to 35.0.0 in Windows releases
|
||||||
|
* Various technical fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 3 09:22:57 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
Sun Mar 3 09:22:57 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Display and control your Android device
|
Summary: Display and control your Android device
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
URL: https://github.com/Genymobile/scrcpy
|
URL: https://github.com/Genymobile/scrcpy
|
||||||
Source0: https://github.com/Genymobile/scrcpy/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version}
|
Source1: %{url}/releases/download/v%{version}/scrcpy-server-v%{version}
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: meson >= 0.48
|
BuildRequires: meson >= 0.48
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user