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

« back to all changes in this revision

Viewing changes to debian/TODO.Debian

  • 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
- build-depend on ffmpeg?
 
2
  * needs libavformat-dev, libavcodec-dev, not libpostproc-dev
 
3
  * needs ffmpeg/avformat.h, ffmpeg/avcodec.h, ffmpeg/avi.h
 
4
  * strip gst-libs from tarball and from toplevel Makefile.am
 
5
  * ffmpeg is configured with --disable-v4l --disable-audio-oss --disable-dv1394 --disable-vhook --disable-ffmpeg --disable-ffserver
 
6
  * strip configure.ac stanza (AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg))
 
7
  * strip gst-libs/Makefile and gst-libs/ext/Makefile from configure.ac
 
8
  * set HAVE_FFMPEG_UNINSTALLED to 0 in configure.ac
 
9
 
 
10
- -dev package?
 
11