File: control

package info (click to toggle)
scrcpy 3.3.4-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 2,832 kB
  • sloc: ansic: 22,489; java: 10,142; sh: 953; xml: 94; makefile: 30
file content (50 lines) | stat: -rw-r--r-- 1,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: scrcpy
Section: contrib/net
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Arch:
 meson,
 libavcodec-dev,
 libavdevice-dev,
 libavformat-dev,
 libavutil-dev,
 libsdl2-dev,
 libusb-1.0-0-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/Genymobile/scrcpy
Vcs-Git: https://salsa.debian.org/yangfl-guest/scrcpy.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/scrcpy

Package: scrcpy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Breaks: scrcpy-server (<< 3.3.2),
Replaces: scrcpy-server (<< 3.3.2),
Recommends: adb, wget | curl, ca-certificates,
Description: Display and control your Android devices
 scrcpy mirrors Android devices (video and audio) connected via USB or TCP/IP,
 and allows one to control them using the computer's keyboard and mouse. It does
 not require root access or an app installed on the device.
 .
 Its features include:
   * audio forwarding (Android 11+)
   * recording
   * virtual display
   * mirroring with Android device screen off
   * copy-paste in both directions
   * configurable quality
   * camera mirroring (Android 12+)
   * mirroring as a webcam (V4L2) (Linux-only)
   * physical keyboard and mouse simulation (HID)
   * gamepad support
   * OTG mode
   * and more...
 .
 The Android device requires at least API 21 (Android 5.0). Audio forwarding is
 supported for API >= 30 (Android 11+). Make sure you enabled USB debugging on
 your device(s).
 .
 This package contains the client (desktop) binary. Server (mobile) binary will
 be downloaded directly from upstream.