public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jörg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
Date: Sun, 21 Mar 2021 16:54:07 +0000 (UTC)	[thread overview]
Message-ID: <1616345637.8639f1eb81e069ae5a11fb136427a42848fcd083.hd_brummy@gentoo> (raw)

commit:     8639f1eb81e069ae5a11fb136427a42848fcd083
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 16:53:17 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 16:53:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8639f1eb

media-plugins/vdr-fritzbox: calls ar directly fixed

Closes: https://bugs.gentoo.org/740290
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 .../vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild      | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
new file mode 100644
index 00000000000..860f542aaea
--- /dev/null
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook"
+HOMEPAGE="https://github.com/jowi24/vdr-fritz"
+SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libgcrypt:0
+	dev-libs/boost[threads]
+	media-video/vdr"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-boost-1.67.patch" )
+
+src_prepare() {
+	vdr-plugin-2_src_prepare
+
+	# do not call ar directly
+	export _VDRAR="$(tc-getAR)"
+	sed -e "s:\@ar :\@\$(_VDRAR) :" \
+		-i libconv++/Makefile \
+		-i libfritz++/Makefile \
+		-i liblog++/Makefile \
+		-i libnet++/Makefile || die
+}
+
+pkg_postinst() {
+	elog "It is recommend to update your firmware release to the latest."
+	elog
+	elog "The integrated call monitor (available in Fritz!Box official"
+	elog "firmware releases >= *.04.29) has to be enabled in order to"
+	elog "have the vdr-fritzbox plugin display anything on your tv. To"
+	elog "enable it call #96*5* from your telephone. If that doesn't"
+	elog "work for you, read the documentation for further instructions."
+}


             reply	other threads:[~2021-03-21 16:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 16:54 Jörg Bornkessel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-16  7:23 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/ Joonas Niilola
2024-09-16  3:49 Jakov Smolić
2024-06-23 19:49 Conrad Kostecki
2024-06-22 19:13 Conrad Kostecki
2023-12-24 23:07 Conrad Kostecki
2022-08-29 18:39 Andreas Sturmlechner
2021-08-23 22:16 Agostino Sarubbo
2021-08-21  4:49 Agostino Sarubbo
2021-06-18 19:18 David Seifert
2019-12-15 20:25 Joerg Bornkessel
2019-07-31 13:55 Andreas Sturmlechner
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2016-05-05 16:34 Joerg Bornkessel
2016-05-05 12:00 Joerg Bornkessel

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=1616345637.8639f1eb81e069ae5a11fb136427a42848fcd083.hd_brummy@gentoo \
    --to=hd_brummy@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