r1189 - in /unstable/ffmpeg/debian: changelog patches/series

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed May 21 15:59:01 UTC 2008


Author: siretart
Date: Wed May 21 15:59:01 2008
New Revision: 1189

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1189
Log:

disable and remove 015_build_imgresample.diff

This has the following effect on the list of exported symbols in
libavcodec:

>> diff -u /tmp/symbols.with /tmp/symbols.without                                                                                         :0.0
--- /tmp/symbols.with	2008-05-21 17:50:27.796814246 +0200
+++ /tmp/symbols.without	2008-05-21 17:50:18.272816668 +0200
@@ -408,15 +408,10 @@
 h263_encode_picture_header
 h263_get_picture_format
 h263_pred_motion
-img_convert
 img_copy
 img_crop
 img_get_alpha_info
 img_pad
-img_resample
-img_resample_close
-img_resample_full_init
-img_resample_init
 init_rl
 init_vlc_rl
 init_vlc_sparse
@@ -442,10 +437,6 @@
 rv10_encode_picture_header
 rv20_encode_picture_header
 rv_decode_dc
-sws_freeContext
-sws_getCachedContext
-sws_getContext
-sws_scale
 vorbis_inverse_coupling
 vp56_decode_frame
 vp56_free


Technically, this is of course an ABI breakage. However, without that
patch we get bugs like http://bugs.debian.org/482266


Modified:
    unstable/ffmpeg/debian/changelog
    unstable/ffmpeg/debian/patches/series

Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=1189&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Wed May 21 15:59:01 2008
@@ -1,10 +1,16 @@
 ffmpeg-free (0.svn20080206-5) UNRELEASED; urgency=low
 
+  [ Fabian Greffrath ]
   * debian/control:
     + Fixed dependency typo, libswscale0 conflicts with libswsacle1d but not
       libswscale1d (Closes: #481908).
 
- -- Fabian Greffrath <fabian at debian-unofficial.org>  Thu, 15 May 2008 22:27:54 +0200
+  [ Reinhard Tartler ]
+  * disable 015_build_imgresample.diff. Please port all applications
+    needing the symbols sws_{scale,getContext},
+    sws_{getCachedContext,freeContext} to use libswscale instead.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Wed, 21 May 2008 17:57:58 +0200
 
 ffmpeg-free (0.svn20080206-4) unstable; urgency=low
 

Modified: unstable/ffmpeg/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/patches/series?rev=1189&op=diff
==============================================================================
--- unstable/ffmpeg/debian/patches/series (original)
+++ unstable/ffmpeg/debian/patches/series Wed May 21 15:59:01 2008
@@ -7,7 +7,7 @@
 #020_mmx_intrinsics.diff
 011_link_plugins.diff
 013_strip_unneeded_linker_flags.diff
-015_build_imgresample.diff
+#015_build_imgresample.diff
 #020_mmx_optims.diff
 #020_mmx_pic_code.diff
 #020_disable_snow_mmx_in_pic.diff




More information about the pkg-multimedia-commits mailing list