[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted ffmpeg-free 0.svn20080206-4 (source i386)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 29 Apr 2008 09:07:11 +0100
Source: ffmpeg-free
Binary: ffmpeg ffmpeg-dbg libavutil49 libavcodec51 libavdevice52 libpostproc51 libavformat52 libswscale0 libavutil-dev libavcodec-dev libavdevice-dev libpostproc-dev libavformat-dev libswscale-dev
Architecture: source i386
Version: 0.svn20080206-4
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Fabian Greffrath <fabian@debian-unofficial.org>
Description: 
 ffmpeg     - multimedia player, server and encoder
 ffmpeg-dbg - Debug symbols for ffmpeg related packages
 libavcodec-dev - development files for libavcodec
 libavcodec51 - ffmpeg codec library
 libavdevice-dev - development files for libavdevice
 libavdevice52 - ffmpeg device handling library
 libavformat-dev - development files for libavformat
 libavformat52 - ffmpeg file format library
 libavutil-dev - development files for libavutil
 libavutil49 - ffmpeg utility library
 libpostproc-dev - development files for libpostproc
 libpostproc51 - ffmpeg video postprocessing library
 libswscale-dev - development files for libswscale
 libswscale0 - ffmpeg video scaling library
Closes: 400094 418230 432170 434494 438923 440702 441983 447089 448068 449387 461434 468319 470484 471136 472613 478010
Changes: 
 ffmpeg-free (0.svn20080206-4) unstable; urgency=low
 .
   * debian/rules:
     + Moved confflags, that result in GPL versions of the libraries, into a
       dedicated variable gpl_confflags. Add this to the common confflags.
     + Moved --prefix=/usr to the common confflags.
     + Added some comments and whitespace (nothing special).
     + Renamed the "risky" keyword to "internalencoders". Set this in
       DEB_BUILD_OPTIONS in order to create and build from an unstripped tarball
       in the get-orig-source and build rules (Closes: #478010).
     + Introduced the "externalcodecs" keyword. Set this in DEB_BUILD_OPTIONS to
       enable support for additional codecs via external libraries.
     + Commented out the amr?b codecs among the external codecs, because the
       resulting packages will be unredistributable.
 .
 ffmpeg-free (0.svn20080206-3) experimental; urgency=low
 .
   * install qt-faststart. Thanks Stefan Hermann for the patch from ubuntu.
     (Closes: #470484)
   * Reenable 020_fix_libswscale_pic_code, fixes FTBFS on amd64.
   * Reenable altivec, fixes FTBFS on powerpc.
   * Add some notes about the removed mpeg encoders (Closes: #440702)
 .
 ffmpeg-free (0.svn20080206-2) experimental; urgency=low
 .
   [ Reinhard Tartler ]
   * patches/020_fix_sws_scale_crash: if sws_scale is given an invalid context
     (e.g. a null pointer), the function will crash because of a null pointer
     dereference. Add a check for that here.
   * add Conflicts/Replaces for libswscale1d.
   * Due to the fact that we no longer build the shared version of ffmpeg with
     mmx optimisations, the following patches have been dropped:
       - 020_mmx_optims.diff
       - 020_mmx_pic_code.diff
       - 020_disable_snow_mmx_in_pic.diff
       - 020_fix_libswscale_pic_code
 .
   [ Fabian Greffrath ]
   * debian/control:
     + Added libx11-dev and libxext-dev to Build-Depends.
   * debian/rules:
     + Build with --enable-x11grab (Closes: #441983).
     + Build ffmpeg and shared libraries with --extra-cflags="-fPIC -DPIC"
       (feeling confident that this closes: #472613) and "drop the surgery
       regarding Makefile.pic and config.mak.pic".
     + In this context, cleaned up build rule: Run '$(MAKE)' and '$(MAKE) clean'
       from the top source directory instead of diving into the library
       directories; force move during backup and recovery of the static
       libraries; let the build rule itself depend on config-extra-includes.h
       (instead of build-stamp) to avoid being run again from the binary rule;
       some more minor changes of cosmetic type.
     + Renamed config-extra-includes rule to config-extra-includes.h to
       reflect the file name of the created file (also changed to override it
       instead of appending) and to avoid the rule to be run twice.
     + Disabled all architecture-specific optimizations for the time being.
 .
 ffmpeg-free (0.svn20080206-1) experimental; urgency=low
 .
   [ Reinhard Tartler ]
   * new upstream release (Closes: #471136)
   * refreshed patches
   * libogg was dropped upstream
   * no longer install integer.h, as it is not part of the public API (see
     upstream r11642).
   * no longer install rtp.h, as it is not part of the public API (see
     upstream r11505).
   * install crc.h and sha1.h to libavutil-dev, since it is part of the
     public API now.
   * introduce new package: libavdevice52 and libavdevice-dev.
   * Implemented debian/get-orig-source.sh and adjusted the get-orig-source
     target in debian/rules to use that.
   * fix invocation of the testsuite.
   * bump standards version to 3.7.3 (no changes needed).
   * add script recordshow.sh (Closes: 461434). Thanks to
     Daniel Dickinson <cshore@wightman.ca>
   * Introdcue binary package ffmpeg-dbg, which contains debugging symbols
     of the shared library packages.
 .
   [ Fabian Greffrath ]
   * debian/changelog:
     + Source is exported from SVN, not CVS. Reflect this in the versioning
       scheme (Closes: #468319).
   * debian/control:
     + Changed Build-Depends to liba52-0.7.4-dev | liba52-dev.
     + Improved descriptions and dependencies for libavdevice packages.
   * debian/control, debian/compat:
     + Bumped debhelper Build-Depends to (>= 6.0.0).
   * debian/control, debian/*.install:
     + Adopted shared library package names to upstream SONAMEs.
   * debian/README.Debian:
     + Updated, since AAC decoding (through FAAD) is now enabled.
     + Updated URL for unofficial ffmpeg packages.
   * debian/rules:
     + Reordered confflags to optionally build LGPL versions of the libraries.
     + Removed trailing whitespace.
     + Removed unused strip rule.
     + Added libxvidcore4-dev to weak-build-deps and fixed confflags
       in DEB_BUILD_OPTIONS=risky accordingly.
     + Added a get-orig-source rule to reproduce the source tarball. Produce an
       unstripped tarball if DEB_BUILD_OPTIONS=risky.
     + Do not run debian/fixup-config.sh if DEB_BUILD_OPTIONS=risky.
   * debian/patches/011_link_plugins.diff:
     + Updated to link all plugins against libavutil since they all use symbols
       from this library. Resolves "symbols found in none of the libraries"
       warnings from dpkg-shlibdeps.
 .
 ffmpeg-free (0.cvs20071007-4) experimental; urgency=low
 .
   [ Fabian Greffrath ]
   * debian/control:
     + Wrapped Uploaders, Build-Depends and Depends,
       Conflicts and Replaces fields.
     + Added libfaad-dev to Build-Depends.
     + Added Homepage field.
     + Added ${misc:Depends} to all Depends.
   * debian/rules:
     + Enabled faad support via libfaad
       (Closes: #400094, #418230, #447089, #448068, #449387).
     + Added libmp3lame-dev to weak-build-deps in DEB_BUILD_OPTIONS=risky.
     + Added support for amrnb, amrwb and x264 (Closes: #432170) in
       DEB_BUILD_OPTIONS=risky.
 .
   [ Reinhard Tartler ]
   * added Fabian Greffrath to Uploaders
 .
 ffmpeg-free (0.cvs20071007-3) experimental; urgency=low
 .
   * disable armv6 code generation. Thanks to Joey Hess for the patch
     (Closes: #438923).
 .
 ffmpeg-free (0.cvs20071007-2) experimental; urgency=low
 .
   * restore soname on libavutil. got dropped on previous upload.
   * Bug fix: "needs libavutil-dev headers but doesn't depend on it",
     thanks to rmh@aybabtu.com (Closes: #434494). This was actually already
     fixed in a previous upload.
   * build dependencies in debian/control are now multiline.
   * Drop the XS- from the Vcs-Browser and Vcs-Svn field.
 .
 ffmpeg-free (0.cvs20071007-1) experimental; urgency=low
 .
   * new upstream snapshot, using the same day as the mplayer release
   * Refreshing patches:
     -005_altivec_flags.diff: dropped, merged upstream
     -005_m68k_workaround.diff: refreshed
     -005_runtime_cpudetect.diff: refreshed
     -006_mips_pthreads.diff: refreshed
     -010_proper_rpath.diff: refreshed
     -010_shared_library_versioning.diff: refreshed
     -011_link_plugins.diff: refreshed (moved to top level makefile)
     -015_build_imgresample.diff: refreshed
     -020_disable_snow_mmx_in_pic.diff: refreshed
     -020_fix_libswscale_pic_code.diff: refreshed
     -020_mmx_optims.diff: refreshed
     -020_mmx_pic_code.diff: refreshed
     -040_early_altivec_detection.diff: disabled, doesn't apply anymore
     -040_only_use_maltivec_when_needed.diff disabled, (causes ftbfs, needs revising)
     -040_only_use_maltivec_when_needed.diff: refresh
     -051_mjpeg_gray_support.diff, removed applied upstream
     -053_rm_demux_crash.diff removed, applied upstream.
     -060_fix_avi_skip.diff removed, does not apply anymore
   * remove --enable-libdts. ffmpeg now has an internal dts decoder since
     r9051 (2007-05-17). It seems that at least some packages link to libdts and
     rely on the transitive dependency via ffmpeg. Please add explicit dependencies
     on libdts instead!
   * Don't ignore errors in upstream Makefile. Bug found via lintian.
 .
 ffmpeg-free (0.cvs20070307-7) UNRELEASED; urgency=low
 .
   * debian/patches/051_mjpeg_gray_support.diff:
     + Support grayscale MJPEG streams as sent by Axis cameras.
Checksums-Sha1: 
 28dfc58779bcda02b69e46c549cb411e6c9b1a8b 2042 ffmpeg-free_0.svn20080206-4.dsc
 39549cba5e4ac1c0b9ecec1469a70e1d72d6fdd9 39624 ffmpeg-free_0.svn20080206-4.diff.gz
 c2658308b12b460d3a7370801f083a26abfc3912 214698 ffmpeg_0.svn20080206-4_i386.deb
 7164153baebf83d474119c6e9bae345b796dadbd 3676420 ffmpeg-dbg_0.svn20080206-4_i386.deb
 e85a4f16f72812e4671aa86c04d4a37bbab1e64f 48864 libavutil49_0.svn20080206-4_i386.deb
 6ec132f87d22c179370949052dd124fcd468a225 1642622 libavcodec51_0.svn20080206-4_i386.deb
 c1c6f06e963450e0e28ebb564caadee788b87fcf 42000 libavdevice52_0.svn20080206-4_i386.deb
 db5fe886d0ee1c95dafcbe2c5287a3cd551eec64 76098 libpostproc51_0.svn20080206-4_i386.deb
 905bf8eabfb5b573f7a19c7ed54626aa712a52b3 319434 libavformat52_0.svn20080206-4_i386.deb
 59fe6d3933ae8ec0e04a01e8d428978cff1c1efe 103848 libswscale0_0.svn20080206-4_i386.deb
 c9756b0f17ed091c5661c6f5244132f5e9e97964 63070 libavutil-dev_0.svn20080206-4_i386.deb
 3fefc3602418ef56fd193ec2d523ecd92ef712c1 1890814 libavcodec-dev_0.svn20080206-4_i386.deb
 03ddace571078d4da89bc903949249f3cd98b235 41670 libavdevice-dev_0.svn20080206-4_i386.deb
 adbdf38e929ffb35760e788a5a766e0d0bd82866 76784 libpostproc-dev_0.svn20080206-4_i386.deb
 3bf782e90f887403a59c6b1da16641bcd6c0adef 372202 libavformat-dev_0.svn20080206-4_i386.deb
 c22ff0afa6fa2a5f698cda20f816faabdd0c3e25 118642 libswscale-dev_0.svn20080206-4_i386.deb
Checksums-Sha256: 
 df604276491285da6f2bc3568097a4d8e90482884a8d8d18a62800bb2f7d6dc2 2042 ffmpeg-free_0.svn20080206-4.dsc
 01a15eb2b1415d218eb130d0a3f35d8c814099d36582f4e1a590284a22c7cd5d 39624 ffmpeg-free_0.svn20080206-4.diff.gz
 a9061c178c0877b62a4f0f3aabfaddd19076647afeb0e7197989f45e30337d0d 214698 ffmpeg_0.svn20080206-4_i386.deb
 8fb67d15b6c7fee5250b2c22114ab2c1b8a99f03d93fa12e499548e1632a5a30 3676420 ffmpeg-dbg_0.svn20080206-4_i386.deb
 cf8e10b8910e5b5ef78b90855fb37e322486b17c0135c28e4239138beb0d181c 48864 libavutil49_0.svn20080206-4_i386.deb
 8401a76975ab4b19f8eafbf4ebd358134c9416d035d33e8e8313b6f4d52bdecf 1642622 libavcodec51_0.svn20080206-4_i386.deb
 f7e9ca30bbf5423b8095ddc5f4be19b13f81dd8c86e74825797d2b68fe986f10 42000 libavdevice52_0.svn20080206-4_i386.deb
 94a0349a2174fc8ef8dec2c60928375b75364ac81b9e5518c5d9d434411d4a22 76098 libpostproc51_0.svn20080206-4_i386.deb
 6cc6e990119a4baf61ccaa44cd3ac5aef176b2916f4b9919c174e7a21132fc58 319434 libavformat52_0.svn20080206-4_i386.deb
 b933d155c5a123741f74ea6e974b96dc9174aa8f93d70a0169f2ab25ff1022fa 103848 libswscale0_0.svn20080206-4_i386.deb
 5d6bca20a2c37a525c784851d8f2addf886e00f603655987782b38cf24302263 63070 libavutil-dev_0.svn20080206-4_i386.deb
 fe8bdbec002541ba561da50ba9edb7266b8d1a89de79153af35d8aca243d5062 1890814 libavcodec-dev_0.svn20080206-4_i386.deb
 3a3685f91cb055aad9b5a49b4aad3e1e0712bdff026a4bf3f7f32b5799402d39 41670 libavdevice-dev_0.svn20080206-4_i386.deb
 6b030fcdbbef8f311a36c989dd491716e741f7374c7ecce2907b864b9dc027b6 76784 libpostproc-dev_0.svn20080206-4_i386.deb
 180f662da79d858fb30a128b23060f115a7fcd10342df474ae3383e6c322aac3 372202 libavformat-dev_0.svn20080206-4_i386.deb
 c1f07ea4a84a2b7164e8c17a359311be4993bfc2a0b9267bc7359553aaed9a0b 118642 libswscale-dev_0.svn20080206-4_i386.deb
Files: 
 48839eab5f39d6f9cb095e85eba7dba1 2042 libs optional ffmpeg-free_0.svn20080206-4.dsc
 2d749ef1fd6aa39bb835497ebc17d667 39624 libs optional ffmpeg-free_0.svn20080206-4.diff.gz
 19c02e444b8637b756dd3aacacd9189d 214698 graphics optional ffmpeg_0.svn20080206-4_i386.deb
 aa540b882108becd741c2a7b90e7b8e0 3676420 libs extra ffmpeg-dbg_0.svn20080206-4_i386.deb
 d22d74194cfd72186642e2a3b554589d 48864 libs optional libavutil49_0.svn20080206-4_i386.deb
 5b5a5a9297961029a89ef66c5f693d8c 1642622 libs optional libavcodec51_0.svn20080206-4_i386.deb
 89f90961f34fb860b802b8cf241c6b97 42000 libs optional libavdevice52_0.svn20080206-4_i386.deb
 e23d784e1cc14fef188c7f72ac85b74c 76098 libs optional libpostproc51_0.svn20080206-4_i386.deb
 4a473bce61769b1f3bfa43d6807c1c38 319434 libs optional libavformat52_0.svn20080206-4_i386.deb
 a16112fedbb487b347428cf3972c2691 103848 libs optional libswscale0_0.svn20080206-4_i386.deb
 806341e8522d495fa0f7ac281458062f 63070 libdevel optional libavutil-dev_0.svn20080206-4_i386.deb
 89575007ce5a2db2ba70dbf08382098e 1890814 libdevel optional libavcodec-dev_0.svn20080206-4_i386.deb
 8ef9af6087c181450e7ae4e9e6ea65b5 41670 libdevel optional libavdevice-dev_0.svn20080206-4_i386.deb
 eb40e429acc96c8c1171bc6f64305a93 76784 libdevel optional libpostproc-dev_0.svn20080206-4_i386.deb
 749a174616e651b4ac7e5d3f287f5f6c 372202 libdevel optional libavformat-dev_0.svn20080206-4_i386.deb
 8d6791d602b5d3d694783308e8230fae 118642 libdevel optional libswscale-dev_0.svn20080206-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian Powered!

iD8DBQFIGHF9mAg1RJRTSKQRAnpbAJ9Nq6akiuXMl/KtyFjvW8jZ5qXnwACdGlbV
o9WRyNnt7o1tb+WiSXNXEw4=
=PHRU
-----END PGP SIGNATURE-----


Accepted:
ffmpeg-dbg_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/ffmpeg-dbg_0.svn20080206-4_i386.deb
ffmpeg-free_0.svn20080206-4.diff.gz
  to pool/main/f/ffmpeg-free/ffmpeg-free_0.svn20080206-4.diff.gz
ffmpeg-free_0.svn20080206-4.dsc
  to pool/main/f/ffmpeg-free/ffmpeg-free_0.svn20080206-4.dsc
ffmpeg_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/ffmpeg_0.svn20080206-4_i386.deb
libavcodec-dev_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavcodec-dev_0.svn20080206-4_i386.deb
libavcodec51_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavcodec51_0.svn20080206-4_i386.deb
libavdevice-dev_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavdevice-dev_0.svn20080206-4_i386.deb
libavdevice52_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavdevice52_0.svn20080206-4_i386.deb
libavformat-dev_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavformat-dev_0.svn20080206-4_i386.deb
libavformat52_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavformat52_0.svn20080206-4_i386.deb
libavutil-dev_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavutil-dev_0.svn20080206-4_i386.deb
libavutil49_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libavutil49_0.svn20080206-4_i386.deb
libpostproc-dev_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libpostproc-dev_0.svn20080206-4_i386.deb
libpostproc51_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libpostproc51_0.svn20080206-4_i386.deb
libswscale-dev_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libswscale-dev_0.svn20080206-4_i386.deb
libswscale0_0.svn20080206-4_i386.deb
  to pool/main/f/ffmpeg-free/libswscale0_0.svn20080206-4_i386.deb


Reply to: