gnu: libfdk: Update to 2.0.1.
* gnu/packages/audio.scm (libfdk): Update to 2.0.1.
parent
4ce61a9080
commit
b8930fd86b
|
@ -3699,38 +3699,35 @@ using ALSA, MPD, PulseAudio, or a FIFO buffer as its input.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public libfdk
|
(define-public libfdk
|
||||||
(let ((commit "2326faaf8f2cdf2c3a9108ccdaf1d7551aec543e")
|
(package
|
||||||
(revision "0"))
|
(name "libfdk")
|
||||||
(package
|
(version "2.0.1")
|
||||||
(name "libfdk")
|
(source
|
||||||
;; The latest upstream revision, with many bug fixes.
|
(origin
|
||||||
(version (git-version "0.1.6" revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/mstorsjo/fdk-aac")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/mstorsjo/fdk-aac")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"1fkrnzs78fmj11n9z3l0w53i2fl16jcfiyavwidck9bzmkmsf486"))))
|
||||||
(sha256
|
(build-system gnu-build-system)
|
||||||
(base32
|
(native-inputs
|
||||||
"0yy6ndd9d61bwl283vl1r5kva2a4acc0f4r9g0sza156f2abr9ws"))))
|
`(("autoconf" ,autoconf)
|
||||||
(build-system gnu-build-system)
|
("automake" ,automake)
|
||||||
(native-inputs
|
("libtool" ,libtool)))
|
||||||
`(("autoconf" ,autoconf)
|
(home-page "https://github.com/mstorsjo/fdk-aac")
|
||||||
("automake" ,automake)
|
(synopsis "Fraunhofer FDK AAC library")
|
||||||
("libtool" ,libtool)))
|
(description "FDK is a library for encoding and decoding Advanced Audio
|
||||||
(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
|
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
|
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)
|
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
|
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
|
library supports sample rates up to 96 kHz and up to eight channels (7.1
|
||||||
surround).")
|
surround).")
|
||||||
(license (license:fsf-free "https://github.com/mstorsjo/fdk-aac/blob/master/NOTICE"
|
(license (license:fsf-free "https://github.com/mstorsjo/fdk-aac/blob/master/NOTICE"
|
||||||
"https://www.gnu.org/licenses/license-list.html#fdk")))))
|
"https://www.gnu.org/licenses/license-list.html#fdk"))))
|
||||||
|
|
||||||
(define-public libopenshot-audio
|
(define-public libopenshot-audio
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue