SHA256
1
0
forked from pool/scrcpy
Dominique Leuenberger 2024-08-02 15:27:05 +00:00 committed by Git OBS Bridge
commit 76ed3101fc
7 changed files with 26 additions and 10 deletions

2
.gitattributes vendored
View File

@ -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.5 filter=lfs diff=lfs merge=lfs -text
scrcpy-server-v2.6 filter=lfs diff=lfs merge=lfs -text

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a29ac5171dd81c250337d9b0500f1edbaf01044645b35f8993a191ffbb8597f
size 415854

3
scrcpy-2.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d13ff4149d2ee0b40099348a57fa6d16e3fdebe7f6168f02f65ea9b3ceb337c1
size 419604

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1488b1105d6aff534873a26bf610cd2aea06ee867dd7a4d9c6bb2c091396eb15
size 69624

3
scrcpy-server-v2.6 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b723ff79a27f14e6ebaaaae7ef9548c40651c94e64d178612b13adf7158eb2e
size 71084

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 1 17:31:56 UTC 2024 - munix9@googlemail.com
- Update to version 2.6:
* Add audio playback capture method (#4380, #5102)
* Add audio duplication feature (#3875, #4380, #5102)
* Add mouse secondary bindings with Shift+click (#5055, #5076)
* Rework mouse events (#5067, #5076)
* Fix "turn screen off" for Honor devices (#4823, #4943, #5109)
* Add clipboard workaround for Honor devices (#4822, #5073)
* Always apply device workarounds (#4922, #5140, #5148, #5154)
* Fix missing initialization (#5057, #5058)
* Do not report error on device disconnected (#5044)
* Upgrade SDL to 2.30.5 in Windows releases
* Various technical fixes
-------------------------------------------------------------------
Sat Jun 29 16:35:04 UTC 2024 - munix9@googlemail.com

View File

@ -17,7 +17,7 @@
Name: scrcpy
Version: 2.5
Version: 2.6
Release: 0
Summary: Display and control your Android device
License: Apache-2.0
@ -35,7 +35,7 @@ BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(sdl2)
Requires: android-tools
%if 0%{?suse_version} <= 1500
%if 0%{?suse_version} < 1600
BuildRequires: gcc11
BuildRequires: gcc11-PIE
%else
@ -72,7 +72,7 @@ Optional dependency offering zsh completion for scrcpy.
%autosetup -p1
%build
%if 0%{?suse_version} <= 1500
%if 0%{?suse_version} < 1600
export CC=gcc-11
%endif