From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 131B3E00715 for ; Tue, 9 Jul 2013 01:14:56 -0700 (PDT) Received: by mail-ee0-f47.google.com with SMTP id e49so3353787eek.34 for ; Tue, 09 Jul 2013 01:14:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type:x-gm-message-state; bh=i9HX1Qw1YBSvfsh6Pqb2vD32lPc5LLqTdTnW2xWAUug=; b=Ptig1f2qlEfajjDdLNeXdUKrJMS3upxGy/QbnfZP4hazDiTHFNtOfmgjYWL9735B0I X9s0Wuk+uWoPEGOVRC7Op9gaOjyLaRa2mPGIfFPnbCXpcwOA43YutgK6me/sRxXD2j8M 49ctvOwyinq0261eMZzMIv0FMwuUHtjO5Wghxpch4SQ3KF0FZFFaVksy0SK1xq31or+C jrzNSG0U2o/whc0Mq21Elbt9LU51ngzZuhwugKGJQQfAB0Tr05HVY148d7pumlpesbs9 FWobkZMEohaJcSADPq8vDgXM4uuE5kwqXAhEi3bi+TCbr/bGkkkl7QKLpRdxexdMOJj9 ZnUQ== X-Received: by 10.15.90.139 with SMTP id q11mr29136762eez.137.1373357695265; Tue, 09 Jul 2013 01:14:55 -0700 (PDT) Received: from rudolf.localnet (ppp-82-135-84-132.dynamic.mnet-online.de. [82.135.84.132]) by mx.google.com with ESMTPSA id n45sm49177732eew.1.2013.07.09.01.14.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 01:14:54 -0700 (PDT) From: Thomas Senyk To: meta-freescale@yoctoproject.org Date: Tue, 09 Jul 2013 10:14:39 +0200 Message-ID: <4043714.jYzSJVxJfe@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.4 (Linux/3.9.8-1-ARCH; KDE/4.10.4; x86_64; ; ) In-Reply-To: References: <1797012.Po2ZnTUHJW@rudolf> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkqHzx0tKtTGKewEq8mqv2rymKLAwnjDo1dGiU3gDGsc6yEOlscIOsRYQZWKxLVvF3kTLNE Cc: Rogerio Nunes , Otavio Salvador Subject: Re: QtMultimedia on i.MX6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 08:14:57 -0000 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" On Friday, 05 July, 2013 13:16:23 Rogerio Nunes wrote: > Repository is public now. > I only have the code from BSP 1.1.0 there yet, but I'll add 4.0.0 thi= s > afternoon. >=20 > BTW, I still need to update the gst-plugins-gl recipe in the > meta-fsl-arm layer to point to this repo. It's cleaner than the patch= > we currently have in the recipe. >=20 Sounds wonderful! If something is ready to test, let me know. fyi: I had one 'source' problem with 4.0.0: deprecated glib functions. I hacked common/m4/gst-glib2.m4: - GLIB_EXTRA_CFLAGS=3D"$GLIB_EXTRA_CFLAGS -Wno-deprecated-declaratio= ns" + GLIB_EXTRA_CFLAGS=3D"$GLIB_EXTRA_CFLAGS -DG_DISABLE_DEPRECATED" to get it running ... guess that's the wrong way of doing it, but it he= lped :)=20 > Regards. >=20 > On Thu, Jul 4, 2013 at 6:03 PM, Otavio Salvador =20 wrote: > > On Thu, Jul 4, 2013 at 6:53 PM, S=E9bastien Taylor = wrote: > >> How would one gain access (read-only) to this repository? > >=20 > > I think it is not public by mistake. Rogerio, can you make this (an= d > > gstreamer/common) public? I think it has nothing private there. > >=20 > > -- > > Otavio Salvador O.S. Systems > > http://www.ossystems.com.br http://projetos.ossystems.com.br= > > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 > > _______________________________________________ > > meta-freescale mailing list > > meta-freescale@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-freescale >=20 > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale