From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/
Date: Sun, 9 Sep 2018 17:27:47 +0000 (UTC) [thread overview]
Message-ID: <1536513996.a29552182393235aadd8cea192e3f82b5f37edd4.grknight@gentoo> (raw)
commit: a29552182393235aadd8cea192e3f82b5f37edd4
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 17:26:36 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 17:26:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2955218
media-video/v4l2loopback: Version bump for 0.12.0
Closes: https://bugs.gentoo.org/646260
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-video/v4l2loopback/Manifest | 1 +
...4l2loopback-9999.ebuild => v4l2loopback-0.12.0.ebuild} | 15 ++++++++-------
media-video/v4l2loopback/v4l2loopback-9999.ebuild | 15 ++++++++-------
3 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/media-video/v4l2loopback/Manifest b/media-video/v4l2loopback/Manifest
index b31be47ef33..86217717bfd 100644
--- a/media-video/v4l2loopback/Manifest
+++ b/media-video/v4l2loopback/Manifest
@@ -1 +1,2 @@
DIST v4l2loopback-0.10.0.tar.gz 46976 BLAKE2B 9e26aa0079f92deefcb3b48816a5279e994be77e1cb54450a91dbec63953858bf378e85d9f93a0694539809987c87461b3f5795b9632aa9d968974f49d3eca77 SHA512 990b83cc592bf66861483d5ed8ebd7aba9d23f8ab54dc11d82ac3c88588cbd340d9cc49f7b758095e76bf9c5f02822700074506439ba51bcafc5cc7c1c979cb8
+DIST v4l2loopback-0.12.0.tar.gz 48723 BLAKE2B 6d62b7839889f43422623e1cfc52142846e796ca184b567906ab950642012a5c581ac656d3e4a71d806786e7ff347298f1f7aabba33743508ba388beb590c03f SHA512 e951fcc2b0a55ec5cd9812c2c26c0cab6e37b99bbb5b8512e28c67b3c59e981b776cb3285a0275f027dbddc010855f12134b9f3fa92f20e19e4de713f77289a1
diff --git a/media-video/v4l2loopback/v4l2loopback-9999.ebuild b/media-video/v4l2loopback/v4l2loopback-0.12.0.ebuild
similarity index 83%
copy from media-video/v4l2loopback/v4l2loopback-9999.ebuild
copy to media-video/v4l2loopback/v4l2loopback-0.12.0.ebuild
index 7c408014c5c..c2f92d34a0f 100644
--- a/media-video/v4l2loopback/v4l2loopback-9999.ebuild
+++ b/media-video/v4l2loopback/v4l2loopback-0.12.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit linux-mod
+inherit linux-mod toolchain-funcs
case ${PV} in
9999)
@@ -29,19 +29,20 @@ CONFIG_CHECK="VIDEO_DEV"
MODULE_NAMES="v4l2loopback(video:)"
BUILD_TARGETS="all"
-DEPEND=""
-RDEPEND="${DEPEND}"
-
pkg_setup() {
linux-mod_pkg_setup
export KERNELRELEASE=${KV_FULL}
}
+src_prepare() {
+ default
+ sed -i -e 's/gcc /$(CC) /' examples/Makefile || die
+}
+
src_compile() {
linux-mod_src_compile
if use examples; then
- cd "${S}"/examples
- emake
+ emake CC=$(tc-getCC) -C examples
fi
}
diff --git a/media-video/v4l2loopback/v4l2loopback-9999.ebuild b/media-video/v4l2loopback/v4l2loopback-9999.ebuild
index 7c408014c5c..c2f92d34a0f 100644
--- a/media-video/v4l2loopback/v4l2loopback-9999.ebuild
+++ b/media-video/v4l2loopback/v4l2loopback-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit linux-mod
+inherit linux-mod toolchain-funcs
case ${PV} in
9999)
@@ -29,19 +29,20 @@ CONFIG_CHECK="VIDEO_DEV"
MODULE_NAMES="v4l2loopback(video:)"
BUILD_TARGETS="all"
-DEPEND=""
-RDEPEND="${DEPEND}"
-
pkg_setup() {
linux-mod_pkg_setup
export KERNELRELEASE=${KV_FULL}
}
+src_prepare() {
+ default
+ sed -i -e 's/gcc /$(CC) /' examples/Makefile || die
+}
+
src_compile() {
linux-mod_src_compile
if use examples; then
- cd "${S}"/examples
- emake
+ emake CC=$(tc-getCC) -C examples
fi
}
next reply other threads:[~2018-09-09 17:27 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-09 17:27 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-23 6:35 [gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/ Sam James
2024-03-23 6:35 Sam James
2024-03-23 6:35 Sam James
2024-03-23 6:35 Sam James
2023-06-21 8:29 Andrew Ammerlaan
2022-03-20 0:16 Sam James
2021-01-22 3:42 Sam James
2020-10-26 14:13 Ben Kohler
2020-07-03 21:35 Aaron W. Swenson
2020-06-02 14:07 Aaron W. Swenson
2019-05-17 0:32 Nick Sarnie
2018-09-09 17:27 Brian Evans
2017-08-11 2:20 Brian Evans
2017-08-11 2:20 Brian Evans
2017-08-11 2:20 Brian Evans
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=1536513996.a29552182393235aadd8cea192e3f82b5f37edd4.grknight@gentoo \
--to=grknight@gentoo.org \
--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: link
Be 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