~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Osmo Antero
  • Date: 2011-09-18 09:13:24 UTC
  • Revision ID: osmoma@gmail.com-20110918091324-wosqw4bzzhhyqz6m
VersionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: audio-recorder
2
2
Section: utils
3
3
Priority: optional
4
 
Maintainer: Osmo Antero Maatta <osmoma@gmail.com>
 
4
Maintainer: Osmo Antero <osmoma@gmail.com>
5
5
Standards-Version: 3.8.3
6
6
Build-Depends: debhelper (>= 7), autotools-dev, gettext, intltool, pkg-config, libgtk2.0-dev, libglib2.0-dev, libgconf2-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgnome-media-dev, libpulse-dev, libdbus-1-dev, libdbus-glib-1-dev, libappindicator-dev
 
7
 
 
8
# Required by the Unity desktop
 
9
# ,libappindicator-dev
 
10
 
7
11
# Note: Consider removing the libpulse-dev dependency. 
8
12
Homepage: https://launchpad.net/audio-recorder
9
 
 
10
13
Package: audio-recorder
11
14
Architecture: any
12
 
Depends: ${shlibs:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good
 
15
Depends: ${shlibs:Depends}, pulseaudio, libgnome-media0, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good
13
16
# Note: MP3 support requires gstreamer0.10-plugins-ugly* packages.
14
17
Description: Audio recorder for GNOME and Unity Desktops.
15
18
 This program allows you to record your favourite music or audio to a file. 
16
19
 It can record audio from your system soundcard, microphones, browsers and 
17
20
 webcams. Put simply; if it plays out of your loudspeakers you can record it. 
18
21
 This program has a timer that can start, stop or pause recording on certain 
19
 
 condition such as audio level, file size and clock time. This recorder can 
 
22
 conditions such as audio level, file size and clock time. This recorder can 
20
23
 automatically record your Skype calls. It supports several audio (output) 
21
24
 formats such as OGG audio, Flac, MP3 and WAV.
22
25