[SCM] xvidcore/master: Explicitely Build-Conflict against yasm on kfreebsd-amd64.

Reinhard Tartler siretart at tauware.de
Fri Jul 29 09:18:26 UTC 2011


On Fri, Jul 29, 2011 at 10:17:57 (CEST), Fabian Greffrath wrote:

> Am 28.07.2011 22:36, schrieb Fabian Greffrath:
>> I am going to implement a confflags file and add some arch-specific
>> configure parameteres. On ppc, for example, it unconditionally builds
>> Altivec code which has to get overridden by a parameter to configure.
>
> I have added a debian/confflags file in GIT. Could someone please
> review it and check that I have used the DEB_HOST_* variables in a
> sane manner? I don't have access to porter machines to check them myself.

I've compiled current git on asdfasdf.debian.net. Find the buildlog
below. I'm particularily nervous about the symbols diffs:

 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: source package xvidcore
dpkg-buildpackage: source version 2:1.3.2-5
dpkg-buildpackage: source changed by Fabian Greffrath <fabian+debian at greffrath.com>
 dpkg-source --before-build xvidcore
dpkg-buildpackage: host architecture kfreebsd-amd64
dpkg-source: info: using options from xvidcore/debian/source/local-options: --unapply-patches --abort-on-upstream-changes
dpkg-source: warning: patches have not been applied, applying them now (use --no-preparation to override)
dpkg-source: info: applying hurd.diff
 fakeroot debian/rules clean
dh clean --sourcedirectory=build/generic \
		--parallel
   dh_testdir -O--sourcedirectory=build/generic -O--parallel
   dh_auto_clean -O--sourcedirectory=build/generic -O--parallel
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore/build/generic'
  Cl: Build directory
  Cl: Generated build files
make[1]: Leaving directory `/home/siretart/xvidcore/xvidcore/build/generic'
   dh_clean -O--sourcedirectory=build/generic -O--parallel
 debian/rules build
make: `build' is up to date.
 fakeroot debian/rules binary
dh binary --sourcedirectory=build/generic \
		--parallel
   dh_testdir -O--sourcedirectory=build/generic -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore'
