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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F9501581D3 for ; Sat, 1 Jun 2024 03:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E0FE2A23; Sat, 1 Jun 2024 03:38:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E116CE2A23 for ; Sat, 1 Jun 2024 03:38:27 +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 A2BB6341214 for ; Sat, 1 Jun 2024 03:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF3C1BFE for ; Sat, 1 Jun 2024 03:38:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717213041.8017d7ef4a0ecffb4d179f37d14a8358251567ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnomad/files/, media-sound/gnomad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gnomad/files/gnomad-2.9.6-c99.patch media-sound/gnomad/gnomad-2.9.6-r1.ebuild media-sound/gnomad/gnomad-2.9.6-r2.ebuild X-VCS-Directories: media-sound/gnomad/files/ media-sound/gnomad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8017d7ef4a0ecffb4d179f37d14a8358251567ec X-VCS-Branch: master Date: Sat, 1 Jun 2024 03:38:25 +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: b380b495-96f5-4b57-b1e6-d31642b2fdd2 X-Archives-Hash: 24c8ad3044a1d14f4f583718f9b67c45 commit: 8017d7ef4a0ecffb4d179f37d14a8358251567ec Author: Sam James gentoo org> AuthorDate: Sat Jun 1 03:37:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 1 03:37:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8017d7ef media-sound/gnomad: EAPI 8, fix modern C issues Closes: https://bugs.gentoo.org/875239 Signed-off-by: Sam James gentoo.org> media-sound/gnomad/files/gnomad-2.9.6-c99.patch | 28 ++++++++++++++++++++++ ...omad-2.9.6-r1.ebuild => gnomad-2.9.6-r2.ebuild} | 14 +++++++---- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/media-sound/gnomad/files/gnomad-2.9.6-c99.patch b/media-sound/gnomad/files/gnomad-2.9.6-c99.patch new file mode 100644 index 000000000000..a8fed73b2527 --- /dev/null +++ b/media-sound/gnomad/files/gnomad-2.9.6-c99.patch @@ -0,0 +1,28 @@ +https://bugs.gentoo.org/875239 +https://bugs.debian.org/1066610 +https://salsa.debian.org/debian/gnomad2/-/blob/debian/2.9.6-9/debian/patches/missing-prototypes.patch + +Author: Andreas Beckmann +Description: fix building with -Werror=implicit-function-declaration + +--- a/src/jukebox.c ++++ b/src/jukebox.c +@@ -27,6 +27,7 @@ + #include "filenaming.h" + #include "util.h" + #include "id3read.h" ++#include "tagfile.h" + #include + #include + +--- a/src/tagfile.c ++++ b/src/tagfile.c +@@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. + #include "util.h" + #include "filesystem.h" + #include ++#include + + /***************************************************************************** + * EXPORTED FUNCTIONS + diff --git a/media-sound/gnomad/gnomad-2.9.6-r1.ebuild b/media-sound/gnomad/gnomad-2.9.6-r2.ebuild similarity index 85% rename from media-sound/gnomad/gnomad-2.9.6-r1.ebuild rename to media-sound/gnomad/gnomad-2.9.6-r2.ebuild index 9b740cadb21a..5c7490e2adeb 100644 --- a/media-sound/gnomad/gnomad-2.9.6-r1.ebuild +++ b/media-sound/gnomad/gnomad-2.9.6-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit xdg @@ -24,16 +24,22 @@ RDEPEND=" media-libs/libmtp:= media-libs/libnjb media-libs/taglib - >=x11-libs/gtk+-2.24:2" + >=x11-libs/gtk+-2.24:2 +" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig nls? ( dev-util/intltool sys-devel/gettext - )" + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-2.9.6-fno-common.patch + "${FILESDIR}"/${PN}-2.9.6-c99.patch +) -PATCHES=( "${FILESDIR}"/${PN}-2.9.6-fno-common.patch ) DOCS=( AUTHORS README TODO ) # ChangeLog and NEWS are both outdated src_configure() {