43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
Source: guvcview
|
|
Section: graphics
|
|
Priority: extra
|
|
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
|
|
Build-Depends: debhelper (>= 9), intltool, autotools-dev, libsdl1.2-dev,
|
|
libgtk-3-dev, portaudio19-dev, libpng12-dev, libavcodec-dev,
|
|
libavutil-dev, libudev-dev, libusb-1.0-0-dev, libpulse-dev,
|
|
libgsl0-dev, libv4l-dev, libv4l2rds0, libsdl2-dev
|
|
Standards-Version: 3.9.6
|
|
Homepage: http://guvcview.sourceforge.net/
|
|
|
|
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-1.1-1
|
|
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
|
|
Depends: ${shlibs:Depends}, libguvcview-1.1-1 (= ${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.
|