From unknown Fri Sep 05 15:34:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71246 <71246@debbugs.gnu.org> To: bug#71246 <71246@debbugs.gnu.org> Subject: Status: [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config. Reply-To: bug#71246 <71246@debbugs.gnu.org> Date: Fri, 05 Sep 2025 22:34:42 +0000 retitle 71246 [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via p= kg-config. reassign 71246 guix-patches submitter 71246 Kaelyn Takata severity 71246 normal tag 71246 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 28 13:34:15 2024 Received: (at submit) by debbugs.gnu.org; 28 May 2024 17:34:15 +0000 Received: from localhost ([127.0.0.1]:48670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC0iE-0005UV-Sm for submit@debbugs.gnu.org; Tue, 28 May 2024 13:34:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:52954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC0iD-0005UN-CV for submit@debbugs.gnu.org; Tue, 28 May 2024 13:34:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sC0i0-0007M0-Fe for guix-patches@gnu.org; Tue, 28 May 2024 13:34:03 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sC0hx-0003iG-VU for guix-patches@gnu.org; Tue, 28 May 2024 13:34:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1716917628; x=1717176828; bh=a53iOzN2uHUtcYFLqzgEB8Hik2GQmdK2aayN56SESrg=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=W/qKS2Q4PsWLJj93b0FPuxFjLMFqd95/qShacXL46P9AGLErpxUB+8KXVxkkOHI35 dwlmNPRtm1t+h01i/8Vg2TU1SCHhTB1VjdhqnRG3+JxGgC3KHbFCaWb55+iBi7wsgd 8zeTE9XspdCr3RK4xe5Giznii5WnIkOIaNq+mm1QSGbxFV+uPy9VEgNdDPmogBJWGG deGFQnO1+SlSf25UvKtbVv7oFRs5qGJXH2AqKSkrGfnMod3JHT2uemnC/Ug5ZdVf0v dF7XT6yXrNGcHE6PY7McLwsEQoST9c9xKWQ2bZG2slz0Luiv+ZQFM9JaWtSmI4DD5O zPwYHlWGAEEyg== Date: Tue, 28 May 2024 17:33:44 +0000 To: guix-patches@gnu.org From: Kaelyn Takata Subject: [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config. Message-ID: <827569361fb106694e726de44b7b14b5d579facc.1716916125.git.kaelyn.alexi@protonmail.com> Feedback-ID: 34709329:user:proton X-Pm-Message-ID: 3d5fc0d623f9fc4646a738e616bec4cd3840070d MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.22; envelope-from=kaelyn.alexi@protonmail.com; helo=mail-4322.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Kaelyn Takata X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. Change-Id: I848df8a9762216eb2b02afc3843e0e9806db14be --- gnu/local.mk | 1 + gnu/packages/audio.scm | 1 + .../patches/audacity-ffmpeg-fallback.patch | 61 +++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 gnu/packages/patches/audacity-ffmpeg-fallback.patch diff --git a/gnu/local.mk b/gnu/local.mk index 7e9e1ebcf0..a5f2b9ee9e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -960,6 +960,7 @@ dist_patch_DATA =3D=09=09=09=09=09=09\ %D%/packages/patches/ath9k-htc-firmware-gcc.patch=09=09\ %D%/packages/patches/ath9k-htc-firmware-gcc-compat.patch=09\ %D%/packages/patches/atlas-gfortran-compat.patch=09=09\ + %D%/packages/patches/audacity-ffmpeg-fallback.patch=09\ %D%/packages/patches/audiofile-fix-datatypes-in-tests.patch=09\ %D%/packages/patches/audiofile-fix-sign-conversion.patch=09\ %D%/packages/patches/audiofile-CVE-2015-7747.patch=09=09\ diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index d30d561d2f..f5c8dbd151 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -934,6 +934,7 @@ (define-public audacity (file-name (git-file-name name version)) (sha256 (base32 "11sjyz6hxsr5dnndkkkiq7arjxvjl1sycl151xq3a3ggakgql3y1")) + (patches (search-patches "audacity-ffmpeg-fallback.patch")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. diff --git a/gnu/packages/patches/audacity-ffmpeg-fallback.patch b/gnu/pack= ages/patches/audacity-ffmpeg-fallback.patch new file mode 100644 index 0000000000..c845e10277 --- /dev/null +++ b/gnu/packages/patches/audacity-ffmpeg-fallback.patch @@ -0,0 +1,61 @@ +From 3c20057d0cbbbed453a692d4dd4589d865808024 Mon Sep 17 00:00:00 2001 +From: Liliana Marie Prikler +Date: Sat, 29 Jan 2022 10:44:44 +0100 +Subject: [PATCH] Add pkg-config fallback for locating ffmpeg. + +Audacity >=3D3.1.0 no longer links against ffmpeg, but instead dynamically= loads +it. This dynamic loading mechanism fails to properly locate libraries out= side +of LD_LIBRARY_PATH. + +See . + +Bugs-added-by: Marius Bakke + +diff --git a/libraries/lib-ffmpeg-support/CMakeLists.txt b/libraries/lib-f= fmpeg-support/CMakeLists.txt +index b8803a1f5..f86559cca 100644 +--- a/modules/mod-ffmpeg/lib-ffmpeg-support/CMakeLists.txt ++++ b/modules/mod-ffmpeg/lib-ffmpeg-support/CMakeLists.txt +@@ -1,5 +1,7 @@ + + if (${_OPT}use_ffmpeg) ++ pkg_check_modules(FFMPEG libavcodec libavformat libavutil) ++ + set( SOURCES + FFmpegTypes.h + +@@ -107,6 +109,12 @@ if (${_OPT}use_ffmpeg) + list(APPEND DEFINITIONS PRIVATE _DARWIN_C_SOURCE ) + endif() + ++ if (FFMPEG_FOUND) ++ pkg_get_variable(LIBAVCODEC_LIBDIR libavcodec libdir) ++ list(APPEND DEFINITIONS PRIVATE ++ "-DFFMPEG_PC_LIBDIR=3D\"${LIBAVCODEC_LIBDIR}\"") ++ endif() ++ + audacity_library( lib-ffmpeg-support "${SOURCES}" "${LIBRARIES}" + "${DEFINITIONS}" "" + ) +diff --git a/libraries/lib-ffmpeg-support/FFmpegFunctions.cpp b/libraries/= lib-ffmpeg-support/FFmpegFunctions.cpp +index 55d6f676b..46640ef83 100644 +--- a/modules/mod-ffmpeg/lib-ffmpeg-support/FFmpegFunctions.cpp ++++ b/modules/mod-ffmpeg/lib-ffmpeg-support/FFmpegFunctions.cpp +@@ -246,6 +246,18 @@ struct FFmpegFunctions::Private final + if (library->IsLoaded()) + return library; + ++#if defined(FFMPEG_PC_LIBDIR) ++ { ++ static const wxString libdir{FFMPEG_PC_LIBDIR}; ++ const wxString fullName =3D wxFileName(libdir, libraryName).GetF= ullPath(); ++ ++ auto library =3D std::make_shared(fullName); ++ ++ if (library->IsLoaded()) ++ return library; ++ } ++#endif ++ + return {}; + } + }; base-commit: 542b18709a46e361de8f25e3fece29860532743c --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue May 28 13:45:12 2024 Received: (at 71246) by debbugs.gnu.org; 28 May 2024 17:45:12 +0000 Received: from localhost ([127.0.0.1]:49132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC0sp-0005sg-QD for submit@debbugs.gnu.org; Tue, 28 May 2024 13:45:12 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:18215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC0so-0005sR-Ck for 71246@debbugs.gnu.org; Tue, 28 May 2024 13:45:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1716918289; x=1717177489; bh=L6hwXS4jsPJpYg9T+kSLXX8jRfQjAdR+YIl8myQ0PMs=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=kjMMILayN4pbwriXYDtV4qf77p8COC4BRvG7uP0Mmb09ZcrwzYbkE993geUHOz6P7 36UrA2aQlvTZ95KdcfxhXQWgi/3rz90o2dfaPwnoIR4LriI6muLJU5LmAW3oWpTJyA nuZ21OX+Vad7wMKwL6TNEtN4vz5swJ2JbOUAC5CKra7QETCjBqo+xEMcL0zfM6GpK1 v0N+3QA9k252ad6fvLbLWJIehprYhjiJfUZsbTyz2D8PSbRIwMi9hAzUkFpYS2e+lq ohVy9q46UE9QagEwVF8uLNpCCTU+ath2VWzcUyEPl/tFxOeUyb4R6t6Jwvgt+k4MmA wfBgPx6xxf/Bg== Date: Tue, 28 May 2024 17:44:44 +0000 To: "71246@debbugs.gnu.org" <71246@debbugs.gnu.org>, "atai@atai.org" , Liliana Marie Prikler From: Kaelyn Subject: Re: [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config. Message-ID: Feedback-ID: 34709329:user:proton X-Pm-Message-ID: dccb59d9de303b341ea77c715172dc8464caa9fc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71246 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, This patch re-introduces the gnu/packages/patches/audacity-ffmpeg-fallback.= patch that was deleted by commit cf5f7a8bf9ca2288700fcf351bbca0fc341ec969, = which upgraded audacity to 3.5.1. The issue with it applying to the new aud= acity version is that the "lib-ffmpeg-support" folder moved from under "lib= raries/" to be under "modules/mod-ffmpeg/"; I have simply restored the exis= ting patch and fixed the paths to the files. Starting with the upgrade to audacity 3.5.1 with the patch dropped, any fil= e that depended on ffmpeg to be loaded--such as the .m4a files produced by = the recording app on an Android phone--fails to load. I also tried setting = the path to the ffmpeg library through the GUI and had it consistently fail= for me, and such files still could not be loaded (I have a few screenshots= of the error messages). Restoring this patch has restored the ability to l= oad .m4a and other files which depend on ffmpeg to be loaded, and without a= ny special hoops needed to set up ffmpeg through the UI first. Cheers, Kaelyn From debbugs-submit-bounces@debbugs.gnu.org Tue May 28 15:00:17 2024 Received: (at 71246) by debbugs.gnu.org; 28 May 2024 19:00:17 +0000 Received: from localhost ([127.0.0.1]:52512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC23V-0000GZ-6j for submit@debbugs.gnu.org; Tue, 28 May 2024 15:00:17 -0400 Received: from mail-vs1-f44.google.com ([209.85.217.44]:61693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC23T-0000GE-Pw for 71246@debbugs.gnu.org; Tue, 28 May 2024 15:00:16 -0400 Received: by mail-vs1-f44.google.com with SMTP id ada2fe7eead31-48b91377babso311908137.2 for <71246@debbugs.gnu.org>; Tue, 28 May 2024 12:00:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail-com.20230601.gappssmtp.com; s=20230601; t=1716922741; x=1717527541; darn=debbugs.gnu.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ZPKk9zrSABxvPE7dslBzKUhORE8dCM994tdwYO6zAaY=; b=wfqI/xGWQ8OOf9O9G2lvPhvynMOC/mqXZ6okuMksTH9NnJ0shh2fa+SfSpByKY4cwD 9zuSNYupywOZUYeXjzaXQskONt8Hb2i8vZqd2mPLReLOx5bE9CJwZ1iUEY+EWKQEESf/ h7MggdJ/BHqTORZDGx5lSMOFWPBp9sIgXGfYx8C+F2GdoCrVD1xtnApq0cNnxW5l3NpX fTGE5c/ibGrnSagCiHvHfRQywYSZNxOzxRL9dqFalfgm4tvGIKgrfY6YVvhsIBCa6YDx i41uDVBxk4OnBiwAKkBEBtOseChfmelAycyHMNMM0RB9l25UOcjNF/OFSSOa57pKB/t3 HPuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716922741; x=1717527541; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZPKk9zrSABxvPE7dslBzKUhORE8dCM994tdwYO6zAaY=; b=noOJwFwX5l5zPdMvDhzEmkD7/DVSXURxTDK8blyTH/u3jywNnYn5Honh4p9xN3aq47 Y9az7i0fY0pRmFRa+NUIutSDkdHV1xUeI+Dhk6wleqy8GEYhszUsRTqy126uF/czPEDu SnUVkKZ40QB/xL4jUffSOTBSbK7gVKAMMkag0Eap4Fg4CnL17kFAyqDjEFuSgE5pFzAe d4ln1DrRrTBQXatTPzIIWUnVihxf1DdD8bMp7CMexzOOrOLtls/PyQMcICTjqlFCSGdH urLaJU7FU4KAs77EzP5zEuTnOCojRbi+v8cA9lVE5rgOHLZYseKeE9Zl1P7dmBPC5ntD j0ZA== X-Gm-Message-State: AOJu0YzS6A88XzuNEsmzI/0BegqZqkfcooT059AuxftCL1phmYueYEDz 5YnwUAJ5mnxXCKnMqc6Adn0Fu5W4QONGfGzFpRwNAKioCffHwiFJfTQHglOJGxXoYfBsoXiUrLj eCsh5l1n/eh0l9Gcun5Q4NAq59Us= X-Google-Smtp-Source: AGHT+IHWDQju4KJXbrKMyf8zqSNFZiqxBHko4Nb+VcV7Hg3UdJrJSiYqPw0quLrEGQKHLOzqYi/YgDFqsSHP0J3KIlE= X-Received: by 2002:a05:6102:58c8:b0:47b:a44d:1ca5 with SMTP id ada2fe7eead31-48a385361a5mr13980281137.10.1716922740639; Tue, 28 May 2024 11:59:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Andy Tai Date: Tue, 28 May 2024 11:58:23 -0700 Message-ID: Subject: Re: [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config. To: Kaelyn Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 71246 Cc: "71246@debbugs.gnu.org" <71246@debbugs.gnu.org>, Liliana Marie Prikler X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Please go ahead and file Guix package definition patch to restore the deleted ffmpeg patch On Tue, May 28, 2024 at 10:44=E2=80=AFAM Kaelyn wrote: > > Hi, > > This patch re-introduces the gnu/packages/patches/audacity-ffmpeg-fallbac= k.patch that was deleted by commit cf5f7a8bf9ca2288700fcf351bbca0fc341ec969= , which upgraded audacity to 3.5.1. The issue with it applying to the new a= udacity version is that the "lib-ffmpeg-support" folder moved from under "l= ibraries/" to be under "modules/mod-ffmpeg/"; I have simply restored the ex= isting patch and fixed the paths to the files. > > Starting with the upgrade to audacity 3.5.1 with the patch dropped, any f= ile that depended on ffmpeg to be loaded--such as the .m4a files produced b= y the recording app on an Android phone--fails to load. I also tried settin= g the path to the ffmpeg library through the GUI and had it consistently fa= il for me, and such files still could not be loaded (I have a few screensho= ts of the error messages). Restoring this patch has restored the ability to= load .m4a and other files which depend on ffmpeg to be loaded, and without= any special hoops needed to set up ffmpeg through the UI first. > > Cheers, > Kaelyn From debbugs-submit-bounces@debbugs.gnu.org Tue May 28 15:22:24 2024 Received: (at 71246) by debbugs.gnu.org; 28 May 2024 19:22:24 +0000 Received: from localhost ([127.0.0.1]:53440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC2Ot-00015T-Dc for submit@debbugs.gnu.org; Tue, 28 May 2024 15:22:23 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:58641) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sC2Op-000157-RA for 71246@debbugs.gnu.org; Tue, 28 May 2024 15:22:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1716924123; x=1717183323; bh=lo0TgxxlUqQbpendEYG54Eh8rKV3D0xweHJS9BaI56A=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=KAQ/OpRgINuKf7f7npt3RNFSczWBmIZAOp4cBLfNuxRm73mn6B9Xkqv9sL9wDBE6S TdnTOPiWWG7PwdrXkxBc70/tnFRvC0nKAe+lVdwUg6iAdfTbm5/X1cJnB9YSKCAXpv m21CDhzrpKRDgb+jhj8bq9DyB9/AlE0TXZUiSFxPijd2DYZyhEnD+fC/dFZP7a+ayZ /BYkU3S43UCdEwj27kMhXOSuzmqRJgm6q++QdsepjTA67xdzN9x24CzCl/GzjcyRBS t3OE5ss2JFop5X7pBZDsn3ZuIuMqm3o3JiX10K0yOy/QI1v55ETNSVEQNQGRJ2tLuH kk2lDDs90eXiQ== Date: Tue, 28 May 2024 19:21:59 +0000 To: Andy Tai From: Kaelyn Subject: Re: [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config. Message-ID: <20ga2U3L2l09_xoWPwqBKU5ifBDIwzz2Xw4TZKzKQv4bHZ-PUxYaVl8L4NYXhPBtXY-NzDxvwP3QNvYfrZJlDMZ-WqjCa7EOLvzlkUuSMLw=@protonmail.com> In-Reply-To: References: Feedback-ID: 34709329:user:proton X-Pm-Message-ID: f203643152b76b593458119293dc6b702707e2f1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71246 Cc: "71246@debbugs.gnu.org" <71246@debbugs.gnu.org>, Liliana Marie Prikler X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Tuesday, May 28th, 2024 at 11:58 AM, Andy Tai wrote: >=20 > Please go ahead and file Guix package definition patch to restore the > deleted ffmpeg patch I apologize for not being clearer and including a proper reference; by "thi= s patch", I meant https://issues.guix.gnu.org/71246. Thanks, Kaelyn > On Tue, May 28, 2024 at 10:44=E2=80=AFAM Kaelyn kaelyn.alexi@protonmail.c= om wrote: >=20 > > Hi, > >=20 > > This patch re-introduces the gnu/packages/patches/audacity-ffmpeg-fallb= ack.patch that was deleted by commit cf5f7a8bf9ca2288700fcf351bbca0fc341ec9= 69, which upgraded audacity to 3.5.1. The issue with it applying to the new= audacity version is that the "lib-ffmpeg-support" folder moved from under = "libraries/" to be under "modules/mod-ffmpeg/"; I have simply restored the = existing patch and fixed the paths to the files. > >=20 > > Starting with the upgrade to audacity 3.5.1 with the patch dropped, any= file that depended on ffmpeg to be loaded--such as the .m4a files produced= by the recording app on an Android phone--fails to load. I also tried sett= ing the path to the ffmpeg library through the GUI and had it consistently = fail for me, and such files still could not be loaded (I have a few screens= hots of the error messages). Restoring this patch has restored the ability = to load .m4a and other files which depend on ffmpeg to be loaded, and witho= ut any special hoops needed to set up ffmpeg through the UI first. > >=20 > > Cheers, > > Kaelyn From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 02:04:38 2024 Received: (at 71246) by debbugs.gnu.org; 29 May 2024 06:04:38 +0000 Received: from localhost ([127.0.0.1]:47217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCCQQ-00077f-Is for submit@debbugs.gnu.org; Wed, 29 May 2024 02:04:38 -0400 Received: from mail-vs1-f43.google.com ([209.85.217.43]:61754) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCCQN-00077P-FW for 71246@debbugs.gnu.org; Wed, 29 May 2024 02:04:36 -0400 Received: by mail-vs1-f43.google.com with SMTP id ada2fe7eead31-48a39b54e22so591506137.3 for <71246@debbugs.gnu.org>; Tue, 28 May 2024 23:04:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail-com.20230601.gappssmtp.com; s=20230601; t=1716962599; x=1717567399; darn=debbugs.gnu.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=1+pABJyZCOYcpceEvSE0ZNn1PAJekYSA3rr0ZnuLhOc=; b=SPQPvJDQB+Bd8Jf5J7txN3O/8NiFsZEI6JpE6xDE8Pm+XUXdxWJudOMH1aNqthG6sV xHMbgRr/5viWPL3MUXB0TEioUiiLFgAP5TkHn+47KhoUXTRq2cssKpQ3HGlVv61b51NM rhA32f1FzWjCD2CyCyYH3vFIVMlLVcyYZQI29EdMECgBqF9bEPZp0jI+EtovqL1/mUs3 A/7w4r1zgFgeYjgW3SzR0b4DrKJTM2rxMrPMToQRLkUaJ8LZxjtmxrs1AWlCeGl3oemf ew7HVjzETNvgokqv3UwasTN3jsr458sK7xJuw4Jf28B0fsNMnOhmpnFuGLQNsUXzLm3T dDww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716962599; x=1717567399; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=1+pABJyZCOYcpceEvSE0ZNn1PAJekYSA3rr0ZnuLhOc=; b=VKx8X9jGrL/p8rRy/2Eu0b2N+XGTwpaSaETYB1J4AM+U5RbssfbIDbtuzEJqUJ4Y/d 10iF3zTDuq647IrqCcpE66VIp+TB1B3vsuRd+jXwds0N1kuvVeOC3fUwW0zD36BHi4Dv V9BJ4iqBTnwAMlM4kx8JmEdKCbBZLKI6oPDQDH2nKybyq8kiGTW+f9AwoAS2kioGz1PH eEwH0jN54NSr2X/7Jj0GZ1K1GrZ9ThvtRDHdv7Wt1zsWUa0zV0+m7IbEUX4DLFhVqFvd mhltHJLKoJacN4hD1EEssnomnvM3xLWmc9406MmelGdEWhS5RguSD2dhlWB2aocsUznV uiiw== X-Gm-Message-State: AOJu0YwKOqcToKXhcvruQ8LICecnNbJXrX4LqNkVzkhPXRM9MuVESLf2 cq+o5DfWnP8SITuMdgVS4ON+n2tNS8PBxOFuvO/RXXXJnp7oOy1mcjBiEgZs6ko4fazT7irwXKk nwlqfo9s/HIknaPH0Qsb0OH6U3Nu7Yw== X-Google-Smtp-Source: AGHT+IH911IY+0sQRpDa776SRd4ixMBS9+JsHWA7Z+r/ZUf/hZwBKhKOW3i/E+PQyCSk/vfpibd1akWpgtr41xlio5w= X-Received: by 2002:a67:f88d:0:b0:48a:33af:3ba with SMTP id ada2fe7eead31-48a386b3a53mr12961329137.31.1716962599449; Tue, 28 May 2024 23:03:19 -0700 (PDT) MIME-Version: 1.0 From: Andy Tai Date: Tue, 28 May 2024 23:02:43 -0700 Message-ID: Subject: To: 71246@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.3 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: patch builds fine on x86-64 Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (lichengtai[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.217.43 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.217.43 listed in wl.mailspike.net] 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: 71246 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: patch builds fine on x86-64 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.217.43 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.217.43 listed in list.dnswl.org] 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (lichengtai[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 BLANK_SUBJECT Subject is present but empty -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager patch builds fine on x86-64 From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 16:32:04 2024 Received: (at 71246) by debbugs.gnu.org; 29 May 2024 20:32:04 +0000 Received: from localhost ([127.0.0.1]:53004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCPxs-000274-4D for submit@debbugs.gnu.org; Wed, 29 May 2024 16:32:04 -0400 Received: from mail-vs1-f41.google.com ([209.85.217.41]:56608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCPxp-00026V-Va for 71246@debbugs.gnu.org; Wed, 29 May 2024 16:32:02 -0400 Received: by mail-vs1-f41.google.com with SMTP id ada2fe7eead31-488984a3c5cso59488137.1 for <71246@debbugs.gnu.org>; Wed, 29 May 2024 13:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail-com.20230601.gappssmtp.com; s=20230601; t=1717014646; x=1717619446; darn=debbugs.gnu.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=dzdcvcma0HaBIgUJZuUsKuAH4266xlQs1Q41KB1Hcvw=; b=WUuqVbt+MtpG5pVoLLs6SPpwZV8my8kn/y2uATvWccxoWrrIeNLY6VPyXnGCy2fGY2 wtzRypBabM+FuFvS34r60vyl9ydfhxNVSzAT7yWeKRHJPDbBH+mZQRe+V3TDFJs3tcUZ iphWM4eR0S/+mNgTE0mFIGJLhuLpD++4DFmNw7xJT/jSTudMeVwdyqG3BnvQmpTIHIrQ AJ2s9GDGXsd2or6CVox35/8CgXTKAxb4Ui7Z9ZSppGWfODQ3YCnnleBJPm1OgkwceFfH /7YoUKUCixLa5afb728eOwKowWsPPNMVDJsRG3U/0ZiPN5kLs4UwB8lB6ssoPzv3lIKf xDZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717014646; x=1717619446; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=dzdcvcma0HaBIgUJZuUsKuAH4266xlQs1Q41KB1Hcvw=; b=oX71bxYqT3EcuspFn0jHL7obnesuY8GC99nEmgG3lndOtQuxupXagpjwJv7TTZ77QP t5Q+BoPK/SMM1IlSu0HHgYOgDnwERCD5V+lnmZ5kEOy93GITmBkOigVDsoQcVWDVyF1E CSGheO1sazxLbjmKS6LtaIrBuYh32yLGx6MRMRNjFbH+b/ejEMuJaaM20ZBbtQ5tu12i Sl5QW56oEttpjOEEyD7bWTonHwYyUaSLRdGCi3ghUKhyjtBjOhklrkpFCDDFyRP7TqRs wlGpdFqp0m4Yfp1S6n+xLbgUMk6gFAHcAVUnAf0Cr9Rvu+3XymXg+kfpp/73/NZXoKX/ qyXw== X-Gm-Message-State: AOJu0Yzp3Zt7evdIwuHIRdMnOmzLOXVooM60ohY7JpsHQ42/N8NMVnVO ACMCuNUvdjaguepKrdnZm5vA1uVSIe634EGo7UXSnm84VJlHSvbXLm/V0cD9KiJd9EKL6w4QGhb DyhjoB5U9CEnLUyMrO7eXw1fy6VUshQ== X-Google-Smtp-Source: AGHT+IHgpviquVk9A6WOZa4s/Hl7qvRWKlnEGkMs7tJlOYTIK4FV4WmBMwmpzgV4tZBV7whLSUKz+KvJA+zK8nSDQ1Y= X-Received: by 2002:a67:e359:0:b0:48a:3310:9b42 with SMTP id ada2fe7eead31-48bae9ab479mr323220137.7.1717014645640; Wed, 29 May 2024 13:30:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Andy Tai Date: Wed, 29 May 2024 13:30:07 -0700 Message-ID: Subject: Fwd: To: 71246@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 71246 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) user guix usertag 71246 + reviewed-looks-good thanks Guix QA review form submission: Items marked as checked: Package builds, Commit messages From debbugs-submit-bounces@debbugs.gnu.org Fri May 31 07:38:19 2024 Received: (at 71246-done) by debbugs.gnu.org; 31 May 2024 11:38:19 +0000 Received: from localhost ([127.0.0.1]:53334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sD0aR-0003wd-Em for submit@debbugs.gnu.org; Fri, 31 May 2024 07:38:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sD0aP-0003wQ-85 for 71246-done@debbugs.gnu.org; Fri, 31 May 2024 07:38:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sD0Y3-0006IZ-2z; Fri, 31 May 2024 07:35:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=UaEaMqv1SD3ecI0aDCufXCf2PB9HJnWrSF9zkcNQxQU=; b=XlxBr2VyqArbqVw4IOCz yMpmOKdL0YbWmkcF0Zisye9KN0REbM6xvToWzffPh9bC9+F9NIUxhMrT+4924JRaUuX3w1lLhrxeL CLp75czLmdixGbx9IfhYnz0wkWQLk+8zMg4jq+ubmLhz37oYDPZ3ZHgh/FjkBIo0ZjMQibsonmi+j tsap0EVI1F+04W5YrdgPgZefV05UjVn1UijAUBmlKPibh56ke+wiej3kPJAslwk/uo22PhagaM+Wa mgfyV1tJdGcb89sGZXmtIhZKRVls/oKp6vtI8eJEX1WeUN8VY8uV1YzB0RAD5QDjeiUShIlWOmqNX v6fpp4Qh7tImOg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Kaelyn Takata Subject: Re: [bug#71246] [PATCH] gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config. In-Reply-To: <827569361fb106694e726de44b7b14b5d579facc.1716916125.git.kaelyn.alexi@protonmail.com> (Kaelyn Takata's message of "Tue, 28 May 2024 17:33:44 +0000") References: <827569361fb106694e726de44b7b14b5d579facc.1716916125.git.kaelyn.alexi@protonmail.com> Date: Fri, 31 May 2024 13:35:47 +0200 Message-ID: <87ttietdrg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71246-done Cc: 71246-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Kaelyn Takata skribis: > * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it here. > * gnu/packages/audio.scm (audacity)[patches]: Use it here. > > Change-Id: I848df8a9762216eb2b02afc3843e0e9806db14be Hi! I added some of the info from your second message to the commit log and committed. Thanks! Ludo=E2=80=99. From unknown Fri Sep 05 15:34:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 29 Jun 2024 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator