forked from pool/scrcpy
Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=46
This commit is contained in:
parent
e0020ae8c2
commit
54be8f7815
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||||
<param name="changesrevision">c456e3826470753bdaefcffc93e9ae1bf25b12f7</param></service></servicedata>
|
<param name="changesrevision">71fd238b0a8a888b51b89361bf0ad28b58d8e097</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db46e9e422330b7982000da15595bdd8b5fbc4655a7ae68664d8e474a9f386d6
|
|
||||||
size 163428
|
|
3
scrcpy-1.8~git20190307.tar.xz
Normal file
3
scrcpy-1.8~git20190307.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d819b4a949eb66915b354596010a663c40294486994279dc7fe85e4b8e374347
|
||||||
|
size 165232
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 09 17:32:34 UTC 2019 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.8~git20190307:
|
||||||
|
* Update developer documentation for v1.8
|
||||||
|
* Add note about Ctrl+C on Windows while recording
|
||||||
|
* Update links to v1.8 in README and BUILD
|
||||||
|
* Bump version to 1.8
|
||||||
|
* Log "new texture" at INFO level
|
||||||
|
* Remove empty line
|
||||||
|
* Add more consts
|
||||||
|
* Explicitly pass control flag to input manager
|
||||||
|
* Do not init SDL video subsystem if no display
|
||||||
|
* Use explicit output parameter for skipped frame
|
||||||
|
* Make owned serial a pointer-to-non-const
|
||||||
|
* Replace SDL types by C99 standard types
|
||||||
|
* Add option to mirror in read-only
|
||||||
|
* Rename -n/--no-window to -N/--no-display
|
||||||
|
* Add missing no_window initialization
|
||||||
|
* Avoid unnecessary call if display is disabled
|
||||||
|
* Extract event processing out of event_loop()
|
||||||
|
* Update code style
|
||||||
|
* Replace uint64_t by Uint64 for consistency
|
||||||
|
* Describe the --no-window feature in README
|
||||||
|
* Implement the --no-window flag
|
||||||
|
* Add a new option: -n/--no-window
|
||||||
|
* Add stream layer
|
||||||
|
* Store the recording request in a local bool
|
||||||
|
* Fix cleanup order
|
||||||
|
* Fix recording with old decoding/encoding API
|
||||||
|
* Rename "stop" to "interrupt"
|
||||||
|
* Rename "frames" to "video_buffer"
|
||||||
|
* Remove unused mutex field in decoder
|
||||||
|
* Add shortcut to expand/collapse notification panel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 03 15:32:16 UTC 2019 - pousaduarte@gmail.com
|
Sun Mar 03 15:32:16 UTC 2019 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 1.7~git20190303
|
Version: 1.8~git20190307
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user