From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-f54.google.com (mail-ua1-f54.google.com [209.85.222.54]) by mail.openembedded.org (Postfix) with ESMTP id DDFF960634 for ; Fri, 7 Feb 2020 22:09:25 +0000 (UTC) Received: by mail-ua1-f54.google.com with SMTP id c7so431448uaf.5 for ; Fri, 07 Feb 2020 14:09:27 -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=WsKRlGON7/XKt8rkCHaKpfayqcZ7XCQcgHx3eZ152iE=; b=rdfglJvrEEbXyYWgelXLgRyzpgsj76l7VMTKFdtsFX+2oNsbcM0eJ0aJTOqB6P7TLv 3vrdtmz6PSmyLmoCMT6aVI6N7kADnkgogwW4bcNk+xbB6EiVT+tYzWjXoypn+SCfWaEX EoiHtQTffxlYxulsIh/5TDBpJfZqTcTdEmYukmDfLsLT1JzRpR09qMJjzIUI0azBMoeG lcCi+98U0B462k9Jkj8UhvM8zki0PnjxxjpuSBSwxHNhrtmB0K7gHil+dEtIWxWzYTJB 9z7v2jAhOHdiGWNH3FPq8HD+WvUOm4x9lbVJFPWSPS2drh9jDcTY3IidWtyq47eDpFrQ LOAA== 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=WsKRlGON7/XKt8rkCHaKpfayqcZ7XCQcgHx3eZ152iE=; b=L4t282SSSsSnG7cA+Cu1fnfuSvX5Y4KppKfxqamqHVU0O+rzhF7UxQP3k6DLOdWuRN iX7hi7RXOSNL+vB0MTguHHFXcQLCWPLY91tlkCvjTRpn27jiyWmtaOEN5yhGkmZCGsjY EY3veAs0JodiNFhN2ar/zfEcCCuXyJJsA6AQFUi2WSuaikd7HLgp/H1e0qqHiRbaEzXn 9JLakP/j7p6o8L9xGSL2LKSHTD+xbppswq5ujBa7d1NVHEPNnNVdPJbzGUD4g2NkY/y2 PdU1AIEXfgGXjRttGKps+xOIEHMPIKof+8vkgFcMjhHobSxSkbH3QrVhdsElMvUWX+0z 7Tjg== X-Gm-Message-State: APjAAAXWclCgdTXZsM5mJnhe+verlTfJxUCtjPxpEoxq971S09wBjsqS ZdoQcgUfUeyr9QaOZU5YfUL/WQ0d/66WKpbFYlY= X-Google-Smtp-Source: APXvYqwMBUB8z2RKCj8zHAU5Y1V5y84x8NGVlIsi8zDwnZSfab/7L2bOF9y/p9b/HbKhyZyhTAEJ6+Oz76+OdO56AIw= X-Received: by 2002:ab0:2006:: with SMTP id v6mr564137uak.22.1581113366785; Fri, 07 Feb 2020 14:09:26 -0800 (PST) MIME-Version: 1.0 References: <20200207213440.10462-1-scott.branden@broadcom.com> In-Reply-To: <20200207213440.10462-1-scott.branden@broadcom.com> From: Alexander Kanavin Date: Fri, 7 Feb 2020 23:09:15 +0100 Message-ID: To: Scott Branden Cc: OE-core Subject: Re: [PATCH] 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: Fri, 07 Feb 2020 22:09:26 -0000 Content-Type: multipart/alternative; boundary="00000000000093b0f5059e03a472" --00000000000093b0f5059e03a472 Content-Type: text/plain; charset="UTF-8" Can you also enable x265 in ffmpeg and gstreamer plugins recipes, so there would be actual users of the codec in oe-core? Also, x265 git repo does have tagged releases, and so PV/SRCREV in recipe should be set to match a release tag. Alex On Fri, 7 Feb 2020 at 22:35, Scott Branden via Openembedded-core < openembedded-core@lists.openembedded.org> wrote: > Add x265 recipe from latest revision of stable branch. > > Signed-off-by: Scott Branden > --- > meta/recipes-multimedia/x265/x265_git.bb | 21 +++++++++++++++++++++ > 1 file changed, 21 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..7c230e2b1e > --- /dev/null > +++ b/meta/recipes-multimedia/x265/x265_git.bb > @@ -0,0 +1,21 @@ > +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 = "nasm-native" > +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 > --00000000000093b0f5059e03a472 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Can you also enable x265 in ffmpeg and gstreamer plug= ins recipes, so there would be actual users of the codec in oe-core?
<= div>
Also, x265 git repo does have tagged releases, and so PV= /SRCREV in recipe should be set to match a release tag.

<= /div>
Alex

On Fri, 7 Feb 2020 at 22:35, Scott Branden via Open= embedded-core <openembedded-core@lists.openembedded.org> wrote:
Add x265 recipe from latest revi= sion of stable branch.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
=C2=A0meta/recipes-multimedia/x265/x265_git.bb | 21 +++++++++++++++++++++
=C2=A01 file changed, 21 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..7c230e2b1e
--- /dev/null
+++ b/meta/recipes-multimedia/x265/x265_git.bb
@@ -0,0 +1,21 @@
+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 "nasm-native"
+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
--00000000000093b0f5059e03a472--