tags 614725 + patch tags 614725 + pending thanks Dear maintainer,
I've prepared an NMU for amide (versioned as 0.9.2-1.1) and uploaded it to DELAYED/02-days. Please feel free to tell me if I should delay it longer. The short time is because this issue is blocking the FFmpeg 0.6 transition: http://release.debian.org/transitions/ffmpeg.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614726 Regards, Reinhard
diff -u amide-0.9.2/debian/changelog amide-0.9.2/debian/changelog --- amide-0.9.2/debian/changelog +++ amide-0.9.2/debian/changelog @@ -1,3 +1,11 @@ +amide (0.9.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Bug fix: "FTBFS with --no-add-needed, missing -lavutil", thanks to + Julien Cristau (Closes: #614725). + + -- Reinhard Tartler <siret...@tauware.de> Fri, 25 Feb 2011 15:54:15 +0100 + amide (0.9.2-1) unstable; urgency=low * New upstream release diff -u amide-0.9.2/debian/patches/series amide-0.9.2/debian/patches/series --- amide-0.9.2/debian/patches/series +++ amide-0.9.2/debian/patches/series @@ -1,0 +2 @@ +20_fix_add_needed.diff only in patch2: unchanged: --- amide-0.9.2.orig/debian/patches/20_fix_add_needed.diff +++ amide-0.9.2/debian/patches/20_fix_add_needed.diff @@ -0,0 +1,20 @@ +--- a/configure.in ++++ b/configure.in +@@ -96,7 +96,7 @@ AC_CHECK_LIB(pthread, pthread_mutex_init + AC_CHECK_LIB(dcmdata, main, FOUND_DCMDATA=yes, FOUND_DCMDATA=no, -lofstd -lz $THREAD_LIBS) + + dnl trying to phase out libfame use in favor of ffmpeg +-PKG_CHECK_MODULES(FFMPEG, libavcodec >= 51.45.0, FOUND_FFMPEG=yes, FOUND_FFMPEG=no); ++PKG_CHECK_MODULES(FFMPEG, libavcodec >= 51.45.0 libavutil, FOUND_FFMPEG=yes, FOUND_FFMPEG=no); + + dnl Let people compile without debugging information + AC_ARG_ENABLE( +@@ -224,7 +224,7 @@ AC_ARG_ENABLE( + enable_ffmpeg="$enableval", + enable_ffmpeg=yes) + +- PKG_CHECK_MODULES(LIBAVCODEC, libavcodec) ++ PKG_CHECK_MODULES(LIBAVCODEC, libavcodec libavutil) + # PKG_CHECK_MODULES(LIBAVFORMAT, libavformat) + # PKG_CHECK_MODULES(LIBSWSCALE, libswscale) + # PKG_CHECK_MODULES(LIBAVUTIL, libavutil)