commit: 9fa47441231317cd99decfdf1090687499c96831 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 8 22:14:29 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 8 23:43:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa47441
media-plugins/vdr-fritzbox: drop 1.5.3-r4 Long overdue cleanup. Bug: https://bugs.gentoo.org/946460 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-plugins/vdr-fritzbox/Manifest | 1 - .../files/vdr-fritzbox-1.5.3-boost-1.67.patch | 16 -------- .../files/vdr-fritzbox-1.5.3_clang.patch | 16 -------- .../vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 48 ---------------------- 4 files changed, 81 deletions(-) diff --git a/media-plugins/vdr-fritzbox/Manifest b/media-plugins/vdr-fritzbox/Manifest index ed3e634819f6..8517bfd43be3 100644 --- a/media-plugins/vdr-fritzbox/Manifest +++ b/media-plugins/vdr-fritzbox/Manifest @@ -1,4 +1,3 @@ -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 diff --git a/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-boost-1.67.patch b/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-boost-1.67.patch deleted file mode 100644 index c47d6e849dc1..000000000000 --- a/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-boost-1.67.patch +++ /dev/null @@ -1,16 +0,0 @@ -From 212847f0efaeffee8422059b8e202d844174aaf3 Mon Sep 17 00:00:00 2001 -From: Joachim Wilke <[email protected]> -Date: Thu, 28 Jun 2018 12:56:54 +0200 -Subject: [PATCH] Add compatibility with boost 1.67 - -Refers to https://github.com/jowi24/vdr-fritz/issues/1 ---- a/libnet++/TcpClient.cpp -+++ b/libnet++/TcpClient.cpp -@@ -19,6 +19,7 @@ - * - */ - -+#define BOOST_ASIO_USE_BOOST_DATE_TIME_FOR_SOCKET_IOSTREAM - #include "TcpClient.h" - - #include <liblog++/Log.h> diff --git a/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3_clang.patch b/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3_clang.patch deleted file mode 100644 index b6d0326ef763..000000000000 --- a/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3_clang.patch +++ /dev/null @@ -1,16 +0,0 @@ -compile fix llvm/clang - -https://bugs.gentoo.org/740290 - -Signed-off-by: Joerg Bornkessel <[email protected]> (14 May 2021) ---- a/notifyosd.cpp -+++ b/notifyosd.cpp -@@ -128,7 +128,7 @@ - delete osd; - osd = cOsdProvider::NewOsd(left, top); - // defines drawing area and color depth -- tArea Area = { 0, 0, width-1, height-1, colorDepth }; -+ tArea Area = { 0, 0, static_cast<int>(width-1), static_cast<int>(height-1), colorDepth }; - osd->SetAreas(&Area, 1); - // draw osd frame, 2px thick - osd->DrawRectangle(0, 0, width-1, height-1, clrBackground); 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 deleted file mode 100644 index 0fe984e2a0a0..000000000000 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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+" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=" - dev-libs/libgcrypt:= - dev-libs/boost:= - media-video/vdr" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-boost-1.67.patch" - "${FILESDIR}/${P}_clang.patch" - "${FILESDIR}/${P}-gcc11-include.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." -}
