forked from pool/scrcpy
Accepting request 1154449 from home:mnhauke
- 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. OBS-URL: https://build.opensuse.org/request/show/1154449 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=85
This commit is contained in:
parent
1694e6b4b7
commit
07633ea65a
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76f38779f00d91d0b46a399ebca32c82ff1facdbd843871b7e46c2e7cad38a42
|
||||
size 401278
|
3
scrcpy-2.4.tar.gz
Normal file
3
scrcpy-2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60596f6d4c11163083da3e6805666326873ed57f7defd8a20256b928a1d3503b
|
||||
size 411206
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6814822fc308a7a532f253485c9038183c6296a6c5df470a9e383b4f8e7605b
|
||||
size 66007
|
3
scrcpy-server-v2.4
Normal file
3
scrcpy-server-v2.4
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93c272b7438605c055e127f7444064ed78fa9ca49f81156777fd201e79ce7ba3
|
||||
size 69007
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 09:22:57 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user