summaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-19 18:12:34 -0400
committerMark H Weaver <mhw@netris.org>2015-07-19 18:12:34 -0400
commit1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f (patch)
tree4b650999e49a6f4d3dd116fab3f9ee8222247e07 /gnu/packages/xiph.scm
parentaa27987f71cb8afa698ede551e20b1248f160113 (diff)
parent50c7a1e297bff0935674b4f30e854a8889becfdd (diff)
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r--gnu/packages/xiph.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index a1a3f3fbb32..c4db640d0f2 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -318,12 +318,12 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
318 "ftp://ftp.mozilla.org/pub/mozilla.org/opus/opus-tools-" 318 "ftp://ftp.mozilla.org/pub/mozilla.org/opus/opus-tools-"
319 version ".tar.gz")) 319 version ".tar.gz"))
320 (sha256 320 (sha256
321 (base32 321 (base32
322 "0fk4nknvl111k89j5yckmyrh6b2wvgyhrqfncp7rig3zikbkv1xi")))) 322 "0fk4nknvl111k89j5yckmyrh6b2wvgyhrqfncp7rig3zikbkv1xi"))))
323 (build-system gnu-build-system) 323 (build-system gnu-build-system)
324 (arguments 324 (arguments
325 ;; The package developers misuse pkg-config such that it doesn't work 325 ;; The package developers misuse pkg-config such that it doesn't work
326 ;; when cross compiling. Therefore we avoid it completly and set the 326 ;; when cross compiling. Therefore we avoid it completly and set the
327 ;; necessary flags ourselves. 327 ;; necessary flags ourselves.
328 `(#:configure-flags (list (string-append "CFLAGS=-I" 328 `(#:configure-flags (list (string-append "CFLAGS=-I"
329 (assoc-ref %build-inputs "libogg") 329 (assoc-ref %build-inputs "libogg")
@@ -333,11 +333,11 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
333 (inputs `(("libogg" ,libogg) 333 (inputs `(("libogg" ,libogg)
334 ("opus" ,opus) 334 ("opus" ,opus)
335 ("flac" ,flac))) 335 ("flac" ,flac)))
336 (synopsis "Command line utilities to encode, inspect, and decode .opus 336 (synopsis
337files") 337 "Command line utilities to encode, inspect, and decode .opus files")
338 (description "Opus is a royalty-free, highly versatile audio codec. 338 (description "Opus is a royalty-free, highly versatile audio codec.
339Opus-tools provide command line utilities for creating, inspecting and 339Opus-tools provide command line utilities for creating, inspecting and
340decoding .opus files") 340decoding .opus files.")
341 (license license:bsd-3) 341 (license license:bsd-3)
342 (home-page "http://www.opus-codec.org"))) 342 (home-page "http://www.opus-codec.org")))
343 343