aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libav (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-301-1/+1
|
* treewide: name -> pnamevolth2019-08-171-2/+3
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-301-3/+2
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-201-1/+1
|
* treewide: http -> httpsRyan Mulligan2018-07-191-1/+1
|
* misc video players: Clean up crossJohn Ericson2018-05-101-28/+24
|
* Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into ↵John Ericson2018-05-101-4/+9
|\ | | | | | | lib-platform-simplify
| * libav: remove /bin/sh dependenciesxeji2018-03-091-4/+9
| | | | | | | | that resulted in some Hydra build fails
* | treewide: Get rid of `*Platform.arch`John Ericson2018-05-101-1/+1
|/ | | | Use `parsed.cpu.name` or `platform.gcc.arch` instead.
* libav*: maintenance updatesVladimír Čunát2018-02-181-4/+3
| | | | | Also remove myself from meta.maintainers, as I can't really give them too much maintenance.
* treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson2017-11-271-1/+1
| | | | | | | | | Certain tools, e.g. compilers, are customarily prefixed with the name of their target platform so that multiple builds can be used at once without clobbering each other on the PATH. I was using identifiers named `prefix` for this purpose, but that conflicts with the standard use of `prefix` to mean the directory where something is installed. To avoid conflict and confusion, I renamed those to `targetPrefix`.
* libav_11: security 11.10 -> 11.11Vladimír Čunát2017-10-311-1/+2
| | | | Fixes CVE-2017-7862.
* libav_12: maintenance 12.1 -> 12.2Vladimír Čunát2017-10-101-1/+1
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* libav_12: 12 -> 12.1Franz Pletz2017-09-051-2/+2
|
* Update homepage attributes: http -> httpsmimadrid2017-08-031-1/+1
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* libav: maintenance 11.9 -> 11.10Vladimír Čunát2017-07-051-1/+1
|
* libav: Don't use stdenv.crosshsloan2017-06-281-2/+3
|
* cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson2017-06-221-1/+1
| | | | | | | | 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
* libav-11: maintenance 11.8 -> 11.9Vladimír Čunát2017-04-182-24/+2
| | | | The patch doesn't apply anymore and changelog suggests it's not needed.
* Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson2017-03-301-1/+1
| | | | | | The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
* libav_0_8: 0.8.19 -> 0.8.20 for multiple CVEsFranz Pletz2017-01-251-2/+2
| | | | | | | | | Fixes: * CVE-2016-9819 * CVE-2016-9820 * CVE-2016-9821 * CVE-2016-9822
* libav_12: init at 12Franz Pletz2017-01-151-0/+1
|
* libav_0_8: 0.8.17 -> 0.8.19Franz Pletz2017-01-151-1/+1
|
* libav: 11.7 -> 11.8Vladimír Čunát2016-09-101-1/+1
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-291-1/+1
| | | | Make either 'bin' or 'out' the first output.
* libav: fixup build after e9cce6dVladimír Čunát2016-06-221-3/+3
| | | | Fixes #16411. The patch wasn't applied anymore.
* Updating libav from 11.6 to 11.7.Lluís Batlle i Rossell2016-06-181-1/+1
|
* libav: add patches for libvpx 1.5Christian Albrecht2016-05-173-0/+48
| | | | | ffmpeg bug report: https://trac.ffmpeg.org/ticket/4956 ffmepg fix commit: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=6540fe04a3f9a11ba7084a49b3ee5fa2fc5b32ab
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-011-7/+19
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * libav: drop unused version 9.Tobias Geerinckx-Rice2016-03-211-1/+0
| |
| * libav: minor updates 11.4 -> 11.6Vladimír Čunát2016-03-211-1/+1
| | | | | | | | | | The older branches seem unmaintained and better not used - /cc maintainer of keyfinder @nckx.
| * libav: fixup sandboxed builds after parent commitVladimír Čunát2016-03-211-0/+3
| |
| * libav: support Darwin & install docs/manpagesRyan Artecona2016-03-201-4/+14
| |
* | rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-021-1/+1
| |
* | libva: build a lighter version by defaultVladimír Čunát2015-10-281-1/+1
| | | | | | | | | | Mesa, X etc. are not very light dependencies. This will also allow us to break the cycle with mesa.
* | libav: fix with multiple outputs and improve splittingVladimír Čunát2015-10-041-6/+4
| |
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-031-1/+1
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * libav(-11): maintenance update, including securityVladimír Čunát2015-06-021-1/+1
| |
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-181-7/+7
|\| | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * libav*: maintenance updates, including securityVladimír Čunát2015-03-121-3/+3
| |
| * libav*.tools: remove overlapping paths, fixes #6682Vladimír Čunát2015-03-061-1/+1
| |
| * libav-11: maintenance update, including securityVladimír Čunát2015-02-221-1/+1
| | | | | | | | CVE-2014-{8541,8542,8543,8547,8548,8549}
| * libav: replace default 10 branch by the new 11Vladimír Čunát2014-09-131-1/+1
| | | | | | | | | | Upstream claims the upgrade is API-compatible. That is why I decided to drop the 10 branch completely.
| * libav: update all branches, probably with security fixesVladimír Čunát2014-09-131-5/+5
| |
* | Merge branch 'staging' into v/modularVladimír Čunát2014-08-311-1/+1
|\| | | | | | | | | | | | | Conflicts (easy): pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/development/libraries/gtk+/2.x.nix
| * libav: maintenance+security updateVladimír Čunát2014-08-301-1/+1
| | | | | | | | CVE-2013-{0848,3672,3674,7020} and CVE-2014-{2098,2263}
* | various packages fixedVladimír Čunát2014-08-301-5/+5
|/
* libav_9: maintenance update, including CVE fixesVladimír Čunát2014-08-101-1/+1
| | | | Updated libav_0_8 would fail to build.