[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: OpenAL: Update to 1.20.0.
From: |
guix-commits |
Subject: |
06/11: gnu: OpenAL: Update to 1.20.0. |
Date: |
Tue, 10 Dec 2019 19:14:16 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 69290fd0346b1155720d7fbce0bb6321e0ba36e1
Author: Marius Bakke <address@hidden>
Date: Tue Dec 10 21:15:46 2019 +0100
gnu: OpenAL: Update to 1.20.0.
* gnu/packages/audio.scm (openal): Update to 1.20.0.
[arguments]: Adjust for renamed files.
[native-inputs]: Remove.
---
gnu/packages/audio.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7b0c540..27693d0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1966,7 +1966,7 @@ lv2-c++-tools.")
(define-public openal
(package
(name "openal")
- (version "1.19.1")
+ (version "1.20.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1974,7 +1974,7 @@ lv2-c++-tools.")
version ".tar.bz2"))
(sha256
(base32
- "1sdjhkz2gd6lbnwphi1b6aw3br4wv2lik5vnqh6mxfc8a7zqfbsw"))))
+ "03p6s5gap0lvig2fs0a8nib5rxsc24dbqjsydpwvlm5l49wlk2f0"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no check target
@@ -1983,26 +1983,19 @@ lv2-c++-tools.")
(add-after
'unpack 'use-full-library-paths
(lambda* (#:key inputs #:allow-other-keys)
- (substitute* "Alc/backends/pulseaudio.c"
+ (substitute* "alc/backends/pulseaudio.cpp"
(("#define PALIB \"libpulse\\.so\\.0\"")
(string-append "#define PALIB \""
(assoc-ref inputs "pulseaudio")
"/lib/libpulse.so.0"
"\"")))
- (substitute* "Alc/backends/alsa.c"
+ (substitute* "alc/backends/alsa.cpp"
(("LoadLib\\(\"libasound\\.so\\.2\"\\)")
(string-append "LoadLib(\""
(assoc-ref inputs "alsa-lib")
"/lib/libasound.so.2"
"\")")))
#t)))))
- (native-inputs
- `(;; FIXME: On i686-linux, GCC 7 hits an internal compiler error
- ;; upon building utils/makehrtf.c:3281:
- ;; "internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:908"
- ;;
https://ci.guix.gnu.org/log/r2fjx9m75m9rifg2yjbnn853wqy2547n-openal-1.19.1
- ;; Remove this when the default compiler is GCC 9 or later.
- ("gcc" ,gcc-9)))
(inputs
`(("alsa-lib" ,alsa-lib)
("pulseaudio" ,pulseaudio)))
- branch master updated (296ac36 -> 615d8c8), guix-commits, 2019/12/10
- 01/11: gnu: elogind: Update to 241.4., guix-commits, 2019/12/10
- 03/11: gnu: frei0r-plugins: Update to 1.7.0., guix-commits, 2019/12/10
- 02/11: gnu: libsoup: Update to 2.68.3., guix-commits, 2019/12/10
- 04/11: gnu: dav1d: Update to 0.5.2., guix-commits, 2019/12/10
- 05/11: gnu: re2: Update to 2019-12-01., guix-commits, 2019/12/10
- 08/11: gnu: shadow: Update to 4.8., guix-commits, 2019/12/10
- 10/11: gnu: Remove duplicate copyright line., guix-commits, 2019/12/10
- 06/11: gnu: OpenAL: Update to 1.20.0.,
guix-commits <=
- 07/11: gnu: OpenAL: Update home page., guix-commits, 2019/12/10
- 09/11: gnu: strace: Update to 5.4., guix-commits, 2019/12/10
- 11/11: gnu: xf86-video-intel: Update to 2.99.917-15.f66d395., guix-commits, 2019/12/10