summary refs log tree commit diff
path: root/pkgs/development/libraries/libav
Commit message (Collapse)AuthorAge
* treewide: optional -> optionals where the argument is a listArtturin2022-10-10
| | | | the argument to optional should not be list
* treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob2021-02-20
|
* libav: mark as insecureRobert Schütz2021-02-02
|
* libav: libvpx >= 1.8 drops some formatsTyson Whitehead2021-01-29
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* treewide: name -> pnamevolth2019-08-17
|
* 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.
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|
* treewide: http -> httpsRyan Mulligan2018-07-19
|
* misc video players: Clean up crossJohn Ericson2018-05-10
|
* Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into ↵John Ericson2018-05-10
|\ | | | | | | lib-platform-simplify
| * libav: remove /bin/sh dependenciesxeji2018-03-09
| | | | | | | | that resulted in some Hydra build fails
* | treewide: Get rid of `*Platform.arch`John Ericson2018-05-10
|/ | | | Use `parsed.cpu.name` or `platform.gcc.arch` instead.
* libav*: maintenance updatesVladimír Čunát2018-02-18
| | | | | 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-27
| | | | | | | | | 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-31
| | | | Fixes CVE-2017-7862.
* libav_12: maintenance 12.1 -> 12.2Vladimír Čunát2017-10-10
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* libav_12: 12 -> 12.1Franz Pletz2017-09-05
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | 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-05
|
* libav: Don't use stdenv.crosshsloan2017-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
* libav-11: maintenance 11.8 -> 11.9Vladimír Čunát2017-04-18
| | | | 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-30
| | | | | | 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-25
| | | | | | | | | Fixes: * CVE-2016-9819 * CVE-2016-9820 * CVE-2016-9821 * CVE-2016-9822
* libav_12: init at 12Franz Pletz2017-01-15
|
* libav_0_8: 0.8.17 -> 0.8.19Franz Pletz2017-01-15
|
* libav: 11.7 -> 11.8Vladimír Čunát2016-09-10
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* libav: fixup build after e9cce6dVladimír Čunát2016-06-22
| | | | Fixes #16411. The patch wasn't applied anymore.
* Updating libav from 11.6 to 11.7.Lluís Batlle i Rossell2016-06-18
|
* libav: add patches for libvpx 1.5Christian Albrecht2016-05-17
| | | | | 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-01
|\ | | | | | | | | 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-21
| |
| * libav: minor updates 11.4 -> 11.6Vladimír Čunát2016-03-21
| | | | | | | | | | 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-21
| |
| * libav: support Darwin & install docs/manpagesRyan Artecona2016-03-20
| |
* | rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-02
| |
* | libva: build a lighter version by defaultVladimír Čunát2015-10-28
| | | | | | | | | | 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-04
| |
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * libav(-11): maintenance update, including securityVladimír Čunát2015-06-02
| |
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - 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-12
| |
| * libav*.tools: remove overlapping paths, fixes #6682Vladimír Čunát2015-03-06
| |
| * libav-11: maintenance update, including securityVladimír Čunát2015-02-22
| | | | | | | | CVE-2014-{8541,8542,8543,8547,8548,8549}