forked from pool/scrcpy
Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=15
This commit is contained in:
parent
faff3480b2
commit
1bb3bf4c07
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="changesrevision">78d5a4d8a139e9ff49e77b5ceb9458d4a08a2cd2</param></service></servicedata>
|
||||
<param name="changesrevision">887595592167c09a7c44ce8754f97f4475ae26c6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7d1aa241c35bf7f6184dda3be3c0a3151bd9ca390ae7b9f3b65ff015c788e3a
|
||||
size 156464
|
3
scrcpy-1.4~git20181004.tar.xz
Normal file
3
scrcpy-1.4~git20181004.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbda0f7ef10c409b182ec67f2d289643803f0d83181fb94806e46a5455bb0dae
|
||||
size 157732
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 05 11:37:18 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4~git20181004:
|
||||
* Support paths containing spaces on Windows
|
||||
* Declare fun(void) functions with no parameters
|
||||
* Update links to v1.4 in README and BUILD
|
||||
* Update platform-tools (28.0.1) for Windows
|
||||
* Bump version to 1.4
|
||||
* Handle alpha and space chars as raw events
|
||||
* prevent closing console right after process error in windows
|
||||
* Fix header guard name
|
||||
* Use specific error for missing binary on Windows
|
||||
* Avoid additional buffer copy in userspace
|
||||
* Present fullscreen option in README
|
||||
* Add option to start in fullscreen
|
||||
* Do not handle system-specific values in command.c
|
||||
* Notify adb missing
|
||||
* Update FFmpeg (4.0.2) for Windows
|
||||
* Update platform-tools (28.0.0) for Windows
|
||||
* Add missing include for lock_util.h
|
||||
* Separate multi-words filenames by '_'
|
||||
* Document "push file" feature
|
||||
* Make request_queue functions static
|
||||
* Simplify SDL_assert() calls
|
||||
* Add missing include config.h
|
||||
* Support drag&drop a file to transfer it to device
|
||||
* installer -> file_handler
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 12:27:21 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 1.3~git20180919
|
||||
Version: 1.4~git20181004
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user