{"id":13048,"url":"https://patchwork.libcamera.org/api/patches/13048/?format=json","web_url":"https://patchwork.libcamera.org/patch/13048/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210720041609.6460-1-paul.elder@ideasonboard.com>","date":"2021-07-20T04:16:09","name":"[libcamera-devel] Documentation: guides: application-developer: update pkgconfig name","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"f2cdbc246beb90940f7c1008d1d6104cde6aa3d1","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/people/17/?format=json","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13048/mbox/","series":[{"id":2257,"url":"https://patchwork.libcamera.org/api/series/2257/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2257","date":"2021-07-20T04:16:09","name":"[libcamera-devel] Documentation: guides: application-developer: update pkgconfig name","version":1,"mbox":"https://patchwork.libcamera.org/series/2257/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13048/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13048/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 3B512C0109\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 20 Jul 2021 04:16:34 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 7AA2F6853E;\n\tTue, 20 Jul 2021 06:16:33 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8A1AE60277\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 20 Jul 2021 06:16:32 +0200 (CEST)","from pyrite.rasen.tech (unknown\n\t[IPv6:2400:4051:61:600:2c71:1b79:d06d:5032])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id A4473443;\n\tTue, 20 Jul 2021 06:16:30 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"POy4c7An\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1626754592;\n\tbh=9swWeoQhJS8xgfovFd4w78wEvdz1UbvLOc5rXOraOLs=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=POy4c7An5DwnQe5PR9nBXfWYB5nNlupgrZwd7lbGmG7eWQu/DxygleoOFPz0V38Xh\n\t+CKsS67nAfN8qJ/ybHh1rCChcAhZoC8jfxuLYa7trTxrjzmiYLdO4ADHHs8PbvYzp8\n\tUIUkh9z42IO011780rxztr7pyFABRKD/KWkE+JZw=","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Tue, 20 Jul 2021 13:16:09 +0900","Message-Id":"<20210720041609.6460-1-paul.elder@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] Documentation: guides:\n\tapplication-developer: update pkgconfig name","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","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>","Cc":"carl_wikstrom@hotmail.com","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The pkgconfig name was changed from camera to libcamera, but the\napplication developer guide wasn't updated. Update it to refer to the\nnew name.\n\nBug: https://bugs.libcamera.org/show_bug.cgi?id=65\nFixes: ec7afef6 (\"libcamera: Rename libcamera pkg-config generation\")\nSigned-off-by: Paul Elder <paul.elder@ideasonboard.com>\n---\n Documentation/guides/application-developer.rst | 8 ++++----\n 1 file changed, 4 insertions(+), 4 deletions(-)","diff":"diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst\nindex e3430f03..9c7b1bb0 100644\n--- a/Documentation/guides/application-developer.rst\n+++ b/Documentation/guides/application-developer.rst\n@@ -596,12 +596,12 @@ has been installed in your system.\n \n    export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/\n \n-Verify that ``pkg-config`` can identify the ``camera`` library with\n+Verify that ``pkg-config`` can identify the ``libcamera`` library with\n \n .. code:: shell\n \n-   $ pkg-config --libs --cflags camera\n-     -I/usr/local/include/libcamera -L/usr/local/lib -lcamera\n+   $ pkg-config --libs --cflags libcamera\n+     -I/usr/local/include/libcamera -L/usr/local/lib -lcamera -lcamera-base\n \n ``meson`` can alternatively use ``cmake`` to locate packages, please refer to\n the ``meson`` documentation if you prefer to use it in place of ``pkgconfig``\n@@ -621,7 +621,7 @@ accordingly. In this example, the application file has been named\n \n    simpler_cam = executable('simple-cam',\n        'simple-cam.cpp',\n-       dependencies: dependency('camera', required : true))\n+       dependencies: dependency('libcamera', required : true))\n \n The ``dependencies`` line instructs meson to ask ``pkgconfig`` (or ``cmake``) to\n locate the ``camera`` library, (libcamera without the lib prefix) which the test\n","prefixes":["libcamera-devel"]}