From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ptmx.org (ptmx.org [178.63.28.110]) by mail.openembedded.org (Postfix) with ESMTP id C56DA6D44E for ; Wed, 6 Nov 2013 18:26:39 +0000 (UTC) Received: from [192.168.178.14] (chello080108009040.14.11.vie.surfer.at [80.108.9.40]) by ptmx.org (Postfix) with ESMTPSA id 165302B36A; Wed, 6 Nov 2013 19:26:40 +0100 (CET) Message-ID: <527A8A2A.6040400@pseudoterminal.org> Date: Wed, 06 Nov 2013 19:27:54 +0100 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Saul Wold , "Burton, Ross" References: <527A5666.6040208@pseudoterminal.org> <527A8217.8090605@linux.intel.com> In-Reply-To: <527A8217.8090605@linux.intel.com> Cc: OE-core Subject: Re: Request for moving Orc to OE-core X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 18:26:40 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-11-06 18:53, Saul Wold wrote: > On 11/06/2013 07:47 AM, Burton, Ross wrote: >> On 6 November 2013 14:47, Carlos Rafael Giani >> wrote: >>> As preparation for upgrading the gstreamer1.0 recipes to 1.2 , I would >>> propose to move Orc into OE-core. >>> Without Orc, key elements of GStreamer (audioconvert, audioresample, >>> videoconvert, videoscale ..) are much slower. >>> Currently Orc is in meta-oe . Its recipe uses the most recent version >>> (0.4.18), which is the minimum Orc version that works with GStreamer >>> 1.2. If >>> Orc is in oe-core, it can be added to the >>> gstreamer1.0-plugins-base/good/bad/ugly recipes' default PACKAGECONFIG >>> lists. >> >> I agree with this, and have wanted to do this for a while now. >> > > Carlos, > > please make it so and thanks for working on the gstreamer update. > > Sau! > >> Ross >> _______________________________________________ >> Openembedded-core mailing list >> Openembedded-core@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-core >> >> Moving Orc involves moving a file from one repo to the other. How is this usually handled? By submitting one patch to OE-core (adding Orc) and one to meta-oe (removing Orc) at the same time? Or is there a better way?