~ubuntu-branches/ubuntu/karmic/motion/karmic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Frederik Dannemare
  • Date: 2005-03-14 01:03:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050314010318-d5f9uk8m4lymiite
Tags: 3.1.19-1
* New upstream release (Closes: #297671).
* Add support for ffmpeg (add Build-Depends on libavcodec-dev and
  libavformat-dev).
* Update debian/README.Debian to mention the new support for ffmpeg.
* Remove debian/motion.menu (didn't make much sense really).
* Get rid of direct patching of upstream sources. Instead, apply
  Debian-specific modifications at build-time from patches in debian/patches
  with help from dpatch (add Build-Depends on dpatch).
* Remove Suggests on ucbmpeg (Closes: #279385).
* Add Recommends on ffmpeg.
* Include German po-debconf translation by Jens Nachtigall
  <nachtigall@web.de> (Closes: #283017).
* Patch configure to really remove rpath + add -lvorbis -lvorbisenc -ldts
  -la52 to LIBS. Thanks to Sam Hocevar (ffmpeg maintainer) for hints on
  how to properly build with ffmpeg support.
* Upload sponsored by Ari Pollak <ari@debian.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: motion
2
2
Section: graphics
3
3
Priority: optional
4
 
Build-Depends: libjpeg62-dev, debhelper, libmysqlclient10-dev
5
 
Maintainer: Paul Hedderly (DH/DSS) <prh@debian.org>
6
 
Standards-Version: 3.5.2
 
4
Build-Depends: debhelper (>= 4.1.16), libjpeg62-dev, sharutils, nasm, zlib1g-dev, libcurl3-dev, libxmlrpc-c3-dev, libmysqlclient10-dev, postgresql-dev, po-debconf, libavcodec-dev, libavformat-dev, dpatch
 
5
Maintainer: Frederik Dannemare <frederik@dannemare.net>
 
6
Standards-Version: 3.6.1.0
7
7
 
8
8
Package: motion
9
9
Architecture: any
10
 
Depends: ${shlibs:Depends}
11
 
Suggests: ucbmpeg, mysql-client
12
 
Description: V4L Capture Program supporting Movement Detection
13
 
 Motion is a V4L image capture program which supports:
14
 
    - Motion detection
15
 
    - MPEG output
16
 
    - Loopback output (if a module is compiled for your kernel)
17
 
    - webcam output
 
10
Depends: ${shlibs:Depends}, debconf
 
11
Recommends: ffmpeg
 
12
Suggests: mysql-client, postgresql-client
 
13
Description: V4L capture program supporting motion detection
 
14
 Motion is a program that monitors the video signal from
 
15
 one or more cameras and is able to detect if a significant
 
16
 part of the picture has changed. Or in other words, it can
 
17
 detect motion.
 
18
 .
 
19
 Motion is a command line based tool. It has no graphical
 
20
 user interface. Everything is setup either via the
 
21
 command line or via configuration files.
 
22
 .
 
23
 The output from motion can be:
 
24
    - jpg files
 
25
    - ppm format files
 
26
    - mpeg video sequences
 
27
 .
 
28
 Also, motion has its own minimalistic web server. Thus,
 
29
 you can access the webcam output from motion via a browser.