From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 12:39:30 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D957D1065674 for ; Thu, 7 Aug 2008 12:39:30 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9826D8FC1B for ; Thu, 7 Aug 2008 12:39:30 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1KR4Kq-0000qH-4i; Thu, 07 Aug 2008 14:11:16 +0200 Message-ID: <489AE661.6070005@gwdg.de> Date: Thu, 07 Aug 2008 14:11:13 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.16 (X11/20080728) MIME-Version: 1.0 To: Andriy Gapon References: <48998402.4000900@icyb.net.ua> <489ADB7E.8010604@icyb.net.ua> In-Reply-To: <489ADB7E.8010604@icyb.net.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: multimedia@FreeBSD.org, ml@bettercom.de Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 12:39:31 -0000 Hi Andriy, Martin Lesser reported a patch to this a few days ago on multimedia@. It works well for me. Obviously it did not found the right way in the ports tree until now. Rainer Hurling Am 07.08.2008 13:24 (UTC+1) schrieb Andriy Gapon: > on 06/08/2008 13:59 Andriy Gapon said the following: >> $ make configure >> ... >> ... >> checking ffmpeg/avcodec.h usability... yes >> checking ffmpeg/avcodec.h presence... yes >> checking for ffmpeg/avcodec.h... yes >> checking libavcodec/avcodec.h usability... yes >> checking libavcodec/avcodec.h presence... yes >> checking for libavcodec/avcodec.h... yes >> checking for pkgconfig support for libavcodec... gnome-config: not found >> no >> checking how to determine LIBAVCODEC_CFLAGS... user >> checking how to determine LIBAVCODEC_LIBS... user >> checking for avcodec_thread_init in -lavcodec... no >> checking for pkgconfig support for libmpeg2... gnome-config: not found >> no >> ... >> ERROR: requirement failed: cannot link against libavcodec >> libavcodec can be found in the following packages: >> FFmpeg http://www.ffmpeg.org/ > [snip] > > I see the following block in the configure script: > pkg_config_libavcodec="no" > { echo "$as_me:$LINENO: checking for pkgconfig support for libavcodec" >&5 > echo $ECHO_N "checking for pkgconfig support for libavcodec... $ECHO_C" >> &6; } > if test x"$PKG_CONFIG" != x"no" ; then > if $PKG_CONFIG FFmpeg --exists ; then > pkg_config_libavcodec="yes" > fi > fi > > And this is what happens on my system: > $ pkg-config FFmpeg --exists > gnome-config: not found > Exit 1 > > Is this a problem with configure or with my system? >