From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-tv/droidcam/ Date: Fri, 24 Apr 2020 12:26:45 +0000 (UTC) [thread overview] Message-ID: <1587731201.b69316d30a0c5587831c4950ec8d2807b3f4fb1b.andrewammerlaan@gentoo> (raw) commit: b69316d30a0c5587831c4950ec8d2807b3f4fb1b Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Apr 24 12:26:13 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Apr 24 12:26:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b69316d3 media-tv/droidcam: build agains correct kernel version as selected by eselect Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> media-tv/droidcam/droidcam-0_pre20200416.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-tv/droidcam/droidcam-0_pre20200416.ebuild b/media-tv/droidcam/droidcam-0_pre20200416.ebuild index 6fb0579..0df0a04 100644 --- a/media-tv/droidcam/droidcam-0_pre20200416.ebuild +++ b/media-tv/droidcam/droidcam-0_pre20200416.ebuild @@ -32,6 +32,12 @@ MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)" MODULESD_V4L2LOOPBACK_DC_ENABLED="yes" BUILD_TARGETS="all" +src_prepare() { + elog ${KV_FULL} + default + sed -i -e "s/\`uname -r\`/${KV_FULL}/g" v4l2loopback/Makefile +} + src_configure() { set_arch_to_kernel default
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/ Date: Fri, 24 Apr 2020 12:49:55 +0000 (UTC) [thread overview] Message-ID: <1587731201.b69316d30a0c5587831c4950ec8d2807b3f4fb1b.andrewammerlaan@gentoo> (raw) Message-ID: <20200424124955.JGKBSvRyDYuTL-bmCzJvuzBRmKsYyHI63X-UZkH3_I0@z> (raw) commit: b69316d30a0c5587831c4950ec8d2807b3f4fb1b Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Apr 24 12:26:13 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Apr 24 12:26:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b69316d3 media-tv/droidcam: build agains correct kernel version as selected by eselect Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> media-tv/droidcam/droidcam-0_pre20200416.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-tv/droidcam/droidcam-0_pre20200416.ebuild b/media-tv/droidcam/droidcam-0_pre20200416.ebuild index 6fb0579..0df0a04 100644 --- a/media-tv/droidcam/droidcam-0_pre20200416.ebuild +++ b/media-tv/droidcam/droidcam-0_pre20200416.ebuild @@ -32,6 +32,12 @@ MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)" MODULESD_V4L2LOOPBACK_DC_ENABLED="yes" BUILD_TARGETS="all" +src_prepare() { + elog ${KV_FULL} + default + sed -i -e "s/\`uname -r\`/${KV_FULL}/g" v4l2loopback/Makefile +} + src_configure() { set_arch_to_kernel default
next reply other threads:[~2020-04-24 12:26 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-24 12:26 Andrew Ammerlaan [this message] 2020-04-24 12:49 ` [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2021-04-18 2:55 [gentoo-commits] repo/proj/guru:dev " Theo Anderson 2021-01-13 16:51 Andrew Ammerlaan 2020-11-05 9:30 Andrew Ammerlaan 2020-08-17 17:38 Andrew Ammerlaan 2020-08-17 17:34 Andrew Ammerlaan 2020-08-17 17:34 Andrew Ammerlaan 2020-07-29 11:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-07-29 11:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-07-29 11:41 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-07-29 11:41 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-07-29 11:29 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-07-29 11:28 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-12 9:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-05-12 9:35 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-04-24 12:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-04-24 12:44 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-04-22 17:25 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-04-22 17:22 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1587731201.b69316d30a0c5587831c4950ec8d2807b3f4fb1b.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox