From patchwork Sun Oct 9 09:12:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 43239 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B835327BBEA; Sun, 9 Oct 2022 10:14:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2BBB827BBE9 for ; Sun, 9 Oct 2022 10:14:51 +0100 (BST) Received: from localhost ([::1]:52230 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohSOY-00082p-A4 for patchwork@mira.cbaines.net; Sun, 09 Oct 2022 05:14:50 -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 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches 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")