mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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@riseup.net>
This commit is contained in:
@@ -106,14 +106,21 @@ pkg_postinst() {
|
|||||||
|
|
||||||
if use gtk ; then
|
if use gtk ; then
|
||||||
xdg_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."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
elog ""
|
||||||
readme.gentoo_print_elog
|
readme.gentoo_print_elog
|
||||||
|
|
||||||
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 "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 "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 ""
|
elog ""
|
||||||
optfeature "to connection with USB via ADB instead of over wifi" dev-util/android-tools
|
optfeature "to connection with USB via ADB instead of over wifi" dev-util/android-tools
|
||||||
|
|||||||
@@ -5,4 +5,7 @@
|
|||||||
<email>andrewammerlaan@riseup.net</email>
|
<email>andrewammerlaan@riseup.net</email>
|
||||||
<name>Andrew Ammerlaan</name>
|
<name>Andrew Ammerlaan</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="gtk">Build the <pkg>dev-cpp/gtkmm</pkg>:3.0 client.</flag>
|
||||||
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user