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 ICAjMwCRQmP99wAAbAwnHQ (envelope-from ) for ; Sun, 09 Oct 2022 11:14:40 +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 QGZUMgCRQmP/uwAAG6o9tA (envelope-from ) for ; Sun, 09 Oct 2022 11:14:40 +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 9CE5F14610 for ; Sun, 9 Oct 2022 11:14:40 +0200 (CEST) Received: from localhost ([::1]:52230 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohSON-00082p-R1 for larch@yhetil.org; Sun, 09 Oct 2022 05:14:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohSNy-00080u-Ft for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42994) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohSNm-0006o6-1R for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohSNl-0004F6-Rc for guix-patches@gnu.org; Sun, 09 Oct 2022 05:14:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54379] [PATCH v4 4/6] gnu: Add libfreeaptx. Resent-From: 'Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 09 Oct 2022 09:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54379 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54379@debbugs.gnu.org Cc: Kevin Boulain , Maxime Devos , Brendan Tildesley Received: via spool by 54379-submit@debbugs.gnu.org id=B54379.166530678316192 (code B ref 54379); Sun, 09 Oct 2022 09:14:01 +0000 Received: (at 54379) by debbugs.gnu.org; 9 Oct 2022 09:13:03 +0000 Received: from localhost ([127.0.0.1]:42064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohSMo-0004Cy-VI for submit@debbugs.gnu.org; Sun, 09 Oct 2022 05:13:03 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:44822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohSMm-0004C5-Bh for 54379@debbugs.gnu.org; Sun, 09 Oct 2022 05:13:01 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (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-202.mailbox.org (Postfix) with ESMTPS id 4MlbtC2SVZz9sTZ; Sun, 9 Oct 2022 11:12:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1665306771; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OyI9Jxr2QZOiGXfBkP8yb+GeAv4CPk7ZrAjkZui9LSs=; b=bpsaRm1VFRsMafyCNjJUO96DYMf286qWpNTOojhoL60AwX7lNeSrH2Sxio9e4Mebd5l0CP iZwxjTG++yLeE2a3Y62TNiyqVnbRLfy7NyNr63veI+9VPlJbxW39TtWA1zv22byj4yvMYP yApCnXAwHnSz/r9NC+eZD+kUBnuz62B1FPPPvjUl5C0MBbNlWKuhf+CrSs2/eUbdlIEqDV I8Xbnc82hKr7OmGO8eWmsrF/NbBOrDQi9CTtfumkGjp8o7OXipDsIpT1jfzV1Xa2bMt9zg J0TcA/gIcuhoTyOcPdi9sqE/1uOGBQnF9ZBTvQhB6uDVEizHUeDCFV7Y34NUZw== From: 'Brendan Tildesley Date: Sun, 9 Oct 2022 20:12:30 +1100 Message-Id: <20221009091232.25885-5-mail@brendan.scot> In-Reply-To: <20221009091232.25885-1-mail@brendan.scot> References: <20221009091232.25885-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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=1665306880; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=OyI9Jxr2QZOiGXfBkP8yb+GeAv4CPk7ZrAjkZui9LSs=; b=NUMQHooKN1VlEF1RzDMr4gF2diYONFWLINtS3T9HxIu7Hy+s9CAQ44xWYoyNbeT5juiQno i+u7psyp5tX+LB3pJOeNXVEy2eE/1WwyN5iMWl/D1AnRKIJakSOmBT5GiuzV4H9+0MiHKq +Qjhpn84NSUfuzyb2ZxuxwUgEUu8K0tfAMgggUCCO03TA+xJPb6RyddnygmTU16uTILQ5U vkjjks7T5Nlpqxfsn9WVoB1a8XkFKNH5VuB6NjAtqyjT+HQzRRcMkhG6/EwmWjERqEy1w+ XTvPwOQz7m9keYp23JCI+cWxLPB6oDobt/b6VPuoDpfDiR/cgR8QJ+EYiwI5QQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665306880; a=rsa-sha256; cv=none; b=FtMFIRuAPjFw4RC3FuH2R+G33N3ECxOlmcR2uqWvaPailjWg0cqE1fSrPAD2Dz6S5XcE91 IpjVSPlZZh04hffCjW8k+qBtXcQ2swqAE9IdaMIwBPYlpZQqIuoNhHPDwuGWfgwn24xdTL nObj2ufzXbSlkaB46qcX8Ni8szwTnE6hsVa3UWRgvHQ1ZP+cam8TCXzlw5K6NmfN/LuzFy OX9k8vT+EFf5WXkbEisSkptRuvv5LpMK5J/YgV7C3PqqDSSeUKs3oOMBIgcs5Zbai/b/O2 aaeU6+6oM0Arj4CSHvVAN/z28HnKy3EmuAREUb+8ZlArjNXqOsOAOq/6hQcbtw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=bpsaRm1V; dmarc=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: 2.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=bpsaRm1V; dmarc=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: 9CE5F14610 X-Spam-Score: 2.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: ERZmMjTO1czu From: Brendan Tildesley * gnu/packages/audio.scm (libfreeaptx): New variable. --- gnu/packages/audio.scm | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index c37532e77b..6f1449f612 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2018, 2019 Marius Bakke ;;; Copyright © 2018, 2021 Thorsten Wilms ;;; Copyright © 2018 Eric Bavier -;;; Copyright © 2018 Brendan Tildesley +;;; Copyright © 2018, 2022 Brendan Tildesley ;;; Copyright © 2019, 2021 Pierre Langlois ;;; Copyright © 2019, 2021 Leo Famulari ;;; Copyright © 2019 Rutger Helling @@ -4821,6 +4821,37 @@ (define-public libfdk (license (license:fsf-free "https://github.com/mstorsjo/fdk-aac/blob/master/NOTICE" "https://www.gnu.org/licenses/license-list.html#fdk")))) +(define-public libfreeaptx + (package + (name "libfreeaptx") + (version "0.1.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/iamthehorker/libfreeaptx") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fm5041nd08yzg0m9474g0943lb3x54zmn59b53nhvxan8x22ibq")))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f ;no tests. + #:make-flags + #~(list + (string-append "PREFIX=" #$output) + (string-append "LDFLAGS=" "-Wl,-rpath=" #$output "/lib") + (string-append "CC=" #$(cc-for-target))) + #:phases + #~(modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://github.com/iamthehorker/libfreeaptx") + (synopsis "aptX codec library") + (description "libfreeaptx is an implementation of the Audio Processing +Technology codecs aptX and aptX HD, mainly intended for use with an A2DP +bluetooth profile.") + (license license:lgpl2.1+))) + (define-public libopenshot-audio (package (name "libopenshot-audio") -- 2.37.2