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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: libdc1394
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends: chrpath,
debhelper-compat (= 13),
doxygen-latex,
libraw1394-dev (>= 2.0.1),
libusb-1.0-0-dev,
libx11-dev,
libxv-dev,
pkg-config,
texlive-fonts-recommended,
texlive-latex-recommended
Standards-Version: 4.5.0
Homepage: https://sourceforge.net/projects/libdc1394/
Vcs-Git: https://salsa.debian.org/multimedia-team/libdc1394.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libdc1394
Rules-Requires-Root: no
Package: libdc1394-dev
Breaks: libdc1394-22-dev (<< 2.2.6-3)
Replaces: libdc1394-22-dev (<< 2.2.6-3)
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: libdc1394-25 (= ${binary:Version}), libraw1394-dev, ${misc:Depends}
Description: high level programming interface for IEEE 1394 digital cameras - development
libdc1394 is a library that is intended to provide a high level
programming interface for application developers who wish to control
IEEE 1394 based cameras that conform to the 1394-based Digital Camera
Specification (found at http://www.1394ta.org/).
.
This version of libdc1394 supports both the old and new (juju) FireWire stack.
It automatically detects which one to use at runtime.
.
This package contains development files.
Package: libdc1394-25
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: high level programming interface for IEEE 1394 digital cameras
libdc1394 is a library that is intended to provide a high level
programming interface for application developers who wish to control
IEEE 1394 based cameras that conform to the 1394-based Digital Camera
Specification (found at http://www.1394ta.org/).
.
This version of libdc1394 supports both the old and new (juju) FireWire stack.
It automatically detects which one to use at runtime.
.
This package contains shared libraries.
Package: libdc1394-doc
Breaks: libdc1394-22-doc (<< 2.2.6-3)
Replaces: libdc1394-22-doc (<< 2.2.6-3)
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: high level programming interface for IEEE 1394 digital cameras - documentation
libdc1394 is a library that is intended to provide a high level
programming interface for application developers who wish to control
IEEE 1394 based cameras that conform to the 1394-based Digital Camera
Specification (found at http://www.1394ta.org/).
.
This package contains the documentation.
Package: libdc1394-utils
Section: utils
Multi-Arch: foreign
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: utilities for IEEE 1394 digital cameras
libdc1394 is a library that is intended to provide a high level
programming interface for application developers who wish to control
IEEE 1394 based cameras that conform to the 1394-based Digital Camera
Specification (found at http://www.1394ta.org/).
.
This version of libdc1394 supports both the old and new (juju) FireWire stack.
It automatically detects which one to use at runtime.
.
This package contains an example program.
Package: libdc1394-22-dev
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends:
${misc:Depends},
libdc1394-dev (= ${binary:Version})
Description: transitional package
This is a transitional package. It can safely be removed.
Package: libdc1394-22-doc
Architecture: all
Multi-Arch: foreign
Section: oldlibs
Depends:
${misc:Depends},
libdc1394-doc (= ${source:Version})
Description: transitional package
This is a transitional package. It can safely be removed.
|