forked from pool/scrcpy
Accepting request 983210 from home:munix9
- Update to version 1.24: * Bump version to 1.24 * Revert "Make OTG window resizable" * Fix inverted check * Fix release script for platform-tools 33.0.1 * Use quotes for commands in documentation * Update installed files list in BUILD documentation * Upgrade FFmpeg (5.0.1) for Windows 64-bit * Upgrade SDL (2.0.22) for Windows * Enable linear filtering in OTG mode * Make OTG window resizable * Apply requested window size in OTG mode * Create OTG window with HIGHDPI flag * Add option to not power on on start * Add missing mouse shortcuts in --help * Fix GitHub case in BUILD * Fix typo in German README * Fix typos in Indonesian README * Upgrade libusb (1.0.26) for Windows * Upgrade platform-tools (33.0.1) for Windows * Remove obsolete alternative injection method * Adapt event injection to Android 13 * Improve README * Fix typos/grammar issues in README * Update README.it.md to v1.23 * Add missing SC_ prefix to header guards * Add missing include * Fix reference to FAQ in README * Fix icon path in ./run * Fix OpenGL ES prefix skip * Improve README.zh-Hans.md * Consider emulators as TCP/IP devices * Log an error on unexpected device state * Use $ANDROID_SERIAL if no selector is specified * Document exit status in --help * Add specific exit code for device disconnection * Report server connection state * Improve HID event push error message * Fix typo in error message * Add libusb error log * Fix icon path in README * Update links to v1.23 OBS-URL: https://build.opensuse.org/request/show/983210 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=76
This commit is contained in:
parent
9b6f96f665
commit
f71e3b2c05
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
scrcpy-server-v1.23 filter=lfs diff=lfs merge=lfs -text
|
scrcpy-server-v1.24 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">v1.23</param>
|
<param name="revision">v1.24</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||||
<param name="changesrevision">7deccef1c2f609870fae00a3a1eb11d0eb2a28a5</param></service></servicedata>
|
<param name="changesrevision">ef13d394fd83a2c534d86f2dbc188f4324a6ee34</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:65b498206fcaa0a4b3d49934b982298b3020a0e3f0f211b5974142ef6b15ed0e
|
|
||||||
size 348228
|
|
3
scrcpy-1.24.tar.xz
Normal file
3
scrcpy-1.24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1431e9e9fa68862752adb1e09b532df9f69fbe6e175a23aa44ddb9a9488d55de
|
||||||
|
size 351404
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a913fd47478c0b306fca507cb0beb625e49a19ff9fc7ab904e36ef5b9fe7e68
|
|
||||||
size 41123
|
|
3
scrcpy-server-v1.24
Normal file
3
scrcpy-server-v1.24
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae74a81ea79c0dc7250e586627c278c0a9a8c5de46c9fb5c38c167fb1a36f056
|
||||||
|
size 41159
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 30 13:14:23 UTC 2022 - munix9@googlemail.com
|
||||||
|
|
||||||
|
- Update to version 1.24:
|
||||||
|
* Bump version to 1.24
|
||||||
|
* Revert "Make OTG window resizable"
|
||||||
|
* Fix inverted check
|
||||||
|
* Fix release script for platform-tools 33.0.1
|
||||||
|
* Use quotes for commands in documentation
|
||||||
|
* Update installed files list in BUILD documentation
|
||||||
|
* Upgrade FFmpeg (5.0.1) for Windows 64-bit
|
||||||
|
* Upgrade SDL (2.0.22) for Windows
|
||||||
|
* Enable linear filtering in OTG mode
|
||||||
|
* Make OTG window resizable
|
||||||
|
* Apply requested window size in OTG mode
|
||||||
|
* Create OTG window with HIGHDPI flag
|
||||||
|
* Add option to not power on on start
|
||||||
|
* Add missing mouse shortcuts in --help
|
||||||
|
* Fix GitHub case in BUILD
|
||||||
|
* Fix typo in German README
|
||||||
|
* Fix typos in Indonesian README
|
||||||
|
* Upgrade libusb (1.0.26) for Windows
|
||||||
|
* Upgrade platform-tools (33.0.1) for Windows
|
||||||
|
* Remove obsolete alternative injection method
|
||||||
|
* Adapt event injection to Android 13
|
||||||
|
* Improve README
|
||||||
|
* Fix typos/grammar issues in README
|
||||||
|
* Update README.it.md to v1.23
|
||||||
|
* Add missing SC_ prefix to header guards
|
||||||
|
* Add missing include
|
||||||
|
* Fix reference to FAQ in README
|
||||||
|
* Fix icon path in ./run
|
||||||
|
* Fix OpenGL ES prefix skip
|
||||||
|
* Improve README.zh-Hans.md
|
||||||
|
* Consider emulators as TCP/IP devices
|
||||||
|
* Log an error on unexpected device state
|
||||||
|
* Use $ANDROID_SERIAL if no selector is specified
|
||||||
|
* Document exit status in --help
|
||||||
|
* Add specific exit code for device disconnection
|
||||||
|
* Report server connection state
|
||||||
|
* Improve HID event push error message
|
||||||
|
* Fix typo in error message
|
||||||
|
* Add libusb error log
|
||||||
|
* Fix icon path in README
|
||||||
|
* Update links to v1.23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 17 08:59:49 UTC 2022 - munix9@googlemail.com
|
Thu Mar 17 08:59:49 UTC 2022 - munix9@googlemail.com
|
||||||
|
|
||||||
|
17
scrcpy.spec
17
scrcpy.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Display and control your Android device
|
Summary: Display and control your Android device
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -34,6 +34,11 @@ BuildRequires: pkgconfig(libavdevice)
|
|||||||
BuildRequires: pkgconfig(libavformat)
|
BuildRequires: pkgconfig(libavformat)
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
Recommends: android-tools
|
||||||
|
|
||||||
|
%description
|
||||||
|
This application provides display and control of Android devices
|
||||||
|
connected on USB. It does not require any root access.
|
||||||
|
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Scrcpy Bash completion
|
Summary: Scrcpy Bash completion
|
||||||
@ -57,17 +62,11 @@ BuildArch: noarch
|
|||||||
%description zsh-completion
|
%description zsh-completion
|
||||||
Optional dependency offering zsh completion for scrcpy.
|
Optional dependency offering zsh completion for scrcpy.
|
||||||
|
|
||||||
%description
|
|
||||||
This application provides display and control of Android devices connected on USB. It does not require any root access
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%meson -Dprebuilt_server='%{SOURCE1}'
|
||||||
%meson \
|
|
||||||
-Dprebuilt_server='%{SOURCE1}'
|
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user