From 1e9172d847e46c7042b6c02bd6f627ad06d55f62 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 29 Jul 2020 13:30:57 +0200 Subject: [PATCH 1/3] licenses/droidcam: droidcam now has GPL-2 license Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan --- licenses/droidcam | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 licenses/droidcam diff --git a/licenses/droidcam b/licenses/droidcam deleted file mode 100644 index fd9976ace6..0000000000 --- a/licenses/droidcam +++ /dev/null @@ -1,8 +0,0 @@ -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -USE AT YOUR OWN RISK. - -You may redistribute and/or modify any part of this program, -provided this notice and all disclaimers remain intact and preserved, -crediting the original author(s). From 72f6c3a124b6ff55ebcf224f3844eaccc7fd8ee0 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 29 Jul 2020 13:41:31 +0200 Subject: [PATCH 2/3] media-tv/droidcam: add readme.gentoo_print_elog Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan --- 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 a4128bbece..1dfab53c67 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" From ab2cb7fd3f3788d4f4236c5c19fec4c06451f578 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 29 Jul 2020 13:59:19 +0200 Subject: [PATCH 3/3] 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 --- 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 1dfab53c67..1573c2ccba 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 1210e7ebc4..59c300f276 100644 --- a/media-tv/droidcam/metadata.xml +++ b/media-tv/droidcam/metadata.xml @@ -5,4 +5,7 @@ andrewammerlaan@riseup.net Andrew Ammerlaan + + Build the dev-cpp/gtkmm:3.0 client. +