* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2020-04-22 17:25 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-04-22 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 2a8e91bf21c5563d96b8a997460a4c646c23f819
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Apr 22 17:21:51 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 22 17:22:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a8e91bf
media-tv/droidcam: add MODULESD_V4L2LOOPBACK_DC_ENABLED="yes"
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-tv/droidcam/droidcam-0_pre20200416.ebuild b/media-tv/droidcam/droidcam-0_pre20200416.ebuild
index 1afe5a6..24a7733 100644
--- a/media-tv/droidcam/droidcam-0_pre20200416.ebuild
+++ b/media-tv/droidcam/droidcam-0_pre20200416.ebuild
@@ -29,6 +29,7 @@ PATCHES="${FILESDIR}/${PN}-0-libjpeg-location.patch"
CONFIG_CHECK="VIDEO_DEV"
MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)"
+MODULESD_V4L2LOOPBACK_DC_ENABLED="yes"
BUILD_TARGETS="all"
src_configure() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2020-04-24 12:49 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-04-24 12:49 UTC (permalink / raw
To: gentoo-commits
commit: ac9f03386a0b91742181128d75fdf518b67bf45b
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 24 12:44:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 24 12:44:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9f0338
media-tv/droidcam: remove debugging elog (oopsie)
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 | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-tv/droidcam/droidcam-0_pre20200416.ebuild b/media-tv/droidcam/droidcam-0_pre20200416.ebuild
index 0df0a04..706ccf9 100644
--- a/media-tv/droidcam/droidcam-0_pre20200416.ebuild
+++ b/media-tv/droidcam/droidcam-0_pre20200416.ebuild
@@ -33,7 +33,6 @@ 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
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
2020-04-24 12:26 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-04-24 12:49 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-04-24 12:49 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2020-05-12 9:35 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-05-12 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 1c2da507159cd41dfe9de07f0b0559fd9762039b
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May 12 09:35:32 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 12 09:35:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2da507
media-tv/droidcam: fix build if eselect kernel is not running kernel
upstream changed things and now uses a variable, no more need to sed
the makefile
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild b/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
index c0441bc..580c12f 100644
--- a/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
+++ b/media-tv/droidcam/droidcam-6.7.7_pre20200506.ebuild
@@ -32,11 +32,6 @@ MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)"
MODULESD_V4L2LOOPBACK_DC_ENABLED="yes"
BUILD_TARGETS="all"
-src_prepare() {
- default
- sed -i -e "s/\`uname -r\`/${KV_FULL}/g" v4l2loopback/Makefile
-}
-
src_configure() {
set_arch_to_kernel
default
@@ -44,7 +39,7 @@ src_configure() {
src_compile() {
default
- linux-mod_src_compile
+ KERNELRELEASE="${KV_FULL}" linux-mod_src_compile
}
src_test() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2020-07-29 11:29 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-07-29 11:29 UTC (permalink / raw
To: gentoo-commits
commit: ef6b8af0181a1a19b5013a885ac3fb5f6508f88a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jul 29 11:28:53 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jul 29 11:28:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef6b8af0
media-tv/droidcam: one final fix
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-tv/droidcam/droidcam-1.4.ebuild b/media-tv/droidcam/droidcam-1.4.ebuild
index 9048b4b..a4128bb 100644
--- a/media-tv/droidcam/droidcam-1.4.ebuild
+++ b/media-tv/droidcam/droidcam-1.4.ebuild
@@ -41,8 +41,8 @@ PATCHES="${FILESDIR}/${PN}-makefile-fixes.patch"
DOCS=( README.md README-DKMS.md )
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="
- The default resolution for v4l2loopback-dc[1] is 640x480. You can override the
- value by copying droidcam.conf.default to /etc/modprobe.d/droidcam.conf
+ The default resolution for v4l2loopback-dc[1] is 640x480. You can override these
+ values in /etc/modprobe.d/v4l2loopback-dc.conf
and modifying 'width' and 'height'.
[1] https://github.com/aramg/droidcam/issues/56
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-tv/droidcam/
2020-07-29 11:41 [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/ Andrew Ammerlaan
@ 2020-07-29 11:41 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-07-29 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 72f6c3a124b6ff55ebcf224f3844eaccc7fd8ee0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jul 29 11:41:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jul 29 11:41:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72f6c3a1
media-tv/droidcam: add readme.gentoo_print_elog
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-tv/droidcam/droidcam-1.4.ebuild b/media-tv/droidcam/droidcam-1.4.ebuild
index a4128bb..1dfab53 100644
--- a/media-tv/droidcam/droidcam-1.4.ebuild
+++ b/media-tv/droidcam/droidcam-1.4.ebuild
@@ -42,7 +42,7 @@ DOCS=( README.md README-DKMS.md )
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="
The default resolution for v4l2loopback-dc[1] is 640x480. You can override these
- values in /etc/modprobe.d/v4l2loopback-dc.conf
+ values in /etc/modprobe.d/v4l2loopback-dc.conf
and modifying 'width' and 'height'.
[1] https://github.com/aramg/droidcam/issues/56
"
@@ -108,6 +108,8 @@ pkg_postinst() {
xdg_pkg_postinst
fi
+ readme.gentoo_print_elog
+
elog ""
elog "To use this package, you'll need to download the android app as well:"
elog "Free version: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2020-07-29 11:41 Andrew Ammerlaan
2020-07-29 11:41 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-07-29 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 72f6c3a124b6ff55ebcf224f3844eaccc7fd8ee0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jul 29 11:41:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jul 29 11:41:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72f6c3a1
media-tv/droidcam: add readme.gentoo_print_elog
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-tv/droidcam/droidcam-1.4.ebuild b/media-tv/droidcam/droidcam-1.4.ebuild
index a4128bb..1dfab53 100644
--- a/media-tv/droidcam/droidcam-1.4.ebuild
+++ b/media-tv/droidcam/droidcam-1.4.ebuild
@@ -42,7 +42,7 @@ DOCS=( README.md README-DKMS.md )
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="
The default resolution for v4l2loopback-dc[1] is 640x480. You can override these
- values in /etc/modprobe.d/v4l2loopback-dc.conf
+ values in /etc/modprobe.d/v4l2loopback-dc.conf
and modifying 'width' and 'height'.
[1] https://github.com/aramg/droidcam/issues/56
"
@@ -108,6 +108,8 @@ pkg_postinst() {
xdg_pkg_postinst
fi
+ readme.gentoo_print_elog
+
elog ""
elog "To use this package, you'll need to download the android app as well:"
elog "Free version: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2020-07-29 11:59 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-07-29 11:59 UTC (permalink / raw
To: gentoo-commits
commit: ab2cb7fd3f3788d4f4236c5c19fec4c06451f578
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jul 29 11:59:19 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jul 29 11:59:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab2cb7fd
media-tv/droidcam: expand elog messages
now includes iOS dl link
(jeej it now supports iOS)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4.ebuild | 9 ++++++++-
media-tv/droidcam/metadata.xml | 3 +++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/media-tv/droidcam/droidcam-1.4.ebuild b/media-tv/droidcam/droidcam-1.4.ebuild
index 1dfab53..1573c2c 100644
--- a/media-tv/droidcam/droidcam-1.4.ebuild
+++ b/media-tv/droidcam/droidcam-1.4.ebuild
@@ -106,14 +106,21 @@ pkg_postinst() {
if use gtk ; then
xdg_pkg_postinst
+ else
+ elog ""
+ elog "Only droidcam-cli has been installed since no 'gtk' flag was present"
+ elog "in the USE list."
fi
+ elog ""
readme.gentoo_print_elog
elog ""
- elog "To use this package, you'll need to download the android app as well:"
+ elog "To use this package, you will need to download the Android or iOS app as well:"
+ elog "Android:"
elog "Free version: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam"
elog "Paid version: https://play.google.com/store/apps/details?id=com.dev47apps.droidcamx"
+ elog "iOS: https://apps.apple.com/us/app/droidcam-wireless-webcam/id1510258102"
elog ""
optfeature "to connection with USB via ADB instead of over wifi" dev-util/android-tools
diff --git a/media-tv/droidcam/metadata.xml b/media-tv/droidcam/metadata.xml
index 1210e7e..59c300f 100644
--- a/media-tv/droidcam/metadata.xml
+++ b/media-tv/droidcam/metadata.xml
@@ -5,4 +5,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
+ <use>
+ <flag name="gtk">Build the <pkg>dev-cpp/gtkmm</pkg>:3.0 client.</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
2020-08-17 17:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-08-17 17:34 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-08-17 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 5299648eaccda99b3b7427b38b46506f9b52020d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Aug 17 17:32:48 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Aug 17 17:33:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5299648e
media-tv/droidcam: move x11 deps into gtk flag
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4-r1.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/media-tv/droidcam/droidcam-1.4-r1.ebuild b/media-tv/droidcam/droidcam-1.4-r1.ebuild
index 123dc40..33b1950 100644
--- a/media-tv/droidcam/droidcam-1.4-r1.ebuild
+++ b/media-tv/droidcam/droidcam-1.4-r1.ebuild
@@ -22,16 +22,18 @@ RESTRICT="test"
DEPEND="
=app-pda/libusbmuxd-1*
dev-libs/glib
- gtk? ( dev-cpp/gtkmm:3.0 )
media-libs/alsa-lib
media-libs/libjpeg-turbo
>=media-libs/speex-1.2.0-r1
media-video/ffmpeg
dev-util/android-tools
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/pango
+ gtk? (
+ dev-cpp/gtkmm:3.0
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/pango
+ )
"
BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
2020-08-17 17:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-08-17 17:34 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-08-17 17:34 UTC (permalink / raw
To: gentoo-commits
commit: d3fbf3f3d1fb15564448f0f79a0496f3d6b246bc
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Aug 17 17:30:47 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Aug 17 17:33:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3fbf3f3
media-tv/droidcam: simplify ebuild
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4-r1.ebuild | 24 ++++++++++--------------
media-tv/droidcam/metadata.xml | 1 -
2 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/media-tv/droidcam/droidcam-1.4-r1.ebuild b/media-tv/droidcam/droidcam-1.4-r1.ebuild
index 7d447b5..123dc40 100644
--- a/media-tv/droidcam/droidcam-1.4-r1.ebuild
+++ b/media-tv/droidcam/droidcam-1.4-r1.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="0"
-IUSE="audio gtk usb"
+IUSE="gtk"
# Requires connection to android phone
RESTRICT="test"
@@ -27,7 +27,7 @@ DEPEND="
media-libs/libjpeg-turbo
>=media-libs/speex-1.2.0-r1
media-video/ffmpeg
- usb? ( dev-util/android-tools )
+ dev-util/android-tools
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/libX11
@@ -49,9 +49,11 @@ DOC_CONTENTS="
BUILD_TARGETS="all"
MODULE_NAMES="v4l2loopback-dc(video:${S}/v4l2loopback:${S}/v4l2loopback)"
-CONFIG_CHECK="VIDEO_DEV MEDIA_SUPPORT MEDIA_CAMERA_SUPPORT"
MODULESD_V4L2LOOPBACK_DC_ENABLED="yes"
+CONFIG_CHECK="~SND_ALOOP VIDEO_DEV MEDIA_SUPPORT MEDIA_CAMERA_SUPPORT"
+ERROR_SND_ALOOP="CONFIG_SND_ALOOP is required for audio support"
+
PATCHES="${FILESDIR}/${PN}-makefile-fixes.patch"
src_prepare() {
@@ -65,13 +67,6 @@ src_prepare() {
src_configure() {
set_arch_to_kernel
- if use audio ; then
- if linux_config_exists ; then
- if ! linux_chkconfig_present SND_ALOOP ; then
- die "Audio requested but CONFIG_SND_ALOOP not selected in config!"
- fi
- fi
- fi
default
}
@@ -109,8 +104,10 @@ src_install() {
# so we just put it in modules-load.d to make sure it always works
insinto /etc/modules-load.d
doins "${FILESDIR}"/${PN}-video.conf
- if use audio && linux_chkconfig_module SND_ALOOP ; then
- doins "${FILESDIR}"/${PN}-audio.conf
+ if linux_config_exists ; then
+ if linux_chkconfig_module SND_ALOOP ; then
+ doins "${FILESDIR}"/${PN}-audio.conf
+ fi
fi
newdoc "${FILESDIR}"/${PN}-modprobe.conf ${PN}.conf.default
@@ -123,8 +120,7 @@ pkg_postinst() {
xdg_pkg_postinst
else
elog
- elog "Only droidcam-cli has been installed since no 'gtk' flag was present"
- elog "in the USE list."
+ elog "Only droidcam-cli has been installed since 'gtk' flag was not set"
elog
fi
diff --git a/media-tv/droidcam/metadata.xml b/media-tv/droidcam/metadata.xml
index 7796f4b..85aeafd 100644
--- a/media-tv/droidcam/metadata.xml
+++ b/media-tv/droidcam/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="gtk">Build the <pkg>dev-cpp/gtkmm</pkg>:3.0 client.</flag>
- <flag name="audio">Use snd_aloop kernel module for audio</flag>
</use>
<longdescription>
DroidCam allows you to use your Android or iOS device as webcam, wired (USB
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
2020-08-17 17:38 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-08-17 17:38 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-08-17 17:38 UTC (permalink / raw
To: gentoo-commits
commit: c2a149d45147ef20f3fdb374598a7943b57b9069
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Aug 17 17:38:30 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Aug 17 17:38:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2a149d4
media-tv/droidcam: fix typo
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-tv/droidcam/droidcam-1.4-r1.ebuild b/media-tv/droidcam/droidcam-1.4-r1.ebuild
index 33b1950..6642f54 100644
--- a/media-tv/droidcam/droidcam-1.4-r1.ebuild
+++ b/media-tv/droidcam/droidcam-1.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit desktop eutils linux-mod readme.gentoo-r1 xdg
DESCRIPTION="Use android phone as webcam, using a v4l device driver and app"
-HOMEPAGE="https://www.dev47apps.com/droidcam/linuxx/
+HOMEPAGE="https://www.dev47apps.com/droidcam/linux/
https://github.com/aramg/droidcam"
SRC_URI="https://github.com/aramg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
2020-11-05 9:30 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-11-05 9:30 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-11-05 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 707046447787d50c273b282edc674aaa91b91dbe
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Nov 5 09:30:03 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 5 09:30:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70704644
media-tv/droidcam: version bump 1.6
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/Manifest | 2 +-
media-tv/droidcam/{droidcam-1.5.ebuild => droidcam-1.6.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-tv/droidcam/Manifest b/media-tv/droidcam/Manifest
index 3a01d0a2..4cd9ee57 100644
--- a/media-tv/droidcam/Manifest
+++ b/media-tv/droidcam/Manifest
@@ -1 +1 @@
-DIST droidcam-1.5.tar.gz 79700 BLAKE2B 05ec5eccec3f4fcec0457fad3b092ae3312c6de3c7cf9d574d002eaa06c92f1f93631c5dc36ed3465f4941a51b37f22b404815d88150604f5f02cf7593006340 SHA512 b441d1c69b77522d427b729439d4efa041a93b224e9fd7f7502260aac8a334a110152592670903cc4df8a194707f78a52a0c14cfcdd52a1e8ea7c391e6fd586c
+DIST droidcam-1.6.tar.gz 80673 BLAKE2B 11e121b1e46a873404bdcd3794248dcb8006f9a3e78eaa1571c7b6e0299f9f7bf50bca28b294a7661e7d4d336ea680b29b4ece134d661ba0a17ab8793ef1a232 SHA512 09b41093ee09c65199809871a1d8cdc959323325bc734546396a8b31442f4665d1df4b846e37deb398c741756d2e94a219e73256598cc63e625a73fb93387d7b
diff --git a/media-tv/droidcam/droidcam-1.5.ebuild b/media-tv/droidcam/droidcam-1.6.ebuild
similarity index 100%
rename from media-tv/droidcam/droidcam-1.5.ebuild
rename to media-tv/droidcam/droidcam-1.6.ebuild
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
2021-01-13 16:51 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-01-13 16:51 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2021-01-13 16:51 UTC (permalink / raw
To: gentoo-commits
commit: ff404a55d5632d3a97e997c814052e0abb726744
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 13 16:50:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 16:50:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff404a55
media-tv/droidcam: add missing deps
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-tv/droidcam/droidcam-1.7.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-tv/droidcam/droidcam-1.7.ebuild b/media-tv/droidcam/droidcam-1.7.ebuild
index aee0b786..19ab1755 100644
--- a/media-tv/droidcam/droidcam-1.7.ebuild
+++ b/media-tv/droidcam/droidcam-1.7.ebuild
@@ -20,9 +20,11 @@ IUSE="gtk"
RESTRICT="test"
DEPEND="
+ app-pda/libplist
app-pda/libusbmuxd
dev-libs/glib
dev-libs/libappindicator:3
+ dev-libs/libxml2
dev-util/android-tools
media-libs/alsa-lib
media-libs/libjpeg-turbo
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/
@ 2021-04-18 9:10 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2021-04-18 9:10 UTC (permalink / raw
To: gentoo-commits
commit: c4817d52358a0d1d8df0e65fd58206ea63098848
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Apr 18 02:52:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 18 02:52:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4817d52
media-tv/droidcam: eutils--
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
media-tv/droidcam/droidcam-1.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-tv/droidcam/droidcam-1.7.2.ebuild b/media-tv/droidcam/droidcam-1.7.2.ebuild
index 19ab17558..69067567d 100644
--- a/media-tv/droidcam/droidcam-1.7.2.ebuild
+++ b/media-tv/droidcam/droidcam-1.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop eutils linux-mod readme.gentoo-r1 xdg
+inherit desktop linux-mod readme.gentoo-r1 xdg
DESCRIPTION="Use android phone as webcam, using a v4l device driver and app"
HOMEPAGE="https://www.dev47apps.com/droidcam/linux/
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-04-18 9:10 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 11:41 [gentoo-commits] repo/proj/guru:master commit in: media-tv/droidcam/ Andrew Ammerlaan
2020-07-29 11:41 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-04-18 9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-13 16:51 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-13 16:51 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-05 9:30 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-05 9:30 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-17 17:38 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-17 17:38 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-17 17:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-17 17:34 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-17 17:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-17 17:34 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-29 11:59 Andrew Ammerlaan
2020-07-29 11:29 Andrew Ammerlaan
2020-05-12 9:35 Andrew Ammerlaan
2020-04-24 12:49 Andrew Ammerlaan
2020-04-24 12:26 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-24 12:49 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-22 17:25 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox