From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MEWVJ/LFS2MVIwAAbAwnHQ (envelope-from ) for ; Sun, 16 Oct 2022 10:50:58 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id kLbEJvLFS2O53wAAG6o9tA (envelope-from ) for ; Sun, 16 Oct 2022 10:50:58 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 622A947084 for ; Sun, 16 Oct 2022 10:50:58 +0200 (CEST) Received: from localhost ([::1]:33840 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojzMH-00062Q-IW for larch@yhetil.org; Sun, 16 Oct 2022 04:50:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojzLO-00061z-Rn for guix-patches@gnu.org; Sun, 16 Oct 2022 04:50:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44240) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ojzLO-0000TE-Iq for guix-patches@gnu.org; Sun, 16 Oct 2022 04:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ojzLO-0005qx-E9 for guix-patches@gnu.org; Sun, 16 Oct 2022 04:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58553] [PATCH 1/8] gnu: Add java-brotli. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 16 Oct 2022 08:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58553 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58553@debbugs.gnu.org Received: via spool by 58553-submit@debbugs.gnu.org id=B58553.166591014122327 (code B ref 58553); Sun, 16 Oct 2022 08:50:02 +0000 Received: (at 58553) by debbugs.gnu.org; 16 Oct 2022 08:49:01 +0000 Received: from localhost ([127.0.0.1]:43299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojzKO-0005ny-Vx for submit@debbugs.gnu.org; Sun, 16 Oct 2022 04:49:01 -0400 Received: from lepiller.eu ([89.234.186.109]:56966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojzKK-0005nc-Il for 58553@debbugs.gnu.org; Sun, 16 Oct 2022 04:48:59 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id aa0e2332 for <58553@debbugs.gnu.org>; Sun, 16 Oct 2022 08:48:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=dkim; bh=HKVDEWt66n0o6qMvjAvIT6oSJ IKGYnHThd0BFHe5IPU=; b=D8kabwfnlzVS0K/Lq0GhMpfN16PvUvIwCuB0Zrf1z VZRa0jl7W6on8L+bL22ZBFFKX6fBcHF4SrBj+U0AaXzZWEfm/vaA8zBXaatVbH9A 5cQQPyMmEnYz3PMzJcTstkdwe0yX8Pn4zGsX9xq5K3Djk/NDhbi4a0N19eoGCgLS mZyJJSKomlXHD8nwrJh6flz0oz6ou0KKwN9qar5bTIiUhyJVop0TlvW9isChPrG3 uvd5CaWa42O2kLAMxMxu0VRAzp67vDHcbsl0tUXgWrbnuxX+dEkgi0cD3GVVFCeO f7VK6Dbz65tcA31/g75cWkY0+jvrU/2q2EM/tYEkYQftg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id a62fbf39 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <58553@debbugs.gnu.org>; Sun, 16 Oct 2022 08:48:53 +0000 (UTC) From: Julien Lepiller Date: Sun, 16 Oct 2022 10:48:31 +0200 Message-Id: <20221016084838.25584-1-julien@lepiller.eu> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221015233630.4da3d935@sybil.lepiller.eu> References: <20221015233630.4da3d935@sybil.lepiller.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665910258; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=CRARltA1WhAfzjV5ojOJFOfL0mSssGlcr0WEBCACnwc=; b=MKw4shBKap0yk3BQ5WP8Df60th5NmgkbUBIUpyWVUtIbdIDRcuvCMQImo9U8Oy+PJfITcM 7BJXVLLxExM1RqZrVxG74pNW0enBhvWg/a+mE5Q4eke/NOkzFET4qkdIExojcnT9whnIB2 RvhKKhc3kCCtQtyrQQZeenJ+tix8e8NFwby8yFquQQXpNfqBq+3sbxmNbchWLE4T7RKj/x vCvmln+qqChq3NerOj91Qk1kXiuwCV3Xf8hQBhi/N7exgOsV6FNPeq2U0zs51DjAE+lYiZ SAB9wyQA89tzBFYpVOGXE22jOX8oz5WqbtOa2aKnXP+kX3TsSPUes2UiFTOIaQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665910258; a=rsa-sha256; cv=none; b=hS08Wo4LC67qPCRSHTJ6Vhwtg0TRhxnqjKNwrvuti8MBG+hwhF1h09b0i/64YyGLQYKE6S JobUqQkA+7baSRhHOeSwnGbZ344aRe5xqJDl29OLOX560p7w8SC5BK9l0TxFXCt1NYXEs7 BYWQGhyoidRBJ1oCpWe+ex++N5KNooOIWdukzjbDj7Ev+beQKZyDOlQ3LzfpQn9nytZ9i7 HSAQmdyYRdh18dQVj2sDGVCXEReYUUQjQrzkbDcSF7zVfJI6/B73wyGPNXxJzlsUMqubM4 ftTfPc+UCkwaES9FTAr2KY4ZFAZjlwXqlvQsEapEUBfHF7lDnm3jS/ECPlmbHQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=D8kabwfn; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 8.30 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=D8kabwfn; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 622A947084 X-Spam-Score: 8.30 X-Migadu-Spam: Yes X-Migadu-Scanner: scn0.migadu.com X-TUID: IVu2aYD45afS * gnu/packages/compression.scm (java-brotli): New variable. --- gnu/packages/compression.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 684979018c..8d47913713 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -58,6 +58,7 @@ (define-module (gnu packages compression) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix build-system ant) #:use-module (guix build-system cmake) #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system gnu) @@ -81,6 +82,7 @@ (define-module (gnu packages compression) #:use-module (gnu packages gnome) #:use-module (gnu packages gnupg) #:use-module (gnu packages gtk) + #:use-module (gnu packages java) #:use-module (gnu packages llvm) #:use-module (gnu packages man) #:use-module (gnu packages maths) @@ -2239,6 +2241,19 @@ (define-public python-brotli (define-public python-google-brotli (deprecated-package "python-google-brotli" python-brotli)) +(define-public java-brotli + (package + (inherit brotli) + (name "java-brotli") + (build-system ant-build-system) + (arguments + `(#:jar-name "java-brotli.jar" + #:source-dir "java" + ;; Tests are mixed in with java sources, the ant build system + ;; doesn't allow that + #:tests? #f)) + (native-inputs (list java-junit)))) + (define-public ucl (package (name "ucl") -- 2.38.0