summary refs log tree commit diff
path: root/pkgs/development/libraries/libvpx
Commit message (Collapse)AuthorAge
* treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen2019-08-31
| | | | | | | | | | | | | | * freetype: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes freetype not being overridable to have static libs. * treewide: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes these packages not being overridable to have static libs.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libvpx-git: removeMatthew Bauer2018-11-21
| | | | Older than the stable version.
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\
| * [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* Merge pull request #40294 from obsidiansystems/no-crossAttrsJohn Ericson2018-05-10
|\ | | | | misc packages: Fewer crossAttrs
| * libvpx: Get rid of crossAttrsJohn Ericson2018-05-10
| | | | | | | | Only breaks native hashes because configurePlatforms
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * Merge pull request #37668 from ryantm/auto-update/libvpxJörg Thalheim2018-04-21
| |\ | | | | | | libvpx: 1.6.1 -> 1.7.0
| | * libvpx: 1.6.1 -> 1.7.0Ryan Mulligan2018-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS /tmp/tmp.Z8QazLD8jI /home/ryantm/.cache/nixpkgs /home/ryantm/.cache/nixpkgs - ran `/nix/store/q26np2w8fjj2cjsgkhklbywd4vvykq67-libvpx-1.7.0-bin/bin/vpxdec --help` got 0 exit code - ran `/nix/store/q26np2w8fjj2cjsgkhklbywd4vvykq67-libvpx-1.7.0-bin/bin/vpxdec --help` and found version 1.7.0 - ran `/nix/store/q26np2w8fjj2cjsgkhklbywd4vvykq67-libvpx-1.7.0-bin/bin/vpxenc --help` got 0 exit code - ran `/nix/store/q26np2w8fjj2cjsgkhklbywd4vvykq67-libvpx-1.7.0-bin/bin/vpxenc --help` and found version 1.7.0 - found 1.7.0 with grep in /nix/store/q26np2w8fjj2cjsgkhklbywd4vvykq67-libvpx-1.7.0-bin - directory tree listing: https://gist.github.com/feae181f96e3cbf1235f1f3b9503500c
* | | treewide: isArm -> isAarch32John Ericson2018-04-25
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following legacy packing conventions, `isArm` was defined just for 32-bit ARM instruction set. This is confusing to non packagers though, because Aarch64 is an ARM instruction set. The official ARM overview for ARMv8[1] is surprisingly not confusing, given the overall state of affairs for ARM naming conventions, and offers us a solution. It divides the nomenclature into three levels: ``` ISA: ARMv8 {-A, -R, -M} / \ Mode: Aarch32 Aarch64 | / \ Encoding: A64 A32 T32 ``` At the top is the overall v8 instruction set archicture. Second are the two modes, defined by bitwidth but differing in other semantics too, and buttom are the encodings, (hopefully?) isomorphic if they encode the same mode. The 32 bit encodings are mostly backwards compatible with previous non-Thumb and Thumb encodings, and if so we can pun the mode names to instead mean "sets of compatable or isomorphic encodings", and then voilà we have nice names for 32-bit and 64-bit arm instruction sets which do not use the word ARM so as to not confused either laymen or experienced ARM packages. [1]: https://developer.arm.com/products/architecture/a-profile
* / treewide: use more HTTPS URLsRyan Mulligan2018-03-24
|/ | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* libvpx: Don't use stdenv.crossJohn Ericson2017-06-28
|
* cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson2017-06-22
| | | | | | | | Packages get --host and --target by default, but can explicitly request any subset to be passed as needed. See docs for more info. rustc: Avoid hash breakage by using the old (ignored) dontSetConfigureCross when not cross building
* libvpx: 1.5.0 -> 1.6.1Tuomas Tynkkynen2017-02-10
| | | | | The 'use-x86inc' option has simply disappeared from the upstream build file.
* libvpx: Remove unneeded assertTuomas Tynkkynen2017-01-29
| | | | It fails on aarch64.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* libvpx: 1.4.0 -> 1.5.0taku02016-05-17
| | | | Closes #15136.
* rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-02
|
* libvpx: split into multiple outputsVladimír Čunát2015-10-13
| | | | Rather an easy one, it seems.
* refactor & 1.3.0 -> 1.4.0codyopel2015-04-04
|
* libvpx-git: bump commit & disable high bitdepth builds on i686codyopel2015-02-12
|
* libvpx: refactor & add git (close #6213)codyopel2015-02-10
|
* libvpx on darwin: attempt to fix buildVladimír Čunát2014-05-30
| | | | CC @lovek323.
* libvpx: Don't install static libraryEelco Dolstra2014-01-20
|
* Updating libvpx to 1.3.0, and making ffmpeg include vpxLluís Batlle i Rossell2014-01-20
| | | | | I don't think there is any reason not to have vpx there. It's part of webm.
* Fix tarballShea Levy2013-07-13
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* libvpx: fix build on darwinJason \"Don\" O'Conal2013-07-12
| | | | | * remove --enable-shared configure flag * replace '-arch x86_64' with 'march=x86-64'
* libvpx: updateVladimír Čunát2013-06-11
| | | | | Also set the shared-vpx for firefox, just to be sure. Firefox, Chromium, and other seem to work fine.
* libvpx: updating to 1.1.0Lluís Batlle i Rossell2012-09-29
|
* Updating ffmpeg/x264/vpxLluís Batlle i Rossell2012-01-30
| | | | svn path=/nixpkgs/trunk/; revision=31937
* Updating ffmpeg and libvpx.Lluís Batlle i Rossell2011-04-23
| | | | svn path=/nixpkgs/trunk/; revision=26938
* Make mplayer build on the loongson2fLluís Batlle i Rossell2010-09-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23578
* New VLC, ffmpeg, x264 and libvpx all-in-one-rebuild. VP8 support.Lluís Batlle i Rossell2010-06-24
| | | | svn path=/nixpkgs/trunk/; revision=22410
* Adding libvpx (the codec VP8). Still no package uses it.Lluís Batlle i Rossell2010-05-24
svn path=/nixpkgs/trunk/; revision=21958