From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-f196.google.com (mail-qt1-f196.google.com [209.85.160.196]) by mail.openembedded.org (Postfix) with ESMTP id C81C560BA8 for ; Sat, 8 Feb 2020 01:12:32 +0000 (UTC) Received: by mail-qt1-f196.google.com with SMTP id c24so869138qtp.5 for ; Fri, 07 Feb 2020 17:12:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2p9PrPVxuy1mWAO+8jRXTaLh2JzyLzT6J4eINRi6Jrc=; b=Im/CZuvO9C8/TcB+Dz94kbKM3kEvpYqHaa+c+CVI5iY8oKCE0V4bAMeLVo/CmaPrX0 mP9tP+up7yXSTb2roiySMskMO5Pc4OYhwqi2LaZEuKk8ju77R3TP3ATtiqcspqWzskau dx8i+qSDDO4hLr2ZO3rMx7oAXwGo8eoCXPVinBep/35pOfk98mccFp2xFw2o3NYs3/7m AaoL1NXtDR7qoYnGqwOsXy3P4CrxV5J5FuHik5DwpSexzPaGsootQV8/WlxJKY8DoYjP pD2H04eXCDLdFc8lQ7OEuApVQ4xgsKvjrvFTNkYzvKHpMWT88CTTAQVkL5B0cEElUIiS 1tLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2p9PrPVxuy1mWAO+8jRXTaLh2JzyLzT6J4eINRi6Jrc=; b=kmQfbQDJ3hNvooNoS9aVMMmJvVXEf7evE48TySOYyrXoOoJ4Cej9IxeEzdKB0GpqPQ 7ldIE8lmNpAz8eVjxma4UwPawtnZcXakabcjtmCQArInolR/x2P1YI+y96AScpryrI+v ZBjlY7/lx9dTS2nMwzckCjGD5NiFSCGv+jXzq7FoXnYCsOoz/4Xm7rxefpV6GvgT9ABM CMwzffvQOUO+FHgSBgdcVdtEymWYRfybkiBHFYWmRbxkRhLijpudrDnPJNKTqZlI6A5B h/I308XdvEJbYCXzEumvZBiu3pPLqKENsBK5TD2AiKSPDbZEj6E96zONguwbGIG1spfC QS2g== X-Gm-Message-State: APjAAAUVUHZFExIxWExPEfxp9psQUhSHIN8Qx3b7f5nr6zLTBu6fmDpJ JSC7Nmdwn8E+5vpxpm+mp+GeTqsK7fwvIXCHepY= X-Google-Smtp-Source: APXvYqyzC3jkQ+q0+fGuBKmlMK9Q8XtHQajKNAFP29XPZSBuXoYc36hdQWuFEZqAa0THEBhY+YC8IYQxwyVxtJqCoWk= X-Received: by 2002:ac8:4419:: with SMTP id j25mr1050683qtn.378.1581124353578; Fri, 07 Feb 2020 17:12:33 -0800 (PST) MIME-Version: 1.0 References: <20200208000110.29065-1-scott.branden@broadcom.com> In-Reply-To: <20200208000110.29065-1-scott.branden@broadcom.com> From: Khem Raj Date: Fri, 7 Feb 2020 17:12:22 -0800 Message-ID: To: Scott Branden Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH v2 1/2] x265: add x265 recipe 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: Sat, 08 Feb 2020 01:12:33 -0000 Content-Type: multipart/alternative; boundary="00000000000070dcb5059e06339e" --00000000000070dcb5059e06339e Content-Type: text/plain; charset="UTF-8" On Fri, Feb 7, 2020 at 4:01 PM Scott Branden via Openembedded-core < openembedded-core@lists.openembedded.org> wrote: > Add x265 recipe from latest revision of stable branch. I wonder if it belongs to core are there deps on it that we need in common metadata > > > Signed-off-by: Scott Branden > --- > meta/recipes-multimedia/x265/x265_git.bb | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 meta/recipes-multimedia/x265/x265_git.bb > > diff --git a/meta/recipes-multimedia/x265/x265_git.bb > b/meta/recipes-multimedia/x265/x265_git.bb > new file mode 100644 > index 0000000000..796fbbc13a > --- /dev/null > +++ b/meta/recipes-multimedia/x265/x265_git.bb > @@ -0,0 +1,20 @@ > +SUMMARY = "H.265/HEVC video encoder" > +DESCRIPTION = "A free software library and application for encoding video > streams into the H.265/HEVC format." > +HOMEPAGE = "http://www.videolan.org/developers/x265.html" > + > +LICENSE = "GPLv2" > +LICENSE_FLAGS = "commercial" > +LIC_FILES_CHKSUM = > "file://../COPYING;md5=c9e0427bc58f129f99728c62d4ad4091" > + > +DEPENDS = "gnutls zlib libpcre" > + > +SRC_URI = "git://github.com/videolan/x265;branch=stable \ > + " > + > +SRCREV = "4ef6b67fd46e1584e52a11a264812edcaef02526" > + > +S = "${WORKDIR}/git/source" > + > +inherit lib_package pkgconfig cmake > + > +AS[unexport] = "1" > -- > 2.17.1 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core > --00000000000070dcb5059e06339e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Fri, Feb 7, 2020 at 4:01 PM Scott Branden via Openembedd= ed-core <ope= nembedded-core@lists.openembedded.org> wrote:
Add x265 recipe from latest revision of stable branch.

I wonder if it belo= ngs to core are there deps on it that we need in common metadata=C2=A0


Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
=C2=A0meta/recipes-multimedia/x265/x265_git.bb | 20 ++++++++++++++++++++
=C2=A01 file changed, 20 insertions(+)
=C2=A0create mode 100644 meta/recipes-multimedia/x265/x265_git.bb

diff --git a/meta/recipes-multimedia/x265/x265_git.bb b/meta/recipes-multimedi= a/x265/= x265_git.bb
new file mode 100644
index 0000000000..796fbbc13a
--- /dev/null
+++ b/meta/recipes-multimedia/x265/x265_git.bb
@@ -0,0 +1,20 @@
+SUMMARY =3D "H.265/HEVC video encoder"
+DESCRIPTION =3D "A free software library and application for encoding= video streams into the H.265/HEVC format."
+HOMEPAGE =3D "http://www.videolan.org/developers/x= 265.html"
+
+LICENSE =3D "GPLv2"
+LICENSE_FLAGS =3D "commercial"
+LIC_FILES_CHKSUM =3D "file://../COPYING;md5=3Dc9e0427bc58f129f99728c6= 2d4ad4091"
+
+DEPENDS =3D "gnutls zlib libpcre"
+
+SRC_URI =3D "git://github.com/videolan/x265;br= anch=3Dstable \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "
+
+SRCREV =3D "4ef6b67fd46e1584e52a11a264812edcaef02526"
+
+S =3D "${WORKDIR}/git/source"
+
+inherit lib_package pkgconfig cmake
+
+AS[unexport] =3D "1"
--
2.17.1

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailma= n/listinfo/openembedded-core
--00000000000070dcb5059e06339e--