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 AA0A015808C for ; Fri, 18 Mar 2022 04:04:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A8FCE083E; Fri, 18 Mar 2022 04:04:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08CE8E0837 for ; Fri, 18 Mar 2022 04:04:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA0F734350B for ; Fri, 18 Mar 2022 04:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23778327 for ; Fri, 18 Mar 2022 04:04:38 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1647574268.d3848685c7106bbbdf6fd444f46d582b76d0cdc7.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/mpv-mpris/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/mpv-mpris/mpv-mpris-9999.ebuild X-VCS-Directories: media-video/mpv-mpris/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d3848685c7106bbbdf6fd444f46d582b76d0cdc7 X-VCS-Branch: dev Date: Fri, 18 Mar 2022 04:04:38 +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: 14d8a50e-e2c3-4fcc-9c20-bbec1693c7ed X-Archives-Hash: 92f694a5572348a91a8ac0f94e46d833 commit: d3848685c7106bbbdf6fd444f46d582b76d0cdc7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Mar 8 10:10:13 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Mar 18 03:31:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3848685 media-video/mpv-mpris: rename library Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> media-video/mpv-mpris/mpv-mpris-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-video/mpv-mpris/mpv-mpris-9999.ebuild b/media-video/mpv-mpris/mpv-mpris-9999.ebuild index 8814420b5..2b4e36729 100644 --- a/media-video/mpv-mpris/mpv-mpris-9999.ebuild +++ b/media-video/mpv-mpris/mpv-mpris-9999.ebuild @@ -51,9 +51,8 @@ src_test() { } src_install() { - insinto "/usr/$(get_libdir)/mpv" - doins mpris.so - use autoload && dosym -r /usr/$(get_libdir)/mpv/mpris.so /etc/mpv/scripts/mpris.so + newlib.so mpris.so ${PN}.so + use autoload && dosym -r /usr/$(get_libdir)/${PN}.so /etc/mpv/scripts/mpris.so einstalldocs } @@ -62,7 +61,7 @@ pkg_postinst() { elog elog "The plugin has not been installed to /etc/mpv/scripts for autoloading." elog "You have to activate it manually by passing" - elog " '${EPREFIX}/usr/$(get_libdir)/mpv/mpris.so' " + elog " '${EPREFIX}/usr/$(get_libdir)/${PN}.so'" elog "as a script option to mpv or symlinking the library to 'scripts' in your mpv" elog "config directory." elog "Alternatively, activate the autoload use flag."