--- libdc1394-22-2.0.1.orig/examples/dc1394_multiview.1 +++ libdc1394-22-2.0.1/examples/dc1394_multiview.1 @@ -0,0 +1,53 @@ +.TH DC1394_MULTIVIEW "1" "December 2003" "dc1394_vloopback " "User Commands" +.SH NAME +dc1394_multiview \- display format0 camera video +.SH SYNOPSIS +.B dc1394_multiview [\fI\-\-fps=[1,3,15,30]\fR] [\fI\-\-res=[0,1,2]\fR] [\fI\-\-device=/dev/video1394/x\fR] +.SH DESCRIPTION +View format0-only camera video from one or more cameras. +.SH OPTIONS +.TP +\fB\-\-fps\fR +frames per second. default is 7. The 30 fps setting is incompatible with the 640x480 RGB8 resolution setting. +.TP +\fB\-\-res\fR +resolution. 0 is 320x240 (default), 1 = 640x480 YUV4:1:1, 2 = 640x480 RGB8 +.TP +\fB\-\-device\fR +specifies video1394 device to use (optional). default is /dev/video1394/ +.TP +\fB\-\-help\fR +print help message +.PP +.SH KEYBOARD CONTROLS +.TP +\fBq\fR +quit +.TP +\fB< or ,\fR +scale -50% +.TP +\fB> or .\fR +scale +50% +.TP +\fB0\fR +pause +.TP +\fB1\fR +set framerate to 1.875 fps +.TP +\fB2\fR +set framerate to 3.75 fps +.TP +\fB3\fR +set framerate to 7.5 fps +.TP +\fB4\fR +set framerate to 15 fps +.TP +\fB5\fR +set framerate to 30 fps +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + + --- libdc1394-22-2.0.1.orig/examples/dc1394_vloopback.1 +++ libdc1394-22-2.0.1/examples/dc1394_vloopback.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. +.TH DC1394_VLOOPBACK "1" "December 2003" "dc1394_vloopback " "User Commands" +.SH NAME +dc1394_vloopback \- send format0 video to V4L vloopback device +.SH SYNOPSIS +.B dc1394_vloopback [\fI\-\-daemon\fR] [\fI\-\-pipe\fR] [\fI\-\-guid=camera-euid\fR] [\fI\-\-video1394=/dev/video1394/x\fR] [\fI\-\-vloopback=/dev/video0\fR] [\fI\-\-palette=yuv422|rgb24\fR] [\fI\-\-width=n\fR] [\fI\-\-height=n\fR] +.SH DESCRIPTION +Sends format0 640x480 RGB to the vloopback input device so that it can be consumed by V4L applications on the vloopback output device. +.SH OPTIONS +.TP +\fB\-\-daemon\fR +run as a daemon, detached from console (optional) +.TP +\fB\-\-pipe\fR +write images to vloopback device instead of using zero-copy mmap mode (optional) +.TP +\fB\-\-guid\fR +select camera to use (optional). default is first camera on any port +.TP +\fB\-\-video1394\fR +specifies video1394 device to use (optional). default is /dev/video1394/ +.TP +\fB\-\-vloopback\fR +specifies video4linux device to use (optional). default is to determine this automatically. +.TP +\fB\-\-palette\fR +specify the video palette to use (optional). yuv422 (default) or rgb24 +.TP +\fB\-\-width\fR +set the initial width (default=640) +.TP +\fB\-\-height\fR +set the initial height (default=480) +.TP +\fB\-\-help\fR +print help message +.PP +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/examples/grab_color_image.1 +++ libdc1394-22-2.0.1/examples/grab_color_image.1 @@ -0,0 +1,17 @@ +.TH GRAB_COLOR_IMAGE "1" "January 2004" "grab_color_image" "User Commands" +.SH NAME +grab_color_image \- grab an image using libdc1394 +.SH SYNOPSIS +.B grab_color_image [\fI\-\-guid=/dev/video1394/x\fR] [filename.ppm] +.SH DESCRIPTION +Get one image using libdc1394 and store it as a portable pix map (ppm) image. +.SH OPTIONS +.TP +\fb\-\-guid\fR +specifies camera to use. default is the first camera found in the system. +\fB\-\-help\fR +print help message +.PP +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/examples/grab_gray_image.1 +++ libdc1394-22-2.0.1/examples/grab_gray_image.1 @@ -0,0 +1,16 @@ +.TH GRAB_GRAY_IMAGE "1" "January 2004" "grab_gray_image" "User Commands" +.SH NAME +grab_gray_image \- grab an image using libdc1394 +.SH SYNOPSIS +.B grab_gray_image +.SH DESCRIPTION +Get one gray image using libdc1394 and store it in portable grayscale map format in Image.pgm +.SH OPTIONS +.TP +none +.PP +.SH BUGS +The filename should be a commandline argument +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/examples/grab_partial_image.1 +++ libdc1394-22-2.0.1/examples/grab_partial_image.1 @@ -0,0 +1,16 @@ +.TH GRAB_PARTIAL_IMAGE "1" "January 2004" "grab_partial_image" "User Commands" +.SH NAME +grab_partial_image \- grab a partial image using libdc1394 +.SH SYNOPSIS +.B grab_partial_image +.SH DESCRIPTION +Grab partial image from camera. Camera must be format 7 (scalable image size) compatible. The image will be stored as a Portable Grayscale map in Part.pgm. +.SH OPTIONS +.TP +none +.PP +.SH BUGS +The filename should be a commandline argument +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/examples/dc1394_reset_bus.1 +++ libdc1394-22-2.0.1/examples/dc1394_reset_bus.1 @@ -0,0 +1,10 @@ +.TH DC1394_RESET_BUS "1" "June 2007" "dc1394_reset_bus " "User Commands" +.SH NAME +dc1394_reset_bus \- reset IEEE1394 bus +.SH SYNOPSIS +.B dc1394_reset_bus +.SH DESCRIPTION +Resets the IEEE1394 bus. +.SH AUTHOR +This manual page was written by Guus Sliepen for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/debian/rules +++ libdc1394-22-2.0.1/debian/rules @@ -0,0 +1,115 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# shared library versions, option 1 +#version=2.0.5 +#major=2 +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so +#version=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` +#major=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-doxygen-pdf --enable-doxygen-ps --enable-doxygen-html + + touch configure-stamp + +build: build-arch build-indep + +build-arch: build-arch-stamp +build-arch-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-arch-stamp + +build-indep: build-indep-stamp +build-indep-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) doc + + touch build-indep-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp build-arch-stamp build-indep-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: install-indep install-arch + +install-indep: build-indep + dh_testdir -i + dh_testroot -i + dh_installdirs -i + + mkdir -p debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/ + cp -a doc/html debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/ + cp -a doc/libdc1394.ps debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/ + cp -a doc/libdc1394.pdf debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/ + +install-arch: build-arch + dh_testdir -a + dh_testroot -a + dh_clean -a -k + dh_installdirs -a + + # Add here commands to install the package into debian/tmp + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + +# Build architecture-independent files here. +binary-indep: install-indep + dh_testdir -i + dh_testroot -i + + dh_installdocs -i + dh_installchangelogs -i ChangeLog + dh_installexamples -i + dh_link -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: install-arch + dh_testdir -a + dh_testroot -a + dh_movefiles -a + + dh_installdocs -a + dh_installman -p libdc1394-22-utils examples/dc1394_vloopback.1 examples/dc1394_reset_bus.1 + dh_installchangelogs -a ChangeLog + dh_link -a + dh_strip -a --dbg-package=libdc1394-22 + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure + --- libdc1394-22-2.0.1.orig/debian/dirs +++ libdc1394-22-2.0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- libdc1394-22-2.0.1.orig/debian/docs +++ libdc1394-22-2.0.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- libdc1394-22-2.0.1.orig/debian/compat +++ libdc1394-22-2.0.1/debian/compat @@ -0,0 +1 @@ +4 --- libdc1394-22-2.0.1.orig/debian/libdc1394-22-dev.dirs +++ libdc1394-22-2.0.1/debian/libdc1394-22-dev.dirs @@ -0,0 +1,3 @@ +usr/lib/pkgconfig +usr/lib +usr/include --- libdc1394-22-2.0.1.orig/debian/libdc1394-22-dev.files +++ libdc1394-22-2.0.1/debian/libdc1394-22-dev.files @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/pkgconfig/*.pc --- libdc1394-22-2.0.1.orig/debian/libdc1394-22.dirs +++ libdc1394-22-2.0.1/debian/libdc1394-22.dirs @@ -0,0 +1 @@ +usr/lib --- libdc1394-22-2.0.1.orig/debian/libdc1394-22.files +++ libdc1394-22-2.0.1/debian/libdc1394-22.files @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libdc1394-22-2.0.1.orig/debian/libdc1394-examples/usr/share/man/man1/dc1394_vloopback.1 +++ libdc1394-22-2.0.1/debian/libdc1394-examples/usr/share/man/man1/dc1394_vloopback.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. +.TH DC1394_VLOOPBACK "1" "December 2003" "dc1394_vloopback " "User Commands" +.SH NAME +dc1394_vloopback \- send format0 video to V4L vloopback device +.SH SYNOPSIS +.B dc1394_vloopback [\fI\-\-daemon\fR] [\fI\-\-pipe\fR] [\fI\-\-guid=camera-euid\fR] [\fI\-\-video1394=/dev/video1394/x\fR] [\fI\-\-vloopback=/dev/video0\fR] [\fI\-\-palette=yuv422|rgb24\fR] [\fI\-\-width=n\fR] [\fI\-\-height=n\fR] +.SH DESCRIPTION +Sends format0 640x480 RGB to the vloopback input device so that it can be consumed by V4L applications on the vloopback output device. +.SH OPTIONS +.TP +\fB\-\-daemon\fR +run as a daemon, detached from console (optional) +.TP +\fB\-\-pipe\fR +write images to vloopback device instead of using zero-copy mmap mode (optional) +.TP +\fB\-\-guid\fR +select camera to use (optional). default is first camera on any port +.TP +\fB\-\-video1394\fR +specifies video1394 device to use (optional). default is /dev/video1394/ +.TP +\fB\-\-vloopback\fR +specifies video4linux device to use (optional). default is to determine this automatically. +.TP +\fB\-\-palette\fR +specify the video palette to use (optional). yuv422 (default) or rgb24 +.TP +\fB\-\-width\fR +set the initial width (default=640) +.TP +\fB\-\-height\fR +set the initial height (default=480) +.TP +\fB\-\-help\fR +print help message +.PP +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/debian/libdc1394-examples/usr/share/man/man1/dc1394_reset_bus.1 +++ libdc1394-22-2.0.1/debian/libdc1394-examples/usr/share/man/man1/dc1394_reset_bus.1 @@ -0,0 +1,10 @@ +.TH DC1394_RESET_BUS "1" "June 2007" "dc1394_reset_bus " "User Commands" +.SH NAME +dc1394_reset_bus \- reset IEEE1394 bus +.SH SYNOPSIS +.B dc1394_reset_bus +.SH DESCRIPTION +Resets the IEEE1394 bus. +.SH AUTHOR +This manual page was written by Guus Sliepen for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/debian/libdc1394-utils.files +++ libdc1394-22-2.0.1/debian/libdc1394-utils.files @@ -0,0 +1 @@ +/usr/bin/* --- libdc1394-22-2.0.1.orig/debian/README.Debian +++ libdc1394-22-2.0.1/debian/README.Debian @@ -0,0 +1,15 @@ +No support for the juju Firewire stack +-------------------------------------- + +Please note that the new "juju" Firewire stack in recent Linux 2.6 kernels is +not supported by the libdc1394-22 packages. The juju stack is not complete yet +and IIDC cameras cannot yet be read out correctly. + +If your kernel does not provide the modules for the old (but working) Firewire +stack (ohci1394, raw1394, video1394), then you have to compile a kernel +yourself that enables the old stack. + +If you have a kernel that provides modules for both the old and the new stack, +it may be that the modules for the new stack are loaded in favour of those for +the old stack. In that case, you have to rmmod firewire-ohci, firewire-sbp2 and +firewire-core, and modprobe ohci1394, raw1394 and video1394. --- libdc1394-22-2.0.1.orig/debian/libdc1394-22-doc.examples +++ libdc1394-22-2.0.1/debian/libdc1394-22-doc.examples @@ -0,0 +1,2 @@ +examples/*.c +examples/*.h --- libdc1394-22-2.0.1.orig/debian/libdc1394-22-utils/usr/share/man/man1/dc1394_vloopback.1 +++ libdc1394-22-2.0.1/debian/libdc1394-22-utils/usr/share/man/man1/dc1394_vloopback.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. +.TH DC1394_VLOOPBACK "1" "December 2003" "dc1394_vloopback " "User Commands" +.SH NAME +dc1394_vloopback \- send format0 video to V4L vloopback device +.SH SYNOPSIS +.B dc1394_vloopback [\fI\-\-daemon\fR] [\fI\-\-pipe\fR] [\fI\-\-guid=camera-euid\fR] [\fI\-\-video1394=/dev/video1394/x\fR] [\fI\-\-vloopback=/dev/video0\fR] [\fI\-\-palette=yuv422|rgb24\fR] [\fI\-\-width=n\fR] [\fI\-\-height=n\fR] +.SH DESCRIPTION +Sends format0 640x480 RGB to the vloopback input device so that it can be consumed by V4L applications on the vloopback output device. +.SH OPTIONS +.TP +\fB\-\-daemon\fR +run as a daemon, detached from console (optional) +.TP +\fB\-\-pipe\fR +write images to vloopback device instead of using zero-copy mmap mode (optional) +.TP +\fB\-\-guid\fR +select camera to use (optional). default is first camera on any port +.TP +\fB\-\-video1394\fR +specifies video1394 device to use (optional). default is /dev/video1394/ +.TP +\fB\-\-vloopback\fR +specifies video4linux device to use (optional). default is to determine this automatically. +.TP +\fB\-\-palette\fR +specify the video palette to use (optional). yuv422 (default) or rgb24 +.TP +\fB\-\-width\fR +set the initial width (default=640) +.TP +\fB\-\-height\fR +set the initial height (default=480) +.TP +\fB\-\-help\fR +print help message +.PP +.SH AUTHOR +This manual page was written by Peter De Schrijver for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/debian/libdc1394-22-utils/usr/share/man/man1/dc1394_reset_bus.1 +++ libdc1394-22-2.0.1/debian/libdc1394-22-utils/usr/share/man/man1/dc1394_reset_bus.1 @@ -0,0 +1,10 @@ +.TH DC1394_RESET_BUS "1" "June 2007" "dc1394_reset_bus " "User Commands" +.SH NAME +dc1394_reset_bus \- reset IEEE1394 bus +.SH SYNOPSIS +.B dc1394_reset_bus +.SH DESCRIPTION +Resets the IEEE1394 bus. +.SH AUTHOR +This manual page was written by Guus Sliepen for the Debian GNU/Linux system (but may be used by others). + --- libdc1394-22-2.0.1.orig/debian/libdc1394-22-doc.doc-base +++ libdc1394-22-2.0.1/debian/libdc1394-22-doc.doc-base @@ -0,0 +1,15 @@ +Document: libdc1394-22-doc +Section: Apps/Programming +Title: Libdc1394 reference manual +Author: Doxygen +Abstract: The documentation for libdc1394, a high level programming interface for IEEE1394 digital cameras + +Format: HTML +Index: /usr/share/doc/libdc1394-22-doc/html/index.html +Files: /usr/share/doc/libdc1394-22-doc/html/* + +Format: PostScript +Files: /usr/share/doc/libdc1394-22-doc/libdc1394.ps.gz + +Format: PDF +Files: /usr/share/doc/libdc1394-22-doc/libdc1394.pdf.gz --- libdc1394-22-2.0.1.orig/debian/changelog +++ libdc1394-22-2.0.1/debian/changelog @@ -0,0 +1,198 @@ +libdc1394-22 (2.0.1-5) unstable; urgency=low + + * Also Build-Depend-Indep on texlive-fonts-recommended. Closes: #464289 + + -- Guus Sliepen Wed, 27 Feb 2008 20:39:45 +0100 + +libdc1394-22 (2.0.1-4) unstable; urgency=low + + * Build-Depend-Indep on texlive-latex-recommended. Closes: #464289 + * Provide debugging symbols in the libdc1394-22-dbg package. + + -- Guus Sliepen Tue, 12 Feb 2008 13:04:04 +0100 + +libdc1394-22 (2.0.1-3) unstable; urgency=low + + * Split build and install targets in -arch and -indep variants. + * Build-Depend on doxygen. + + -- Guus Sliepen Tue, 05 Feb 2008 12:02:05 +0100 + +libdc1394-22 (2.0.1-2) unstable; urgency=low + + * Rename libdc1394-22-utils to libdc1394-utils. + * Add example source code to the libdc1394-22-doc package. + + -- Guus Sliepen Fri, 25 Jan 2008 23:22:26 +0100 + +libdc1394-22 (2.0.1-1) unstable; urgency=low + + * Adopting this package from Peter de Schrijver. + * Add Peter de Schrijver to the Uploaders. + * New upstream release. + * Rename source package to libdc1394-22, so we can have both libdc1394-13 + and libdc1394-22 for the time being. Closes: #461583 + * Upload to unstable, needed for other packages that are waiting for the new + libdc1394. + * Provide documentation in libdc1394-22-doc. + * Rename libdc1394-examples to libdc1394-utils. + * Don't ignore make distclean errors. + * Update copyright file. + + -- Guus Sliepen Sun, 20 Jan 2008 19:23:49 +0100 + +libdc1394 (2.0.0~rc7-0.1) experimental; urgency=low + + * Non-maintainer upload to experimental. + * New upstream release. Closes: #427800, #421075 + * Remove obsolete (Build-)Depends. + + -- Guus Sliepen Thu, 14 Jun 2007 14:29:38 +0200 + +libdc1394 (1.1.0-3) unstable; urgency=low + + * Updated X11 library dependencies (Closes: #347022) + * Added ppc64 arch (Closes: #302654) + * Added libdc1394.pc (Closes: #339730) + * Dedicated to Filteria + + -- Peter De Schrijver (p2) Tue, 10 Jan 2006 23:06:37 +0100 + +libdc1394 (1.1.0-2) unstable; urgency=low + + * First upload to unstable + + -- Peter De Schrijver (p2) Fri, 1 Apr 2005 15:56:47 +0200 + +libdc1394 (1.1.0-1) unstable; urgency=low + + * New upstream version + * Updated maintainer email address + + -- Peter De Schrijver (p2) Thu, 17 Feb 2005 23:07:04 +0100 + +libdc1394 (1.0.0-4) unstable; urgency=low + + * Add missing dependency on libraw1394 to libdc1394 (closes #287563) + + -- Peter De Schrijver (p2) Tue, 25 Jan 2005 23:26:01 +0100 + +libdc1394 (1.0.0-3) unstable; urgency=low + + * Added more AMD64 support (closes #249389) + + -- Peter De Schrijver (p2) Thu, 28 Oct 2004 12:31:47 +0200 + +libdc1394 (1.0.0-2) unstable; urgency=low + + * Added AMD64 as a supported platform + + -- Peter De Schrijver (p2) Mon, 25 Oct 2004 21:17:52 +0200 + +libdc1394 (1.0.0-1) unstable; urgency=low + + * New upstream version + + -- Peter De Schrijver (p2) Thu, 16 Sep 2004 18:40:39 +0200 + +libdc1394 (0.9.5-1) unstable; urgency=low + + * New upstream version fixing library versioning problems + + -- Peter De Schrijver (p2) Tue, 29 Jun 2004 23:50:44 +0200 + +libdc1394 (0.9.4-2) unstable; urgency=low + + * Fixed binary incompatibility with previous version (closes: #254763) + + -- Peter De Schrijver (p2) Wed, 30 Jun 2004 00:56:10 +0200 + +libdc1394 (0.9.4-1) unstable; urgency=low + + * New upstream version + + -- Peter De Schrijver (p2) Tue, 25 May 2004 20:52:21 +0200 + +libdc1394 (0.9.3-1) unstable; urgency=low + + * New upstream version + + -- Peter De Schrijver (p2) Sat, 31 Jan 2004 15:52:00 +0100 + +libdc1394 (0.9.2-2) unstable; urgency=low + + * Added a few missing build dependencies (closes: #227256) + + -- Peter De Schrijver (p2) Wed, 14 Jan 2004 00:36:28 +0100 + +libdc1394 (0.9.2-1) unstable; urgency=low + + * New upstream version + * New Maintainer (closes: #158473) + + -- Peter De Schrijver (p2) Thu, 4 Dec 2003 20:29:16 +0100 + +libdc1394 (0.9.1-2) unstable; urgency=low + + * Patch package with recen config.guess and config.sub. (closes: #182699) + + -- Chanop Silpa-Anan Sat, 5 Apr 2003 20:45:22 +1000 + +libdc1394 (0.9.1-1) unstable; urgency=low + + * New upstream release. (closes: #179615) + * Add m68k to build list per manty at debian dot org request. + + -- Chanop Silpa-Anan Mon, 10 Feb 2003 11:49:40 +1100 + +libdc1394 (0.9.0-3) unstable; urgency=low + + * Add xlibs-dev to Build-Depends for building some examples. + (closes: #162642) + + -- Chanop Silpa-Anan Tue, 19 Nov 2002 17:15:03 +1100 + +libdc1394 (0.9.0-2) unstable; urgency=low + + * Add s390 to support architecture. (closes: #166355) + + -- Chanop Silpa-Anan Mon, 28 Oct 2002 14:53:06 +1100 + +libdc1394 (0.9.0-1) unstable; urgency=low + + * New upstream release. (closes: #160370) + + -- Chanop Silpa-Anan Mon, 23 Sep 2002 02:48:16 +1000 + +libdc1394 (0.8.3-1.cvs20020506) unstable; urgency=low + + * Update to current cvs version. Coriander needs it. + + -- Chanop Silpa-Anan Mon, 6 May 2002 18:41:36 +1000 + +libdc1394 (0.8.3-1) unstable; urgency=low + + * New upstream release. (closes: #120189) + + -- Chanop Silpa-Anan Sun, 25 Nov 2001 18:27:32 +1100 + +libdc1394 (0.8.1-2) unstable; urgency=low + + * Update config.sub and config.guess . (closes: #115002) + + -- Chanop Silpa-Anan Thu, 25 Oct 2001 05:46:15 +1000 + +libdc1394 (0.8.1-1.1) unstable; urgency=low + + * Oh, silly me. The Depends line did not tell me that this library depends + on libraw1394. Oops .. + * Add Build-Depends: libraw1394-dev . (closes: #108811) + * Add Depends: libraw1394-dev to libdc1394-dev. + + -- Chanop Silpa-Anan Thu, 16 Aug 2001 11:33:18 +1000 + +libdc1394 (0.8.1-1) unstable; urgency=low + + * Initial Release. (closes: #108311) + + -- Chanop Silpa-Anan Sun, 12 Aug 2001 20:45:15 +1000 --- libdc1394-22-2.0.1.orig/debian/copyright +++ libdc1394-22-2.0.1/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Chanop Silpa-Anan on +Fri, 10 Aug 2001 22:48:35 +1000. + +It was downloaded from http://sourceforge.net/projects/libdc1394/ + +Upstream Authors: Gord Peters + Per Dalgas Jakobsen + Chris Urmson + Damien Douxchamps + +Copyright: + + Copyright (C) 2000 Carnegie Mellon University + Copyright (C) 2000-2001 SMART Technologies Inc. + Copyright (C) 2001-2004 Universite catholique de Louvain + Copyright (C) 2004- Nara Institute of Science and Technology + Copyright (C) 2006- Massachussets Institute of Technology + Copyright (C) 1999,2000 Sebastien Rougeaux + Copyright (C) 2005 Inria Sophia-Antipolis + Copyright (C) 2006 Mikael Olenfalk, Tobii Technology AB, Stockholm Sweden + +License for all source files except examples/affine.c: + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public +License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1. + +Copyright for examples/affine.c, used in dc1394_vloopback: + + Copyright (C) 2002 Charles Yates + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License version 2 can be found in /usr/share/common-licenses/GPL-2. --- libdc1394-22-2.0.1.orig/debian/control +++ libdc1394-22-2.0.1/debian/control @@ -0,0 +1,84 @@ +Source: libdc1394-22 +Section: libs +Priority: extra +Maintainer: Guus Sliepen +Uploaders: Peter De Schrijver (p2) +Build-Depends: debhelper (>> 4.0.0), libraw1394-dev, libx11-dev, libxv-dev, doxygen +Build-Depends-Indep: texlive-latex-recommended, texlive-fonts-recommended +Standards-Version: 3.7.3 + +Package: libdc1394-22-dev +Provides: libdc1394-dev +Conflicts: libdc1394-11-dev, libdc1394-13-dev, libdc1394-20-dev +Section: libdevel +Architecture: any +Depends: libdc1394-22 (= ${binary:Version}), libraw1394-dev, libc6-dev +Description: high level programming interface for IEEE1394 digital camera - 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 is compiled for the old Firewire stack, and is + not compatible with the "juju" stack. + . + This package contains development files. + +Package: libdc1394-22 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: high level programming interface for IEEE1394 digital camera + 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 is compiled for the old Firewire stack, and is + not compatible with the "juju" stack. + . + This package contains shared libraries. + +Package: libdc1394-22-dbg +Section: libdevel +Architecture: any +Depends: libdc1394-22 (= ${binary:Version}) +Description: debugging symbols for the libdc1394-22 library + 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 is compiled for the old Firewire stack, and is + not compatible with the "juju" stack. + . + This package contains the debugging symbols for the shared libraries. + +Package: libdc1394-22-doc +Section: doc +Architecture: all +Description: high level programming interface for IEEE1394 digital camera - 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 +Conflicts: libdc1394-examples +Replaces: libdc1394-examples +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: utilities for IEEE1394 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 is compiled for the old Firewire stack, and is + not compatible with the "juju" stack. + . + This package contains an example program. +