From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 16:37:46 2022 Received: (at submit) by debbugs.gnu.org; 4 Aug 2022 20:37:47 +0000 Received: from localhost ([127.0.0.1]:55137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJhbG-0005p9-ME for submit@debbugs.gnu.org; Thu, 04 Aug 2022 16:37:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:41090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJhbE-0005ow-Mj for submit@debbugs.gnu.org; Thu, 04 Aug 2022 16:37:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJhbE-0006qc-Fk for guix-patches@gnu.org; Thu, 04 Aug 2022 16:37:44 -0400 Received: from knopi.disroot.org ([178.21.23.139]:52854) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJhb5-0005H6-JL for guix-patches@gnu.org; Thu, 04 Aug 2022 16:37:44 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D2FA240E55 for ; Thu, 4 Aug 2022 22:37:33 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wUWTjhOwkPEz for ; Thu, 4 Aug 2022 22:37:32 +0200 (CEST) Date: Thu, 4 Aug 2022 20:37:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659645449; bh=FgkYtiVATh+SR661q3+WPVHAVOjazt7jv1jL/K9DyzE=; h=Date:From:To:Subject; b=hlCpA41ttbs/fDJews9ZTeaLuY241Lcu4W7jdhDuXOPEpgz6xgFzALA/i7Y4uTLwD rwzXWJYBx4/rNBJ0qgrxQUqBRhgXAkZwhZmrAJNONGj5BQwG3gHT/L5lp8Jj1hAn8c XJM8hvDiw4ozaiPWtbWTFBhYd6qXqBys3Mufq1fPtYnLdmqR5Cc74Cj7kmpEYpXu5k 9cJG1deL5K7tC3tzDWOtHAdDurUcISZ9BGy+aJZDLFIfOPwc2U9eif9DwwizQaCKyK pdCZcx5SD/aO0y6hQMXOH9SjkIpS6tNZV/s8yvebV3ucd1p72Q/Gc7sFAiHpJdvXaw AF0Epu5XHEKoA== From: kiasoc5 To: guix-patches@gnu.org Subject: [PATCH] gnu: openh264: Update to 2.3.0. Message-ID: <20220804203726.44fb38aa@aria> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/eoE.3kFs.TucPq89nJ/oNuE" 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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 (--) --MP_/eoE.3kFs.TucPq89nJ/oNuE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/eoE.3kFs.TucPq89nJ/oNuE Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-openh264-Update-to-2.3.0.patch >From 91f966c74da0e9a27dd68d443ed2a255b1c48826 Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Tue, 2 Aug 2022 23:07:57 -0400 Subject: [PATCH] gnu: openh264: Update to 2.3.0. * gnu/packages/video.scm (openh264): Update to 2.3.0. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 04049fd9c8..1a99a206ca 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3940,7 +3940,7 @@ (define-public intel-vaapi-driver (define-public openh264 (package (name "openh264") - (version "2.1.1") + (version "2.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -3949,7 +3949,7 @@ (define-public openh264 (file-name (git-file-name name version)) (sha256 (base32 - "0ffav46pz3sbj92nipd62z03fibyqgclfq9w8lgr80s6za6zdk5s")))) + "1yr6nsjpnazq4z6dvjfyanljwgwnyjh3ddxa0sq6hl9qc59yq91r")))) (build-system gnu-build-system) (native-inputs (list nasm python)) base-commit: a956c7df87536717e4e04af11ae6d73dcb7a2ce7 -- 2.37.1 --MP_/eoE.3kFs.TucPq89nJ/oNuE-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 16:53:44 2022 Received: (at 56984) by debbugs.gnu.org; 4 Aug 2022 20:53:44 +0000 Received: from localhost ([127.0.0.1]:55169 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJhqh-0008Oz-PR for submit@debbugs.gnu.org; Thu, 04 Aug 2022 16:53:43 -0400 Received: from knopi.disroot.org ([178.21.23.139]:54064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJhqf-0008Oq-Mm for 56984@debbugs.gnu.org; Thu, 04 Aug 2022 16:53:42 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0F2D040E5C; Thu, 4 Aug 2022 22:53:41 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yqH71KUN2mf2; Thu, 4 Aug 2022 22:53:40 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659646418; bh=uXwV+HHMXxdyRdQj5PGkQ7G/xGmZXU36v9PUfGzYaDI=; h=Date:Subject:From:To:References:In-Reply-To; b=aJ442Orp5j/HkHRASNFAm03oa+/VLIrwmCivJvE3516R0uaq/nKIw/yDoKDSWVUS2 qrs3RZYig7xdEDLD06GC9anij9yeOVzhXFTX2y6eE4ZyBxnWEaZw2kB6SH/CDineEW b32R2eEBwVIHyU57HhdyqugDetGcu4piw9CRtR/rbR2bGjZqLS+nKOcNgiV49nVDaF qCMGFyrb5i8pM5i11tmxxzaC5ehlmdJ7FGy6MOov271A5oSZyqxWEvBRv89t40uzAQ +BVPPs6j119tOEyBxUa1LK90PF1jXk7Qbdwa3PaS6bhhTglc09/GCQJTYvXADHVBFI AeiuENScWmIHQ== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 04 Aug 2022 21:53:37 +0100 Message-Id: Subject: Re: [bug#56984] [PATCH] gnu: openh264: Update to 2.3.0. From: "(" To: "kiasoc5" , <56984@debbugs.gnu.org> References: <20220804203726.44fb38aa@aria> In-Reply-To: <20220804203726.44fb38aa@aria> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 56984 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 (-) And here :) -- ( From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 05 00:45:39 2022 Received: (at 56984) by debbugs.gnu.org; 5 Aug 2022 04:45:40 +0000 Received: from localhost ([127.0.0.1]:55649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJpDP-0001gH-Jr for submit@debbugs.gnu.org; Fri, 05 Aug 2022 00:45:39 -0400 Received: from knopi.disroot.org ([178.21.23.139]:55274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJpDM-0001g7-RZ for 56984@debbugs.gnu.org; Fri, 05 Aug 2022 00:45:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 34E3740EC9; Fri, 5 Aug 2022 06:45:36 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NqdfhPMFa82x; Fri, 5 Aug 2022 06:45:34 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659674734; bh=+d+JjsRSmD3GAJgf78QK0BG51iQzUNH2FNFUuCnlHkI=; h=From:To:Cc:Subject:Date; b=FUWoOsB5dBcsaE+FXKp68WbV1C5QRGfco8vdMwOYcjo8NaFFZrXuuCLtkp5N4rjhd UaAP5NxxLAN0774z1Q7L5/MrDmcj+GaECFs/7XrGr8l0KnLaMjcMQSaQjgA3vb/xSE g/QbQRAZ1A6MLCVtNLs3SBs6lb4UIGjh5HVfuyjl6yAp4kSPEmsw3Opi4+uHxXR/rU +LBxRBR5QtUmlZSLACGCprqAhgQsLajOC1c7oy7xkrJLaa4AAPPPqlmfw6TxhIiPe3 2rUXIeqqOJHssqLvYNhHiHcpNJYk3tB4vcwAQFCQ6AN4JCP/UGJuEWqRSHL9ze/qk/ uLfSN7YsEIFwQ== To: 56984@debbugs.gnu.org Subject: [PATCH V2] gnu: openh264: Update to 2.3.0 and use gexps. Date: Fri, 5 Aug 2022 00:44:53 -0400 Message-Id: <20220805044452.323170-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 56984 Cc: kiasoc5 , paren@disroot.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: -1.0 (-) * gnu/packages/video.scm (openh264): Update to 2.3.0. [arguments]: Use gexps. --- gnu/packages/video.scm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 04049fd9c8..b9e2c54eb7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3940,7 +3940,7 @@ (define-public intel-vaapi-driver (define-public openh264 (package (name "openh264") - (version "2.1.1") + (version "2.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -3949,17 +3949,20 @@ (define-public openh264 (file-name (git-file-name name version)) (sha256 (base32 - "0ffav46pz3sbj92nipd62z03fibyqgclfq9w8lgr80s6za6zdk5s")))) + "1yr6nsjpnazq4z6dvjfyanljwgwnyjh3ddxa0sq6hl9qc59yq91r")))) (build-system gnu-build-system) (native-inputs (list nasm python)) (arguments - '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")) - "CC=gcc") - #:test-target "test" - #:phases (modify-phases %standard-phases - ;; no configure script - (delete 'configure)))) + (list + #:make-flags + #~(list (string-append "PREFIX=" (assoc-ref %outputs "out")) + "CC=gcc") + #:test-target "test" + #:phases + #~(modify-phases %standard-phases + ;; no configure script + (delete 'configure)))) (home-page "https://www.openh264.org/") (synopsis "H264 decoder library") (description -- 2.37.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 05 01:04:43 2022 Received: (at 56984) by debbugs.gnu.org; 5 Aug 2022 05:04:43 +0000 Received: from localhost ([127.0.0.1]:55665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJpVr-0002Bu-B9 for submit@debbugs.gnu.org; Fri, 05 Aug 2022 01:04:43 -0400 Received: from knopi.disroot.org ([178.21.23.139]:50812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJpVo-0002Bi-BM for 56984@debbugs.gnu.org; Fri, 05 Aug 2022 01:04:41 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E2A8740DAA; Fri, 5 Aug 2022 07:04:38 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EFFRf8ccXg2s; Fri, 5 Aug 2022 07:04:37 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659675877; bh=BPh63fx9Gq1evLqok/eNDvm3y0Fkv2eFzuo1PGT/n3A=; h=From:To:Cc:Subject:Date; b=CmTASSDsC8XAZU8tqQk1YkiuX5Z8MgFKcouJMiXZShrbkWjNFZi/1uEqNM9vsuq71 48ciz35WBpgbMZ1r+yColiEXmCGv66cMThRDZ9B3FbHNWMPnRLyvvK9tgpARRv4jkN i49F+iyFd1+ItQzfnxezliOfhNSjhg2jtjj9or6ciJsn6XQwdP80OjLI6nZtYt02Xa 8YNbb1lqdZA/XCApKlrW5RSUVnqn5pRXJgDBJN+23Tvjr63raFNZm4OxG60BpaH1Wo QnPMmungvplHpvhkEMevEB4q943fsMGSB/XpgQOnsLtJqxLLMedC7gX70uih/swS1h UGVEc7esl8V3g== To: 56984@debbugs.gnu.org Subject: [PATCH V3] gnu: ugrep: Use gexps and add zstd lib to inputs. Date: Fri, 5 Aug 2022 01:04:09 -0400 Message-Id: <20220805050408.342881-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 56984 Cc: kiasoc5 , paren@disroot.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: -1.0 (-) * gnu/packages/search.scm (ugrep)[snippets]: Remove trailing #t. [snippets]: Use gexps. [arguments]: Likewise. [inputs]: Add zstd lib. --- gnu/packages/search.scm | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index db5579a708..620c8dbe1f 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -32,6 +32,7 @@ (define-module (gnu packages search) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix gexp) #:use-module (guix utils) #:use-module (guix build-system gnu) #:use-module (guix build-system perl) @@ -687,8 +688,7 @@ (define-public ugrep (delete-file-recursively "bin") ; pre-built executables (for-each delete-file (find-files "tests" "^archive\\..*")) (for-each delete-file (find-files "tests" "^.*\\.pdf$")) - (for-each delete-file (find-files "tests" "^.*\\.class$")) - #t)))) + (for-each delete-file (find-files "tests" "^.*\\.class$")))))) (build-system gnu-build-system) (inputs (list bzip2 @@ -696,18 +696,20 @@ (define-public ugrep lz4 lzip ;; lzma pcre2 - zlib)) + zlib + zstd)) (arguments - `(#:tests? #f ; no way to rebuild the binary input files - #:test-target "test" - #:phases - (modify-phases %standard-phases - (add-before 'check 'check-setup - (lambda _ - ;; Unpatch shebangs in tests. - (substitute* '("tests/Hello.bat" - "tests/Hello.sh") - (("#!/gnu/store/.*/bin/sh") "#!/bin/sh"))))))) + (list + #:tests? #f ; no way to rebuild the binary input files + #:test-target "test" + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'check-setup + (lambda _ + ;; Unpatch shebangs in tests. + (substitute* '("tests/Hello.bat" + "tests/Hello.sh") + (("#!/gnu/store/.*/bin/sh") "#!/bin/sh"))))))) (home-page "https://github.com/Genivia/ugrep/") (synopsis "Faster grep with an interactive query UI") (description "Ugrep is a ultra fast searcher of file systems, text -- 2.37.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 05 01:11:19 2022 Received: (at 56984) by debbugs.gnu.org; 5 Aug 2022 05:11:19 +0000 Received: from localhost ([127.0.0.1]:55675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJpcF-0002SZ-Cj for submit@debbugs.gnu.org; Fri, 05 Aug 2022 01:11:19 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJpcD-0002SS-SC for 56984@debbugs.gnu.org; Fri, 05 Aug 2022 01:11:18 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3C00640D6C; Fri, 5 Aug 2022 07:11:17 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HTcvG1CmiEx0; Fri, 5 Aug 2022 07:11:15 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659676275; bh=cILgHEwgQZLcrHAWTotdgQBY8r5DYP805qoaLQ+44zQ=; h=From:To:Cc:Subject:Date:Reply-To; b=JftHoqsJxWB6W9S/26npzbLAKcgsou+NocZwJ8YMw60VRp9INiL7jIxxW3GZxAved 2mqNt8yN2AJERlLHc7XnO24to488wRK/SBuJuSi6hTDuzFpn8iYJp2l8YGS/9j94Ok gHnRSpurJziIYACVm2cuuczvef9dsCnuDqt19m4npEVTfUNI5CcdNMuCNIiufzDE4V NxEGFS1nOvOWXcf94gzCnHJKpjtOq22pl+dmunqHiQI33SbnJ9aVdfSs9p8Is0fRU3 aWXu39TifBIbjLL5WOIYzyTU/sVG6LssBCBRhPOw9GFICC3A/7T2XnZtNybTyPEC8t exXfw9xNNMIzQ== To: 56984@debbugs.gnu.org Subject: [PATCH] gnu: ugrep: Use gexps and add zstd lib to inputs. Date: Fri, 5 Aug 2022 01:10:00 -0400 Message-Id: <20220805050959.344944-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 56984 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: , Reply-To: paren@disroot.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Last email had old version of patch, please use this one. Sorry paren for using cc instead of reply-to. * gnu/packages/search.scm (ugrep)[snippets]: Use gexps. Remove trailing #t. [snippets]: Use gexps. [arguments]: Likewise. [inputs]: Add zstd lib. --- gnu/packages/search.scm | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index db5579a708..65a642c259 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -32,6 +32,7 @@ (define-module (gnu packages search) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix gexp) #:use-module (guix utils) #:use-module (guix build-system gnu) #:use-module (guix build-system perl) @@ -681,14 +682,12 @@ (define-public ugrep (sha256 (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57")) (file-name (git-file-name name version)) - (modules '((guix build utils))) - (snippet - '(begin + (snippet #~(begin + (use-modules (guix build utils)) (delete-file-recursively "bin") ; pre-built executables (for-each delete-file (find-files "tests" "^archive\\..*")) (for-each delete-file (find-files "tests" "^.*\\.pdf$")) - (for-each delete-file (find-files "tests" "^.*\\.class$")) - #t)))) + (for-each delete-file (find-files "tests" "^.*\\.class$")))))) (build-system gnu-build-system) (inputs (list bzip2 @@ -696,18 +695,20 @@ (define-public ugrep lz4 lzip ;; lzma pcre2 - zlib)) + zlib + `(,zstd "lib")) (arguments - `(#:tests? #f ; no way to rebuild the binary input files - #:test-target "test" - #:phases - (modify-phases %standard-phases - (add-before 'check 'check-setup - (lambda _ - ;; Unpatch shebangs in tests. - (substitute* '("tests/Hello.bat" - "tests/Hello.sh") - (("#!/gnu/store/.*/bin/sh") "#!/bin/sh"))))))) + (list + #:tests? #f ; no way to rebuild the binary input files + #:test-target "test" + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'check-setup + (lambda _ + ;; Unpatch shebangs in tests. + (substitute* '("tests/Hello.bat" + "tests/Hello.sh") + (("#!/gnu/store/.*/bin/sh") "#!/bin/sh"))))))) (home-page "https://github.com/Genivia/ugrep/") (synopsis "Faster grep with an interactive query UI") (description "Ugrep is a ultra fast searcher of file systems, text -- 2.37.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 10 04:29:37 2022 Received: (at 56984-done) by debbugs.gnu.org; 10 Aug 2022 08:29:37 +0000 Received: from localhost ([127.0.0.1]:46001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLh5s-0007aK-St for submit@debbugs.gnu.org; Wed, 10 Aug 2022 04:29:37 -0400 Received: from envs.net ([89.163.145.170]:43970 helo=mail.envs.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLh5p-0007a8-Lp for 56984-done@debbugs.gnu.org; Wed, 10 Aug 2022 04:29:35 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 9AF8738A067C; Wed, 10 Aug 2022 08:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1660120170; bh=dN1+ccpDcMdxI5hrb+pmpxlXXE5btgMnlhFcCZj3Mvc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=YlTK+b2EsJvoAN3havO6xyQJRAy97nE7j7F+JiJ2JN/J606ryAPnY9pjNr5Ejst0W /OfLlWVIGep3dadiSV0+RIr1OWk1HTh37J8Aizwf/2vUEc3buWaxx9VT0Xbp2M2wQo eAbGW/fvxD/0yc8s/a7oLobHbWpS4NANNcoQkGB0QHmms4EV4eE3RU9kwkr+WCDtcI knM0IxLc7CEYgExMgQUeAh8p7sMkp4s/2BEnt79c3agGy2ANFunu+3L/IKUUcHrQGX 7MKUl/kuObdJE6CPhlPptzROfoH3jsZr/qi1ZUJc9aRHDjHlg0UE5hmPyLwCZ4MgVB 14tRRfAaJuiDMYasZNd9OU/YjbElRubRPXwHwFl1tDGmkT2GVKduqc3X7q0zdf5BCM Ai6Eo29tu+3xil4lyf+sAGnwobWtRwkL/U2BPJ/z24y5WRxSVyPAA89pCfy7341NyZ RcF5NBny3WPSU6VCe5tVEskFHDYjo4lV9xQO3Va2dNIon56T54IrYxZTfvl8KRK72w iG1mUDIoFJGK05tKcE2/OVEaFsEJTRs4Ys25cnTrD4BbkwWV33MMF/Xgpl/um+WoVY vNUE/BHrZUqpaKMS97zEmaP66XXNHAbAl0as9PIBIsgnKIxb6WMkeFxRIJUrd344vr ZDqkxoeC6aioxIJr0yk9DlaM= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5nEgDmTFogZU; Wed, 10 Aug 2022 08:29:28 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: iyzsong@envs.net) by mail.envs.net (Postfix) with ESMTPSA; Wed, 10 Aug 2022 08:29:27 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 3babe72f; Wed, 10 Aug 2022 08:29:19 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: kiasoc5 Subject: Re: bug#56984: [PATCH] gnu: openh264: Update to 2.3.0. References: <20220804203726.44fb38aa@aria> <20220805044452.323170-1-kiasoc5@disroot.org> Date: Wed, 10 Aug 2022 16:29:19 +0800 In-Reply-To: <20220805044452.323170-1-kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Fri, 5 Aug 2022 00:44:53 -0400") Message-ID: <87y1vwijs0.fsf_-_@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 56984-done Cc: paren@disroot.org, 56984-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: -1.0 (-) kiasoc5 writes: > * gnu/packages/video.scm (openh264): Update to 2.3.0. > [arguments]: Use gexps. > --- > gnu/packages/video.scm | 19 +++++++++++-------- > 1 file changed, 11 insertions(+), 8 deletions(-) I changed '(assoc-ref %outputs "out")' to '#$output'. Pushed now, thank you for the patch and ( for the review! From unknown Sat Jun 21 05:14:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 07 Sep 2022 11:24:10 +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