File: control

package info (click to toggle)
simplescreenrecorder 0.4.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,776 kB
  • sloc: cpp: 15,393; ansic: 769; sh: 203; php: 137; xml: 45; makefile: 20
file content (80 lines) | stat: -rw-r--r-- 2,966 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: simplescreenrecorder
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Olivier Humbert <trebmuh@tuxfamily.org>
 , Petter Reinholdtsen <pere@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 appstream,
 cmake,
 libasound2-dev [linux-any],
 libavcodec-dev,
 libavformat-dev,
 libavutil-dev,
 libgl-dev [any-amd64 any-i386],
 libglu1-mesa-dev [any-amd64 any-i386],
 libjack-dev | libjack-jackd2-dev,
 liboss4-salsa-dev [!linux-any],
 libpulse-dev,
 libqt5x11extras5-dev,
 qtbase5-dev,
 qttools5-dev,
 qttools5-dev-tools,
 libswscale-dev,
 libx11-dev,
 libxext-dev,
 libxfixes-dev,
 libxi-dev,
 libxinerama-dev,
 libv4l-dev,
 pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.maartenbaert.be/simplescreenrecorder/
Vcs-Git: https://salsa.debian.org/multimedia-team/simplescreenrecorder.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/simplescreenrecorder

Package: simplescreenrecorder
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 simplescreenrecorder-lib [any-amd64 any-i386]
Description: Feature-rich screen recorder for X11 and OpenGL
 Simple Screen Recorder is, despite its name, an actually feature-rich screen
 recorder. The name reflects the fact that it is simple to use unlike many
 other free screen recording applications available. It can be easily
 configured to start recording from an intuitive wizard-like interface.
 .
 It can record the entire screen or part of it directly.  The recording can be
 paused and resumed at any time. Many different file formats and codecs are
 supported. To perform an X11 recording, all it takes is selecting an area on
 the root window with the mouse, choosing an output file and pressing record,
 either by using the mouse or using a hotkey.
 .
 It has a Qt-based graphical user interface.
 .
 Its complexity becomes apparent in its powerful features. It allows one
 to record X11 screen areas and fullscreen OpenGL applications including sound
 supporting both ALSA, PulseAudio, JACK and OSS. It uses libavformat to encode
 the recorded material into a variety of video formats. Scaling the recorded
 video is possible as well as configuring the encoding quality for the codec
 chosen directly from the user interface.
 .
 This package contains the main program.

Package: simplescreenrecorder-lib
Architecture: any-i386 any-amd64
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: feature-rich screen recorder that supports X11 and OpenGL - GLInject library
 SimpleScreenRecorder is a feature-rich screen recorder that supports X11 and
 OpenGL. It has a Qt-based graphical user interface. It can record the entire
 screen or part of it, or record OpenGL applications directly. The recording
 can be paused and resumed at any time. Many different file formats and codecs
 are supported.
 .
 This package contains the GLInject library.