Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
Date: Wed, 29 Jul 2020 11:29:07
Message-Id: 1596022133.ef6b8af0181a1a19b5013a885ac3fb5f6508f88a.andrewammerlaan@gentoo
1 commit: ef6b8af0181a1a19b5013a885ac3fb5f6508f88a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jul 29 11:28:53 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jul 29 11:28:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef6b8af0
7
8 media-tv/droidcam: one final fix
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 media-tv/droidcam/droidcam-1.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-tv/droidcam/droidcam-1.4.ebuild b/media-tv/droidcam/droidcam-1.4.ebuild
17 index 9048b4b..a4128bb 100644
18 --- a/media-tv/droidcam/droidcam-1.4.ebuild
19 +++ b/media-tv/droidcam/droidcam-1.4.ebuild
20 @@ -41,8 +41,8 @@ PATCHES="${FILESDIR}/${PN}-makefile-fixes.patch"
21 DOCS=( README.md README-DKMS.md )
22 DISABLE_AUTOFORMATTING="true"
23 DOC_CONTENTS="
24 - The default resolution for v4l2loopback-dc[1] is 640x480. You can override the
25 - value by copying droidcam.conf.default to /etc/modprobe.d/droidcam.conf
26 + The default resolution for v4l2loopback-dc[1] is 640x480. You can override these
27 + values in /etc/modprobe.d/v4l2loopback-dc.conf
28 and modifying 'width' and 'height'.
29 [1] https://github.com/aramg/droidcam/issues/56
30 "