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 133A6158089 for ; Thu, 14 Sep 2023 13:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED6CE2BC08F; Thu, 14 Sep 2023 13:22:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A4CD92BC08F for ; Thu, 14 Sep 2023 13:22:55 +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 9E8F8335D50 for ; Thu, 14 Sep 2023 13:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1366011AE for ; Thu, 14 Sep 2023 13:22:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1694595143.2a8d5d0c085162cffab10f51a0a67cbcd49f20f2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv_thumbnail_script/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.1.ebuild mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.2.ebuild X-VCS-Directories: mpv-plugin/mpv_thumbnail_script/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2a8d5d0c085162cffab10f51a0a67cbcd49f20f2 X-VCS-Branch: master Date: Thu, 14 Sep 2023 13:22:52 +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: ef0b4d6d-7a48-4626-8d9a-714e4458f553 X-Archives-Hash: f7c089fcda6f10ed77c1db1aea080f1a commit: 2a8d5d0c085162cffab10f51a0a67cbcd49f20f2 Author: Nicola Smaniotto gmail com> AuthorDate: Tue Jul 11 09:18:59 2023 +0000 Commit: David Roman gmail com> CommitDate: Wed Sep 13 08:52:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a8d5d0c mpv-plugin/mpv_thumbnail_script: call mpv-plugin_pkg_postinst Signed-off-by: Nicola Smaniotto gmail.com> mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.1.ebuild | 2 ++ mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.1.ebuild b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.1.ebuild index e4f7628be2..594f76d9b8 100644 --- a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.1.ebuild +++ b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.1.ebuild @@ -46,6 +46,8 @@ src_install() { } pkg_postinst(){ + mpv-plugin_pkg_postinst + if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended" else diff --git a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.2.ebuild b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.2.ebuild index 69f4a2357a..61820aa926 100644 --- a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.2.ebuild +++ b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.5.2.ebuild @@ -46,6 +46,8 @@ src_install() { } pkg_postinst(){ + mpv-plugin_pkg_postinst + if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended" else