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 39351158062 for ; Fri, 31 Mar 2023 10:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6E1E0815; Fri, 31 Mar 2023 10:16:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A81A8E0815 for ; Fri, 31 Mar 2023 10:16:19 +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 8157733BE1F for ; Fri, 31 Mar 2023 10:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8863DA14 for ; Fri, 31 Mar 2023 10:16:15 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1680208387.95e13e9442103be91514f264a20f06fac42d9ba5.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv-mpris/Manifest mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild X-VCS-Directories: mpv-plugin/mpv-mpris/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 95e13e9442103be91514f264a20f06fac42d9ba5 X-VCS-Branch: master Date: Fri, 31 Mar 2023 10:16:15 +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: 590ab007-3d0f-4f9f-bfe9-7f6e754ef1b2 X-Archives-Hash: 73a8a11498b00ca9644124eb0d5984d4 commit: 95e13e9442103be91514f264a20f06fac42d9ba5 Author: Oliver Freyermuth googlemail com> AuthorDate: Thu Mar 30 20:33:07 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Mar 30 20:33:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95e13e94 mpv-plugin/mpv-mpris: add 1.0, drop CFLAGS patching CFLAGS are now honoured in correct order by the build system, i.e. -O* is not overwritten anymore. Signed-off-by: Oliver Freyermuth googlemail.com> mpv-plugin/mpv-mpris/Manifest | 1 + mpv-plugin/mpv-mpris/{mpv-mpris-9999.ebuild => mpv-mpris-1.0.ebuild} | 5 ----- mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest index dbc301903..a4ae17fc3 100644 --- a/mpv-plugin/mpv-mpris/Manifest +++ b/mpv-plugin/mpv-mpris/Manifest @@ -1,2 +1,3 @@ DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc +DIST mpv-mpris-1.0.tar.gz 13974 BLAKE2B fd74326ef24f080505f7da075603b16a44a3c44cebe716ab7c7b013d49e0247e9f4c7b52e842044419a561d3d60cf806682e68343f1f4679e11d562eb8308385 SHA512 edc8218477a3b9b6c0568a122f3c02efde86a4de97f84872b767031e58c6916d4e3b34de75275538e8f18f28f15a139d8fca8631a76cecc04d8df88c457d5fad diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild similarity index 92% copy from mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild copy to mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild index 5f8084794..64095d3eb 100644 --- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild +++ b/mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild @@ -48,11 +48,6 @@ MPV_PLUGIN_FILES=( mpris.so ) RESTRICT="!test? ( test )" -src_prepare() { - sed -e 's:-O2 ::' -i Makefile || die "sed Makefile(s) failed" - default -} - src_compile() { tc-export CC emake PKG_CONFIG="$(tc-getPKG_CONFIG)" diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild index 5f8084794..64095d3eb 100644 --- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild +++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild @@ -48,11 +48,6 @@ MPV_PLUGIN_FILES=( mpris.so ) RESTRICT="!test? ( test )" -src_prepare() { - sed -e 's:-O2 ::' -i Makefile || die "sed Makefile(s) failed" - default -} - src_compile() { tc-export CC emake PKG_CONFIG="$(tc-getPKG_CONFIG)"