GNU bug report logs - #33354
[PATCH] gnu: Add libfdk 'FDK AAC' library.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Mon, 12 Nov 2018 17:23:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33354 in the body.
You can then email your comments to 33354 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33354; Package guix-patches. (Mon, 12 Nov 2018 17:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 12 Nov 2018 17:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add libfdk 'FDK AAC' library.
Date: Mon, 12 Nov 2018 12:22:09 -0500
* gnu/packages/video.scm (libfdk): New variable.
---
 gnu/packages/video.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 94c5cf3a6..041cd5932 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3076,3 +3076,37 @@ as surfing, skiing, riding and walking while shooting videos are especially
 prone to erratic camera shakes.  Vidstab targets these video contents to help
 create smoother and stable videos.")
     (license license:gpl2+)))
+
+(define-public libfdk
+  (let ((commit "2326faaf8f2cdf2c3a9108ccdaf1d7551aec543e")
+        (revision "0"))
+    (package
+      (name "libfdk")
+      ;; The latest upstream revision, with many bug fixes.
+      (version (git-version "0.1.6" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/mstorsjo/fdk-aac")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32
+            "0yy6ndd9d61bwl283vl1r5kva2a4acc0f4r9g0sza156f2abr9ws"))))
+      (build-system gnu-build-system)
+      (native-inputs
+       `(("autoconf" ,autoconf)
+         ("automake" ,automake)
+         ("libtool" ,libtool)))
+      (home-page "https://github.com/mstorsjo/fdk-aac")
+      (synopsis "Fraunhofer FDK AAC library")
+      (description "FDK is a library for encoding and decoding Advanced Audio
+Coding (AAC) format audio, developed by Fraunhofer IIS, and included as part of
+Android.  It supports several Audio Object Types including MPEG-2 and MPEG-4 AAC
+LC, HE-AAC (AAC LC + SBR), HE-AACv2 (LC + SBR + PS) as well AAC-LD (low delay)
+and AAC-ELD (enhanced low delay) for real-time communication.  The encoding
+library supports sample rates up to 96 kHz and up to eight channels (7.1
+surround).")
+      (license (license:fsf-free "https://github.com/mstorsjo/fdk-aac/blob/master/NOTICE"
+                                 "https://www.gnu.org/licenses/license-list.html#fdk")))))
-- 
2.19.1





Information forwarded to guix-patches <at> gnu.org:
bug#33354; Package guix-patches. (Fri, 16 Nov 2018 22:06:02 GMT) Full text and rfc822 format available.

Message #8 received at 33354 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Leo Famulari <leo <at> famulari.name>
Cc: 33354 <at> debbugs.gnu.org
Subject: Re: [bug#33354] [PATCH] gnu: Add libfdk 'FDK AAC' library.
Date: Fri, 16 Nov 2018 23:05:14 +0100
Hello,

Leo Famulari <leo <at> famulari.name> skribis:

> * gnu/packages/video.scm (libfdk): New variable.

LGTM, thanks!

Ludo’.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 18 Nov 2018 23:44:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Sun, 18 Nov 2018 23:44:01 GMT) Full text and rfc822 format available.

Message #13 received at 33354-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 33354-done <at> debbugs.gnu.org
Subject: Re: [bug#33354] [PATCH] gnu: Add libfdk 'FDK AAC' library.
Date: Sun, 18 Nov 2018 18:42:56 -0500
[Message part 1 (text/plain, inline)]
On Fri, Nov 16, 2018 at 11:05:14PM +0100, Ludovic Courtès wrote:
> Hello,
> 
> Leo Famulari <leo <at> famulari.name> skribis:
> 
> > * gnu/packages/video.scm (libfdk): New variable.
> 
> LGTM, thanks!

Pushed as 5c40a69f7123f8f6ec4f1792bea73bb345a445b0, thanks for the
review!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Dec 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 125 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.