Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kino/files: kino-1.3.4-libavcodec-pkg-config.patch
Date: Mon, 27 Jan 2014 20:14:31
Message-Id: 20140127201423.2FF152004E@flycatcher.gentoo.org
1 axs 14/01/27 20:14:23
2
3 Added: kino-1.3.4-libavcodec-pkg-config.patch
4 Log:
5 fixed missing libavcodec and libavutil linker errors, bug 490628
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.1 media-video/kino/files/kino-1.3.4-libavcodec-pkg-config.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kino/files/kino-1.3.4-libavcodec-pkg-config.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kino/files/kino-1.3.4-libavcodec-pkg-config.patch?rev=1.1&content-type=text/plain
14
15 Index: kino-1.3.4-libavcodec-pkg-config.patch
16 ===================================================================
17 --- a/kino-1.3.4/configure.in 2009-09-08 02:35:23.000000000 -0400
18 +++ b/kino-1.3.4/configure.in 2014-01-27 14:53:01.366063037 -0500
19 @@ -221,7 +221,7 @@
20 if (test "x$avcodec_include" != x) || (test "x$avcodec_lib" != x) ; then
21 local_legacy_ffmpeg_test
22 else
23 - PKG_CHECK_MODULES(AVCODEC, libavformat,
24 + PKG_CHECK_MODULES(AVCODEC, [libavcodec libavformat libavutil],
25 [
26 AC_DEFINE(HAVE_LIBAVCODEC, 1, [Enable FFMPEG libavcodec])
27 AC_SUBST(AVCODEC_LIBS)