~ubuntu-branches/ubuntu/feisty/gstreamer0.10-ffmpeg/feisty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, debian/control, debian/patches/64_reduce-all-givs-alpha-gcc-4.patch
  • Date: 2005-12-17 23:59:34 UTC
  • Revision ID: james.westby@ubuntu.com-20051217235934-nwlawuiovwzcy06j
Tags: 0.10.0-0ubuntu1
* New upstream version.
  - build the encoders too [debian/rules]
  - don't list libgstreamer0.10-0 as a Depends the shlibs get that
    [debian/control]
  - fix the path of the .la file to clean [debian/rules]
  - no need to run registration at installation with gstreamer0.10
    [debian/gstreamer0.8-ffmpeg.postinst,
     debian/gstreamer0.8-ffmpeg.postrm, debian/gstreamer0.8-ffmpeg.preinst]
  - package name/version updates [debian/changelog, debian/control,
    debian/gstreamer0.8-ffmpeg.install, debian/rules]
  - removed patch shipped with the new upstream code 
    [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gstreamer0.10-ffmpeg
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
 
5
Uploaders: David I. Lehn <dlehn@debian.org>, Loic Minier <lool@dooz.org>
 
6
Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8), autotools-dev, zlib1g-dev, libglib2.0-dev (>= 2.4.0), pkg-config (>= 0.11.0), libgstreamer0.10-dev (>= 0.10.0), libgstreamer-plugins-base0.10-dev
 
7
Standards-Version: 3.6.2
 
8
 
 
9
Package: gstreamer0.10-ffmpeg
 
10
Architecture: any
 
11
Section: libs
 
12
Depends: ${shlibs:Depends}
 
13
Description: FFmpeg plugin for GStreamer
 
14
 This GStreamer plugin supports a large number of audio and video compression
 
15
 formats through the use of the FFmpeg library.  The plugin contains GStreamer
 
16
 elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
 
17
 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...), demuxing 30+ formats, and
 
18
 colorspace conversion.
 
19
 .
 
20
 http://www.ffmpeg.org/
 
21
 http://gstreamer.freedesktop.org/
 
22
 http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html