cd build/generic && autoconf
dh_auto_configure -- --disable-assembly
configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking
checking build system type... x86_64-pc-kfreebsd-gnu
checking host system type... x86_64-pc-kfreebsd-gnu
checking target system type... x86_64-pc-kfreebsd-gnu
checking whether to use default CFLAGS... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... ar
checking for whether to use assembly code... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of int *... 8
checking whether byte ordering is bigendian... no
checking for build extensions... .so .a .o
checking for platform specific LDFLAGS/CFLAGS... ok
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
configure: creating ./config.status
config.status: creating platform.inc
configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking
make[1]: Leaving directory `/home/siretart/xvidcore/xvidcore'
   dh_auto_build -O--sourcedirectory=build/generic -O--parallel
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore/build/generic'

---------------------------------------------------------------
Object files used for this build
---------------------------------------------------------------

decoder.o encoder.o xvid.o bitstream/bitstream.o bitstream/cbp.o bitstream/mbcoding.o dct/fdct.o dct/idct.o dct/simple_idct.o image/colorspace.o image/image.o image/interpolate8x8.o image/font.o image/postprocessing.o image/qpel.o image/reduced.o motion/estimation_bvop.o motion/estimation_common.o motion/estimation_gmc.o motion/estimation_pvop.o motion/estimation_rd_based.o motion/estimation_rd_based_bvop.o motion/gmc.o motion/motion_comp.o motion/vop_type_decision.o motion/sad.o prediction/mbprediction.o plugins/plugin_single.o plugins/plugin_2pass1.o plugins/plugin_2pass2.o plugins/plugin_lumimasking.o plugins/plugin_dump.o plugins/plugin_psnr.o plugins/plugin_ssim.o plugins/plugin_psnrhvsm.o quant/quant_h263.o quant/quant_matrix.o quant/quant_mpeg.o utils/emms.o utils/mbtransquant.o utils/mem_align.o utils/mem_transfer.o utils/timer.o


---------------------------------------------------------------
Using CFLAGS
---------------------------------------------------------------

CFLAGS=-Wall -O3 -fstrength-reduce -finline-functions -ffast-math -fomit-frame-pointer


---------------------------------------------------------------
Target Libraries
---------------------------------------------------------------

Shared library: libxvidcore.so.4.3
Static library: libxvidcore.a


---------------------------------------------------------------
Install Paths
---------------------------------------------------------------

Include Directory: /usr/include
Library Directory: /usr/lib

  D: =build
  C: ./decoder.c
  C: ./encoder.c
  C: ./xvid.c
../../src/xvid.c: In function 'xvid_gbl_convert':
../../src/xvid.c:752:6: warning: variable 'width2' set but not used [-Wunused-but-set-variable]
  C: bitstream/bitstream.c
../../src/bitstream/bitstream.c: In function 'BitstreamReadHeaders':
../../src/bitstream/bitstream.c:614:11: warning: variable 'sprite_top_coord' set but not used [-Wunused-but-set-variable]
../../src/bitstream/bitstream.c:613:11: warning: variable 'sprite_left_coord' set but not used [-Wunused-but-set-variable]
../../src/bitstream/bitstream.c:612:11: warning: variable 'sprite_height' set but not used [-Wunused-but-set-variable]
../../src/bitstream/bitstream.c:611:11: warning: variable 'sprite_width' set but not used [-Wunused-but-set-variable]
../../src/bitstream/bitstream.c:607:10: warning: variable 'low_latency_sprite_enable' set but not used [-Wunused-but-set-variable]
  C: bitstream/cbp.c
  C: bitstream/mbcoding.c
  C: dct/fdct.c
  C: dct/idct.c
  C: dct/simple_idct.c
  C: image/colorspace.c
  C: image/image.c
  C: image/interpolate8x8.c
  C: image/font.c
  C: image/postprocessing.c
  C: image/qpel.c
  C: image/reduced.c
  C: motion/estimation_bvop.c
  C: motion/estimation_common.c
  C: motion/estimation_gmc.c
  C: motion/estimation_pvop.c
  C: motion/estimation_rd_based.c
  C: motion/estimation_rd_based_bvop.c
  C: motion/gmc.c
  C: motion/motion_comp.c
  C: motion/vop_type_decision.c
  C: motion/sad.c
  C: prediction/mbprediction.c
  C: plugins/plugin_single.c
  C: plugins/plugin_2pass1.c
  C: plugins/plugin_2pass2.c
  C: plugins/plugin_lumimasking.c
  C: plugins/plugin_dump.c
  C: plugins/plugin_psnr.c
  C: plugins/plugin_ssim.c
  C: plugins/plugin_psnrhvsm.c
  C: quant/quant_h263.c
  C: quant/quant_matrix.c
  C: quant/quant_mpeg.c
  C: utils/emms.c
  C: utils/mbtransquant.c
  C: utils/mem_align.c
  C: utils/mem_transfer.c
  C: utils/timer.c
  L: libxvidcore.a
  L: libxvidcore.so.4.3

---------------------------------------------------------------
 Xvid has been successfully built.

 * Binaries are currently located in the '=build' directory
 * To install them on your system, you can run '# make install'
   as root.
---------------------------------------------------------------

make[1]: Leaving directory `/home/siretart/xvidcore/xvidcore/build/generic'
   dh_auto_test -O--sourcedirectory=build/generic -O--parallel
   dh_testroot -O--sourcedirectory=build/generic -O--parallel
   dh_prep -O--sourcedirectory=build/generic -O--parallel
   dh_installdirs -O--sourcedirectory=build/generic -O--parallel
   dh_auto_install -O--sourcedirectory=build/generic -O--parallel
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore/build/generic'
  D: /usr/lib
  I: /usr/lib/libxvidcore.so.4.3
  I: /usr/lib/libxvidcore.a
  D: /usr/include
  I: /usr/include/xvid.h
