[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: ao: Update to 1.2.0.
From: |
??? |
Subject: |
08/11: gnu: ao: Update to 1.2.0. |
Date: |
Wed, 03 Feb 2016 10:58:10 +0000 |
iyzsong pushed a commit to branch wip-gstreamer
in repository guix.
commit 82103beedc187c642166b651f214c95c7b01d919
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 24 19:10:04 2016 +0200
gnu: ao: Update to 1.2.0.
* gnu/packages/xiph.scm (ao): Update to 1.2.0.
---
gnu/packages/xiph.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index cca0c14..a602a34 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -152,7 +152,7 @@ stereo encoding, and voice activity detection.")
(define ao
(package
(name "ao")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -160,7 +160,7 @@ stereo encoding, and voice activity detection.")
version ".tar.gz"))
(sha256
(base32
- "1m0v2y6bhr4iwsgdkc7b3y0qgpvpv1ifbxsy8n8ahsvjn6wmppi9"))))
+ "1bwwv1g9lchaq6qmhvj1pp3hnyqr64ydd4j38x94pmprs4d27b83"))))
(build-system gnu-build-system)
;; FIXME: Add further backends, see the summary printed after configure.
;; XXX: Should back-ends be pushed to different outputs? For instance,
- branch wip-gstreamer created (now 1726aa3), ???, 2016/02/03
- 01/11: gnu: gstreamer: Update to 1.6.3., ???, 2016/02/03
- 02/11: gnu: gst-plugins-base: Update to 1.6.3., ???, 2016/02/03
- 03/11: gnu: gst-plugins-good: Update to 1.6.3., ???, 2016/02/03
- 04/11: gnu: gst-plugins-ugly: Update to 1.6.3., ???, 2016/02/03
- 08/11: gnu: ao: Update to 1.2.0.,
??? <=
- 10/11: gnu: libvpx: Use 'modify-phases'., ???, 2016/02/03
- 09/11: gnu: libvpx: Update to 1.5.0., ???, 2016/02/03
- 06/11: gnu: Add gst-plugins-bad., ???, 2016/02/03
- 07/11: gnu: pulseaudio: Update to 8.0., ???, 2016/02/03
- 05/11: gnu: gst-libav: Update to 1.6.3., ???, 2016/02/03
- 11/11: gnu: gst-plugins-base: Use 'modify-phases'., ???, 2016/02/03