From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from blath.larsmichelsen.com ([78.46.117.178] helo=larsmichelsen.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1PghQT-0001BX-M2 for openembedded-devel@lists.openembedded.org; Sat, 22 Jan 2011 18:39:03 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by larsmichelsen.com (Postfix) with ESMTP id CF5039544015 for ; Sat, 22 Jan 2011 18:38:10 +0100 (CET) Received: from larsmichelsen.com ([127.0.0.1]) by localhost (blath.larsmichelsen.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rJqDbmeDCWq6 for ; Sat, 22 Jan 2011 18:38:10 +0100 (CET) Received: from [192.168.4.106] (g229015111.adsl.alicedsl.de [92.229.15.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lm) by larsmichelsen.com (Postfix) with ESMTPSA id 89E0D9544005 for ; Sat, 22 Jan 2011 18:38:00 +0100 (CET) Message-ID: <4D3B15FB.5000403@larsmichelsen.com> Date: Sat, 22 Jan 2011 18:38:03 +0100 From: Lars Michelsen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2.104i Thunderbird/3.1.7 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1295654503-26379-1-git-send-email-lm@larsmichelsen.com> <4D3AC11C.2040602@larsmichelsen.com> <4D3AC6F0.4050802@xora.org.uk> <4D3ADC2C.6070506@larsmichelsen.com> In-Reply-To: Subject: Re: [PATCH] mplayer_svn: Package can be built again; Bumped to rev. 31329. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2011 17:39:03 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 22/01/11 16:17, Koen Kooi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 22-01-11 14:31, Lars Michelsen wrote: >> Hello, >> >>>> A recipe can have multiple svn sources, so you can fetch ffmpeg into a >>>> seperate directory then move it into the mplayer one overwriting >>>> whatever mplayer checked out. >>> >>> Ffmpeg isn't using svn anymore, so if mplayer is using svn remote, it >>> won't get updated since last week. >> >> wow, things are changing fast. I checked out the current mplayer repo >> and it still fetches the svn repositories. But we are using old >> revisions - so this would be OK for the moment. >> >> In a long term the mplayer_svn package could be replaced by mplayer_git >> package. mplayer_git could make use of ffmpeg git repo then, right? >> >> So what does this mean for the mplayer_svn patch? Should I invest time >> to make it use several subversion repositories instead of the sub >> repositories? > > Looking closer at your patch, it looks like you're working off an old tree: > > http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=9a3e44e3d3d69ab9e1e4e1e3338afaed2b97fb65 > > Your patch is also missing the hardfp fix that is needed to actually > make it work. > > Could you try the current recipe and see if it works for you? It works > on my omap3 boards quite well, minus a dlopen() buglet in libdvdcss2. > I am not able to build it. Seems to be related to the (annoying!) ffmpeg subrepository thing. With that sub-repo there is no control about the version to be used. One day it works and one day later it is broken... Here is the output: NOTE: Applying patch 'offset.patch' (mplayer/offset.patch) FATAL: Execution of 'quilt --quiltrc=/media/lm/transfer/oetmp/sysroots/x86_64-linux/usr/bin/quiltrc push' failed with exit code 1: Applying patch offset.patch patching file ffmpeg/libavcodec/arm/asm-offsets.h Hunk #1 FAILED at 35. 1 out of 1 hunk FAILED -- rejects in file ffmpeg/libavcodec/arm/asm-offsets.h Patch offset.patch does not apply (enforce with -f) Regards, Lars