Accepting request 1128859 from home:munix9
- Update to version 2.3: * Add flipped display orientation (#1380, #3819, #4441) * Add recording rotation (#4441) * Add FLAC audio codec (#4410) * Add raw audio (WAV) recording (2004881) * Fix turn screen off for Android 14 (#3927, #4456) * Fix camera issues on many devices (#4392) * Fix clipboard synchronization when no video (#4418) * Fix screen refresh on device rotation (7e3b935) * Fix .desktop files on Linux (#4448) * Upgrade SDL to 2.28.5 in Windows releases * Various technical fixes OBS-URL: https://build.opensuse.org/request/show/1128859 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=82
This commit is contained in:
parent
589fc5fda9
commit
09cd278d6a
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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-v2.2 filter=lfs diff=lfs merge=lfs -text
|
||||
scrcpy-server-v2.3 filter=lfs diff=lfs merge=lfs -text
|
||||
|
19
_service
19
_service
@ -1,19 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">v2.2</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="download_files" mode="manual">
|
||||
<param name="enforceupstream">yes</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="download_files" mode="manual"/>
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="changesrevision">c3c7bf7af329c8a5fd9f0310eae3b4e0a5f86207</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac75a0b99e886a15e1d2b25fc234a2bef319e46f0213c45c9b7ea67af08facac
|
||||
size 325244
|
3
scrcpy-2.3.tar.gz
Normal file
3
scrcpy-2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70937335be7c8b0be3dcf4ae2b0371e5dbe6cf340bf4ccb341be3d10fc039c36
|
||||
size 400908
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874
|
||||
size 64363
|
3
scrcpy-server-v2.3
Normal file
3
scrcpy-server-v2.3
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8daed514d7796fca6987dc973e201bd15ba51d0f7258973dec92d9ded00dbd5f
|
||||
size 65851
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 26 06:14:25 UTC 2023 - munix9@googlemail.com
|
||||
|
||||
- Update to version 2.3:
|
||||
* Add flipped display orientation (#1380, #3819, #4441)
|
||||
* Add recording rotation (#4441)
|
||||
* Add FLAC audio codec (#4410)
|
||||
* Add raw audio (WAV) recording (2004881)
|
||||
* Fix turn screen off for Android 14 (#3927, #4456)
|
||||
* Fix camera issues on many devices (#4392)
|
||||
* Fix clipboard synchronization when no video (#4418)
|
||||
* Fix screen refresh on device rotation (7e3b935)
|
||||
* Fix .desktop files on Linux (#4448)
|
||||
* Upgrade SDL to 2.28.5 in Windows releases
|
||||
* Various technical fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 19:18:01 UTC 2023 - munix9@googlemail.com
|
||||
|
||||
- Clean up spec file, don't use _service anymore, get files
|
||||
and infos from github release page.
|
||||
|
||||
- Extended description for release 2.2:
|
||||
Changes since v2.1.1:
|
||||
* Add option to mirror camera (#241, #4213)
|
||||
* Add --pause-on-exit (#4130)
|
||||
* Rename --display (deprecated) to --display-id
|
||||
* Fix device disconnection detection with --no-video (#4207)
|
||||
* Accept --turn-screen-off without video playback (#4175)
|
||||
* Upgrade SDL to 2.28.4 in Windows releases
|
||||
* Upgrade platform-tools to 34.0.5 (adb) in Windows releases
|
||||
* Various technical fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 01 18:30:29 UTC 2023 - munix9@googlemail.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
Group: Hardware/Mobile
|
||||
URL: https://github.com/Genymobile/scrcpy
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: https://github.com/Genymobile/scrcpy/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version}
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson >= 0.48
|
||||
|
Loading…
Reference in New Issue
Block a user