public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2016-05-05 12:00 Joerg Bornkessel
  0 siblings, 0 replies; 16+ messages in thread
From: Joerg Bornkessel @ 2016-05-05 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b802509c3146551f1b55fc176a43d0ca1f044ffc
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 11:59:46 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Thu May  5 11:59:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b802509c

fixed Homepage, download url, description size; thx to J.Stein, wrt bug #575576

Package-Manager: portage-2.2.28

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
index 17c9a55..8119d68 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
@@ -6,9 +6,9 @@ EAPI=5
 
 inherit vdr-plugin-2
 
-DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu"
-HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz"
-SRC_URI="http://joachim-wilke.de/vdr-fritz/${P}.tgz"
+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/1.5.3/${P}.tgz"
 
 SLOT="0"
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2016-05-05 16:34 Joerg Bornkessel
  0 siblings, 0 replies; 16+ messages in thread
From: Joerg Bornkessel @ 2016-05-05 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7a2a00c7abcd407d709190ceb35858a30a8ebf75
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 16:34:11 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Thu May  5 16:34:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2a00c7

depend boost has to compile with threads support, thx to T.Foerster on wrt bug 566124

Package-Manager: portage-2.2.28

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
index 8119d68..7f120fd 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 
 DEPEND=">=media-video/vdr-1.7.34
 		dev-libs/libgcrypt:0
-		dev-libs/boost"
+		dev-libs/boost[threads]"
 RDEPEND="${DEPEND}"
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2019-07-31 10:59 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     116013d66bef6ac02041751f90f2a85bf49ffd81
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 10:58:50 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 10:58:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116013d6

media-plugins/vdr-fritzbox: amd64 stable wrt bug #689030

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
index eaa4abe5e23..bb859bb02a9 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/1.5.3/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2019-07-31 11:03 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ba93d085558b7d28453dcb2fa7b535a6aa81d1fc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 11:03:30 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 11:03:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba93d085

media-plugins/vdr-fritzbox: x86 stable wrt bug #689030

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
index bb859bb02a9..9722986e6a3 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/1.5.3/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2019-07-31 13:55 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2019-07-31 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     75c206427536f7cff12143ea2a15d0817ad5dad3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 13:22:07 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 13:50:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c20642

media-plugins/vdr-fritzbox: Drop 1.5.3 (r0)

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild         | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
deleted file mode 100644
index 1916317801c..00000000000
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/1.5.3/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.34
-		dev-libs/libgcrypt:0
-		dev-libs/boost[threads]"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	echo
-	elog "It is recommend to update your firmware release to the latest."
-	echo
-	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."
-	echo
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2019-12-15 20:25 Joerg Bornkessel
  0 siblings, 0 replies; 16+ messages in thread
From: Joerg Bornkessel @ 2019-12-15 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ede29b9ccada1c5222ed88582bcde963d2c0b3e5
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 20:18:26 2019 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 20:24:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede29b9c

media-plugins/vdr-fritzbox: QA StaticSrcUri fixed

Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
index 9722986e6a3..792c195f12f 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
@@ -7,7 +7,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/1.5.3/${P}.tgz"
+SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2021-03-21 16:54 Jörg Bornkessel
  0 siblings, 0 replies; 16+ messages in thread
