From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16EC7158095 for ; Fri, 9 Sep 2022 20:02:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C98BFE0916; Fri, 9 Sep 2022 20:02:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C091E0916 for ; Fri, 9 Sep 2022 20:02:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6B06340F80 for ; Fri, 9 Sep 2022 20:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38BD5D7 for ; Fri, 9 Sep 2022 20:02:47 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1662677037.ca29cbb3d54449c1f3765404fcf2308c138df1e4.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/vimb/metadata.xml www-client/vimb/vimb-3.6.0.ebuild X-VCS-Directories: www-client/vimb/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ca29cbb3d54449c1f3765404fcf2308c138df1e4 X-VCS-Branch: master Date: Fri, 9 Sep 2022 20:02:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b2519d0-9470-40b5-a09b-b46d3d9d110e X-Archives-Hash: 0026dc14216c40b30df7e22ce9f4f607 commit: ca29cbb3d54449c1f3765404fcf2308c138df1e4 Author: Efe İzbudak metu edu tr> AuthorDate: Thu Sep 8 22:43:57 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Sep 8 22:43:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca29cbb3 www-client/vimb: added adblock support Signed-off-by: Efe İzbudak metu.edu.tr> www-client/vimb/metadata.xml | 3 +++ www-client/vimb/vimb-3.6.0.ebuild | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/www-client/vimb/metadata.xml b/www-client/vimb/metadata.xml index 5b936b2e1..04468f787 100644 --- a/www-client/vimb/metadata.xml +++ b/www-client/vimb/metadata.xml @@ -5,4 +5,7 @@ efe.izbudak@metu.edu.tr Efe İzbudak + + Use www-misc/wyebadblock for adblocking + diff --git a/www-client/vimb/vimb-3.6.0.ebuild b/www-client/vimb/vimb-3.6.0.ebuild index 813d487b3..b822ec942 100644 --- a/www-client/vimb/vimb-3.6.0.ebuild +++ b/www-client/vimb/vimb-3.6.0.ebuild @@ -13,10 +13,11 @@ SRC_URI="https://github.com/fanglingsu/vimb/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -IUSE="savedconfig" +IUSE="savedconfig adblock" DEPEND=" virtual/pkgconfig + adblock? ( www-misc/wyebadblock ) " RDEPEND=" @@ -36,7 +37,9 @@ src_compile() { src_install() { emake V=1 PREFIX="/usr" DESTDIR="${D}" install save_config src/config.def.h + use adblock && dosym /usr/lib/wyebrowser/adblock.so /usr/lib/vimb/adblock.so } + pkg_postinst() { elog "For media decoding to work properly, you need to install:" elog "media-plugins/gst-plugins-libav"