From debbugs-submit-bounces@debbugs.gnu.org Wed May 19 06:45:31 2021 Received: (at submit) by debbugs.gnu.org; 19 May 2021 10:45:31 +0000 Received: from localhost ([127.0.0.1]:58190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljJhe-0000tp-If for submit@debbugs.gnu.org; Wed, 19 May 2021 06:45:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:47706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljJhc-0000th-4Z for submit@debbugs.gnu.org; Wed, 19 May 2021 06:45:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60420) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljJhR-00069M-93 for guix-patches@gnu.org; Wed, 19 May 2021 06:45:22 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43986) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1ljJhN-0000NB-KJ for guix-patches@gnu.org; Wed, 19 May 2021 06:45:12 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4FlTz21gg8zQjmS for ; Wed, 19 May 2021 12:45:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1621421100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=shfyTZjr9EN2p1WI1fJYvVhTpepoK2QE1LzgR4BXJHo=; b=kasrAPyeZzlrGM/n8JG7kpRikRP5h7ofNXmSgGUYeiDMzkUf3Dvwof366LCPz26JdYLqi4 HG6UhqVJYiPpHkugORhYSr+h7UzW2vEACZlMPmzeWCPQMv+CPUD4GK1bbRnJTRkj4Sbpqk Ac6YxG+qWp5iNqr54Bf+FngHoDVu8ygY4YUv4d9eQizVY/H2DKJgJsFTT+VTt+80DhKX8+ UmDGJviQ/xr1f/ZIg5D4fY8Iit8lML6qAV24TZONRzs1SN98a39Vo8o1wBWtSMucveXjvR TwCrcYMmhfeGlU8C77yZb/Qy1ePe9sT8FhteygUUSlFSwEMAU5tFD/fJmrQjMg== Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter04.heinlein-hosting.de (spamfilter04.heinlein-hosting.de [80.241.56.122]) (amavisd-new, port 10030) with ESMTP id sKSiHmVucbml for ; Wed, 19 May 2021 12:44:58 +0200 (CEST) From: Brendan Tildesley To: guix-patches@gnu.org Subject: [PATCH] gnu: Use define-public in (gnu packages xiph). Date: Wed, 19 May 2021 20:44:12 +1000 Message-Id: <20210519104412.3583-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MBO-SPAM-Probability: X-Rspamd-Score: -5.30 / 15.00 / 15.00 X-Rspamd-Queue-Id: 0907E1816 X-Rspamd-UID: de25a3 Received-SPF: pass client-ip=80.241.56.151; envelope-from=mail@brendan.scot; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) * gnu/pakages/xiph.scm: Replace all manual package #:exports with define-public. --- gnu/packages/xiph.scm | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 8ed0e518a7..fbbcbd6e61 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2021 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -44,21 +45,9 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) - #:use-module (guix build-system gnu) - #:export (libogg - libvorbis - libtheora - speex - speexdsp - ao - flac - libkate - vorbis-tools - opus - opusfile - opus-tools)) + #:use-module (guix build-system gnu)) -(define libogg +(define-public libogg (package (name "libogg") (version "1.3.4") @@ -83,7 +72,7 @@ periodic timestamps for seeking.") "See COPYING in the distribution.")) (home-page "https://xiph.org/ogg/"))) -(define libvorbis +(define-public libvorbis (package (name "libvorbis") (version "1.3.7") @@ -110,7 +99,7 @@ polyphonic) audio and music at fixed and variable bitrates from 16 to "See COPYING in the distribution.")) (home-page "https://xiph.org/vorbis/"))) -(define libtheora +(define-public libtheora (package (name "libtheora") (version "1.1.1") @@ -136,7 +125,7 @@ compressed video format.") (license license:bsd-3) (home-page "https://xiph.org/theora/"))) -(define speex +(define-public speex (package (name "speex") (version "1.2.0") @@ -167,7 +156,7 @@ stereo encoding, and voice activity detection.") (license (license:non-copyleft "file://COPYING" "See COPYING in the distribution.")))) -(define speexdsp +(define-public speexdsp (package (name "speexdsp") (version "1.2.0") @@ -193,7 +182,7 @@ work from the @code{speex} codec.") (license (license:non-copyleft "file://COPYING" "See COPYING in the distribution.")))) -(define ao +(define-public ao (package (name "ao") ;; We need a few commits on top of 1.2.2 to fix CVE-2017-11548. @@ -249,7 +238,7 @@ It currently supports: (properties '((cpe-name . "libao"))) (home-page "https://www.xiph.org/ao/"))) -(define flac +(define-public flac (package (name "flac") (version "1.3.3") @@ -273,7 +262,7 @@ meaning that audio is compressed in FLAC without any loss in quality.") "See COPYING in the distribution.")) ; and LGPL and GPL (home-page "https://xiph.org/flac/"))) -(define libkate +(define-public libkate (package (name "libkate") (version "0.4.1") @@ -309,7 +298,7 @@ Kate stream.") (license license:bsd-3) (home-page "https://wiki.xiph.org/OggKate"))) -(define vorbis-tools +(define-public vorbis-tools (package (name "vorbis-tools") (version "1.4.2") @@ -343,7 +332,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about (license license:gpl2) (home-page "https://xiph.org/vorbis/"))) -(define opus +(define-public opus (package (name "opus") (version "1.3.1") @@ -367,7 +356,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") (license license:bsd-3) (home-page "https://www.opus-codec.org"))) -(define opus-tools +(define-public opus-tools (package (name "opus-tools") (version "0.2") @@ -403,7 +392,7 @@ decoding .opus files.") (license license:bsd-3) (home-page "https://www.opus-codec.org"))) -(define opusfile +(define-public opusfile (package (name "opusfile") (version "0.12") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 04 09:03:30 2021 Received: (at 48517-done) by debbugs.gnu.org; 4 Jun 2021 13:03:30 +0000 Received: from localhost ([127.0.0.1]:45795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp9U2-0001BC-9O for submit@debbugs.gnu.org; Fri, 04 Jun 2021 09:03:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp9Tw-0001Aq-Qc for 48517-done@debbugs.gnu.org; Fri, 04 Jun 2021 09:03:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34182) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lp9Tq-00027e-Of; Fri, 04 Jun 2021 09:03:18 -0400 Received: from [2a01:e0a:19b:d9a0:f2f7:a404:c3d3:f8b4] (port=51436 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lp9Tq-0003h0-Fs; Fri, 04 Jun 2021 09:03:18 -0400 From: Mathieu Othacehe To: Brendan Tildesley Subject: Re: bug#48517: [PATCH] gnu: Use define-public in (gnu packages xiph). References: <20210519104412.3583-1-mail@brendan.scot> Date: Fri, 04 Jun 2021 15:03:17 +0200 In-Reply-To: <20210519104412.3583-1-mail@brendan.scot> (Brendan Tildesley's message of "Wed, 19 May 2021 20:44:12 +1000") Message-ID: <8735txeq96.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48517-done Cc: 48517-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/pakages/xiph.scm: Replace all manual package #:exports with > define-public. Pushed as 11caf074a26c856e8f2c2e483e2d275d48697b08. Thanks, Mathieu From unknown Sun Aug 17 00:56:54 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, 03 Jul 2021 11:24:05 +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