Patch Detail
Show a patch.
GET /api/patches/1147/?format=api
{ "id": 1147, "url": "https://patchwork.libcamera.org/api/patches/1147/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1147/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20190502132234.18446-1-jacopo@jmondi.org>", "date": "2019-05-02T13:22:34", "name": "[libcamera-devel,v2] package: gentoo: Add libcamera ebuild", "commit_ref": "bfa262d1e37b0a6500756c37cf766ebb52f8ff94", "pull_url": null, "state": "accepted", "archived": false, "hash": "14a3501381eb201ff34e1d245a374691d7d5d188", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1147/mbox/", "series": [ { "id": 287, "url": "https://patchwork.libcamera.org/api/series/287/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=287", "date": "2019-05-02T13:22:34", "name": "[libcamera-devel,v2] package: gentoo: Add libcamera ebuild", "version": 2, "mbox": "https://patchwork.libcamera.org/series/287/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1147/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1147/checks/", "tags": {}, "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net\n\t[217.70.183.196])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5DF2560E56\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 2 May 2019 15:21:42 +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 relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C130BE0015;\n\tThu, 2 May 2019 13:21:41 +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:22:34 +0200", "Message-Id": "<20190502132234.18446-1-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v2] 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:21:42 -0000" }, "content": "Add live .ebuild file for libcamera.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n .../libcamera/libcamera-9999.ebuild | 34 +++++++++++++++++++\n 1 file changed, 34 insertions(+)\n create mode 100644 package/gentoo/media-libs/libcamera/libcamera-9999.ebuild", "diff": "diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild\nnew file mode 100644\nindex 000000000000..fed2b409a91b\n--- /dev/null\n+++ b/package/gentoo/media-libs/libcamera/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://linuxtv.org/libcamera.git\"\n+EGIT_BRANCH=\"master\"\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", "v2" ] }