{"id":9637,"url":"https://patchwork.libcamera.org/api/patches/9637/?format=json","web_url":"https://patchwork.libcamera.org/patch/9637/","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":"<20200916145254.1644-2-laurent.pinchart@ideasonboard.com>","date":"2020-09-16T14:52:48","name":"[libcamera-devel,1/7] qcam: Remove unneeded './' file prefix in *.qrc","commit_ref":"11abf52a8ac521c40e306cc3113426606dcc3000","pull_url":null,"state":"accepted","archived":false,"hash":"5b3b348d94e0a58b9f45a2497025f2b8df6de1c6","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/9637/mbox/","series":[{"id":1293,"url":"https://patchwork.libcamera.org/api/series/1293/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1293","date":"2020-09-16T14:52:47","name":"qcam: Accelerate packed YUV rendering with OpenGL","version":1,"mbox":"https://patchwork.libcamera.org/series/1293/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9637/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9637/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 5B380C3B5B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 16 Sep 2020 14:53:45 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id C00DC60533;\n\tWed, 16 Sep 2020 16:53:44 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id A710662E75\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 16 Sep 2020 16:53:42 +0200 (CEST)","from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 483B3276;\n\tWed, 16 Sep 2020 16:53:36 +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=\"J8fu8qeG\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1600268016;\n\tbh=IXqExMQEGxG5MIf//OKDkUGTToeSvatkD/4A4cxrB1s=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=J8fu8qeG+hVb26nj2MfwaJyrk3CXRkLow1XtbzNsTL70JiiAxUDfnyn8q8PZzaS9P\n\tC5/MHnbmO0I68YxSMwYIEkQVJU0Yac7Wvp/FOrPLK0pgkJMzRjL7pudAf382qYvlwP\n\t6gTlUNJQgNdVsAcZTLy12PIuPpSm0ZDbUnpI8yks=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed, 16 Sep 2020 17:52:48 +0300","Message-Id":"<20200916145254.1644-2-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","In-Reply-To":"<20200916145254.1644-1-laurent.pinchart@ideasonboard.com>","References":"<20200916145254.1644-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH 1/7] qcam: Remove unneeded './' file\n\tprefix in *.qrc","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>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"There's no need to prefix files in the local directory with './'. Drop\nit.\n\nWhile at it, add indentation to make the *.qrc files more readable.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/qcam/assets/feathericons/feathericons.qrc | 12 ++++++------\n src/qcam/assets/shader/shaders.qrc            |  8 ++++----\n 2 files changed, 10 insertions(+), 10 deletions(-)","diff":"diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc\nindex 656f2b463511..c5302040ea44 100644\n--- a/src/qcam/assets/feathericons/feathericons.qrc\n+++ b/src/qcam/assets/feathericons/feathericons.qrc\n@@ -1,11 +1,11 @@\n <!-- SPDX-License-Identifier: GPL-2.0-or-later -->\n <!DOCTYPE RCC><RCC version=\"1.0\">\n <qresource>\n-<file>./aperture.svg</file>\n-<file>./camera-off.svg</file>\n-<file>./play-circle.svg</file>\n-<file>./save.svg</file>\n-<file>./stop-circle.svg</file>\n-<file>./x-circle.svg</file>\n+\t<file>aperture.svg</file>\n+\t<file>camera-off.svg</file>\n+\t<file>play-circle.svg</file>\n+\t<file>save.svg</file>\n+\t<file>stop-circle.svg</file>\n+\t<file>x-circle.svg</file>\n </qresource>\n </RCC>\ndiff --git a/src/qcam/assets/shader/shaders.qrc b/src/qcam/assets/shader/shaders.qrc\nindex 33eab2780d5e..9ae35c9f70d6 100644\n--- a/src/qcam/assets/shader/shaders.qrc\n+++ b/src/qcam/assets/shader/shaders.qrc\n@@ -1,9 +1,9 @@\n <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->\n <!DOCTYPE RCC><RCC version=\"1.0\">\n <qresource>\n-<file>./NV_vertex_shader.glsl</file>\n-<file>./NV_2_planes_UV_f.glsl</file>\n-<file>./NV_2_planes_VU_f.glsl</file>\n-<file>./NV_3_planes_f.glsl</file>\n+\t<file>NV_vertex_shader.glsl</file>\n+\t<file>NV_2_planes_UV_f.glsl</file>\n+\t<file>NV_2_planes_VU_f.glsl</file>\n+\t<file>NV_3_planes_f.glsl</file>\n </qresource>\n </RCC>\n","prefixes":["libcamera-devel","1/7"]}