From 5ac4276625726d1523c3da1da6d8fa5f91ba6e0c9153255a03a685a0c8e280a9 Mon Sep 17 00:00:00 2001 From: Paolo Panto Date: Sat, 29 Jun 2024 16:43:23 +0000 Subject: [PATCH] - 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 --- .gitattributes | 2 +- scrcpy-2.4.tar.gz | 3 --- scrcpy-2.5.tar.gz | 3 +++ scrcpy-server-v2.4 | 3 --- scrcpy-server-v2.5 | 3 +++ scrcpy.changes | 19 +++++++++++++++++++ scrcpy.spec | 6 +++--- 7 files changed, 29 insertions(+), 10 deletions(-) delete mode 100644 scrcpy-2.4.tar.gz create mode 100644 scrcpy-2.5.tar.gz delete mode 100644 scrcpy-server-v2.4 create mode 100644 scrcpy-server-v2.5 diff --git a/.gitattributes b/.gitattributes index b3012db..f589d1e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## 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 diff --git a/scrcpy-2.4.tar.gz b/scrcpy-2.4.tar.gz deleted file mode 100644 index 4c7df0b..0000000 --- a/scrcpy-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60596f6d4c11163083da3e6805666326873ed57f7defd8a20256b928a1d3503b -size 411206 diff --git a/scrcpy-2.5.tar.gz b/scrcpy-2.5.tar.gz new file mode 100644 index 0000000..248e4ac --- /dev/null +++ b/scrcpy-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a29ac5171dd81c250337d9b0500f1edbaf01044645b35f8993a191ffbb8597f +size 415854 diff --git a/scrcpy-server-v2.4 b/scrcpy-server-v2.4 deleted file mode 100644 index 37b0b48..0000000 --- a/scrcpy-server-v2.4 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93c272b7438605c055e127f7444064ed78fa9ca49f81156777fd201e79ce7ba3 -size 69007 diff --git a/scrcpy-server-v2.5 b/scrcpy-server-v2.5 new file mode 100644 index 0000000..3cc0612 --- /dev/null +++ b/scrcpy-server-v2.5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1488b1105d6aff534873a26bf610cd2aea06ee867dd7a4d9c6bb2c091396eb15 +size 69624 diff --git a/scrcpy.changes b/scrcpy.changes index b547abd..fcc91d7 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -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 diff --git a/scrcpy.spec b/scrcpy.spec index febc15d..1b98cd5 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -17,14 +17,14 @@ Name: scrcpy -Version: 2.4 +Version: 2.5 Release: 0 Summary: Display and control your Android device License: Apache-2.0 Group: Hardware/Mobile URL: https://github.com/Genymobile/scrcpy -Source0: https://github.com/Genymobile/scrcpy/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} +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: %{url}/releases/download/v%{version}/scrcpy-server-v%{version} BuildRequires: hicolor-icon-theme BuildRequires: meson >= 0.48 BuildRequires: pkgconfig