Page MenuHomeSolus

D11334.diff
No OneTemporary

D11334.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,5 +1,6 @@
libSDL2-2.0.so.0
libavcodec.so.58
+libavdevice.so.58
libavformat.so.58
libavutil.so.56
libc.so.6
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -28,15 +28,19 @@
libSDL2-2.0.so.0:SDL_GetMouseState
libSDL2-2.0.so.0:SDL_GetRendererInfo
libSDL2-2.0.so.0:SDL_GetTicks
+libSDL2-2.0.so.0:SDL_GetWindowPosition
libSDL2-2.0.so.0:SDL_GetWindowSize
+libSDL2-2.0.so.0:SDL_HideWindow
libSDL2-2.0.so.0:SDL_Init
libSDL2-2.0.so.0:SDL_LockMutex
libSDL2-2.0.so.0:SDL_LogCritical
libSDL2-2.0.so.0:SDL_LogDebug
libSDL2-2.0.so.0:SDL_LogError
+libSDL2-2.0.so.0:SDL_LogGetPriority
libSDL2-2.0.so.0:SDL_LogInfo
libSDL2-2.0.so.0:SDL_LogMessageV
libSDL2-2.0.so.0:SDL_LogSetPriority
+libSDL2-2.0.so.0:SDL_LogVerbose
libSDL2-2.0.so.0:SDL_LogWarn
libSDL2-2.0.so.0:SDL_PushEvent
libSDL2-2.0.so.0:SDL_Quit
@@ -49,6 +53,7 @@
libSDL2-2.0.so.0:SDL_SetHint
libSDL2-2.0.so.0:SDL_SetWindowFullscreen
libSDL2-2.0.so.0:SDL_SetWindowIcon
+libSDL2-2.0.so.0:SDL_SetWindowPosition
libSDL2-2.0.so.0:SDL_SetWindowSize
libSDL2-2.0.so.0:SDL_ShowWindow
libSDL2-2.0.so.0:SDL_UnlockMutex
@@ -57,10 +62,10 @@
libSDL2-2.0.so.0:SDL_WaitThread
libSDL2-2.0.so.0:SDL_free
libSDL2-2.0.so.0:SDL_malloc
-libSDL2-2.0.so.0:SDL_strdup
libavcodec.so.58:av_grow_packet
-libavcodec.so.58:av_init_packet
libavcodec.so.58:av_new_packet
+libavcodec.so.58:av_packet_alloc
+libavcodec.so.58:av_packet_free
libavcodec.so.58:av_packet_ref
libavcodec.so.58:av_packet_rescale_ts
libavcodec.so.58:av_packet_unref
@@ -70,10 +75,14 @@
libavcodec.so.58:avcodec_alloc_context3
libavcodec.so.58:avcodec_close
libavcodec.so.58:avcodec_find_decoder
+libavcodec.so.58:avcodec_find_encoder
libavcodec.so.58:avcodec_free_context
libavcodec.so.58:avcodec_open2
libavcodec.so.58:avcodec_receive_frame
+libavcodec.so.58:avcodec_receive_packet
+libavcodec.so.58:avcodec_send_frame
libavcodec.so.58:avcodec_send_packet
+libavdevice.so.58:avdevice_register_all
libavformat.so.58:av_muxer_iterate
libavformat.so.58:av_write_frame
libavformat.so.58:av_write_trailer
@@ -88,6 +97,9 @@
libavutil.so.56:av_dict_set
libavutil.so.56:av_frame_alloc
libavutil.so.56:av_frame_free
+libavutil.so.56:av_frame_move_ref
+libavutil.so.56:av_frame_ref
+libavutil.so.56:av_frame_unref
libavutil.so.56:av_log_set_callback
libavutil.so.56:av_malloc
libc.so.6:__ctype_b_loc
@@ -102,7 +114,6 @@
libc.so.6:__sprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__strcpy_chk
-libc.so.6:__xstat64
libc.so.6:_exit
libc.so.6:abort
libc.so.6:accept
@@ -129,15 +140,15 @@
libc.so.6:setsockopt
libc.so.6:shutdown
libc.so.6:socket
+libc.so.6:stat64
libc.so.6:stderr
libc.so.6:strchr
libc.so.6:strcmp
-libc.so.6:strcpy
libc.so.6:strdup
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strrchr
libc.so.6:strtok_r
libc.so.6:strtol
-libc.so.6:waitpid
+libc.so.6:waitid
libc.so.6:write
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : scrcpy
-version : '1.17'
-release : 12
+version : '1.18'
+release : 13
source :
- - https://github.com/Genymobile/scrcpy/archive/v1.17.tar.gz : c16f1fe1789290d0c7dd3a2778f33d6dc6347ffe3e78e64127b85eda52420d7f
- - https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-server-v1.17 : 11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725
+ - https://github.com/Genymobile/scrcpy/archive/v1.18.tar.gz : 2995d74409e9a486e4f69d0f623299ebf615d9427d8e974dfd82355538a313e9
+ - https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-server-v1.18 : 641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3
license : Apache-2.0
component : network.util
summary : Display and control your Android device
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -25,12 +25,12 @@
</Files>
</Package>
<History>
- <Update release="12">
- <Date>2021-01-02</Date>
- <Version>1.17</Version>
+ <Update release="13">
+ <Date>2021-06-22</Date>
+ <Version>1.18</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 16, 12:37 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5816788
Default Alt Text
D11334.diff (4 KB)

Event Timeline