guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Revert "gnu: Add opusfile."


From: Paul
Subject: 01/01: Revert "gnu: Add opusfile."
Date: Wed, 21 Oct 2015 19:50:20 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit 845b4f5b7b57ce947f13745c2556e141b434f6a6
Author: Paul van der Walt <address@hidden>
Date:   Wed Oct 21 21:48:52 2015 +0200

    Revert "gnu: Add opusfile."
    
    This reverts commit c3c239e615371c2edd9c34589ea91bdfb8ff94d8.
---
 gnu/packages/xiph.scm |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 31251ca..c4db640 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -4,7 +4,6 @@
 ;;; Copyright © 2013 David Thompson <address@hidden>
 ;;; Copyright © 2014 Sree Harsha Totakura <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
-;;; Copyright © 2015 Paul van der Walt <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,7 +46,6 @@
             libkate
             vorbis-tools
             opus
-            opusfile
             opus-tools))
 
 (define libogg
@@ -343,34 +341,6 @@ decoding .opus files.")
     (license license:bsd-3)
     (home-page "http://www.opus-codec.org";)))
 
-(define opusfile
-  (package
-    (name "opusfile")
-    (version "0.6")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "http://downloads.xiph.org/releases/opus/opusfile-"; version
-                    ".tar.gz"))
-              (sha256
-               (base32
-                "19iys2kld75k0210b807i4illrdmj3cmmnrgxlc9y4vf6mxp2a14"))))
-    (build-system gnu-build-system)
-    (propagated-inputs
-     `(("opus" ,opus)))
-    `(native-inputs
-      ("pkg-config" ,pkg-config))
-    (inputs
-     `(("libogg" ,libogg)
-       ("openssl" ,openssl)))
-    (synopsis "Versatile audio codec")
-    (description
-     "The opusfile library provides seeking, decode, and playback of Opus
-streams in the Ogg container (.opus files) including over http(s) on posix and
-windows systems.")
-    (license license:bsd-3)
-    (home-page "http://www.opus-codec.org";)))
-
 (define-public icecast
   (package
     (name "icecast")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]