diff --git a/.gitattributes b/.gitattributes index fd6c8d2..c83f172 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.12.1 filter=lfs diff=lfs merge=lfs -text +scrcpy-server-v1.13 filter=lfs diff=lfs merge=lfs -text diff --git a/scrcpy-1.10.tar.xz b/scrcpy-1.10.tar.xz deleted file mode 100644 index fa3b552..0000000 --- a/scrcpy-1.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af5090e840ec6e021fc68ced6e2477a725395a4fb2415bb36ef85c52f223f534 -size 173644 diff --git a/scrcpy-1.12.1.tar.gz b/scrcpy-1.12.1.tar.gz deleted file mode 100644 index deea5c9..0000000 --- a/scrcpy-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7692664e1bd703421eb9659cc9956d9f0ac64eb14abddab7b2ade37625f0243d -size 215449 diff --git a/scrcpy-1.13.tar.gz b/scrcpy-1.13.tar.gz new file mode 100644 index 0000000..4e72471 --- /dev/null +++ b/scrcpy-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0 +size 229500 diff --git a/scrcpy-server-v1.12.1 b/scrcpy-server-v1.12.1 deleted file mode 100644 index 25f61a7..0000000 --- a/scrcpy-server-v1.12.1 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63e569c8a1d0c1df31d48c4214871c479a601782945fed50c1e61167d78266ea -size 26202 diff --git a/scrcpy-server-v1.13 b/scrcpy-server-v1.13 new file mode 100644 index 0000000..80bf492 --- /dev/null +++ b/scrcpy-server-v1.13 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885 +size 27694 diff --git a/scrcpy.changes b/scrcpy.changes index 7cff253..7c83c0b 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun May 3 18:01:37 UTC 2020 - Adam Mizerski + +- update to 1.13 + * Add option to lock video orientation (#218, #1151) + * Add shortcuts to rotate the display (#218, #1274) + * Mirror secondary displays (#397, #898, #1177, #1238) + * Enable trilinear filtering when possible (#40, #1284) + * Add --render-driver parameter (#1284) + * Accept --max-fps before Android 10 (#488) + * Accept negative window position (#1242) + * Use another local port if 27183 is not available (#945, #951) + * Forward NumPad keys when NumLock is disabled (#1188) + * Fix issues when directory contains non-ASCII chars on Windows (#1002) + * Do not print irrelevant workarounds errors (#994) + * Fix possible BufferUnderflowException on touch event (#1245) + * Upgrade FFmpeg to 4.2.2 in Windows releases + * Upgrade SDL to 2.0.12 in Windows releases + ------------------------------------------------------------------- Tue Feb 25 18:23:52 UTC 2020 - ecsos@opensuse.org diff --git a/scrcpy.spec b/scrcpy.spec index d8b708e..2e218d8 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -17,16 +17,16 @@ Name: scrcpy -Version: 1.12.1 +Version: 1.13 Release: 0 Summary: Display and control your Android device License: Apache-2.0 Group: Hardware/Mobile URL: https://github.com/Genymobile/scrcpy -Source0: https://github.com/Genymobile/scrcpy/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/Genymobile/scrcpy/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version} BuildRequires: gcc -BuildRequires: meson +BuildRequires: meson >= 0.48 BuildRequires: pkgconfig BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavformat)