File: control

package info (click to toggle)
guvcview 2.0.6%2Bdebian-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 5,848 kB
  • sloc: ansic: 26,607; sh: 4,156; cpp: 3,586; makefile: 312; sed: 16
file content (53 lines) | stat: -rw-r--r-- 1,732 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
Source: guvcview
Section: graphics
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 11),
               intltool,
               libsdl2-dev,
               libgtk-3-dev,
               portaudio19-dev,
               libpng-dev,
               libtwolame-dev,
               libavcodec-dev,
               libv4l-dev,
               libudev-dev,
               libusb-1.0-0-dev,
               libgsl-dev
Standards-Version: 4.3.0
Homepage: http://guvcview.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/guvcview.git
Vcs-Browser: https://salsa.debian.org/debian/guvcview

Package: guvcview
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: uvcdynctrl
Description: GTK+ base UVC Viewer
 guvcview is a simple GTK+ interface for capturing and viewing video from
 devices supported by the Linux UVC driver.

Package: libguvcview-2.0-2
Section: libs
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: GTK+ base UVC Viewer - runtime
 guvcview is a simple GTK+ interface for capturing and viewing video from
 devices supported by the Linux UVC driver.
 .
 This package includes the shared library.

Package: libguvcview-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libguvcview-2.0-2 (= ${binary:Version})
Recommends: uvcdynctrl
Description: GTK+ base UVC Viewer - development files
 guvcview is a simple GTK+ interface for capturing and viewing video from
 devices supported by the Linux UVC driver.
 .
 This package contains files that are needed to build applications.