all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Add OggVorbis support to moc
@ 2017-04-03 19:33 Mark Meyer
  2017-04-04 13:28 ` Tobias Geerinckx-Rice
  2017-04-04 14:08 ` Kei Kebreau
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Meyer @ 2017-04-03 19:33 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

Hi list,
please consider the attached patch, it adds OggVorbis support to moc.

Cheers, Mark


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: moc-ogg --]
[-- Type: text/x-patch, Size: 818 bytes --]

From 9517f2beea0ab4199ad5d558bfcab82a5df713bd Mon Sep 17 00:00:00 2001
From: Mark Meyer <mark@ofosos.org>
Date: Mon, 3 Apr 2017 21:29:25 +0200
Subject: [PATCH] 2017-04-03 Mark Meyer <mark@ofosos.org>

* gnu/packages/music.scm (moc): Add OggVorbis support.
---
 gnu/packages/music.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2f70945c6..8f3c96865 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2236,6 +2236,8 @@ with a number of bugfixes and changes to improve IT playback.")
        ("libmodplug" ,libmodplug)
        ("libmpcdec" ,libmpcdec)
        ("libmad" ,libmad)
+       ("libogg" ,libogg)
+       ("libvorbis" ,libvorbis)
        ("ncurses" ,ncurses)
        ("openssl" ,openssl)
        ("sasl" ,cyrus-sasl)
-- 
2.12.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-04 15:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-03 19:33 Add OggVorbis support to moc Mark Meyer
2017-04-04 13:28 ` Tobias Geerinckx-Rice
2017-04-04 14:08 ` Kei Kebreau
2017-04-04 14:12   ` Kei Kebreau
2017-04-04 15:36   ` Mark Meyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.