about summary refs log tree commit diff
path: root/pkgs/development/libraries/libav
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-2/+2
the argument to optional should not be list
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-02-02libav: mark as insecureRobert Schütz1-0/+4
2021-01-29libav: libvpx >= 1.8 drops some formatsTyson Whitehead2-0/+47
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-1/+1
2019-08-17treewide: name -> pnamevolth1-2/+3
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-3/+2
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+1
2018-07-19treewide: http -> httpsRyan Mulligan1-1/+1
2018-05-10misc video players: Clean up crossJohn Ericson1-28/+24
2018-05-10Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into ↵John Ericson1-4/+9
lib-platform-simplify
2018-05-10treewide: Get rid of `*Platform.arch`John Ericson1-1/+1
Use `parsed.cpu.name` or `platform.gcc.arch` instead.
2018-03-09libav: remove /bin/sh dependenciesxeji1-4/+9
that resulted in some Hydra build fails
2018-02-18libav*: maintenance updatesVladimír Čunát1-4/+3
Also remove myself from meta.maintainers, as I can't really give them too much maintenance.
2017-11-27treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson1-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`.
2017-10-31libav_11: security 11.10 -> 11.11Vladimír Čunát1-1/+2
Fixes CVE-2017-7862.
2017-10-10libav_12: maintenance 12.1 -> 12.2Vladimír Čunát1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-09-05libav_12: 12 -> 12.1Franz Pletz1-2/+2
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-07-05libav: maintenance 11.9 -> 11.10Vladimír Čunát1-1/+1
2017-06-28libav: Don't use stdenv.crosshsloan1-2/+3
2017-06-22cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson1-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
2017-04-18libav-11: maintenance 11.8 -> 11.9Vladimír Čunát2-24/+2
The patch doesn't apply anymore and changelog suggests it's not needed.
2017-03-30Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson1-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.
2017-01-25libav_0_8: 0.8.19 -> 0.8.20 for multiple CVEsFranz Pletz1-2/+2
Fixes: * CVE-2016-9819 * CVE-2016-9820 * CVE-2016-9821 * CVE-2016-9822
2017-01-15libav_12: init at 12Franz Pletz1-0/+1
2017-01-15libav_0_8: 0.8.17 -> 0.8.19Franz Pletz1-1/+1
2016-09-10libav: 11.7 -> 11.8Vladimír Čunát1-1/+1
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-06-22libav: fixup build after e9cce6dVladimír Čunát1-3/+3
Fixes #16411. The patch wasn't applied anymore.
2016-06-18Updating libav from 11.6 to 11.7.Lluís Batlle i Rossell1-1/+1
2016-05-17libav: add patches for libvpx 1.5Christian Albrecht3-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
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát1-7/+19
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-21libav: drop unused version 9.Tobias Geerinckx-Rice1-1/+0
2016-03-21libav: minor updates 11.4 -> 11.6Vladimír Čunát1-1/+1
The older branches seem unmaintained and better not used - /cc maintainer of keyfinder @nckx.
2016-03-21libav: fixup sandboxed builds after parent commitVladimír Čunát1-0/+3
2016-03-20libav: support Darwin & install docs/manpagesRyan Artecona1-4/+14
2015-12-02rename moveToOutput and propagatedBuildInputsLuca Bruno1-1/+1
2015-10-28libva: build a lighter version by defaultVladimír Čunát1-1/+1
Mesa, X etc. are not very light dependencies. This will also allow us to break the cycle with mesa.
2015-10-04libav: fix with multiple outputs and improve splittingVladimír Čunát1-6/+4
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát1-1/+1
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-06-02libav(-11): maintenance update, including securityVladimír Čunát1-1/+1
2015-04-18Merge 'staging' into closure-sizeVladimír Čunát1-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.
2015-03-12libav*: maintenance updates, including securityVladimír Čunát1-3/+3
2015-03-06libav*.tools: remove overlapping paths, fixes #6682Vladimír Čunát1-1/+1