tags 614996 + patch tags 614996 + pending thanks Dear maintainer,
I've prepared an NMU for ffmpeg2theora (versioned as 0.27-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer or upload immediately. Please note that this effectively uploading the current package from experimental to unstable. Also note that this issue blocks the current FFmpeg transition: http://release.debian.org/transitions/ffmpeg.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614726 Regards, Reinhard
diff -u ffmpeg2theora-0.27/debian/changelog ffmpeg2theora-0.27/debian/changelog --- ffmpeg2theora-0.27/debian/changelog +++ ffmpeg2theora-0.27/debian/changelog @@ -1,3 +1,11 @@ +ffmpeg2theora (0.27-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Bug fix: "FTBFS (--no-add-needed)", thanks to Adam D. Barratt (Closes: + #614996). + + -- Reinhard Tartler <siret...@tauware.de> Fri, 25 Feb 2011 20:21:04 +0100 + ffmpeg2theora (0.27-1) experimental; urgency=low * New upstream version only in patch2: unchanged: --- ffmpeg2theora-0.27.orig/SConstruct +++ ffmpeg2theora-0.27/SConstruct @@ -139,7 +139,7 @@ Exit(1) ParsePKGConfig(env, XIPH_LIBS) -FFMPEG_LIBS=["libavcodec >= 52.30.0", "libavdevice", "libavformat", "libpostproc", "libswscale"] +FFMPEG_LIBS=["libavcodec >= 52.30.0", "libavdevice", "libavformat", "libpostproc", "libswscale", "libavutil"] if os.path.exists("./ffmpeg"): os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:" + os.environ.get('PKG_CONFIG_PATH', '') if not conf.CheckPKG(' '.join(FFMPEG_LIBS)):