From: Jörg Bornkessel @ 2021-03-21 16:54 UTC (permalink / raw
  To: gentoo-commits

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."
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2021-06-18 19:18 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2021-06-18 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3122db53e6ca2fcae2f2ab1efabe08bcdfdbac3f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 19:16:59 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 19:16:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3122db53

media-plugins/vdr-fritzbox: Depend on dev-libs/boost:=[threads(+)]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{vdr-fritzbox-1.5.3-r1.ebuild => vdr-fritzbox-1.5.3-r2.ebuild}  | 6 +++---
 .../{vdr-fritzbox-1.5.3-r3.ebuild => vdr-fritzbox-1.5.3-r4.ebuild}  | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
similarity index 91%
rename from media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
rename to media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
index 792c195f12f..566439ba3e3 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,8 +15,8 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="
-	dev-libs/libgcrypt:0
-	dev-libs/boost[threads]
+	dev-libs/libgcrypt:=
+	dev-libs/boost:=[threads(+)]
 	>=media-video/vdr-1.7.34
 "
 RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
similarity index 95%
rename from media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r3.ebuild
rename to media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
index 8ca019bad2a..8d282d5f871 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r3.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
@@ -14,8 +14,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-libs/libgcrypt:0
-	dev-libs/boost[threads]
+DEPEND="
+	dev-libs/libgcrypt:=
+	dev-libs/boost:=[threads(+)]
 	media-video/vdr"
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2021-08-21  4:49 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-08-21  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9d70e53c667bbb38675cf71caac4c459d188ae15
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 04:48:47 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 04:48:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d70e53c

media-plugins/vdr-fritzbox: amd64 stable wrt bug #808665

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
index 628b4bc7e06..aa779299b58 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2021-08-23 22:16 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-08-23 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     82c4dd76e437a7cfc92252e20d1e991cd46c38ea
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 22:15:35 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 22:15:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c4dd76

media-plugins/vdr-fritzbox: x86 stable wrt bug #808665

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
index aa779299b58..99bd94dcf3c 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2022-08-29 18:39 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     da1ec30617792ac301ae0da390a8d464de0c3c82
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 21:47:29 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 18:39:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ec306

media-plugins/vdr-fritzbox: drop 1.5.3-r2, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild      | 34 ----------------------
 1 file changed, 34 deletions(-)

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
deleted file mode 100644
index 566439ba3e3a..000000000000
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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:=
-	dev-libs/boost:=[threads(+)]
-	>=media-video/vdr-1.7.34
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-boost-1.67.patch" )
-
-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."
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2023-12-24 23:07 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6185474aae7ec6cf16bced8007e3f35b6e4ab45b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 17 14:19:23 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:03:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6185474a

media-plugins/vdr-fritzbox: add missing toolchain-funcs inherit, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34327
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
index 26621568655e..0fe984e2a0a0 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
@@ -1,18 +1,17 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit vdr-plugin-2
+inherit toolchain-funcs 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"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 DEPEND="
 	dev-libs/libgcrypt:=


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2024-06-22 19:13 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2024-06-22 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9184ce871cb4a7bc7b1dd545f613ca3033018975
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jun  2 13:06:26 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 19:09:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9184ce87

media-plugins/vdr-fritzbox: add 1.5.4

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/36975
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-fritzbox/Manifest                |  5 ++
 .../vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild         | 64 ++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/media-plugins/vdr-fritzbox/Manifest b/media-plugins/vdr-fritzbox/Manifest
index 14c79bf26080..ed3e634819f6 100644
--- a/media-plugins/vdr-fritzbox/Manifest
+++ b/media-plugins/vdr-fritzbox/Manifest
@@ -1 +1,6 @@
 DIST vdr-fritzbox-1.5.3.tgz 132207 BLAKE2B c9a93e922eeb2126279409e3948c44cb1fc3348d44fbcc2c1116038d66fc77a707d3885a6d587c8996138fcaff134bb78db4dab2d122caf0293d2d8d8770e985 SHA512 d396bb1386ffc4b53867c735d4ffc710c4266067e011e17f2d4aa597ecceeb502d2c6e23a1df69f929503b2cd5d07f4d57869c890040b1ae9af1742c044541be
+DIST vdr-fritzbox-1.5.4.libconvpp.tar.gz 215666 BLAKE2B 58a49a3008be465e8a068692e7e39882e99d802380d2bcc9673aaac91e5474d3b8acbf130bc91b092a5d95387fcd11c264c46039134fc2305fe9cd58b0077952 SHA512 b7169d20e6034bc4b40c862175b8f57af474073e50175b1d99e3d0a6f096e1e9cb072d9932350d12a0470fd6e1a1386fc3cf0a19ffb94b9a1a2d683ed9725808
+DIST vdr-fritzbox-1.5.4.libfritzpp.tar.gz 370775 BLAKE2B f27c55e913fbdffa4dab57ae6ce666e06e132789b4ec7703f53d31d3acb18be00c997587e44191c8249f1faeb5c0da30e73eac11e3fb2b0ff8b77d04d2683be7 SHA512 72134fc6aaa5091e219ce70a8ec462203aa2af2fa8454c0541050ad487e727a92a1d6798dc54a30dbb0d60772ba69bae9a6f6ad7cef58e3066aeef1dffdcb2b0
+DIST vdr-fritzbox-1.5.4.liblogpp.tar.gz 9552 BLAKE2B 55ae5fb39918e3f2df8aa1cb9725fd9e8de8450fe041bff8b4077c6d61a66d4d94605dd43f09c34f5a80858c902fcb8e69480a553772f7bc340f587edf2b8260 SHA512 4ad36a6c5f3c8f0a7e2f151c565e8e099a204157d238987f2c44a906b4fde2b7781e599f890124295f6aecd43a5f1f8c00af6a2f29048b492e7c1094446c5950
+DIST vdr-fritzbox-1.5.4.libnetpp.tar.gz 216618 BLAKE2B 960a6b7b538608a71947f7bcaeee1f1cb6d17d578fc0f514f32b9f1bcb8b19fa1bfe7a31825201b6c68596d15e1f3adf3ed885b6a3e206a3087e5e15f73edfcb SHA512 98f38f5d97ffd4b45bcca29fd60c4de1c3224e9332872a8d317c8411840dacd892ca823de5bc5cd1ebc3df00367a7eeb18f8cdb0ca5c1528e0c5621ed4528b98
+DIST vdr-fritzbox-1.5.4.tar.gz 267844 BLAKE2B 416b8476848b535137741f42aabee96c1c933f58176c270656422ccf1298b26a5912f864e2735b45e326634fcb9f5ea53cef5cb4e1788c64c07f8487caad567d SHA512 c3c893a26863bb2a6c96313cafd7b8373de2b179f1c97cb6d9f58e3baa71373beceada8948553dad268ce9823f9ca95b5cb18b876e43f03d88f2f38a3c67a4d5

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
new file mode 100644
index 000000000000..71c513cf8ddb
--- /dev/null
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs 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/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/jowi24/libconvpp/archive/286a289e30417ac534c861529ae245ccb44286e5.tar.gz -> ${P}.libconvpp.tar.gz
+	https://github.com/jowi24/libfritzpp/archive/c74fd462285ade1054784b97b6dce22d55196c01.tar.gz -> ${P}.libfritzpp.tar.gz
+	https://github.com/jowi24/liblogpp/archive/d61e25f4548f40261e6db62a967776cfa16e599a.tar.gz -> ${P}.liblogpp.tar.gz
+	https://github.com/jowi24/libnetpp/archive/b32ecc8e64508f3b1158a2adcbd82034c71d7a38.tar.gz -> ${P}.libnetpp.tar.gz"
+S="${WORKDIR}/vdr-fritz-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libgcrypt:=
+	dev-libs/boost:=
+	media-video/vdr"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.5.3_clang.patch"
+)
+
+src_unpack() {
+	default
+
+	# source git repo has submodules, which are not included in main repo download.
+	# so each submodule is loaded separately und must be moved to the right place after unpack
+	mv libconvpp-*/* "${S}/libconv++/" || die
+	mv libfritzpp-*/* "${S}/libfritz++/" || die
+	mv liblogpp-*/* "${S}/liblog++/" || die
+	mv libnetpp-*/* "${S}/libnet++/" || die
+}
+
+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
+
+	# upstream author forgot to update version information
+	sed -e "s:1.5.3:1.5.4:" -i fritzbox.cpp || 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."
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2024-06-23 19:49 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2024-06-23 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7144fc5fbeedd08bbee28253dbd13e8189c0c6af
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jun 23 13:11:16 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 19:41:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7144fc5f

