From 1b9ace18c2279a8cc19dcf07a94bc4e4772838bbef569fd0b80ff01d3cbac36c Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 24 Apr 2021 16:45:57 +0000 Subject: [PATCH] Accepting request 887974 from home:benoit_monin - Update to version 1.17 - Use meson_install macro to fix build OBS-URL: https://build.opensuse.org/request/show/887974 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=71 --- .gitattributes | 2 +- _service | 2 +- _servicedata | 2 +- scrcpy-1.16.tar.xz | 3 --- scrcpy-1.17.tar.xz | 3 +++ scrcpy-server-v1.16 | 3 --- scrcpy-server-v1.17 | 3 +++ scrcpy.changes | 61 +++++++++++++++++++++++++++++++++++++++++++++ scrcpy.spec | 8 ++---- 9 files changed, 72 insertions(+), 15 deletions(-) delete mode 100644 scrcpy-1.16.tar.xz create mode 100644 scrcpy-1.17.tar.xz delete mode 100644 scrcpy-server-v1.16 create mode 100644 scrcpy-server-v1.17 diff --git a/.gitattributes b/.gitattributes index 5365927..bd9d36d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## Specific LFS patterns -scrcpy-server-v1.16 filter=lfs diff=lfs merge=lfs -text +scrcpy-server-v1.17 filter=lfs diff=lfs merge=lfs -text diff --git a/_service b/_service index 7bbf465..9a6b502 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ @PARENT_TAG@ v(.*) enable - v1.16 + v1.17 *.tar diff --git a/_servicedata b/_servicedata index 7894011..f4d02a8 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Genymobile/scrcpy.git - d7779d08e8f9004ec44197cd8eb7fdec0e1d4dd1 \ No newline at end of file + f682b87ba5ed6a5126cc23dff905218b177a2436 \ No newline at end of file diff --git a/scrcpy-1.16.tar.xz b/scrcpy-1.16.tar.xz deleted file mode 100644 index b65e800..0000000 --- a/scrcpy-1.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92b675c384afa161c2a24ac127faafef05ecfe036136b25619183727a0333f9b -size 219740 diff --git a/scrcpy-1.17.tar.xz b/scrcpy-1.17.tar.xz new file mode 100644 index 0000000..bf4f90d --- /dev/null +++ b/scrcpy-1.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcdd7521d90f79db6a77ad48681f0edc99fd3e2519e9376f4e7ac775b4ce618 +size 231228 diff --git a/scrcpy-server-v1.16 b/scrcpy-server-v1.16 deleted file mode 100644 index 7bfa3f7..0000000 --- a/scrcpy-server-v1.16 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832 -size 33622 diff --git a/scrcpy-server-v1.17 b/scrcpy-server-v1.17 new file mode 100644 index 0000000..706db17 --- /dev/null +++ b/scrcpy-server-v1.17 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725 +size 34930 diff --git a/scrcpy.changes b/scrcpy.changes index 7cbe45e..90c3b43 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Thu Apr 22 09:40:22 UTC 2021 - benoit.monin@gmx.fr + +- Update to version 1.17: + * Bump version to 1.17 + * Kill the server only after a small delay + * Call CloseHandle() after wait on Windows + * Initialize server struct dynamically + * Interrupt device threads on stop + * Mention how to add default arguments on Windows + * Happy new year 2021! + * Upgrade SDL (2.0.14) for Windows + * Rename release.make to release.mk + * Unify release makefile + * Replace noconsole binary by a wrapper script + * Improve rotation documentation + * Document Windows command line usage + * Remove duplicate include + * Upgrade JUnit to 4.13 + * Pause on error from a wrapper script + * Reference encoder section from FAQ + * Reference FFmpeg Windows builds from GitHub + * Upgrade platform-tools (30.0.5) for Windows + * Fix build errors for macOS + * Document shell command to get the device IP + * Upgrade gradle build tools to 4.0.1 + * Fix size_t format specifier for Windows + * Document --encoder option + * List available encoders on invalid name specified + * Log encoder name + * Adding new option --encoder + * Add option to force legacy method for pasting + * Add an option to forward all clicks + * Add local.properties to gitignore + * Remove spurious space + * Mention version of Indonesian translation + * Add Indonesian translation for README.md + * Enable Java deprecation warnings details + * Remove deprecation warning + * Fix options order + * Fix FAQ.ko.md + * Fix "press Enter key" message + * Remove unused field + * Add missing mutex unlock on error + * Add simplified Chinese translation for README.md + * Fix README indentation + * Upgrade Android SDK to 30 + * Use portable shebang for all bash scripts + * Use a more portable shebang for bash + * Use "/usr/bin/env bash" for build-wrapper.sh + * Adapt call() on ContentProvider for Android 11 + * Fix feature test macro + * Fix more log format warning + * Reset power mode only if screen is on + * Make Device methods static when possible + * Add undetected device error message in FAQ + * List available shortcut keys on error + * Reference --shortcut-mod from shortcuts list + * Update links to v1.16 in README and BUILD +- Use meson_install macro to fix build + ------------------------------------------------------------------- Sat Aug 15 12:50:10 UTC 2020 - dmueller@suse.com diff --git a/scrcpy.spec b/scrcpy.spec index 7ff2ade..ebe7b34 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -17,7 +17,7 @@ Name: scrcpy -Version: 1.16 +Version: 1.17 Release: 0 Summary: Display and control your Android device License: Apache-2.0 @@ -46,11 +46,7 @@ This application provides display and control of Android devices connected on US %meson_build %install -# rise up error with jar -#%%meson_install -install -Dm 0755 build/app/%{name} %{buildroot}%{_bindir}/%{name} -install -Dm 0644 build/server/scrcpy-server %{buildroot}%{_datadir}/%{name}/scrcpy-server -install -Dm 0644 app/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +%meson_install %files %license LICENSE