Patch Detail
Show a patch.
GET /api/1.1/patches/1146/?format=api
{ "id": 1146, "url": "https://patchwork.libcamera.org/api/1.1/patches/1146/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1146/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190502130201.15132-1-jacopo@jmondi.org>", "date": "2019-05-02T13:02:01", "name": "[libcamera-devel] package: gentoo: Add libcamera ebuild", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "71f9ab2716dadfdf119bbabef01fd9abefe41ce6", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1146/mbox/", "series": [ { "id": 286, "url": "https://patchwork.libcamera.org/api/1.1/series/286/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=286", "date": "2019-05-02T13:02:01", "name": "[libcamera-devel] package: gentoo: Add libcamera ebuild", "version": 1, "mbox": "https://patchwork.libcamera.org/series/286/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1146/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1146/checks/", "tags": {}, "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net\n\t[217.70.183.194])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id AC4D360E56\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 2 May 2019 15:01:10 +0200 (CEST)", "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 25B4E40024;\n\tThu, 2 May 2019 13:01:09 +0000 (UTC)" ], "X-Originating-IP": "2.224.242.101", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Thu, 2 May 2019 15:02:01 +0200", "Message-Id": "<20190502130201.15132-1-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] package: gentoo: Add libcamera ebuild", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Thu, 02 May 2019 13:01:10 -0000" }, "content": "Add live .ebuild file for libcamera.\n\nAs the ebuild is used for building in ChromeOS with clang, temporarly\npoint it to a branch which includes a few patches to work-around\nbuild-time issues with the clang9 provided libstdc++ implementation.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n package/gentoo/libcamera-9999.ebuild | 34 ++++++++++++++++++++++++++++\n 1 file changed, 34 insertions(+)\n create mode 100644 package/gentoo/libcamera-9999.ebuild", "diff": "diff --git a/package/gentoo/libcamera-9999.ebuild b/package/gentoo/libcamera-9999.ebuild\nnew file mode 100644\nindex 000000000000..6d2e6fee67a4\n--- /dev/null\n+++ b/package/gentoo/libcamera-9999.ebuild\n@@ -0,0 +1,34 @@\n+# Copyright 2019 Google Inc.\n+# Distributed under the terms of the GNU General Public License v2\n+\n+EAPI=6\n+inherit git-r3 meson\n+\n+DESCRIPTION=\"Camera support library for Linux\"\n+HOMEPAGE=\"http://libcamera.org\"\n+EGIT_REPO_URI=\"git-libcamera-org@git.libcamera.org:libcamera/libcamera.git\"\n+EGIT_BRANCH=\"pinchartl/clang\"\n+\n+LICENSE=\"LGPL-2.1+\"\n+SLOT=\"0\"\n+KEYWORDS=\"*\"\n+IUSE=\"udev\"\n+\n+RDEPEND=\"udev? ( virtual/libudev )\"\n+DEPEND=\"${RDEPEND}\"\n+\n+src_configure() {\n+\tlocal emesonargs=(\n+\t\t-Ddocumentation=false\n+\t\t-Dtests=false\n+\t)\n+\tmeson_src_configure\n+}\n+\n+src_compile() {\n+\tmeson_src_compile\n+}\n+\n+src_install() {\n+\tmeson_src_install\n+}\n", "prefixes": [ "libcamera-devel" ] }