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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15AA71580FD for ; Sat, 28 Dec 2024 00:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B3AE0830; Sat, 28 Dec 2024 00:05:42 +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 05D4CE0830 for ; Sat, 28 Dec 2024 00:05:42 +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 1C35B33BF41 for ; Sat, 28 Dec 2024 00:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD775190D for ; Sat, 28 Dec 2024 00:05:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1735344289.f99772f8dc20d9bc0c5b616f71dbab2352629044.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/vimpc/vimpc-0.09.2-r3.ebuild media-sound/vimpc/vimpc-9999.ebuild X-VCS-Directories: media-sound/vimpc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f99772f8dc20d9bc0c5b616f71dbab2352629044 X-VCS-Branch: master Date: Sat, 28 Dec 2024 00:05:37 +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: 29a5c552-5200-4a86-a06f-21f7bad8d18f X-Archives-Hash: 7a6f9c3594f7a6d48beecf36f60aeed0 commit: f99772f8dc20d9bc0c5b616f71dbab2352629044 Author: Nicolas PARLANT parhuet fr> AuthorDate: Wed Dec 25 21:26:31 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 28 00:04:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99772f8 media-sound/vimpc: Add media-libs/taglib:= slot op, ABI break imminent Committer-comment: de-stabilising not necessary Signed-off-by: Nicolas PARLANT parhuet.fr> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/vimpc/{vimpc-9999.ebuild => vimpc-0.09.2-r3.ebuild} | 9 +++++++-- media-sound/vimpc/vimpc-9999.ebuild | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-0.09.2-r3.ebuild similarity index 87% copy from media-sound/vimpc/vimpc-9999.ebuild copy to media-sound/vimpc/vimpc-0.09.2-r3.ebuild index 517aa42ede27..49bf0e3b156e 100644 --- a/media-sound/vimpc/vimpc-9999.ebuild +++ b/media-sound/vimpc/vimpc-0.09.2-r3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-3+" @@ -23,11 +23,16 @@ RDEPEND=" dev-libs/libpcre media-libs/libmpdclient boost? ( dev-libs/boost:= ) - taglib? ( media-libs/taglib ) + taglib? ( media-libs/taglib:= ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${P}-boost.patch + "${FILESDIR}"/${P}-wformat-security.patch +) + src_prepare() { default eautoreconf diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild index 517aa42ede27..5152dea6f616 100644 --- a/media-sound/vimpc/vimpc-9999.ebuild +++ b/media-sound/vimpc/vimpc-9999.ebuild @@ -23,7 +23,7 @@ RDEPEND=" dev-libs/libpcre media-libs/libmpdclient boost? ( dev-libs/boost:= ) - taglib? ( media-libs/taglib ) + taglib? ( media-libs/taglib:= ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"