From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 22 20:26:50 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 AAEE616A400 for ; Thu, 22 Feb 2007 20:26:50 +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 9560C13C46B for ; Thu, 22 Feb 2007 20:26:50 +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 l1MKQmRA009494; Thu, 22 Feb 2007 12:26:48 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l1MKQmhA009493; Thu, 22 Feb 2007 12:26:48 -0800 (PST) (envelope-from rizzo) Date: Thu, 22 Feb 2007 12:26:48 -0800 From: Luigi Rizzo To: Jeremy Messenger Message-ID: <20070222122648.A9443@xorpc.icir.org> References: <20070221112414.E91427@xorpc.icir.org> <20070221160312.A94968@xorpc.icir.org> <20070222095543.A7555@xorpc.icir.org> <20070222120126.A8925@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 Thu, Feb 22, 2007 at 02:22:20PM -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: Thu, 22 Feb 2007 20:26:50 -0000 On Thu, Feb 22, 2007 at 02:22:20PM -0600, Jeremy Messenger wrote: > On Thu, 22 Feb 2007 14:01:26 -0600, Luigi Rizzo wrote: > > > On Thu, Feb 22, 2007 at 01:56:09PM -0600, Jeremy Messenger wrote: > >> On Thu, 22 Feb 2007 11:55:43 -0600, Luigi Rizzo wrote: > >> > >> > On Thu, Feb 22, 2007 at 11:44:27AM -0600, Jeremy Messenger wrote: > > ... > >> >> -CONFIGURE_TARGET -> USE_GNOME=gnometarget > >> >> -Add USE_GNOME=ltverhack to avoid shared library version bump to > >> often > >> >> by > >> >> fix libtool bug. > >> > >> FYI: The result is libspeex.so.1 now instead of libspeex.so.[3|5]. > > > > Just curious - now the library number (used to be 3) goes back to 1, > > so is there anything that expect version number not to go back ? > > I am a bit confuse with your question, so I am not sure if I answer > correct to your question. It is expected to go back to 1, because it is a > correct number. The speex in Linux has .so.1 too. There is a bug in well basically the question was that for good or bad, the previous version of the library (speex.1.0.5) in FreeBSD was 3 and now becomes something different even though the ABI has not changed (hopefully; we know it is backward compatible, i have no idea if it has more in it). On the other hand, if the linux version is .1 maybe some scripts and makefiles look for .1 so it is more convenient to use the same version number. Fair enough. cheers luigi