/nix/

Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
6ca5807dd4'>Merge branch 'master' into core-updates
AgeCommit message (Expand)Author
2017-03-26gnu: Add speexdsp....Marius Bakke
2017-02-21Merge branch 'staging' into core-updates...Marius Bakke
2017-01-24gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381]....Leo Famulari
2017-01-17gnu: flac: Update to 1.3.2....Leo Famulari
2017-01-17gnu: speex: Update to 1.2.0....Leo Famulari
2016-11-21gnu: opusfile: Update to 0.8....Efraim Flashner
2016-11-05gnu: libkate: Update upstream location....Efraim Flashner
2016-07-22gnu: opus: Update to 1.1.3....Leo Famulari
2016-05-30gnu: vorbis-tools: Fix CVE-2014-9638, CVE-2014-9639, CVE-2014-9640....Efraim Flashner
2016-05-12gnu: Update module imports for asciidoc and doxygen....Mark H Weaver
2016-05-01gnu: ao: Replace "itemize" with "enumerate" in description string....John Darrington
2016-05-01gnu: ao: Format the description string....John Darrington
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost
2016-03-22gnu: icecast: Update to 2.4.3 [fixes CVE-2015-3026]....Leo Famulari
2016-03-11gnu: vorbis-tools: Patch buffer overflow [fixes CVE-2015-6749]....Ludovic Courtès
2016-02-03gnu: ao: Update to 1.2.0....Efraim Flashner
2016-01-20gnu: libshout: Update to 2.4.1....Efraim Flashner
2016-01-20gnu: opusfile: Update to 0.7....Efraim Flashner
2016-01-20gnu: opus: Update to 1.1.2....Efraim Flashner
Marius Bakke
2018-11-17gnu: mesa: Stay on RTTI-less LLVM.Marius Bakke
* gnu/packages/llvm.scm (llvm-without-rtti): New public variable. * gnu/packages/gl.scm (mesa)[inputs]: Use that instead of LLVM.
2018-11-17llvm: Build with RTTI by default.Eric Bavier
Increases size of llvm@6 by 2.5MiB (2.5%), but saves building specialized llvm's with rtti enabled for packages that require RTTI when linking with the llvm libraries. * gnu/packages/llvm.scm (llvm-3.8-with-rtti): Remove variable. (llvm)[arguments]: Add '-DLLVM_REQUIRES_RTTI=1' to #:configure-flags. * gnu/packages/audio.scm (faust-2)[native-inputs]: 'llvm-3.8-with-rtti' -> 'llvm-3.8'.
2018-11-14Merge branch 'master' into core-updatesMarius Bakke
2018-11-11gnu: faust-2: Update to 2.5.23.Ricardo Wurmus
* gnu/packages/audio.scm (faust-2): Update to 2.5.23. [native-inputs]: Replace llvm-with-rtti with llvm-3.8-with-rtti. * gnu/packages/llvm.scm (llvm-with-rtti): Rename this variable... (llvm-3.8-with-rtti): ...to this variable; inherit from llvm-3.8.
2018-10-15* gnu: clang-runtime: Fix typo in patch name.Efraim Flashner
This is a follow-up to 0627f93db6a57e7411cb332b7509f35753b149e4. * gnu/packages/patches/libsantitizer-ustat-fix.patch: Rename to gnu/packages/patches/libsanitizer-ustat-fix.patch. * gnu/packages/llvm.scm (clang-runtime@3.7, clang-runtime@3.8, clang-runtime@3.9)[patches]: Fix patch name.
2018-10-15gnu: clang-runtime: Adapt for glibc@2.28.Efraim Flashner
* gnu/packages/llvm.scm (clang-runtime@3.7, clang-runtime@3.8, clang-runtime@3.9)[patches]: Add patch to work around removed ustat.h. * gnu/packages/patches/clang-3.5-libsanitizer-ustat-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2018-09-14gnu: python-llvmlite: Remove obsolete patch.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch that is obsolete since the upgrade to LLVM 6.0.1.
2018-08-29gnu: Add python-llvmlite.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite): New variable.
2018-07-28Revert "Revert "gnu: llvm: Update to 6.0.1.""Marius Bakke
This reverts commit bb8221d41cc7b2dc928d1c9501946d3dc6063c4b.
2018-04-06gnu: llvm, clang: Update to 6.0.0.Marius Bakke
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 6.0.0. (clang-from-llvm)(patches): Set to empty list. [arguments]: Adjust substitutions depending on major version. (llvm-3.8, clang-runtime-3.8, clang-3.8): New public variables. (clang-3.7, clang-3.6, clang-3.5)(patches): Add 'clang-3.5-libc-search-path.patch'. (clang-3.9.1)(patches): Add 'clang-3.8-libc-search-path.patch'. * gnu/packages/patches/clang-6.0-libc-search-path.patch: New file. * gnu/packages/patches/clang-libc-search-path.patch: Rename to ... * gnu/packages/patches/clang-3.5-libc-search-path.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-01-18gnu: clang-runtime: Fix build issues against glibc 2.26.Ludovic Courtès
* gnu/packages/patches/clang-runtime-asan-build-fixes.patch, gnu/packages/patches/clang-runtime-esan-build-fixes.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/llvm.scm (clang-runtime-from-llvm): Add 'patches' parameter and honor it. (clang-runtime): Pass patch list. (clang-runtime-3.9.1, clang-runtime-3.7, clang-runtime-3.6) (clang-runtime-3.5): Likewise.
2017-12-25gnu: check, llvm: Use HTTPS for llvm.org home pages.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS. * gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.