From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Kebreau Subject: Re: Add OggVorbis support to moc Date: Tue, 04 Apr 2017 10:12:40 -0400 Message-ID: <8760ik45yf.fsf@openmailbox.org> References: <87a87xz3ov.fsf@ofosos.org> <87a87w4653.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvPCc-0003vy-Oc for guix-devel@gnu.org; Tue, 04 Apr 2017 10:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvPCZ-0004o0-KI for guix-devel@gnu.org; Tue, 04 Apr 2017 10:12:58 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:35696 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvPCZ-0004ni-C4 for guix-devel@gnu.org; Tue, 04 Apr 2017 10:12:55 -0400 In-Reply-To: <87a87w4653.fsf@openmailbox.org> (Kei Kebreau's message of "Tue, 04 Apr 2017 10:08:40 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark Meyer Cc: guix-devel --=-=-= Content-Type: text/plain Kei Kebreau writes: > Mark Meyer writes: > >> Hi list, >> please consider the attached patch, it adds OggVorbis support to moc. >> >> Cheers, Mark >> >> From 9517f2beea0ab4199ad5d558bfcab82a5df713bd Mon Sep 17 00:00:00 2001 >> From: Mark Meyer >> Date: Mon, 3 Apr 2017 21:29:25 +0200 >> Subject: [PATCH] 2017-04-03 Mark Meyer >> >> * 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) > > It seems that Ogg Vorbis support already works in this package, probably > because of ffmpeg support. Do Ogg Vorbis files not work for you without > this patch? Oh, I see the patch has already been applied. I guess we'll see how this affects things. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljjqdkACgkQ5qXuPBlG eg269BAAkh49l+d7REwQW41lBHbI3rf6p/YBJeE6aMYRFetJ4GN343jWhoQNdZqG 63WDKClx37P9S4Hb/93fYpvVBnQGf/kn62/nb8PyAzSMeRlFTx0IQXBj5pdGWyry +YOCTNUtQrhQUdxtWVSDKLNvynt2FrnzZC/8oVMTyOoBE+SjBduv0pN0JwjCo/Hc Rrm9uQ38CK7nQyeFDalIInUhZTcFVmfAV7hOA3IMJxlJcXLKx7TvoTRP/Ydn+PId hFfVtP6sc0qvUzY3HXzL8UV8+HXNgKYLRfN0vQA87y1CK6imr5NxQMWiWFPEYzBl 3CV9QY/e43IqA/tpvmy/XZwlKr3sRD9DHMHc5OsTIYC9vFa1Rwp7eEO9NtpzEVdI MjM70KubbtZZUi/nNZTL/emdFFzJx7sFpWCMLyAecewUsIL5LXQ5yPgE/m1PYo3M NyVCf4MZmnHWg5J/JzNsk0QjtZ1qEFv48IqCExLSSrfr203o0iM8bx0o6lgaF5PS klpKLMQA7Z9vn2utG2oH0hPpZ6giWzJYoSNH2sJXv5uIlKDqZomJB7G8iMbIzRnY 72zHPAb3LinrIj/8AAwtdnhfmZPU5ZAxgquCgBjwl9MrGZ+bEzu80eHfBvG6sXgK gGamOoF5+1pbXVGMG+3YQBZ77AWBZLDEH9diGh4u4+CvXCtopnw= =amx+ -----END PGP SIGNATURE----- --=-=-=--