Accepting request 1191067 from hardware
OBS-URL: https://build.opensuse.org/request/show/1191067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scrcpy?expand=0&rev=4
This commit is contained in:
commit
76ed3101fc
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.5 filter=lfs diff=lfs merge=lfs -text
|
scrcpy-server-v2.6 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -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
3
scrcpy-2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d13ff4149d2ee0b40099348a57fa6d16e3fdebe7f6168f02f65ea9b3ceb337c1
|
||||||
|
size 419604
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1488b1105d6aff534873a26bf610cd2aea06ee867dd7a4d9c6bb2c091396eb15
|
|
||||||
size 69624
|
|
3
scrcpy-server-v2.6
Normal file
3
scrcpy-server-v2.6
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b723ff79a27f14e6ebaaaae7ef9548c40651c94e64d178612b13adf7158eb2e
|
||||||
|
size 71084
|
@ -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
|
Sat Jun 29 16:35:04 UTC 2024 - munix9@googlemail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
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
|
||||||
@ -35,7 +35,7 @@ BuildRequires: pkgconfig(libavformat)
|
|||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
Requires: android-tools
|
Requires: android-tools
|
||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: gcc11
|
BuildRequires: gcc11
|
||||||
BuildRequires: gcc11-PIE
|
BuildRequires: gcc11-PIE
|
||||||
%else
|
%else
|
||||||
@ -72,7 +72,7 @@ Optional dependency offering zsh completion for scrcpy.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} < 1600
|
||||||
export CC=gcc-11
|
export CC=gcc-11
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user