From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 6 11:18:35 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 5D410106567A for ; Wed, 6 Aug 2008 11:18:35 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 133808FC12 for ; Wed, 6 Aug 2008 11:18:35 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id D369574417E for ; Wed, 6 Aug 2008 13:59:15 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w91IeftoEmz6 for ; Wed, 6 Aug 2008 13:59:15 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 92E4C74415E for ; Wed, 6 Aug 2008 13:59:15 +0300 (EEST) Message-ID: <48998402.4000900@icyb.net.ua> Date: Wed, 06 Aug 2008 13:59:14 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: multimedia@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: 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: Wed, 06 Aug 2008 11:18:35 -0000 $ 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/ Please see the INSTALL file in the top directory of the transcode sources for more information about building transcode with this configure script. ... I do not have any GTK1 or GNOME1 packages installed, only GNOME2/GTK2. Thus I do not have gnome-config present on this system. I am not really sure why configure script attempts to call it instead of using pkg-config. BTW: $ pkg-config --list-all | fgrep libavcodec libavcodec libavcodec - FFmpeg codec library My system is 6.3-RELEASE amd64 with very recent ports tree (<24h). -- Andriy Gapon