media-plugins/vdr-fritzbox: remove non-functional tests

Closes: https://bugs.gentoo.org/934764
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37255
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
index 71c513cf8ddb..fad92cb04cd4 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
@@ -51,6 +51,9 @@ src_prepare() {
 
 	# upstream author forgot to update version information
 	sed -e "s:1.5.3:1.5.4:" -i fritzbox.cpp || die
+
+	# remove non-functional tests, #934764
+	rm -rf ./test/ ./lib*/test/ || die
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2024-09-16  3:49 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2024-09-16  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     20f0c3ad987cbddd5d4003a3b04bc49c2578b49a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 03:49:42 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 03:49:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f0c3ad

media-plugins/vdr-fritzbox: Stabilize 1.5.4 amd64, #939696

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
index fad92cb04cd4..c379e5388838 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/vdr-fritz-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-libs/libgcrypt:=
 	dev-libs/boost:=


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
@ 2024-09-16  7:23 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2024-09-16  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c7bc0566ea27dd0c3f1368d0ae718924a8820046
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 07:22:58 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 07:22:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bc0566

media-plugins/vdr-fritzbox: Stabilize 1.5.4 x86, #939696

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
index c379e5388838..7ec76a985484 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/vdr-fritz-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/libgcrypt:=
 	dev-libs/boost:=


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-09-16  7:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 16:34 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/ Joerg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2024-09-16  7:23 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
2021-03-21 16:54 Jörg Bornkessel
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 12:00 Joerg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox