~ubuntu-branches/ubuntu/vivid/sox/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Pascal Giard
  • Date: 2011-08-21 23:57:28 UTC
  • Revision ID: james.westby@ubuntu.com-20110821235728-kj30p19q5dp0ohqf
Tags: 14.3.2-2
* Dynamically link against libmp3lame now that it's part of main
  (closes: #627687).
* Preparing for transition from ffmpeg to libav (closes: #638206).
* [debian/rules]:
  - Removed --enable-dl-lame, no longer needed.
* [debian/control]:
  - Added Build-Dep on libmp3lame-dev.
  - Updated libsox-fmt-mp3 to reflect the change.
* [debian/patches/01_transition_to_libav.patch]:
  - Added support for libav while still supporting ffmpeg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
               libltdl3-dev,
17
17
               libmad0-dev,
18
18
               libmagic-dev,
 
19
               libmp3lame-dev,
19
20
               libopencore-amrnb-dev,
20
21
               libopencore-amrwb-dev,
21
22
               libpng12-dev,
42
43
 SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU,
43
44
 GSM and several more.
44
45
 Any format support requires at least libsox-fmt-base. Some formats have their
45
 
 own package e.g. mp3 read support is provided by libsox-fmt-mp3.
 
46
 own package e.g. mp3 read and write support is provided by libsox-fmt-mp3.
46
47
 .
47
48
 SoX supports most common sound architectures i.e. Alsa, Libao, OSS and Pulse
48
49
 (respectively provided by libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss and
119
120
 SoX is the swiss army knife of sound processing.
120
121
 .
121
122
 This package contains the SoX MP3 format library.
122
 
 Read support by libmad. Write support is available if libmp3lame is installed.
 
123
 Read support by libmad. Write support by libmp3lame.
123
124
 .
124
125
 libmad: http://www.underbit.com/products/mad/
125
126
 lame: http://lame.sourceforge.net/