[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/277: gnu: Add faac.
From: |
guix-commits |
Subject: |
59/277: gnu: Add faac. |
Date: |
Thu, 6 Aug 2020 17:02:49 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit ec888671c92448c67a0f3f6a743627c2e5f36b36
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Jul 1 06:06:41 2020 -0400
gnu: Add faac.
* gnu/packages/audio.scm (faac): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/audio.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 705475b..8915e4d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -127,6 +127,34 @@
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))
+(define-public faac
+ (package
+ (name "faac")
+ (version "1.30")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://sourceforge.net/projects/faac/files/faac-src/";
+ "faac-1.30/faac-1_30.tar.gz/download"))
+ (sha256
+ (base32 "1lmj0dib3mjp84jhxc5ddvydkzzhb0gfrdh3ikcidjlcb378ghxd"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Freeware Advanced Audio Coder")
+ (description "FAAC is an MPEG-4 and MPEG-2 AAC encoder.")
+ (home-page "https://www.audiocoding.com/faac.html";)
+ (license
+ (list
+ ;; ISO MPEG-4 reference code.
+ license:gpl2+
+ ;; Others.
+ license:lgpl2.0+))))
+
(define-public libtimidity
(package
(name "libtimidity")
- 41/277: gnu: glib-with-documentation: Update package definition., (continued)
- 41/277: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/08/06
- 43/277: gnu: gobject-introspection: Update package definition., guix-commits, 2020/08/06
- 44/277: gnu: gstreamer: Update package definition., guix-commits, 2020/08/06
- 47/277: gnu: gst-plugins-base: Update package definition., guix-commits, 2020/08/06
- 54/277: gnu: Add libmpeg3., guix-commits, 2020/08/06
- 40/277: gnu: glib: Update package definition., guix-commits, 2020/08/06
- 50/277: gnu: Add nng., guix-commits, 2020/08/06
- 56/277: gnu: Add flux., guix-commits, 2020/08/06
- 58/277: gnu: Add directfb., guix-commits, 2020/08/06
- 55/277: gnu: Add tslib., guix-commits, 2020/08/06
- 59/277: gnu: Add faac.,
guix-commits <=
- 62/277: gnu: Add libvideogfx., guix-commits, 2020/08/06
- 64/277: gnu: Add libmms., guix-commits, 2020/08/06
- 65/277: gnu: Add schroedinger., guix-commits, 2020/08/06
- 69/277: gnu: Add libopenmpt., guix-commits, 2020/08/06
- 71/277: gnu: Add lksctp-tools., guix-commits, 2020/08/06
- 73/277: gnu: Add mediasdk., guix-commits, 2020/08/06
- 38/277: gnu: Add esound., guix-commits, 2020/08/06
- 63/277: gnu: Add libde265., guix-commits, 2020/08/06
- 66/277: gnu: Add libquicktime., guix-commits, 2020/08/06
- 67/277: gnu: Add mjpegtools., guix-commits, 2020/08/06