From e423fbd7d47366b909acb9a8584f6925d7dfbb4a Mon Sep 17 00:00:00 2001 From: Sixten Thames Date: Sun, 26 Oct 2025 00:49:42 +0200 Subject: [PATCH] gnu: libfreeaptx: Updated to 0.2.2. * gnu/packages/audio.scm (libfreeaptx): Update to 0.2.2. [source]: Update uri. [synopsis]: Improve. [home-page]: Update URL. Change-Id: I2e9af490d92037719baedb65d20b9e3e1d2cb5b9 Signed-off-by: Sughosha --- gnu/packages/audio.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 85ac59a9d1e4e58f3cc14b329f4ae942eed91502..8c4dd2dc44fbab12bbdee5725232e03f26102993 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -6357,16 +6357,16 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1 (define-public libfreeaptx (package (name "libfreeaptx") - (version "0.1.1") + (version "0.2.2") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/iamthehorker/libfreeaptx") + (url "https://github.com/regularhunter/libfreeaptx") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1fm5041nd08yzg0m9474g0943lb3x54zmn59b53nhvxan8x22ibq")))) + "0xk247w2l7jd51rbavqnmqk6sqnifhf46k4wwfj572pz7k9cbmly")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;no tests. @@ -6378,8 +6378,8 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1 #:phases #~(modify-phases %standard-phases (delete 'configure)))) - (home-page "https://github.com/iamthehorker/libfreeaptx") - (synopsis "aptX codec library") + (home-page "https://github.com/regularhunter/libfreeaptx") + (synopsis "Free implementation of aptX") (description "libfreeaptx is an implementation of the Audio Processing Technology codecs aptX and aptX HD, mainly intended for use with an A2DP bluetooth profile.")