From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 21 17:59:13 2007 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C928817044B for ; Wed, 21 Feb 2007 17:59:13 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id B629C13C4A7 for ; Wed, 21 Feb 2007 17:59:13 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l1LHxBQC091387; Wed, 21 Feb 2007 09:59:11 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l1LHxBHF091386; Wed, 21 Feb 2007 09:59:11 -0800 (PST) (envelope-from rizzo) Date: Wed, 21 Feb 2007 09:59:11 -0800 From: Luigi Rizzo To: Jeremy Messenger Message-ID: <20070221095911.D90766@xorpc.icir.org> References: <20070221073447.A89386@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mezz7@cox.net on Wed, Feb 21, 2007 at 11:56:34AM -0600 Cc: multimedia@freebsd.org Subject: Re: speex upgrade to 1.1.12 ? 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, 21 Feb 2007 17:59:13 -0000 On Wed, Feb 21, 2007 at 11:56:34AM -0600, Jeremy Messenger wrote: > On Wed, 21 Feb 2007 09:34:47 -0600, Luigi Rizzo wrote: > > > Hi, > > we have two (conflicting) speex ports in the tree: > > multimedia/speex which is version 1.0.5, source dated 07-May-2005 > > multimedia/speex-devel which is version 1.1.12, source dated 15-Feb-2006 > > for which there is no maintainer other than this list. > > > > Some packages start checking for recent (1.1.x) version of speex, > > i think it would be good to upgrade multimedia/speex to 1.1.12 > > rather than patching the various configure files. > > Get them to depend on speex-devel then. speex and speex-devel are conflicting. And there are over 100 ports that depend on speex so if you build speex-devel you won't be able to build those depending on speex i believe. > > A comment in the CVS repository says that: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/speex-devel/Makefile?rev=1.31&content-type=text/x-cvsweb-markup > > > > Speex 1.1 is backwards compatible with speex 1.0 > > and can be used as a drop in replacement > > for audio/speex > > > > and the only reason for not upgrading multimedia/speex before > > was that speex-devel is marked broken for 4.x - this should not > > be a concern anymore, right ? > > No, the main reason of that is... It is a development version, so the > 1.1.x stick in speex-devel is correct. actually 1.1.x is not development anymore, according to http://downloads.us.xiph.org/releases/speex/ speex-devel is now the 1.2 branch Am i missing something ? cheers luigi