From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 24 01:43:09 2022 Received: (at submit) by debbugs.gnu.org; 24 Sep 2022 05:43:09 +0000 Received: from localhost ([127.0.0.1]:42111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obxwT-0004JI-8U for submit@debbugs.gnu.org; Sat, 24 Sep 2022 01:43:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:54392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obxwR-0004J9-R2 for submit@debbugs.gnu.org; Sat, 24 Sep 2022 01:43:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obxwJ-0006V8-50 for guix-patches@gnu.org; Sat, 24 Sep 2022 01:42:59 -0400 Received: from knopi.disroot.org ([178.21.23.139]:50178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obxw0-0007RX-7V for guix-patches@gnu.org; Sat, 24 Sep 2022 01:42:46 -0400 Received: by disroot.org (Postfix, from userid 107) id 86A584BC78; Sat, 24 Sep 2022 07:39:28 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1663997968; bh=2tbPus13K4WZWZYV4q3P3xKylpMJUgFCZkGhYbOHlcQ=; h=From:To:Cc:Subject:Date; b=MXinwpYhpA8LrVXD+EtAKzOtsSnuznBOSWfZDR0wuuFdMifG81jwzLeeMJz4UAfzO q2cgYaItBWZBWRik1Aiuznsj4JGEIqQwHy43Bv00yfNF2Gk1Y/R29Mv8h8L9kN44wY gWPxGLLnJ38tCqHcpYVyUhtjV+8bocXriDxLkcVha+UPsY1L1Z1qkK+m5aHjI7LagU T1fomvf6tIVh8Bn2tRm+pEjwgco1IPavXG6tZ6Bzzp+J5niUHz/8uSyIfzW0NCmItI MXZHrdJBbEvoCjYcEBCRskB0EUBFVc5KVzTiEOO56LJczf7Z0J0kqSma60G+81w2lr xD2tdPczmlIdg== To: guix-patches@gnu.org Subject: [PATCH] gnu: picard: Update to 2.8.3, modernize package. Date: Sat, 24 Sep 2022 01:39:00 -0400 Message-Id: <79238a8ccadaf28f35de0e78c8a7649967d0ef12.1663997932.git.kiasoc5@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 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.4 (--) * gnu/packages/music.scm (picard): Update to 2.8.3. [source]: Remove patch. [arguments]: Use G-expressions. Remove trailing #t. [native-inputs]: Remove input labels. [inputs]: Add python-fasteners, python-pyyaml, python-markdown, python-pyjwt. Remove a transitive dependency on QtWebKit. See for more information about this change. * gnu/packages/patches/picard-fix-id3-rename-test.patch: Remove it. * gnu/local.mk (dist_path_DATA): Update accordingly. --- gnu/local.mk | 1 - gnu/packages/music.scm | 47 ++++++++++--------- .../patches/picard-fix-id3-rename-test.patch | 11 ----- 3 files changed, 26 insertions(+), 33 deletions(-) delete mode 100644 gnu/packages/patches/picard-fix-id3-rename-test.patch diff --git a/gnu/local.mk b/gnu/local.mk index ef1bae5f3c..74de2f7517 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1648,7 +1648,6 @@ dist_patch_DATA = \ %D%/packages/patches/phoronix-test-suite-fsdg.patch \ %D%/packages/patches/php-bug-74093-test.patch \ %D%/packages/patches/php-curl-compat.patch \ - %D%/packages/patches/picard-fix-id3-rename-test.patch \ %D%/packages/patches/picprog-non-intel-support.patch \ %D%/packages/patches/pidgin-add-search-path.patch \ %D%/packages/patches/pinball-system-ltdl.patch \ diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 66b4beae0c..db0522609c 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3524,7 +3524,7 @@ (define-public pianobar (define-public picard (package (name "picard") - (version "2.4.4") + (version "2.8.3") (source (origin (method url-fetch) (uri (string-append @@ -3532,30 +3532,35 @@ (define-public picard "picard/picard-" version ".tar.gz")) (sha256 (base32 - "1c5l7i43jaj3s4wklc0cba6nn2x9cmpcggk4q4h9m1bci2xilsiy")) - (patches (search-patches "picard-fix-id3-rename-test.patch")))) + "0h4yk1y4k23hkfk7k2in27rd34ani857m0vvn7xa8vxizz951dka")))) (build-system python-build-system) (arguments - '(#:use-setuptools? #f - #:configure-flags - (list "--root=/" - ;; Don't phone home or show ‘Check for Update…’ in the Help menu. - "--disable-autoupdate") - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch-source - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "picard/const/__init__.py" - (("pyfpcalc") - (string-append - "pyfpcalc', '" - (assoc-ref inputs "chromaprint") "/bin/fpcalc"))) - #t))))) + (list + #:use-setuptools? #f + #:configure-flags + #~(list "--root=/" + ;; Don't phone home or show ‘Check for Update…’ in the Help menu. + "--disable-autoupdate") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch-source + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "picard/const/__init__.py" + (("pyfpcalc") + (string-append + "pyfpcalc', '" + (assoc-ref inputs "chromaprint") "/bin/fpcalc")))))))) (native-inputs - `(("gettext" ,gettext-minimal) - ("python-dateutil" ,python-dateutil))) + (list gettext-minimal python-dateutil)) (inputs - (list chromaprint python-discid python-pyqt python-mutagen)) + (list chromaprint + python-discid + python-pyqt-without-qtwebkit + python-mutagen + python-fasteners + python-pyyaml + python-markdown + python-pyjwt)) (home-page "https://picard.musicbrainz.org/") (synopsis "Graphical music tagging application") (description diff --git a/gnu/packages/patches/picard-fix-id3-rename-test.patch b/gnu/packages/patches/picard-fix-id3-rename-test.patch deleted file mode 100644 index 3c4fa63c84..0000000000 --- a/gnu/packages/patches/picard-fix-id3-rename-test.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: b/test/formats/test_id3.py -=================================================================== ---- a/test/formats/test_id3.py -+++ b/test/formats/test_id3.py -@@ -266,5 +266,5 @@ - def test_rename_txxx_tags(self): - file_path = os.path.join('test', 'data', 'test-id3-rename-tags.mp3') -- filename = self.copy_file_tmp(file_path, 'mp3') -+ filename = self.copy_file_tmp(file_path, '.mp3') - raw_metadata = load_raw(filename) - self.assertIn('TXXX:Artists', raw_metadata) base-commit: cbe8391d7c570a12416acfbfbbb818404d8b9203 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 30 09:47:04 2022 Received: (at 58037-done) by debbugs.gnu.org; 30 Sep 2022 13:47:04 +0000 Received: from localhost ([127.0.0.1]:40886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeGM4-0003SL-AL for submit@debbugs.gnu.org; Fri, 30 Sep 2022 09:47:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeGLz-0003Rm-Ar for 58037-done@debbugs.gnu.org; Fri, 30 Sep 2022 09:47:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeGLt-0000Bj-TU; Fri, 30 Sep 2022 09:46:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=JlcbpQHbKnjz5oJi6Rm+EtZ4e50UWOb2aJQqK76E3mc=; b=TjznoTspMw99uBEeU42a L/LuNjedoq144S0deLHL0y7HvXoGFoekhNd2QiWN1BbZRyCZm28Eb/LLll4bXgvbJVkvqpbhwN6vy fDtiNxNHqMW4/NibldLJjnxjhY0lRv9kx2aOAt1idkqWT7CZHxsfCmx3Mh3uDw5jn930WStIEGmCQ xKfyKqVetY2p7LWhM/x4GFLRcgxH/nnvjynUFc1Nz80lgyNlb0x5OYgyG90pc2smWzm83FtzVUgP0 UIR/h1DhnSpnzFAG/gAZKhnKeg/ZTvaMc3PyVjsNT1dt0CMfTlBufe152Jt3WR0dKy2WMvDfloXpW /n8/nnKp3ZNMNg==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:50202 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeGLt-0004yz-3D; Fri, 30 Sep 2022 09:46:53 -0400 From: Mathieu Othacehe To: kiasoc5 Subject: Re: bug#58037: [PATCH] gnu: picard: Update to 2.8.3, modernize package. References: <79238a8ccadaf28f35de0e78c8a7649967d0ef12.1663997932.git.kiasoc5@disroot.org> Date: Fri, 30 Sep 2022 15:46:49 +0200 In-Reply-To: <79238a8ccadaf28f35de0e78c8a7649967d0ef12.1663997932.git.kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Sat, 24 Sep 2022 01:39:00 -0400") Message-ID: <87edvt6kl2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58037-done Cc: 58037-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 (---) > * gnu/packages/music.scm (picard): Update to 2.8.3. > [source]: Remove patch. > [arguments]: Use G-expressions. Remove trailing #t. > [native-inputs]: Remove input labels. > [inputs]: Add python-fasteners, python-pyyaml, python-markdown, python-pyjwt. Remove a transitive > dependency on QtWebKit. See for more information about this change. > * gnu/packages/patches/picard-fix-id3-rename-test.patch: Remove it. > * gnu/local.mk (dist_path_DATA): Update accordingly. Applied, thanks! Mathieu From unknown Tue Jun 17 01:44:26 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 Oct 2022 11:24:06 +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