summaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
Commit message (Collapse)AuthorAge
* gnu: ao: Update source URI.Marius Bakke2020-07-25
| | | | * gnu/packages/xiph.scm (ao)[source](uri): Adjust to current.
* gnu: opusfile: Do not build static libraries.Marius Bakke2020-06-27
| | | | * gnu/packages/xiph.scm (opusfile)[arguments]: New field.
* gnu: opusfile: Update to 0.12.Marius Bakke2020-06-27
| | | | * gnu/packages/xiph.scm (opusfile): Update to 0.12.
* gnu: libogg: Fix grammar of "allows to manipulate" to "manipulates".Vagrant Cascadian2020-04-12
| | | | * gnu/packages/xiph (libogg): Fix grammar.
* gnu: libkate: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/xiph.scm (libkate)[inputs]: Move bison from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* Merge branch 'staging'Marius Bakke2020-01-07
|\
| * gnu: speexdsp: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | * gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in #:configure-flags.
| * gnu: libtheora: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/xiph.scm (libtheora)[arguments]: New field.
| * gnu: libvorbis: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | * gnu/packages/xiph.scm (libvorbis)[arguments]: Add "--disable-static" to #:configure-flags.
| * gnu: libogg: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/xiph.scm (libogg)[arguments]: New field.
| * gnu: opus: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/xiph.scm (opus)[arguments]: New field.
* | gnu: libshout: Update to 2.4.3.Tobias Geerinckx-Rice2020-01-04
|/ | | | * gnu/packages/xiph.scm (libshout): Update to 2.4.3.
* gnu: speex: Do not build static libraries.Marius Bakke2019-12-11
| | | | * gnu/packages/xiph.scm (speex)[arguments]: New field.
* Merge branch 'master' into stagingMarius Bakke2019-10-13
|\
| * gnu: ao: Update to 1.2.2-5-g20dc8ed [fixes CVE-2017-11548].Marius Bakke2019-10-13
| | | | | | | | | | | | * gnu/packages/xiph.scm (ao): Update to 1.2.2-5-g20dc8ed. [source]: Switch to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
| * gnu: ao: Specify CPE name.Marius Bakke2019-10-13
| | | | | | | | * gnu/packages/xiph.scm (ao)[properties]: New field.
* | gnu: libogg: Update to 1.3.4.Marius Bakke2019-10-08
|/ | | | * gnu/packages/xiph.scm (libogg): Update to 1.3.4.
* gnu: flac: Update to 1.3.3.Marius Bakke2019-08-04
| | | | | | | * gnu/packages/xiph.scm (flac): Update to 1.3.3. [source](patches): Remove. * gnu/packages/patches/flac-CVE-2017-6888.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: speexdsp: Update to 1.2.0.Marius Bakke2019-06-14
| | | | * gnu/packages/xiph.scm (speexdsp): Update to 1.2.0.
* Merge branch 'master' into stagingMarius Bakke2019-05-24
|\
| * gnu: libshout: Update to 2.4.2.Tobias Geerinckx-Rice2019-05-11
| | | | | | | | * gnu/packages/xiph.scm (libshout): Update to 2.4.2.
| * gnu: libshout: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-05-11
| | | | | | | | * gnu/packages/xiph.scm (libshout)[source]: Hard-code NAME.
* | gnu: opus: Update to 1.3.1.Marius Bakke2019-05-04
|/ | | | * gnu/packages/xiph.scm (opus): Update to 1.3.1.
* gnu: flac: Incorporate graft.Efraim Flashner2019-04-04
| | | | | | * gnu/packages/xiph.scm (flac)[replacement]: Remove field. [source]: Add patch. (flac/fixed): Remove variable.
* gnu: flac: Fix CVE-2017-6888.Efraim Flashner2019-04-04
| | | | | | | * gnu/packages/xiph.scm (flac)[replacement]: New field. (flac/fixed): New variable. * gnu/packages/patches/flac-CVE-2017-6888.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: icecast: Update to 2.4.4 [fixes CVE-2018-18820].Leo Famulari2018-11-01
| | | | * gnu/packages/xiph.scm (icecast): Update to 2.4.4.
* gnu: Xiph: Use HTTPS URLs.Leo Famulari2018-10-23
| | | | | | | * gnu/packages/xiph.scm (libogg, libvorbis, libtheora, speex, speexdsp, ao, flac, libkate, vorbis-tools, opus-tools opusfile, icecast, libshout)[source]: Use HTTPS URLs. (icecast)[home-page]: Use HTTPS URL.
* gnu: Opus: Update to 1.3.Leo Famulari2018-10-23
| | | | * gnu/packages/xiph.scm (opus): Update to 1.3.
* gnu: opus-tools: Update to 0.2.Leo Famulari2018-10-23
| | | | | | * gnu/packages/xiph.scm (opus-tools): Update to 0.2. [native-inputs]: Add pkg-config. [inputs]: Add libopusenc and opusfile. Remove libogg and opus.
* gnu: opusfile: Propagate dependencies required in pkg-config.Leo Famulari2018-10-23
| | | | | * gnu/packages/xiph.scm (opusfile)[inputs]: Move libogg and openssl to propagated-inputs.
* gnu: Add libopusenc.Leo Famulari2018-10-23
| | | | * gnu/packages/xiph.scm (libopusenc): New variable.
* gnu: opusfile: Update to 0.11.Tobias Geerinckx-Rice2018-09-20
| | | | * gnu/packages/xiph.scm (opusfile): Update to 0.11.
* Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\
| * Merge branch 'master' into stagingMarius Bakke2018-03-18
| |\
| * | gnu: libogg: Update to 1.3.3.Marius Bakke2018-03-12
| | | | | | | | | | | | * gnu/packages/xiph.scm (libogg): Update to 1.3.3.
* | | gnu: libvorbis: Ungraft.Mark H Weaver2018-03-17
| |/ |/| | | | | | | | | | | * gnu/packages/xiph.scm (libvorbis): Update to 1.3.6. [replacement]: Remove field. [source]: Remove patches. (libvorbis-1.3.6): Remove variable.
* | gnu: libvorbis: Replace with 1.3.6 [fixes CVE-2018-5146].Marius Bakke2018-03-16
|/ | | | | * gnu/packages/xiph.scm (libvorbis)[replacement]: New field. (libvorbis-1.3.6): New public variable.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-16
|\
| * gnu: opusfile: Update to 0.10.Tobias Geerinckx-Rice2018-02-16
| | | | | | | | * gnu/packages/xiph.scm (opusfile): Update to 0.10.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-19
|\|
| * gnu: opusfile: Update to 0.9.Tobias Geerinckx-Rice2018-01-15
| | | | | | | | * gnu/packages/xiph.scm (opusfile): Update to 0.9.
| * gnu: xiph: Use HTTPS for home pages where possible.Tobias Geerinckx-Rice2018-01-15
| | | | | | | | | | * gnu/packages/xiph.org (libogg, libvorbis, libtheora, ao, flac) (vorbis-tools, opusfile, icecast)[home-page]: Use HTTPS.
* | gnu: libvorbis: Integrate grafted patches.Leo Famulari2018-01-11
|/ | | | | | * gnu/packages/xiph.scm (libvorbis)[replacement]: Remove field. [source]: Add patches from libvorbis/fixed. (libvorbis/fixed): Remove variable.
* gnu: libvorbis: Fix CVE-2017-{14632,14633}.Leo Famulari2018-01-11
| | | | | | | | * gnu/packages/patches/libvorbis-CVE-2017-14632.patch, gnu/packages/patches/libvorbis-CVE-2017-14633.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xiph.scm (libvorbis)[replacement]: New field. (libvorbis/fixed): New variable.
* gnu: speexdsp: Fix building on aarch64-linux.Efraim Flashner2017-10-20
| | | | | * gnu/packages/xiph.scm (speexdsp)[arguments]: On aarch64-linux, disable neon optimisations.
* gnu: speex: Build and install 'speexdec' and 'speexenc'.宋文武2017-10-19
| | | | | | | * gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'. [inputs]: Add 'speexdsp'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: opus: Update to 1.2.1.Leo Famulari2017-07-24
| | | | | * gnu/packages/xiph.scm (opus): Update to 1.2.1. [source]: Use new source URL.
* gnu: opus-tools: Update to 0.1.10.Leo Famulari2017-06-21
| | | | | * gnu/packages/xiph.scm (opus-tools): Update to 0.1.10. [home-page]: Use HTTPS URL.
* gnu: opus: Update to 1.2.Leo Famulari2017-06-21
| | | | | * gnu/packages/xiph.scm (opus): Update to 1.2. [home-page]: Use HTTPS URL.
* gnu: Add speexdsp.Marius Bakke2017-03-26
| | | | * gnu/packages/xiph.scm (speexdsp): New variable. Export it.