Accepting request 912188 from home:mnhauke:anbox
- Update to version 1.18: * Add support for Android 12. * Add support for V4L2 (device screen capture as a webcam). * Add an option to lock the initial video orientation. * Add an option to power off the device on close. * Bind 4th mouse button to APP_SWITCH. * Bind 5th mouse button to expand notification panel. * Expand settings panel on double-expand notification panel. * Push to /sdcard/Download by default. * Center the window on resize-to-fit. * Increase possible display id range. * Log input events in verbose mode. * Fix touch events parameters. * Fix left click on Samsung Browser. * Remove option --render-expired-frames. * Various technical fixes. OBS-URL: https://build.opensuse.org/request/show/912188 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=72
This commit is contained in:
parent
1b9ace18c2
commit
5588dfe8af
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.17 filter=lfs diff=lfs merge=lfs -text
|
||||
scrcpy-server-v1.18 filter=lfs diff=lfs merge=lfs -text
|
||||
|
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">v1.17</param>
|
||||
<param name="revision">v1.18</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="changesrevision">f682b87ba5ed6a5126cc23dff905218b177a2436</param></service></servicedata>
|
||||
<param name="changesrevision">60c4e886d409ec8a0688e2fd43d8d12c06ebd8df</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdcdd7521d90f79db6a77ad48681f0edc99fd3e2519e9376f4e7ac775b4ce618
|
||||
size 231228
|
3
scrcpy-1.18.tar.xz
Normal file
3
scrcpy-1.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bee389a4092ab5243a9ae614947c9dd9613fa361f1b41ddd827df5c9efdfeb9
|
||||
size 257892
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725
|
||||
size 34930
|
3
scrcpy-server-v1.18
Normal file
3
scrcpy-server-v1.18
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3
|
||||
size 37330
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 14 19:04:55 UTC 2021 - mardnh@gmx.de
|
||||
|
||||
- Update to version 1.18:
|
||||
* Add support for Android 12.
|
||||
* Add support for V4L2 (device screen capture as a webcam).
|
||||
* Add an option to lock the initial video orientation.
|
||||
* Add an option to power off the device on close.
|
||||
* Bind 4th mouse button to APP_SWITCH.
|
||||
* Bind 5th mouse button to expand notification panel.
|
||||
* Expand settings panel on double-expand notification panel.
|
||||
* Push to /sdcard/Download by default.
|
||||
* Center the window on resize-to-fit.
|
||||
* Increase possible display id range.
|
||||
* Log input events in verbose mode.
|
||||
* Fix touch events parameters.
|
||||
* Fix left click on Samsung Browser.
|
||||
* Remove option --render-expired-frames.
|
||||
* Various technical fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:40:22 UTC 2021 - benoit.monin@gmx.fr
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 1.17
|
||||
Version: 1.18
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
@ -29,6 +29,7 @@ BuildRequires: gcc
|
||||
BuildRequires: meson >= 0.48
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user