~ruther/guix-local

e423fbd7d47366b909acb9a8584f6925d7dfbb4a — Sixten Thames 7 months ago f756575
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 <sughosha@disroot.org>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +5 -5
@@ 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.")