From owner-freebsd-multimedia@FreeBSD.ORG Mon May 31 17:55:57 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5295F1065674; Mon, 31 May 2010 17:55:57 +0000 (UTC) (envelope-from me@janh.de) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mx1.freebsd.org (Postfix) with ESMTP id 0973C8FC24; Mon, 31 May 2010 17:55:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id F21E6901BD; Mon, 31 May 2010 19:55:55 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07qD-03uCfbm; Mon, 31 May 2010 19:55:55 +0200 (CEST) Received: from pc861.math.uni-hamburg.de (pc861.math.uni-hamburg.de [134.100.222.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id DB17A90172; Mon, 31 May 2010 19:55:55 +0200 (CEST) Message-ID: <4C03F83F.6060402@janh.de> Date: Mon, 31 May 2010 19:56:15 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100514 Thunderbird/3.0.4 MIME-Version: 1.0 To: Sylvio Cesar Teixeira References: <4C03E507.80202@janh.de> In-Reply-To: <4C03E507.80202@janh.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd Subject: Re: multimedia/libmatroska broken after textproc/libebml update to 0.8.0 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: Mon, 31 May 2010 17:55:57 -0000 On 05/31/10 18:34, Jan Henrik Sylvester wrote: > I first found vlc to be broken due to libmatroska/ebml > incompatibilities, but I cannot even compile multimedia/libmatroska > anymore. Since textproc/libebml got updated to 0.8.0 yesterday, I > presume that libmatroska 0.8.1 is incompatible to libebml 0.8.0. From > http://www.matroska.org/node/73: "We have just released new versions of > libebml 0.8.0 and libmatroska 0.9.0." > > I guess the two ports should have been updated at the same time. Was > multimedia/libmatroska forgotten? My guess that an update to libmatroska-0.9.0 is needed for compatibility with libebml-0.8.0 was correct. I have just submitted ports/147256 with a patch that does the update and fixes the builds of multimedia/libmatroska and multimedia/vlc. Cheers, Jan Henrik