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 C6C961581C1 for ; Sat, 6 Jul 2024 10:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D019E2BC9; Sat, 6 Jul 2024 10:06:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CFDD2E2BC9 for ; Sat, 6 Jul 2024 10:05:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0195533BE26 for ; Sat, 6 Jul 2024 10:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4410B1DC6 for ; Sat, 6 Jul 2024 10:05:57 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1720260348.35d25f36ce62f15dd1b5d76d40f946692f53a032.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ripperx/, media-sound/ripperx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ripperx/files/ripperx-2.7.3-incompatible-pointer.patch media-sound/ripperx/ripperx-2.7.3.ebuild X-VCS-Directories: media-sound/ripperx/files/ media-sound/ripperx/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 35d25f36ce62f15dd1b5d76d40f946692f53a032 X-VCS-Branch: master Date: Sat, 6 Jul 2024 10:05:57 +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: 1eab0cb2-cf1f-4c2a-a1fe-1aa646ce01a5 X-Archives-Hash: 29d9419c8654ceaf90d1f69826d6fae9 commit: 35d25f36ce62f15dd1b5d76d40f946692f53a032 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jul 6 10:05:42 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jul 6 10:05:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d25f36 media-sound/ripperx: fixed incompatible pointer + sorted vars Closes: https://bugs.gentoo.org/919258 Signed-off-by: Miroslav Šulc gentoo.org> .../ripperx/files/ripperx-2.7.3-incompatible-pointer.patch | 11 +++++++++++ media-sound/ripperx/ripperx-2.7.3.ebuild | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/media-sound/ripperx/files/ripperx-2.7.3-incompatible-pointer.patch b/media-sound/ripperx/files/ripperx-2.7.3-incompatible-pointer.patch new file mode 100644 index 000000000000..e026df64486d --- /dev/null +++ b/media-sound/ripperx/files/ripperx-2.7.3-incompatible-pointer.patch @@ -0,0 +1,11 @@ +--- a/src/misc_utils.c ++++ b/src/misc_utils.c +@@ -792,7 +792,7 @@ int create_filenames_from_format(_main_data *main_data) + config.mp3_path[i] = 0; + if (config.cddb_config.make_directories && config.cddb_config.dir_format_string[0]) + { +- rc2 = parse_rx_format_string( &df, ++ rc2 = parse_rx_format_string( (char **)&df, + config.cddb_config.dir_format_string, -1, + main_data->disc_artist, main_data->disc_title, main_data->disc_year, "" ); + if ( rc2 < 0 ) { diff --git a/media-sound/ripperx/ripperx-2.7.3.ebuild b/media-sound/ripperx/ripperx-2.7.3.ebuild index 1b2d20834a94..998368e6ddc0 100644 --- a/media-sound/ripperx/ripperx-2.7.3.ebuild +++ b/media-sound/ripperx/ripperx-2.7.3.ebuild @@ -9,6 +9,7 @@ DESCRIPTION="GTK program to rip CD audio tracks to Ogg, MP3 or FLAC" HOMEPAGE="https://sourceforge.net/projects/ripperx" SRC_URI="https://downloads.sourceforge.net/${PN}/${P/x/X}.tar.gz" +S="${WORKDIR}/${P/x/X}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" @@ -24,12 +25,11 @@ BDEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext )" -S="${WORKDIR}/${P/x/X}" - PATCHES=( "${FILESDIR}"/${P}-ceilf-underlink.patch "${FILESDIR}"/${P}-ldflags.patch "${FILESDIR}"/${P}-pkgconfig.patch + "${FILESDIR}"/${P}-incompatible-pointer.patch ) src_configure() {