From owner-freebsd-ports@FreeBSD.ORG Tue Oct 10 02:00:29 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA91E16A40F; Tue, 10 Oct 2006 02:00:28 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6166743D49; Tue, 10 Oct 2006 02:00:28 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.8/8.13.7) with ESMTP id k9A20RFP059356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Oct 2006 22:00:27 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.8/8.13.7/Submit) id k9A20QYE059355; Mon, 9 Oct 2006 22:00:26 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: riggs@rrr.de, ports@freebsd.org Date: Mon, 9 Oct 2006 22:00:26 -0400 User-Agent: KMail/1.9.1 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: multimedia@freebsd.org Subject: Installing mplayer's libavcodec, libavutil? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 02:00:29 -0000 Although no official release of ffmpeg exists, the code bunlded with the occasional mplayer (pre-)releases is, probably, as close as it gets to being a release. Ffmpeg project is hosted by mplayerhq.hu and they appear to have a rather close relationship... A number of other ported packages bundle their own versions of ffmpeg of different stages of staleness. Our official port ffmpeg-devel is not only stale, but also broken on non-i386. Perhaps, the libavcodec and libavutil already built by mplayer can be installed by the port, so that other ports can LIB_- or BUILD_-depend on it? The patch for the mplayer-port itself would be rather simple -- is anyone against the idea in principle? Thanks! -mi