Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=57
This commit is contained in:
parent
06db9c2cf6
commit
a7f33ea5ed
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="changesrevision">a13524e7f9d696635983776c548adaa1b9c8508f</param></service></servicedata>
|
||||
<param name="changesrevision">0a233fd27fc9c44dc942d921f3daa70206712129</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db2efb6185ee5596c66c5863a57fd34e2ece62d4e98bd964db91c51781c6907b
|
||||
size 165696
|
3
scrcpy-1.9~git20190615.tar.xz
Normal file
3
scrcpy-1.9~git20190615.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a39150f7636e80a419a87f8500715dceebd90c4ba686d05c6f1bb4d50f37330
|
||||
size 171704
|
105
scrcpy.changes
105
scrcpy.changes
@ -1,3 +1,108 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 22:06:38 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.9~git20190615:
|
||||
* Fix required java package for Fedora
|
||||
* Remove useless else
|
||||
* Improve comment
|
||||
* Use getPhysicalDisplayToken on Anroid Q+ instead of getBuiltInDisplay
|
||||
* Remove compilation flag "skip_frames"
|
||||
* Disable portable build by default
|
||||
* Fix a spell mistake
|
||||
* Add link to Snap package in README
|
||||
* Fix typo in README
|
||||
* Update links to v1.9 in README and BUILD
|
||||
* Bump version to 1.9
|
||||
* Upgrade tarketSdkVersion to 29
|
||||
* Fix deprecation warning in Java unit test
|
||||
* Fix typo in test name
|
||||
* Remove obsolete detail in README
|
||||
* Remove obsolete explanation in FAQ
|
||||
* Update DEVELOP.md
|
||||
* Update platform-tools (29.0.1) for Windows
|
||||
* Downgrade SDL to 2.0.8 for Windows
|
||||
* Upgrade FFmpeg (4.1.3) for Windows
|
||||
* Improve portable builds
|
||||
* Add functions to convert wide char to UTF-8
|
||||
* Extract "scrcpy-server.jar" string
|
||||
* Simplify portable build configuration
|
||||
* Simplify scrcpy-server path configuration
|
||||
* Never return 0 for stream protocol
|
||||
* Truncate device name at UTF-8 code point boundary
|
||||
* Inline lock_util functions
|
||||
* Improve framerate counting
|
||||
* Add cond_wait_timeout()
|
||||
* Fix controller cleanup
|
||||
* Add runtime option to render expired frames
|
||||
* Indent command-line options
|
||||
* Add README section explaining --turn-screen-off
|
||||
* Add option to turn device screen off
|
||||
* Indent command-line options
|
||||
* Disable server controller if --no-control
|
||||
* Group server params in a struct
|
||||
* Use positive options names internally
|
||||
* Rename unused field
|
||||
* Remove "turn device screen on" feature
|
||||
* Rename function to "power on"
|
||||
* Improve key processing readability
|
||||
* Use net_close() to close sockets
|
||||
* Remove unused import
|
||||
* Implement device screen off while mirroring
|
||||
* Fix comment style
|
||||
* Prevent socket leak on error
|
||||
* Use consistent variable names
|
||||
* Add clipboard logs
|
||||
* Do not minimize on focus loss
|
||||
* Prefix server logs
|
||||
* Rename "event" to "message"
|
||||
* Correct return value type in handle_event
|
||||
* server/meson.build: Prevent using input field for directory
|
||||
* Update DEVELOP after recent refactorings
|
||||
* Implement computer-to-device clipboard copy
|
||||
* Extract control event String parsing
|
||||
* Fix control event String parsing
|
||||
* Implement device-to-computer clipboard copy
|
||||
* Add device event sender
|
||||
* Add device event receiver
|
||||
* Add GET_CLIPBOARD device event
|
||||
* Use two sockets for video and control
|
||||
* Extract control event string serialization
|
||||
* Truncate UTF-8 properly
|
||||
* Add helpers to truncate UTF-8 at code points
|
||||
* Add unit tests for control events serialization
|
||||
* Fix wrong comment in unit test
|
||||
* Use custom class Point
|
||||
* Merge commands with other control events
|
||||
* Stop stream immediately on quit
|
||||
* Close server socket before killing process
|
||||
* Simplify cleanup
|
||||
* Use net_recv() to read only one byte
|
||||
* Simplify server_connect_to()
|
||||
* Make server_connect_to() return a bool
|
||||
* Add missing return 0 in unit test
|
||||
* Use cbuf for file handler request queue
|
||||
* Use cbuf for control event queue
|
||||
* Add generic circular buffer
|
||||
* Add buffer_read16be()
|
||||
* Make buffer util functions accept const buffers
|
||||
* Make control_event_serialize() return size_t
|
||||
* Fix memory leak on error
|
||||
* Fix event ownership comment
|
||||
* Prefix control event constants by namespace
|
||||
* Make macro expansion-safe
|
||||
* Remove unused includes
|
||||
* Fix indentation
|
||||
* Format meson.build for readability
|
||||
* Replace SDL_bool by bool in tests
|
||||
* Always use SDL_malloc() and SDL_free()
|
||||
* Fix checkstyle warning
|
||||
* Log characters failed to be injected
|
||||
* Return success count in injectText
|
||||
* Recover if expand/collapse panels is not available
|
||||
* Add method to log error without throwable
|
||||
* Upgrade gradle
|
||||
* Do not call codec.stop() on exception
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 11:00:58 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 1.8~git20190605
|
||||
Version: 1.9~git20190615
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user