Date: Wed, 12 Aug 2009 14:43:58 +0200 From: Alberto Villa <villa.alberto@gmail.com> To: "Dima Panov" <fluffy@fluffy.khv.ru> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/134632: [patch] Update port: multimedia/ffmpeg 2009-05-15 Message-ID: <200908121443.59076.villa.alberto@gmail.com> In-Reply-To: <20090803130409.M33405@Fluffy.Khv.RU> References: <200905172250.n4HMoXM1040813@www.freebsd.org> <200908021507.55790.villa.alberto@gmail.com> <20090803130409.M33405@Fluffy.Khv.RU>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_PkrgKLqIjil1724 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit On Monday 03 August 2009 15:06:24 Dima Panov wrote: > libxine and k3b errors. > k3b build fine with current port, libxine also fails with old and new > ffmpeg again, sorry for taking so long, these are busy days libxine error is due to ffmpeg port installing headers in both old and new locations to provide compatibility with old programs. the attached patch removes the (useless) error, but i can't know if it's going to fail somewhere else (maybe when choosing what headers to include). i don't think so, but you have to test it, because i still can't make it build against ffmpeg... do you use custom CONFIGURE options? probably one should be added, because: "xine-lib is configured to use internal ffmpeg. This copy of ffmpeg is old. You are strongly advised to install a newer version (including development files) and to reconfigure xine-lib to use it." i'll try k3b (never built that), now that the ffmpeg port has been committed... -- Alberto Villa <villa.alberto@gmail.com> All my life I wanted to be someone; I guess I should have been more specific. -- Jane Wagner --Boundary-00=_PkrgKLqIjil1724 Content-Type: text/x-patch; charset="UTF-8"; name="patch-configure" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-configure" --- configure.orig 2009-08-12 14:33:50.046739739 +0200 +++ configure 2009-08-12 14:35:46.363182933 +0200 @@ -19693,12 +19693,6 @@ done - if test "$ac_cv_header_ffmpeg_avutil_h" = "yes" && test "$ac_cv_header_libavutil_avutil_h" = "yes"; then - { { $as_echo "$as_me:$LINENO: error: old & new ffmpeg headers found - you need to clean up!" >&5 -$as_echo "$as_me: error: old & new ffmpeg headers found - you need to clean up!" >&2;} - { (exit 1); exit 1; }; } - fi - { $as_echo "$as_me:$LINENO: result: using external ffmpeg" >&5 $as_echo "using external ffmpeg" >&6; } else --Boundary-00=_PkrgKLqIjil1724--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908121443.59076.villa.alberto>