Accepting request 799883 from home:etamPL:branches:hardware
- update to 1.13 * Add option to lock video orientation (#218, #1151) * Add shortcuts to rotate the display (#218, #1274) * Mirror secondary displays (#397, #898, #1177, #1238) * Enable trilinear filtering when possible (#40, #1284) * Add --render-driver parameter (#1284) * Accept --max-fps before Android 10 (#488) * Accept negative window position (#1242) * Use another local port if 27183 is not available (#945, #951) * Forward NumPad keys when NumLock is disabled (#1188) * Fix issues when directory contains non-ASCII chars on Windows (#1002) * Do not print irrelevant workarounds errors (#994) * Fix possible BufferUnderflowException on touch event (#1245) * Upgrade FFmpeg to 4.2.2 in Windows releases * Upgrade SDL to 2.0.12 in Windows releases OBS-URL: https://build.opensuse.org/request/show/799883 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=67
This commit is contained in:
parent
7c27c219ef
commit
a24cb41d7f
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-v1.12.1 filter=lfs diff=lfs merge=lfs -text
|
||||
scrcpy-server-v1.13 filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af5090e840ec6e021fc68ced6e2477a725395a4fb2415bb36ef85c52f223f534
|
||||
size 173644
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d
|
||||
size 215449
|
3
scrcpy-1.13.tar.gz
Normal file
3
scrcpy-1.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0
|
||||
size 229500
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea
|
||||
size 26202
|
3
scrcpy-server-v1.13
Normal file
3
scrcpy-server-v1.13
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885
|
||||
size 27694
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 18:01:37 UTC 2020 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
- update to 1.13
|
||||
* Add option to lock video orientation (#218, #1151)
|
||||
* Add shortcuts to rotate the display (#218, #1274)
|
||||
* Mirror secondary displays (#397, #898, #1177, #1238)
|
||||
* Enable trilinear filtering when possible (#40, #1284)
|
||||
* Add --render-driver parameter (#1284)
|
||||
* Accept --max-fps before Android 10 (#488)
|
||||
* Accept negative window position (#1242)
|
||||
* Use another local port if 27183 is not available (#945, #951)
|
||||
* Forward NumPad keys when NumLock is disabled (#1188)
|
||||
* Fix issues when directory contains non-ASCII chars on Windows (#1002)
|
||||
* Do not print irrelevant workarounds errors (#994)
|
||||
* Fix possible BufferUnderflowException on touch event (#1245)
|
||||
* Upgrade FFmpeg to 4.2.2 in Windows releases
|
||||
* Upgrade SDL to 2.0.12 in Windows releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 18:23:52 UTC 2020 - ecsos@opensuse.org
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 1.12.1
|
||||
Version: 1.13
|
||||
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/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/Genymobile/scrcpy/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.48
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
|
Loading…
Reference in New Issue
Block a user