diff --git a/.gitattributes b/.gitattributes index ac41e71..b3012db 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.3.1 filter=lfs diff=lfs merge=lfs -text +scrcpy-server-v2.4 filter=lfs diff=lfs merge=lfs -text diff --git a/scrcpy-2.3.1.tar.gz b/scrcpy-2.3.1.tar.gz deleted file mode 100644 index e61bab4..0000000 --- a/scrcpy-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76f38779f00d91d0b46a399ebca32c82ff1facdbd843871b7e46c2e7cad38a42 -size 401278 diff --git a/scrcpy-2.4.tar.gz b/scrcpy-2.4.tar.gz new file mode 100644 index 0000000..4c7df0b --- /dev/null +++ b/scrcpy-2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60596f6d4c11163083da3e6805666326873ed57f7defd8a20256b928a1d3503b +size 411206 diff --git a/scrcpy-server-v2.3.1 b/scrcpy-server-v2.3.1 deleted file mode 100644 index 96e4664..0000000 --- a/scrcpy-server-v2.3.1 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6814822fc308a7a532f253485c9038183c6296a6c5df470a9e383b4f8e7605b -size 66007 diff --git a/scrcpy-server-v2.4 b/scrcpy-server-v2.4 new file mode 100644 index 0000000..37b0b48 --- /dev/null +++ b/scrcpy-server-v2.4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c272b7438605c055e127f7444064ed78fa9ca49f81156777fd201e79ce7ba3 +size 69007 diff --git a/scrcpy.changes b/scrcpy.changes index 40b6191..b547abd 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 3 09:22:57 UTC 2024 - Martin Hauke + +- Update to version 2.4 + * Add UHID keyboard and mouse support. + * Simulate tilt multitouch by pressing Shift. + * Add rotation support for non-default display. + * Improve audio player. + * Adapt to display API changes in Android 15. + * Adapt audio workarounds to Android 14. + * Fix clipboard for IQOO devices on Android 14. + * Fix integer overflow for audio packet duration. + * Various technical fixes. + ------------------------------------------------------------------- Sat Dec 2 11:56:54 UTC 2023 - munix9@googlemail.com diff --git a/scrcpy.spec b/scrcpy.spec index b0f132b..febc15d 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -1,7 +1,7 @@ # # spec file for package scrcpy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: scrcpy -Version: 2.3.1 +Version: 2.4 Release: 0 Summary: Display and control your Android device License: Apache-2.0 @@ -34,7 +34,7 @@ BuildRequires: pkgconfig(libavdevice) BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(sdl2) -Recommends: android-tools +Requires: android-tools %if 0%{?suse_version} <= 1500 BuildRequires: gcc11 BuildRequires: gcc11-PIE