all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 33098@debbugs.gnu.org
Subject: [bug#33098] [PATCH 1/4] gnu: Add libopusenc.
Date: Fri, 19 Oct 2018 17:11:53 -0400	[thread overview]
Message-ID: <52cea498c6fe6591468b1482f6dc499307882056.1539983516.git.leo@famulari.name> (raw)
In-Reply-To: <20181019210624.GA7372@jasmine.lan>

* gnu/packages/xiph.scm (libopusenc): New variable.
---
 gnu/packages/xiph.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 7ecfa580e..dc4f9f14d 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -412,6 +412,28 @@ windows systems.")
     (license license:bsd-3)
     (home-page "https://www.opus-codec.org")))
 
+(define-public libopusenc
+  (package
+    (name "libopusenc")
+    (version "0.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://archive.mozilla.org/pub/opus/"
+                                  "libopusenc-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1ffb0vhlymlsq70pxsjj0ksz77yfm2x0a1x8q50kxmnkm1hxp642"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("opus" ,opus)))
+    (synopsis "Library for encoding Opus audio files and streams ")
+    (description "The libopusenc libraries provide a high-level API for
+encoding Opus files and stream.")
+    (home-page "https://www.opus-codec.org/")
+    (license license:bsd-3)))
+
 (define-public icecast
   (package
     (name "icecast")
-- 
2.19.1

  reply	other threads:[~2018-10-19 21:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-19 21:06 [bug#33098] Opus audio updates Leo Famulari
2018-10-19 21:11 ` Leo Famulari [this message]
2018-10-19 21:11   ` [bug#33098] [PATCH 2/4] gnu: opusfile: Propagate dependencies required in pkg-config Leo Famulari
2018-10-19 21:11   ` [bug#33098] [PATCH 3/4] gnu: opus-tools: Update to 0.2 Leo Famulari
2018-10-19 21:11   ` [bug#33098] [PATCH 4/4] gnu: Opus: Update to 1.3 Leo Famulari
2018-10-23  4:19 ` bug#33098: Opus audio updates Leo Famulari
2018-10-23 21:14   ` [bug#33098] " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52cea498c6fe6591468b1482f6dc499307882056.1539983516.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=33098@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.