make[1]: Leaving directory `/home/siretart/xvidcore/xvidcore/build/generic'
   dh_install -O--sourcedirectory=build/generic -O--parallel
   dh_installdocs -O--sourcedirectory=build/generic -O--parallel
   dh_installchangelogs -O--sourcedirectory=build/generic -O--parallel
   dh_installexamples -O--sourcedirectory=build/generic -O--parallel
   dh_installman -O--sourcedirectory=build/generic -O--parallel
   dh_installcatalogs -O--sourcedirectory=build/generic -O--parallel
   dh_installcron -O--sourcedirectory=build/generic -O--parallel
   dh_installdebconf -O--sourcedirectory=build/generic -O--parallel
   dh_installemacsen -O--sourcedirectory=build/generic -O--parallel
   dh_installifupdown -O--sourcedirectory=build/generic -O--parallel
   dh_installinfo -O--sourcedirectory=build/generic -O--parallel
   dh_pysupport -O--sourcedirectory=build/generic -O--parallel
dh_pysupport: This program is deprecated, you should use dh_python2 instead. Migration guide: http://deb.li/dhs2p
   dh_installinit -O--sourcedirectory=build/generic -O--parallel
   dh_installmenu -O--sourcedirectory=build/generic -O--parallel
   dh_installmime -O--sourcedirectory=build/generic -O--parallel
   dh_installmodules -O--sourcedirectory=build/generic -O--parallel
   dh_installlogcheck -O--sourcedirectory=build/generic -O--parallel
   dh_installlogrotate -O--sourcedirectory=build/generic -O--parallel
   dh_installpam -O--sourcedirectory=build/generic -O--parallel
   dh_installppp -O--sourcedirectory=build/generic -O--parallel
   dh_installudev -O--sourcedirectory=build/generic -O--parallel
   dh_installwm -O--sourcedirectory=build/generic -O--parallel
   dh_installxfonts -O--sourcedirectory=build/generic -O--parallel
   dh_installgsettings -O--sourcedirectory=build/generic -O--parallel
   dh_bugfiles -O--sourcedirectory=build/generic -O--parallel
   dh_ucf -O--sourcedirectory=build/generic -O--parallel
   dh_lintian -O--sourcedirectory=build/generic -O--parallel
   dh_gconf -O--sourcedirectory=build/generic -O--parallel
   dh_icons -O--sourcedirectory=build/generic -O--parallel
   dh_perl -O--sourcedirectory=build/generic -O--parallel
   dh_usrlocal -O--sourcedirectory=build/generic -O--parallel
   dh_link -O--sourcedirectory=build/generic -O--parallel
   dh_compress -O--sourcedirectory=build/generic -O--parallel
   dh_fixperms -O--sourcedirectory=build/generic -O--parallel
   dh_strip -O--sourcedirectory=build/generic -O--parallel
   dh_makeshlibs -O--sourcedirectory=build/generic -O--parallel
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libxvidcore4/DEBIAN/symbols doesn't match completely debian/libxvidcore4.symbols
--- debian/libxvidcore4.symbols (libxvidcore4_2:1.3.2-5_kfreebsd-amd64)
+++ dpkg-gensymbolsU0BQsn	2011-07-29 09:16:15.000000000 +0000
@@ -1,7 +1,321 @@
 libxvidcore.so.4 libxvidcore4 #MINVER#
+ BitstreamReadHeaders at Base 2:1.3.2-5
+ BitstreamWriteEndOfSequence at Base 2:1.3.2-5
+ BitstreamWriteGroupOfVopHeader at Base 2:1.3.2-5
+ BitstreamWriteUserData at Base 2:1.3.2-5
+ BitstreamWriteVolHeader at Base 2:1.3.2-5
+ BitstreamWriteVopHeader at Base 2:1.3.2-5
+ CheckCandidate16no4v at Base 2:1.3.2-5
+ CodeCoeffInter_CalcBits at Base 2:1.3.2-5
+ CodeCoeffIntra_CalcBits at Base 2:1.3.2-5
+ FullRefine_Fast at Base 2:1.3.2-5
+ GMEanalysis at Base 2:1.3.2-5
+ GlobalMotionEst at Base 2:1.3.2-5
+ GlobalMotionEstRefine at Base 2:1.3.2-5
+ MBCoding at Base 2:1.3.2-5
+ MBCodingBVOP at Base 2:1.3.2-5
+ MBFieldTest at Base 2:1.3.2-5
+ MBFieldTest_c at Base 2:1.3.2-5
+ MBFrameToField at Base 2:1.3.2-5
+ MBMotionCompensation at Base 2:1.3.2-5
+ MBMotionCompensationBVOP at Base 2:1.3.2-5
+ MBPrediction at Base 2:1.3.2-5
+ MBTransQuantInter at Base 2:1.3.2-5
+ MBTransQuantInterBVOP at Base 2:1.3.2-5
+ MBTransQuantIntra at Base 2:1.3.2-5
+ MEanalysis at Base 2:1.3.2-5
+ ModeDecision_BVOP_RD at Base 2:1.3.2-5
+ MotionEstimateSMP at Base 2:1.3.2-5
+ MotionEstimation at Base 2:1.3.2-5
+ MotionEstimationBVOP at Base 2:1.3.2-5
+ SMPMotionEstimationBVOP at Base 2:1.3.2-5
+ TMNMVtab0 at Base 2:1.3.2-5
+ TMNMVtab1 at Base 2:1.3.2-5
+ TMNMVtab2 at Base 2:1.3.2-5
+ abgr_to_yv12 at Base 2:1.3.2-5
+ abgr_to_yv12_c at Base 2:1.3.2-5
+ abgri_to_yv12 at Base 2:1.3.2-5
+ abgri_to_yv12_c at Base 2:1.3.2-5
+ add_acdc at Base 2:1.3.2-5
+ add_noise at Base 2:1.3.2-5
+ add_upsampled_8x8_16to8 at Base 2:1.3.2-5
+ argb_to_yv12 at Base 2:1.3.2-5
+ argb_to_yv12_c at Base 2:1.3.2-5
+ argbi_to_yv12 at Base 2:1.3.2-5
+ argbi_to_yv12_c at Base 2:1.3.2-5
+ bgr_to_yv12 at Base 2:1.3.2-5
+ bgr_to_yv12_c at Base 2:1.3.2-5
+ bgra_to_yv12 at Base 2:1.3.2-5
+ bgra_to_yv12_c at Base 2:1.3.2-5
+ bgrai_to_yv12 at Base 2:1.3.2-5
+ bgrai_to_yv12_c at Base 2:1.3.2-5
+ bgri_to_yv12 at Base 2:1.3.2-5
+ bgri_to_yv12_c at Base 2:1.3.2-5
+ blocksum8 at Base 2:1.3.2-5
+ blocksum8_c at Base 2:1.3.2-5
+ bs_get_spritetrajectory at Base 2:1.3.2-5
+ bs_put_spritetrajectory at Base 2:1.3.2-5
+ calc_cbp at Base 2:1.3.2-5
+ calc_cbp_c at Base 2:1.3.2-5
+ calc_cbp_plain at Base 2:1.3.2-5
+ cbpy_table at Base 2:1.3.2-5
+ check_resync_marker at Base 2:1.3.2-5
+ coeff8_energy at Base 2:1.3.2-5
+ coeff8_energy_c at Base 2:1.3.2-5
+ coeff_tab at Base 2:1.3.2-5
+ colorspace_init at Base 2:1.3.2-5
+ consim_c at Base 2:1.3.2-5
+ consim_gaussian at Base 2:1.3.2-5
+ consim_gaussian_int at Base 2:1.3.2-5
+ copy_upsampled_8x8_16to8 at Base 2:1.3.2-5
+ dc_lum_tab at Base 2:1.3.2-5
+ dc_threshold at Base 2:1.3.2-5
+ dcc_tab at Base 2:1.3.2-5
+ dcy_tab at Base 2:1.3.2-5
+ deblock8x8_h at Base 2:1.3.2-5
+ deblock8x8_v at Base 2:1.3.2-5
+ decoder_create at Base 2:1.3.2-5
+ decoder_decode at Base 2:1.3.2-5
+ decoder_destroy at Base 2:1.3.2-5
+ dequant_h263_inter at Base 2:1.3.2-5
+ dequant_h263_inter_c at Base 2:1.3.2-5
+ dequant_h263_intra at Base 2:1.3.2-5
+ dequant_h263_intra_c at Base 2:1.3.2-5
+ dequant_mpeg_inter at Base 2:1.3.2-5
+ dequant_mpeg_inter_c at Base 2:1.3.2-5
+ dequant_mpeg_intra at Base 2:1.3.2-5
+ dequant_mpeg_intra_c at Base 2:1.3.2-5
+ dev16 at Base 2:1.3.2-5
+ dev16_c at Base 2:1.3.2-5
+ emms at Base 2:1.3.2-5
+ emms_c at Base 2:1.3.2-5
+ enc_create at Base 2:1.3.2-5
+ enc_destroy at Base 2:1.3.2-5
+ enc_encode at Base 2:1.3.2-5
+ fdct at Base 2:1.3.2-5
+ fdct_int32 at Base 2:1.3.2-5
+ filter_18x18_to_8x8 at Base 2:1.3.2-5
+ filter_diff_18x18_to_8x8 at Base 2:1.3.2-5
+ framestat_append at Base 2:1.3.2-5
+ framestat_free at Base 2:1.3.2-5
+ framestat_write at Base 2:1.3.2-5
+ framestat_write_oct at Base 2:1.3.2-5
+ generate_GMCimage at Base 2:1.3.2-5
+ generate_GMCparameters at Base 2:1.3.2-5
+ getMinFcode at Base 2:1.3.2-5
+ get_cbpy at Base 2:1.3.2-5
+ get_dc_dif at Base 2:1.3.2-5
+ get_dc_size_chrom at Base 2:1.3.2-5
+ get_dc_size_lum at Base 2:1.3.2-5
+ get_default_inter_matrix at Base 2:1.3.2-5
+ get_default_intra_matrix at Base 2:1.3.2-5
+ get_inter_block_h263 at Base 2:1.3.2-5
+ get_inter_block_mpeg at Base 2:1.3.2-5
+ get_inter_matrix at Base 2:1.3.2-5
+ get_intra_block at Base 2:1.3.2-5
+ get_intra_matrix at Base 2:1.3.2-5
+ get_mcbpc_inter at Base 2:1.3.2-5
+ get_mcbpc_intra at Base 2:1.3.2-5
+ get_mv at Base 2:1.3.2-5
+ get_pmv2 at Base 2:1.3.2-5
+ get_pmv2_interlaced at Base 2:1.3.2-5
+ get_qpmv2 at Base 2:1.3.2-5
+ globalSAD at Base 2:1.3.2-5
+ hfilter_31 at Base 2:1.3.2-5
+ idct at Base 2:1.3.2-5
+ idct_int32 at Base 2:1.3.2-5
+ image_block_variance at Base 2:1.3.2-5
+ image_brightness at Base 2:1.3.2-5
+ image_brightness_c at Base 2:1.3.2-5
+ image_chroma_optimize at Base 2:1.3.2-5
+ image_clear at Base 2:1.3.2-5
+ image_copy at Base 2:1.3.2-5
+ image_create at Base 2:1.3.2-5
+ image_destroy at Base 2:1.3.2-5
+ image_dump_yuvpgm at Base 2:1.3.2-5
+ image_input at Base 2:1.3.2-5
+ image_interpolate at Base 2:1.3.2-5
+ image_mad at Base 2:1.3.2-5
+ image_output at Base 2:1.3.2-5
+ image_postproc at Base 2:1.3.2-5
+ image_printf at Base 2:1.3.2-5
+ image_psnr at Base 2:1.3.2-5
+ image_setedges at Base 2:1.3.2-5
+ image_swap at Base 2:1.3.2-5
+ init_GMC at Base 2:1.3.2-5
+ init_deblock at Base 2:1.3.2-5
+ init_intra_matrix at Base 2:1.3.2-5
+ init_mpeg_matrix at Base 2:1.3.2-5
+ init_noise at Base 2:1.3.2-5
+ init_postproc at Base 2:1.3.2-5
+ init_vlc_tables at Base 2:1.3.2-5
+ interpolate16x16_lowpass_h at Base 2:1.3.2-5
+ interpolate16x16_lowpass_h_c at Base 2:1.3.2-5
+ interpolate16x16_lowpass_hv at Base 2:1.3.2-5
+ interpolate16x16_lowpass_hv_c at Base 2:1.3.2-5
+ interpolate16x16_lowpass_v at Base 2:1.3.2-5
+ interpolate16x16_lowpass_v_c at Base 2:1.3.2-5
+ interpolate8x4_halfpel_h at Base 2:1.3.2-5
+ interpolate8x4_halfpel_h_c at Base 2:1.3.2-5
+ interpolate8x4_halfpel_hv at Base 2:1.3.2-5
+ interpolate8x4_halfpel_hv_c at Base 2:1.3.2-5
+ interpolate8x4_halfpel_v at Base 2:1.3.2-5
+ interpolate8x4_halfpel_v_c at Base 2:1.3.2-5
+ interpolate8x8_6tap_lowpass_h at Base 2:1.3.2-5
+ interpolate8x8_6tap_lowpass_h_c at Base 2:1.3.2-5
+ interpolate8x8_6tap_lowpass_v at Base 2:1.3.2-5
+ interpolate8x8_6tap_lowpass_v_c at Base 2:1.3.2-5
+ interpolate8x8_avg2 at Base 2:1.3.2-5
+ interpolate8x8_avg2_c at Base 2:1.3.2-5
+ interpolate8x8_avg4 at Base 2:1.3.2-5
+ interpolate8x8_avg4_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_add at Base 2:1.3.2-5
+ interpolate8x8_halfpel_add_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_h at Base 2:1.3.2-5
+ interpolate8x8_halfpel_h_add at Base 2:1.3.2-5
+ interpolate8x8_halfpel_h_add_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_h_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_hv at Base 2:1.3.2-5
+ interpolate8x8_halfpel_hv_add at Base 2:1.3.2-5
+ interpolate8x8_halfpel_hv_add_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_hv_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_v at Base 2:1.3.2-5
+ interpolate8x8_halfpel_v_add at Base 2:1.3.2-5
+ interpolate8x8_halfpel_v_add_c at Base 2:1.3.2-5
+ interpolate8x8_halfpel_v_c at Base 2:1.3.2-5
+ interpolate8x8_lowpass_h at Base 2:1.3.2-5
+ interpolate8x8_lowpass_h_c at Base 2:1.3.2-5
+ interpolate8x8_lowpass_hv at Base 2:1.3.2-5
+ interpolate8x8_lowpass_hv_c at Base 2:1.3.2-5
+ interpolate8x8_lowpass_v at Base 2:1.3.2-5
+ interpolate8x8_lowpass_v_c at Base 2:1.3.2-5
+ is_custom_inter_matrix at Base 2:1.3.2-5
+ is_custom_intra_matrix at Base 2:1.3.2-5
+ lum_2x8_c at Base 2:1.3.2-5
+ lum_8x8_c at Base 2:1.3.2-5
+ lum_8x8_gaussian at Base 2:1.3.2-5
+ lum_8x8_gaussian_int at Base 2:1.3.2-5
+ max_level at Base 2:1.3.2-5
+ max_run at Base 2:1.3.2-5
+ mb_motion_table at Base 2:1.3.2-5
+ mcbpc_inter_tab at Base 2:1.3.2-5
+ mcbpc_inter_table at Base 2:1.3.2-5
+ mcbpc_intra_tab at Base 2:1.3.2-5
+ mcbpc_intra_table at Base 2:1.3.2-5
+ mrsad16_c at Base 2:1.3.2-5
+ output_slice at Base 2:1.3.2-5
+ plane_sse at Base 2:1.3.2-5
+ predict_acdc at Base 2:1.3.2-5
+ quant_h263_inter at Base 2:1.3.2-5
+ quant_h263_inter_c at Base 2:1.3.2-5
+ quant_h263_intra at Base 2:1.3.2-5
+ quant_h263_intra_c at Base 2:1.3.2-5
+ quant_mpeg_inter at Base 2:1.3.2-5
+ quant_mpeg_inter_c at Base 2:1.3.2-5
+ quant_mpeg_intra at Base 2:1.3.2-5
+ quant_mpeg_intra_c at Base 2:1.3.2-5
+ read_video_packet_header at Base 2:1.3.2-5
+ rgb555_to_yv12 at Base 2:1.3.2-5
+ rgb555_to_yv12_c at Base 2:1.3.2-5
+ rgb555i_to_yv12 at Base 2:1.3.2-5
+ rgb555i_to_yv12_c at Base 2:1.3.2-5
+ rgb565_to_yv12 at Base 2:1.3.2-5
+ rgb565_to_yv12_c at Base 2:1.3.2-5
+ rgb565i_to_yv12 at Base 2:1.3.2-5
+ rgb565i_to_yv12_c at Base 2:1.3.2-5
+ rgb_to_yv12 at Base 2:1.3.2-5
+ rgb_to_yv12_c at Base 2:1.3.2-5
+ rgba_to_yv12 at Base 2:1.3.2-5
+ rgba_to_yv12_c at Base 2:1.3.2-5
+ rgbai_to_yv12 at Base 2:1.3.2-5
+ rgbai_to_yv12_c at Base 2:1.3.2-5
+ rgbi_to_yv12 at Base 2:1.3.2-5
+ rgbi_to_yv12_c at Base 2:1.3.2-5
+ roundtab at Base 2:1.3.2-5
+ roundtab_76 at Base 2:1.3.2-5
+ roundtab_78 at Base 2:1.3.2-5
+ roundtab_79 at Base 2:1.3.2-5
+ sad16 at Base 2:1.3.2-5
+ sad16_c at Base 2:1.3.2-5
+ sad16bi at Base 2:1.3.2-5
+ sad16bi_c at Base 2:1.3.2-5
+ sad16v at Base 2:1.3.2-5
+ sad16v_c at Base 2:1.3.2-5
+ sad32v_c at Base 2:1.3.2-5
+ sad8 at Base 2:1.3.2-5
+ sad8_c at Base 2:1.3.2-5
+ sad8bi at Base 2:1.3.2-5
+ sad8bi_c at Base 2:1.3.2-5
+ sadInit at Base 2:1.3.2-5
+ set_inter_matrix at Base 2:1.3.2-5
+ set_intra_matrix at Base 2:1.3.2-5
+ simple_idct_c at Base 2:1.3.2-5
+ sprite_trajectory_code at Base 2:1.3.2-5
+ sprite_trajectory_len at Base 2:1.3.2-5
+ sse8_16bit at Base 2:1.3.2-5
+ sse8_16bit_c at Base 2:1.3.2-5
+ sse8_8bit at Base 2:1.3.2-5
+ sse8_8bit_c at Base 2:1.3.2-5
+ sse_to_PSNR at Base 2:1.3.2-5
+ sseh8_16bit at Base 2:1.3.2-5
+ sseh8_16bit_c at Base 2:1.3.2-5
+ stripe_deblock_h at Base 2:1.3.2-5
+ stripe_deblock_v at Base 2:1.3.2-5
+ transfer8x4_copy at Base 2:1.3.2-5
+ transfer8x4_copy_c at Base 2:1.3.2-5
+ transfer8x8_copy at Base 2:1.3.2-5
+ transfer8x8_copy_c at Base 2:1.3.2-5
+ transfer_16to8add at Base 2:1.3.2-5
+ transfer_16to8add_c at Base 2:1.3.2-5
+ transfer_16to8copy at Base 2:1.3.2-5
+ transfer_16to8copy_c at Base 2:1.3.2-5
+ transfer_8to16copy at Base 2:1.3.2-5
+ transfer_8to16copy_c at Base 2:1.3.2-5
+ transfer_8to16sub2 at Base 2:1.3.2-5
+ transfer_8to16sub2_c at Base 2:1.3.2-5
+ transfer_8to16sub2ro at Base 2:1.3.2-5
+ transfer_8to16sub2ro_c at Base 2:1.3.2-5
+ transfer_8to16sub at Base 2:1.3.2-5
+ transfer_8to16sub_c at Base 2:1.3.2-5
+ transfer_8to16subro at Base 2:1.3.2-5
+ transfer_8to16subro_c at Base 2:1.3.2-5
+ uyvy_to_yv12 at Base 2:1.3.2-5
+ uyvy_to_yv12_c at Base 2:1.3.2-5
+ uyvyi_to_yv12 at Base 2:1.3.2-5
+ uyvyi_to_yv12_c at Base 2:1.3.2-5
+ vfilter_31 at Base 2:1.3.2-5
+ write_video_packet_header at Base 2:1.3.2-5
+ xvid_Add_Upsampled_8x8_16To8_C at Base 2:1.3.2-5
+ xvid_Copy_Upsampled_8x8_16To8_C at Base 2:1.3.2-5
+ xvid_Filter_18x18_To_8x8_C at Base 2:1.3.2-5
+ xvid_Filter_Diff_18x18_To_8x8_C at Base 2:1.3.2-5
+ xvid_HFilter_31_C at Base 2:1.3.2-5
+ xvid_Init_QP at Base 2:1.3.2-5
+ xvid_QP_Add_Funcs at Base 2:1.3.2-5
+ xvid_QP_Add_Funcs_C at Base 2:1.3.2-5
+ xvid_QP_Add_Funcs_C_ref at Base 2:1.3.2-5
+ xvid_QP_Funcs at Base 2:1.3.2-5
+ xvid_QP_Funcs_C at Base 2:1.3.2-5
+ xvid_QP_Funcs_C_ref at Base 2:1.3.2-5
+ xvid_VFilter_31_C at Base 2:1.3.2-5
+ xvid_cbpy_tab at Base 2:1.3.2-5
  xvid_decore at Base 1.2.2
  xvid_encore at Base 1.2.2
+ xvid_free at Base 2:1.3.2-5
  xvid_global at Base 1.2.2
+ xvid_image_deinterlace at Base 2:1.3.2-5
+ xvid_malloc at Base 2:1.3.2-5
+ xvid_me_AdvDiamondSearch at Base 2:1.3.2-5
+ xvid_me_ChromaSAD at Base 2:1.3.2-5
+ xvid_me_DiamondSearch at Base 2:1.3.2-5
+ xvid_me_ModeDecision_Fast at Base 2:1.3.2-5
+ xvid_me_ModeDecision_RD at Base 2:1.3.2-5
+ xvid_me_SkipDecisionP at Base 2:1.3.2-5
+ xvid_me_SquareSearch at Base 2:1.3.2-5
+ xvid_me_SubpelRefine at Base 2:1.3.2-5
+ xvid_me_interpolate16x16qpel at Base 2:1.3.2-5
+ xvid_me_interpolate8x8qpel at Base 2:1.3.2-5
+ xvid_me_lambda_vec16 at Base 2:1.3.2-5
  xvid_plugin_2pass1 at Base 1.2.2
  xvid_plugin_2pass2 at Base 1.2.2
  xvid_plugin_dump at Base 1.2.2
@@ -10,3 +324,49 @@
  xvid_plugin_psnrhvsm at Base 2:1.3.0
  xvid_plugin_single at Base 1.2.2
  xvid_plugin_ssim at Base 1.2.2
+ yuyv_to_yv12 at Base 2:1.3.2-5
+ yuyv_to_yv12_c at Base 2:1.3.2-5
+ yuyvi_to_yv12 at Base 2:1.3.2-5
+ yuyvi_to_yv12_c at Base 2:1.3.2-5
+ yv12_to_abgr at Base 2:1.3.2-5
+ yv12_to_abgr_c at Base 2:1.3.2-5
+ yv12_to_abgri at Base 2:1.3.2-5
+ yv12_to_abgri_c at Base 2:1.3.2-5
+ yv12_to_argb at Base 2:1.3.2-5
+ yv12_to_argb_c at Base 2:1.3.2-5
+ yv12_to_argbi at Base 2:1.3.2-5
+ yv12_to_argbi_c at Base 2:1.3.2-5
+ yv12_to_bgr at Base 2:1.3.2-5
+ yv12_to_bgr_c at Base 2:1.3.2-5
+ yv12_to_bgra at Base 2:1.3.2-5
+ yv12_to_bgra_c at Base 2:1.3.2-5
+ yv12_to_bgrai at Base 2:1.3.2-5
+ yv12_to_bgrai_c at Base 2:1.3.2-5
+ yv12_to_bgri at Base 2:1.3.2-5
+ yv12_to_bgri_c at Base 2:1.3.2-5
+ yv12_to_rgb555 at Base 2:1.3.2-5
+ yv12_to_rgb555_c at Base 2:1.3.2-5
+ yv12_to_rgb555i at Base 2:1.3.2-5
+ yv12_to_rgb555i_c at Base 2:1.3.2-5
+ yv12_to_rgb565 at Base 2:1.3.2-5
+ yv12_to_rgb565_c at Base 2:1.3.2-5
+ yv12_to_rgb565i at Base 2:1.3.2-5
+ yv12_to_rgb565i_c at Base 2:1.3.2-5
+ yv12_to_rgb at Base 2:1.3.2-5
+ yv12_to_rgb_c at Base 2:1.3.2-5
+ yv12_to_rgba at Base 2:1.3.2-5
+ yv12_to_rgba_c at Base 2:1.3.2-5
+ yv12_to_rgbai at Base 2:1.3.2-5
+ yv12_to_rgbai_c at Base 2:1.3.2-5
+ yv12_to_rgbi at Base 2:1.3.2-5
+ yv12_to_rgbi_c at Base 2:1.3.2-5
+ yv12_to_uyvy at Base 2:1.3.2-5
+ yv12_to_uyvy_c at Base 2:1.3.2-5
+ yv12_to_uyvyi at Base 2:1.3.2-5
+ yv12_to_uyvyi_c at Base 2:1.3.2-5
+ yv12_to_yuyv at Base 2:1.3.2-5
+ yv12_to_yuyv_c at Base 2:1.3.2-5
+ yv12_to_yuyvi at Base 2:1.3.2-5
+ yv12_to_yuyvi_c at Base 2:1.3.2-5
+ yv12_to_yv12 at Base 2:1.3.2-5
+ yv12_to_yv12_c at Base 2:1.3.2-5
   dh_shlibdeps -O--sourcedirectory=build/generic -O--parallel
   dh_installdeb -O--sourcedirectory=build/generic -O--parallel
   dh_gencontrol -O--sourcedirectory=build/generic -O--parallel
   dh_md5sums -O--sourcedirectory=build/generic -O--parallel
   dh_builddeb -O--sourcedirectory=build/generic -O--parallel
dpkg-deb: building package `libxvidcore4' in `../libxvidcore4_1.3.2-5_kfreebsd-amd64.deb'.
dpkg-deb: building package `libxvidcore-dev' in `../libxvidcore-dev_1.3.2-5_kfreebsd-amd64.deb'.
 dpkg-genchanges -b >../xvidcore_1.3.2-5_kfreebsd-amd64.changes
dpkg-genchanges: binary-only upload - not including any source code
 dpkg-source --after-build xvidcore
dpkg-source: info: using options from xvidcore/debian/source/local-options: --unapply-patches --abort-on-upstream-changes
dpkg-source: info: unapplying hurd.diff
dpkg-buildpackage: binary only upload (no source included)
Now signing changes and any dsc files...
Could not find a signing program (pgp or gpg)!

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list