diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -6,6 +6,7 @@ libSDL2-2.0.so.0:SDL_CreateRGBSurfaceWithFormatFrom libSDL2-2.0.so.0:SDL_CreateRenderer libSDL2-2.0.so.0:SDL_CreateTexture +libSDL2-2.0.so.0:SDL_CreateTextureFromSurface libSDL2-2.0.so.0:SDL_CreateThread libSDL2-2.0.so.0:SDL_CreateWindow libSDL2-2.0.so.0:SDL_DestroyCond @@ -26,7 +27,6 @@ libSDL2-2.0.so.0:SDL_GetModState 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 @@ -51,6 +51,7 @@ libSDL2-2.0.so.0:SDL_SetClipboardText libSDL2-2.0.so.0:SDL_SetHint libSDL2-2.0.so.0:SDL_SetPaletteColors +libSDL2-2.0.so.0:SDL_SetRelativeMouseMode libSDL2-2.0.so.0:SDL_SetWindowFullscreen libSDL2-2.0.so.0:SDL_SetWindowIcon libSDL2-2.0.so.0:SDL_SetWindowPosition @@ -126,6 +127,8 @@ libc.so.6:abort libc.so.6:accept4 libc.so.6:bind +libc.so.6:calloc +libc.so.6:clock_gettime libc.so.6:close libc.so.6:connect libc.so.6:dup2 @@ -142,6 +145,7 @@ libc.so.6:listen libc.so.6:malloc libc.so.6:memcpy +libc.so.6:memset libc.so.6:optarg libc.so.6:optind libc.so.6:perror @@ -152,6 +156,8 @@ libc.so.6:send libc.so.6:setsockopt libc.so.6:shutdown +libc.so.6:sigemptyset +libc.so.6:sigprocmask libc.so.6:socket libc.so.6:stat64 libc.so.6:stderr @@ -171,9 +177,14 @@ libusb-1.0.so.0:libusb_control_transfer libusb-1.0.so.0:libusb_exit libusb-1.0.so.0:libusb_free_device_list +libusb-1.0.so.0:libusb_get_device libusb-1.0.so.0:libusb_get_device_descriptor libusb-1.0.so.0:libusb_get_device_list libusb-1.0.so.0:libusb_get_string_descriptor_ascii +libusb-1.0.so.0:libusb_handle_events +libusb-1.0.so.0:libusb_has_capability +libusb-1.0.so.0:libusb_hotplug_deregister_callback +libusb-1.0.so.0:libusb_hotplug_register_callback libusb-1.0.so.0:libusb_init libusb-1.0.so.0:libusb_open libusb-1.0.so.0:libusb_ref_device diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : scrcpy -version : '1.21' -release : 16 +version : '1.22' +release : 17 source : - - https://github.com/Genymobile/scrcpy/archive/v1.21.tar.gz : 76e16a894bdb483b14b7ae7dcc1be8036ec17924dfab070cf0cb3b47653a6822 - - https://github.com/Genymobile/scrcpy/releases/download/v1.21/scrcpy-server-v1.21 : dbcccab523ee26796e55ea33652649e4b7af498edae9aa75e4d4d7869c0ab848 + - https://github.com/Genymobile/scrcpy/archive/v1.22.tar.gz : 96af955957f354cca78971be0fb54dfbd86a5b520f98a2563d3f0b0a54f4ec5a + - https://github.com/Genymobile/scrcpy/releases/download/v1.22/scrcpy-server-v1.22 : c05d273eec7533c0e106282e0254cf04e7f5e8f0c2920ca39448865fab2a419b 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 @@ -26,12 +26,12 @@ - - 2021-11-29 - 1.21 + + 2022-01-29 + 1.22 Packaging update Thomas Staudinger Staudi.Kaos@gmail.com \ No newline at end of file